@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

/* @font-face {
	font-family: "SCRegular";
	src: url('http://cars-dev-public.oss-cn-beijing.aliyuncs.com/images/2022/04/20/16504562579338169.otf');
}

@font-face {
	font-family: "SCSRegular";
	src: url('../fonts/SCS-Regular.otf')
} */

* {
	margin: 0;
	padding: 0;
	font-family: Microsoft Yahei, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
	/* font-weight: 100; */
	list-style: none;
	transition-property: color, border-color, background-color, box-shadow;
	transition-duration: 0.3s;
	outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}

input[type="submit"],
input[type="button"] {
	box-sizing: content-box;
	border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c0c4cc;
}

.block {
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

body {
	/* min-width: 1000px; */
	background: none;
	font-size: 16px;
	margin: 0 auto;
}

header,
footer {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: 400;
}

img,
iframe {
	display: block;
	border: 0;
}

.con_img img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

textarea,
button,
select,
option,
input {
	outline: none;
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fw400 {
	font-weight: 400;
}

.fw700 {
	font-weight: 700;
}

.clearBoth:after,
.clearboth:after {
	content: "";
	display: block;
	clear: both;
}

.bordernone {
	border: none !important;
}

.box_shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.red {
	color: red;
}

.white {
	color: #fff;
}

.centerBox {
	margin: 0 auto;
	width: 95%;
	max-width: 1280px;
	box-sizing: border-box;
}

/* body::-webkit-scrollbar {
	width: 4px;
	height: 2px;
}

body::-webkit-scrollbar-thumb {
	background: #206BD1;
	border-radius: 4px;

} */
.content_box img {
	max-width: 100%;
	margin: 0 auto;
}

.text_hide {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.text_hide2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.imgbig_box {
	display: block;
	width: 100%;
	overflow: hidden;
}

.imgbig_box img {
	width: 100%;
	transition: all 0.3s;
}

.imgbig_box:hover img {
	transform: scale(1.2);
}

.imgfull {
	width: 100%;
}

.hide {
	display: none;
}

.header_other .arrow_left {
	display: none;
}

.header_box_height {
	height: 1rem;
}

.header_box {
	position: fixed;
	width: 100%;
	left: 0;
	background: #fff;
	z-index: 3;
}

.header_box .nav_btn {
	display: none;
}

.header_box .logo {
	margin-top: 0.15rem;
	margin-left: 0.5rem;
}

.header_box .logo img {
	width: 0.68rem;
	height: 0.68rem;
}

.header_box .nav_box {
	display: flex;
	margin-left: 0.9rem;
}

.header_box .nav_a {
	display: block;
	font-size: 0.2rem;
	line-height: 1rem;
	position: relative;
	padding: 0 0.2rem;
}

.header_box .nav_a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #D71F1D;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: width 0.3s;
}

.header_box .nav_hover {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: rgba(36, 36, 36, 0.8);
	overflow: hidden;
	display: none;
}

.header_box .flex_box {
	display: flex;
	justify-content: center;
}

.header_box li:hover .nav_a,
.header_box li.active .nav_a {
	color: #D71F1D;
}

.header_box li:hover .nav_a::after,
.header_box li.active .nav_a::after {
	content: "";
	display: block;
	width: 90%;
}

.header_box li:hover .nav_hover {
	display: block;
}

.header_box li:hover .flex_box {
	-webkit-animation-name: fadeInDownMin;
	animation-name: fadeInDownMin;
	animation-duration: 0.7s;
}

.nav_hover_item a {
	padding: 0.3rem 0.3rem;
	color: #fff;
	font-size: 0.18rem;
}

.nav_hover_item a:hover {
	background: rgba(36, 36, 36, 0.8);
}

.nav_hover_item p {
	font-size: 0.14rem;
}

.nav_hover_item img {
	width: 2.3rem;
	height: 1.4rem;
	margin-bottom: 0.2rem;
}

.nav_hover_item span::after {
	content: "";
	display: block;
	width: 0.4rem;
	height: 3px;
	background: #D71F1D;
	border-radius: 2px;
	margin: 0.1rem 0;
}

.centerboxx span::after {
	margin: 0.1rem auto;
}

.centerboxx {
	text-align: center;
}

.header_box .btn_box {
	display: flex;
	font-size: 0.18rem;
}

.header_box .shop .block,
.header_box .search {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1rem;
	min-width: 1.7rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	cursor: pointer;
}

.header_box .btn_box .shop {
	background: #EEEEEE;
	animation-duration: 0.5s;
}

.header_box .btn_box img {
	margin-right: 0.09rem;
	width: 0.22rem;
}

.header_box .btn_box .search {
	background: #D71F1D;
	color: #fff;
	animation-duration: 0.7s;
}

.header_box .btn_box .search img {
	width: 0.26rem;
}

.footer_box {
	background: #F1F1F1;
	padding: 0.4rem 0 0.35rem;
}

.foot_ban {
	background: #333333;
	font-size: 0.14rem;
	color: #FFFFFF;
	padding: 0.12rem 0;
	text-align: center;
}

.footer_con {
	width: 90%;
	max-width: 15.2rem;
	margin: 0 auto;
}

.foot_nav li {
	margin-right: 0.5rem;
}

.foot_nav li>a {
	font-size: 0.25rem;
}

.foot_nav .child {
	margin-top: 0.2rem;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.42rem;
}

.foot_nav a:hover {
	color: #D71F1D;
}

.foot_contact_list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.18rem;
	margin: 0.3rem 0 0.4rem;
}

.foot_contact_list p {
	display: flex;
	align-items: center;
	margin-right: 0.3rem;
}

.foot_contact_list img {
	margin-right: 0.12rem;
}

.foot_code {
	display: flex;
	flex-wrap: wrap;
}

.foot_code_item {
	margin-right: 0.27rem;
	font-size: 0.18rem;
	text-align: center;
}

.foot_code_item img {
	width: 1.22rem;
	margin-bottom: 0.08rem;
}

.foot_logo {
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
}

.foot_logo img {
	height: 0.75rem;
}

.foot_logo .logotitle {
	font-size: 0.25rem;
	color: #6A6A6A;
	margin-left: 0.1rem;
	line-height: 1;

}

.foot_logo .logotitle * {
	font-family: SCSRegular;
}

.foot_logo .logotitle p {
	font-size: 0.38rem;
	font-weight: bold;
	color: #D71F1D;
	margin-bottom: 0.1rem;
}

.in_banner img {
	width: 100%;
}

.main_tit_box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.7rem 0 0.5rem;
}

