@font-face {
	font-family: "AlibabaPuHuiTi";
	src: url('/skin/css/AlibabaPuHuiTi-3-45-Light.woff2') format('woff2'),
		url('/skin/css/AlibabaPuHuiTi-3-45-Light.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: "AlibabaPuHuiTi";
	max-width: 2000px;
	margin: 0 auto;
	background-color: #f1f1f1;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	outline: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

b {
	font-weight: normal;
}

i {
	font-style: normal;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: #222222;
}

input,
textarea,
select {
	outline: none;
}

img {
	border: none;
	vertical-align: top;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width:768px) {

	/* head开始 */
	.logo {
		width: 100%;
		height: 200px;
		background-color: #ff4500;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 3px solid #ecebea;
		position: fixed;
		z-index: 100;
	}

	.logo img {
		max-width: 100%;
		max-height: 100%;
	}

	.header_box {
		width: 100%;
		font-size: 0;
		background-color: #ecebea;
	}

	.nav_box {
		background-color: #ff4500;
		width: 15%;
		height: 650px;
		margin-left: 2%;
		border-radius: 40px;
		overflow: hidden;
		text-align: center;
		display: inline-block;
		font-size: 16px;
		margin-top: 200px;
	}

	.nav {
		color: #0f0f0f;
		text-align: center;
		margin-top: 60px;
	}

	.nav div {
		background-color: rgb(255, 105, 49);
	}

	.nav div a {
		background: linear-gradient(to right,
				rgb(141, 141, 141),
				rgba(141, 141, 141, 0.5));
		width: 50%;
		height: 70px;
		margin-top: 25px;
		margin-left: 25%;
		display: block;
		border-radius: 30px;
		color: #fff;
		font-size: 20px;
		vertical-align: middle;
		padding-top: 20px;
		font-weight: bold;
		letter-spacing: 5px;
	}

	.nav div a:hover {
		background-color: #fff;
		color: #000;
	}

	.nav .active {
		background-color: #fff;
		color: #000;
	}

	.banner_box {
		margin-left: 2%;
		margin-right: 2%;
		width: 64%;
		height: 650px;
		border-radius: 40px;
		font-size: 16px;
		float: right;
		display: inline-block;
		overflow: hidden;
		margin-top: 200px;
	}

	.banner_box {
		position: relative;
		width: 100%;
		max-width: 79%;
		overflow: hidden;
	}

	.carousel-slides {
		display: flex;
		transition: transform 0.5s ease;
		height: 700px;
	}

	.slide {
		min-width: 100%;
		position: relative;
	}

	.slide img {
		width: 100%;
		height: 100%;
	}

	.carousel-prev,
	.carousel-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(255, 255, 255, 0.5);
		color: #000;
		border: none;
		padding: 10px 15px;
		cursor: pointer;
		z-index: 10;
		border-radius: 50%;
	}

	.carousel-prev {
		left: 20px;
	}

	.carousel-next {
		right: 20px;
	}

	.carousel-indicators {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		gap: 10px;
	}

	.indicator {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #fff;
		cursor: pointer;
	}

	.indicator.active {
		background: rgba(255, 69, 0, 0.8);
	}

	.clear {
		height: 30px;
		background-color: #fff;
	}

	/* head结束 */
	/* 内容1开始 */
	.in_content {
		background-color: #ecebea;
	}

	.in_content_1 {
		padding: 0 2%;
		height: 700px;
	}

	.col_t {
		width: 100%;
		background-color: rgb(200, 200, 200);
		margin-bottom: 25px;
		height: 50px;
		border-radius: 40px;
		margin-top: 50px;
	}

	.in_titl {
		font-size: 50px;
		font-weight: bold;
		width: 100%;
		background-color: #ff4500;
		writing-mode: vertical-lr;
		border-radius: 40px;
		color: #fff;
		display: grid;
		place-items: center;
		height: 450px;
		border: 1px solid #ccc;
	}

	.titl {
		padding-right: 50px;
		border-right: 2px solid #fff;
	}

	.col_b {
		width: 100%;
		background-color: rgb(200, 200, 200);
		margin-top: 25px;
		height: 50px;
		border-radius: 90px;
		margin-bottom: 50px;
	}

	.cont_left {
		display: inline-block;
		width: 20%;
		font-size: 0;
	}

	.cont_right {
		float: right;
		margin-left: 5%;
		width: 75%;
		margin-top: 50px;
		overflow: hidden;
	}

	.cont_right div {

		width: 100%;
		height: 700px;

	}

	#rightgd {
		height: 560px;
		overflow: hidden;
		position: relative;
	}

	#gdright {
		position: absolute;
		width: 100%;
	}

	.right_mc {
		font-size: 0px;
		background-color: #ff4500;
		border-radius: 10px;

	}

	.right_mc li {
		height: 50px;
		display: inline-block;
		font-size: 21px;
		text-align: center;
		vertical-align: middle;
		/* border-bottom:2px solid #fff; */
		padding-top: 12px;
		font-weight: bold;
		color: #fff;
	}

	.right_til,
	.content_1_til {
		width: 30%;
	}

	.right_jgl,
	.content_1_jgl {
		padding-left: 2%;
		width: 23%;

	}

	.right_dq,
	.content_1_dq {
		padding-left: 2%;
		width: 23%;
	}

	.right_jzrq,
	.content_1_jzrq {
		padding-left: 2%;
		width: 24%;
	}

	.right_nr {
		font-size: 0px;
	}

	.right_nr li {
		display: inline-block;
		font-size: 16px;
		text-align: center;
		height: 80px;
		padding-top: 33px;
		border-bottom: 1px solid #ff4500;
		;
	}

	.right_nr:hover {
		background-color: rgb(200, 200, 200);
		border-radius: 10px;
	}

	/* 内容1结束*/
	/* 内容2开始 */
	.in_content_2 {
		background-color: #fff;
		padding: 0 2%;
		height: 700px;
	}

	.cont_2_right {
		float: right;
		margin-left: 5%;
		width: 75%;
		margin-top: 50px;
		overflow: hidden;
		font-size: 0px;
	}

	.cont_2_box {
		display: inline-block;
		width: 20%;
		margin: 0 2%;
		/* height: 280px; */
		overflow: hidden;
		margin-bottom: 30px;
		font-size: 16px;
	}

	.box_2_img {
		border-radius: 10px;
		overflow: hidden;
		height: 200px;
	}

	.box_2_img img:hover {
		transform: scale(1.1);
	}

	.box_2_img img {
		width: 100%;
		height: 200px;
		transition: transform 0.5s ease;
	}

	.cont_2_titl {
		background-color: #ccc;
		border-radius: 10px;
		padding-left: 20px;
		padding-right: 20px;
		height: 45px;
		margin-top: 30px;
		text-align: center;
		padding-top: 10px;
	}

	.cont_2_titl:hover {
		background-color: #ff4500;
	}

	.cont_2_titl a {
		color: #fff;
	}

	/* 内容2结束 */
	/* 内容3开始 */
	.cont_right_l {
		border-top: 1px solid #ff4500;
		width: 43%;
		font-size: 16px;
		display: inline-block;
	}

	.cont_right_r {
		border-top: 1px solid #ff4500;
		width: 43%;
		font-size: 16px;
		float: right;
		margin-right: 3%;
	}

	.zs_box {
		width: 100%;
		border-bottom: 1px solid #ff4500;
	}

	.zs_img {
		margin: 50px 0;
		height: 200px;
		overflow: hidden;
		width: 50%;
		display: inline-block;
		border-radius: 20px;
	}

	.zs_img img {
		width: 100%;
	}

	.zs_right {
		margin: 50px 0;
		width: 45%;
		float: right;
	}

	.zs_cont,
	.zs_date {
		padding-top: 20px;
		color: #929292;
		font-size: 15px;
	}

	.zs_til {
		font-size: 20px;
	}

	.zs_right a:hover .zs_til {
		color: #ff4500;
	}

	.zs_right a:hover .zs_cont {
		color: #000;
	}

	.zs_right a:hover .zs_date {
		color: #000;
	}

	/* 内容3结束 */
	/* 首页结束 */
	/* 订单页开始 */
	#list_box {
		background-color: #fff;
	}

	.fy_banner img {
		width: 100%;
		height: 100%;
	}

	.position_p {
		margin-left: 19%;
		display: inline-block;
		background-color: #fff;
		color: #929292;
		padding-top: 50px;
	}

	.position {
		display: inline-block;

	}

	.position a {
		color: #929292;
	}

	.list_lmname {
		padding: 50px 0;
		text-align: center;
		font-size: 32px;
		font-weight: bold;
		color: #ff4500;

	}

	.cont_list {
		margin-left: 5%;
		width: 90%;
		margin-top: 50px;
		overflow: hidden;
	}

	.my-4 {
		background-color: #fff;
		padding: 60px 0;
		display: flex;
		justify-content: center;
	}

	.pagination {
		font-size: 0;
		/* width: 50%; */
	}

	.page-item {
		background-color: #ecebea;
		display: inline-block;
		font-size: 16px;
		margin: 0 10px;
		padding: 10px;
		border-radius: 10px;
	}

	.page-num-current {
		background-color: #ff4500 !important;
		color: #fff !important;
	}

	.page-num {
		background-color: #ecebea;
		font-size: 16px;
		height: 50px;
		margin: 0 10px;
		padding: 10px;
		border-radius: 10px;
	}

	.pagination a:hover {
		background-color: #ff4500;
		color: #fff;
	}
	.content_jj{
		background-color: #ecebea;
		padding: 10px;
		margin-bottom: 20px;
		border-radius: 5px;
	}

	/* 订单页结束 */
	/* 产品页开始 */
	.list_pro {
		height: 270px !important;
	}

	.list_pro img {
		height: 270px !important;
	}

	/* 产品页结束 */
	/* 新闻页开始 */
	.new_list_box {
		border-top: 1px solid #ff4500;
	}

	.img_30 {
		width: 30%;
		height: 300px;
		margin-left: 15%;
	}

	.cont_60 {
		width: 50%;
	}

	.newscont {
		width: 55% !important;
	}

	.ljgd button {
		width: 20%;
		background-color: #ff4500;
		color: #fff;
		height: 50px;
		margin-top: 30px;
		border-radius: 20px;
	}

	.ljgd button:hover {
		background-color: #fff;
		border: 1px solid #ff4500;
		color: #ff4500;
	}

	/* 新闻页结束 */
	/* 内容页开始 */
	.oth_box {
		display: flex;
		justify-content: center;
	}

	.oth_box div {
		display: inline-block;
		padding: 0 3% 30px 3%;
	}

	.nry_cont_box {
		width: 70%;
		padding: 50px 5% 100px 5%;
		border-top: 1px solid #ff4500;
		border-bottom: 1px solid #ff4500;
		margin-left: 15%;
	}

	.prne_box {
		width: 70%;
		margin: 0 15%;
		font-size: 18px;
		padding: 80px 0;
	}

	.pre {
		display: inline-block;
	}

	.next {
		display: inline-block;
		float: right;
	}

	.prne_box div a:hover {
		color: #ff4500;
	}

	.nry_cont_img div {
		display: inline-block;
		width: 33%;
		padding: 20px 1%;
	}

	.nry_cont_img div img {
		width: 100%;
	}

	.xqing {
		font-size: 25px;
		text-align: center;
		padding: 40px 0;
	}

	.nry_cont_box_l {
		display: inline-block;
		width: 7%;
		margin-left: 40%;
		font-weight: bold;
	}

	.nry_cont_box_r {
		display: inline-block;
		width: 20%;
	}

	.nry_cont_box_l li,
	.nry_cont_box_r li {
		margin: 10px 0;
	}

	.list_box button {
		display: block;
		background-color: #ff4500;
		color: #fff;
		width: 10%;
		height: 50px;
		border-radius: 15px;
		margin-left: 45%;
		margin-top: 50px;
	}

	#qrCode {
		display: none;
		margin-top: 20px;
		width: 100%;
	}

	.showwechat {
		width: 20%;
		margin-left: 40%;
	}

	/* 内容页结束 */
	/* footer开始 */
	footer {
		background-color: #ff4500;
	}

	.footerimg {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-top: 40px;
		border-bottom: 3px solid #ddd;
	}

	.footerimg img {
		width: 400px;
		height: 100px;
	}

	.foot_nav {
		font-size: 0px;
	}

	.foot_nav ul {
		width: 15%;
		display: inline-block;
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: 2%;
		margin-right: 4%;
		font-size: 20px;
		border: 1px dashed #fff;
		background-color: #fff;
		border-radius: 10px;
	}

	.foot_til {
		color: #ff4500;
		text-align: center;
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
		font-weight: bold;
	}

	.foot_til:hover {
		color: #ff4500;
	}

	.foot_nav ul li a {
		color: #000;
		font-size: 16px;
		margin-left: 20px;
		padding-bottom: 3px;
		line-height: 1.3rem;
	}

	.foot_nav ul li:hover {
		background-color: #ddd;
	}

	.b_clear {
		margin-bottom: 10px;
	}

	.wechat {
		float: right;
		width: 15%;
		padding-top: 50px;
	}

	.wechat img {
		width: 70%;
		background-color: #ddd;
	}

	.wechat div {
		font-size: 16px;
		color: #fff;
		padding-left: 55px;
		padding-top: 10px;
	}

	.banquan {
		text-align: center;
		padding-bottom: 40px;
	}

	.copyright,
	.icp,
	.xmldt {
		font-size: 16px;
		display: inline;
		margin: 0 20px 20px 20px;
	}
}

/* footer结束 */