.main_tit_box img {
	width: 2.55rem;
}

.main_tit_box span {
	font-size: 0.36rem;
	font-weight: bold;
	color: #D71F1D;
	margin: 0 0.26rem;
}

.main_banner {
	width: 100%;
}

.main_nav_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0.3rem;
}

.main_nav_item {
	margin: 0 0.24rem 0.24rem;
	min-width: 2.04rem;
	line-height: 2.7;
	background: #F1F1F1;
	border-radius: 27px;
	font-size: 0.2rem;
	color: #555555;
	text-align: center;
	overflow: hidden;
}

.main_nav_item a {
	display: block;
	padding: 0 0.15rem;
}

.main_nav_item:hover a,
.main_nav_item.active a {
	background: #D71F1D;
	color: #FFFFFF;
}


/* 外面盒子样式---自己定义 */
.page_div {
	margin: 0.3rem 0;
	color: #666666;
	text-align: center;
}

/* 页数按钮样式 */
.page_div button {
	display: inline-block;
	min-width: 0.45rem;
	cursor: pointer;
	color: #666;
	font-size: 0.18rem;
	line-height: 2.1;
	text-align: center;
	margin: 0 0.05rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	padding: 0 0.1rem;
	box-sizing: border-box;
}

.page_div :not(button:disabled):hover {
	color: #D71F1D;
	border-color: #D71F1D;
}

.page_div .current {
	border-color: #FFFFFF;
	color: #D71F1D;
}

/* 页面数量 */
.totalPages {
	margin: 0 10px
}

.totalPages span,
.totalSize span {
	color: #0073A9;
	margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
	cursor: no-drop
}

.loading_box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: #000000;
}

.loading {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-animation-name: loadoption;
	animation-name: loadoption;
	animation-duration: 0.5s;
}

.loading_img {
	max-width: 274px;
	max-height: 274px;
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
	background: #E60012;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.loadimg1 {
	position: absolute;
	width: 67.25%;
	right: 4.9%;
	top: 50%;
	transform: translateY(-50%);
}

.loading_img .line {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -110%;
	left: 0;
	-webkit-animation-name: animatUp;
	animation-name: animatUp;
	animation-duration: 3s;
	z-index: 2;
}

.loading_img .line::after {
	content: "";
	display: block;
	bottom: 0;
	left: -20%;
	position: absolute;
	width: 140%;
	height: 140%;
	background: #E60012;
	border-radius: 40%;
	animation: rotate 2.8s linear infinite;
}

.loading_img .line::before {
	content: "";
	display: block;
	bottom: 0;
	left: -20%;
	position: absolute;
	width: 140%;
	height: 140%;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 40%;
	animation: rotate 3s linear infinite;
}

.head_show_search {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0.9rem 0 0.6rem;
	display: none;
}

.head_search {
	display: flex;
	margin: 0 auto;
	align-items: center;
	max-width: 1100px;
	width: 50%;
	border-bottom: 2px solid #D71F1D;
	padding-bottom: 0.18rem;
}

.head_search img {
	width: 0.26rem;
}

#keywords {
	font-size: 0.28rem;
	color: #D71F1D;
	margin-left: 0.15rem;
	width: calc(100% - 0.43rem);
}

@-webkit-keyframes animatUp {
	0% {
		top: 0%;
	}

	to {
		top: -110%;
	}
}

@keyframes animatUp {
	0% {
		top: 0%;
	}

	to {
		top: -110%;
	}
}

@-webkit-keyframes animatoption {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@keyframes animatoption {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loadoption {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes loadoption {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.loadimg2 {
	position: absolute;
	width: 45.07%;
	left: 50%;
	bottom: 43.26%;
	transform: translate(-50%, -50%);
}

.loadimg3 {
	position: absolute;
	width: 26.4%;
	left: 10.21%;
	top: 50%;
	transform: translateY(-50%);
	animation: animatoption 2.5s 2.5s linear infinite;
}

.loading_text {
	text-align: center;
	margin-top: 50px;
}

.loading_text span {
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	position: relative;
}

.loading_text span:after,
.loading_text span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.66rem;
	height: 2px;
	background: #999999;
	border-radius: 1px;
}

.loading_text span:before {
	left: -0.9rem;
}

.loading_text span:after {
	right: -0.9rem;
}

.loading_text p {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-top: 0.35rem;
}

.main_local {
	display: none;
}

.m_nav_box {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 55;
	top: 0;
	right: -100%;
}
.nav_close_box{
	background: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.m_content{
	position: relative;
	z-index: 2;
	background: #FFFFFF;
}
.m_header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m_logo{
	width: 3.04rem;
	height: 0.72rem;
	margin-left: 0.28rem;
}
.m_nav_close{
	background: #F2F2F2;
	width: 1.15rem;
	height: 1.15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.m_nav_close img{
	width: 0.39rem;
}
.m_nav_tit{
	line-height: 0.84rem;
	font-size: 0.32rem;
	color: #D71F1F;
	padding-left: 0.4rem;
	position: relative;
}
.m_nav_item{
	border-top: 1px solid #D1D1D1;
}
.m_nav_item.active{
	line-height: 1.02rem;
}
.m_nav_item.on .m_nav_tit{
	line-height: 1.02rem;
}
.child_btn{
	position: absolute;
	right: 0;
	top: 0;
	width:1.04rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.child_btn img{
	width: 0.24rem;
}
.child_btn img:last-child,.m_nav_item.active .child_btn img:first-child{
	display: none;
}
.m_nav_item.active .child_btn img:last-child{
	display: block;
}
.m_nav_item ul{
	background: #F3F3F3;
}
.m_nav_item li{
	line-height: 0.84rem;
	font-size: 0.28rem;
	color: #555555;
	padding-left: 0.75rem;
	padding-right: 0.4rem;
	border-top: 1px solid #D1D1D1;
}
.m_nav_item li.active{
	font-size: 0.32rem;
	color: #333333;
}
.m_nav{
	overflow-y: auto;
	max-height: calc(100vh - 1.15rem);
}
.m_nav_item ul{
	display: none;
}
@media only screen and (max-width: 1200px) {
	.loading_img {
		width: ;
	}
}

@media only screen and (max-width: 750px) {
	.loading_text span {
		font-size: 18px;
	}

	.loading_text p {
		font-size: 16px;
		margin-top: 10px;
	}

	.loading_text {
		margin-top: 25px;
	}

	.header_box .nav_box,
	.header_box .btn_box {
		display: none;
	}

	.header_box .nav_btn {
		cursor: pointer;
		display: block;
		padding: 0.24rem 0;
	}

	.header_box .nav_btn img {
		width: 0.4rem;
		height: 0.29rem;
	}

	.header_box {
		height: 1rem;
		padding: 0.1rem 0.3rem;
		box-sizing: border-box;
	}

	.header_box .logo {
		margin: 0;
	}

	.header_box .logo img {
		width: 0.8rem;
		height: 0.8rem;
	}

	.header_other .arrow_left {
		display: block;
	}

	.header_other .arrow_left img {
		padding: 0.21rem 0.15rem 0.21rem 0;
		width: 0.21rem;
	}

	.header_other .logo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.main_local {
		display: flex;
		align-items: center;
		padding: 0.1rem 0.2rem;
		border-top: 0.12rem solid #F1F1F1;
		border-bottom: 0.12rem solid #F1F1F1;
		font-size: 0.24rem;
		color: #999999;
	}

	.main_local_white {
		border-color: #FFFFFF;
	}

	.main_local .active {
		color: #333333;
	}

	.main_local img {
		width: 0.19rem;
		margin-right: 0.17rem;
	}

	.main_tit_box img {
		display: none;
	}

	.main_tit_box span {
		font-size: 0.38rem;
		position: relative;
		margin: 0 0.5rem;
	}

	.main_tit_box span::before,
	.main_tit_box span::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		width: 2.55rem;
		height: 0.43rem;
		background-size: 100% 100%;
	}

	.main_tit_box span::before {
		background-image: url(../image/title_left.png);
		right: 100%;
		transform: translateY(-50%);
	}

	.main_tit_box span::after {
		background-image: url(../image/title_right.png);
		left: 100%;
		transform: translateY(-50%);
	}

	.main_tit_box {
		margin: 0.5rem 0 0.4rem;
	}

	.main_nav_item {
		font-size: 0.3rem;
		min-width: 2rem;
		margin: 0 0.1rem 0.2rem;
		line-height: 2;
	}

	.foot_nav {
		display: none;
	}

	.foot_logo {
		flex-direction: column;
		margin-top: 0.12rem;
	}

	.foot_logo img {
		height: 1.35rem;
	}

	.foot_logo .logotitle {
		margin-top: 0.5rem;
		font-size: 0.28rem;
	}

	.foot_logo .logotitle p {
		font-size: 0.43rem;
	}

	.foot_contact_list {
		font-size: 0.26rem;
		margin: 0.5rem 0 0.6rem;
	}

	.foot_contact_list p {
		margin-bottom: 0.1rem;
	}

	.foot_code {
		justify-content: center;
	}

	.foot_code_item img {
		width: 1.75rem;
	}

	.foot_code_item {
		font-size: 0.26rem;
	}

	.foot_ban {
		font-size: 0.2rem;
	}

	.page_div {
		display: none;
	}

	.head_show_search {
		display: none !important;
	}
}

@media only screen and (max-width: 400px) {
	.loading_text span {
		font-size: 16px;
	}

	.loading_text p {
		font-size: 14px;
		margin-top: 10px;
	}

	.loading_text {
		margin-top: 25px;
	}
}

