/*common style*/
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 100% !important;
	font-family: "Microsoft yahei", serif;
	font-family: "OPPOSans L", serif;
	color: #373737;
	background-color: #fff;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #232323;
}

/*sqx 初始化a标签的默认样式*/
/*.content a,.showActiveCont a{*/
/*	text-decoration:underline;*/
/*	color: #0000cc;*/
/*}*/
p {
	text-align: justify;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	zoom: 1;
}

.layui-laypage .layui-laypage-skip {
	background: transparent;
}

.footer-icp p {
	color: rgb(121, 121, 121)
}

.footer-icp a {
	text-decoration: underline;
	margin-right: 10px;
	color: rgb(121, 121, 121);
	border-right: 1px solid rgb(121, 121, 121);
	padding-right: 10px;
}

.footer-icp a:last-child {
	border: 0
}

.maxWidth {
	position: relative;
	/* max-width: 1920px; */
	margin: 0 auto;
	height: 100%;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 12px;
	/*background-color: aqua;*/
	border: 1px solid #ddd;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	border-radius: 10px;
	padding: 0 5px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #c1c1c1;
}


.navTitle {
	width: 100%;
	height: 2px;
	position: relative;
}

.navBody {
	position: absolute;
	left: 50%;
	width: 12%;
	margin-left: -6%;
	top: -10px;
	background: #f2bd72;
	height: 100%;
}

.navTitle2 {
	width: 100%;
	height: 2px;
	position: relative;
}

.navTitle2>.navBody {
	position: absolute;
	left: 50%;
	width: 12%;
	margin-left: -6%;
	top: -10px;
	background: #f2bd72;
	height: 100%;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*main style*/
:root {
	--main-bg-color: #7d1d29;
}

/*Navigation bar common style*/
.nav {
	background: var(--main-bg-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav .mobNav {
	display: none;
}

.nav .dropdown {
	/*width: 1200px;*/
	width: 100%;
}


.nav .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.nav .menu li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nav .menu li:last-child a {
	border-right: none;
}

.nav .menu a {
	color: #fff;
	/*border-right: 1px solid #000;*/
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	text-decoration: none;
}

.nav .menu a:hover {
	/*background: red;*/
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.logoPc {
	width: 20%;
	height: 100%;
	line-height: 55px;
	padding-left: 2%;
	display: flex;
	align-items: center;
	/*padding-bottom: 10%;*/
}

.logoPc img {
	height: 65%;
}

.menu li .childMenu {
	position: relative;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	text-align: center;
	z-index: 99;
	display: none;
	margin-top: 5px;
}

.menu li .childMenu li {
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
}

.menu li .childMenu li a {
	/*display: inline;*/
	height: 34px;
	line-height: 34px;
}

.menu li .childMenu li a:hover {
	/*border-bottom: 1px solid #fff;*/
}

.menu li .childMenu li .navBody {
	top: -1px;
}
.swiper-slide6{
	background: white;
}
@media screen and (min-width: 751px) {
	.nav {
		height: 62px;
		line-height: 62px;
	}

	.menu {
		float: right;
		width: 80%;
	}

	.nav .menu a {
		height: 55px;
	}

	.dropdown {
		height: 100%;
	}
}

@media screen and (max-width: 750px) {
	.logoPc {
		display: none;
	}

	.nav {
		background: var(--main-bg-color);
		position: relative;
		padding: 2vw;
	}

	.nav .mobNav {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.nav .mobNav .toolBar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 8vw;
		overflow: hidden;
	}

	.nav .mobNav .menuBtn {
		padding: 0;
		margin: 0;
		height: 8vw;
		width: 8vw;
		background: url(../img/pcClose.png) center center no-repeat;
		background-size: 7vw 7vw;
		border: none;
		outline: none;
		border-radius: 1px;
	}

	.nav .mobNav .menuBtn:active {
		opacity: 0.8;
	}

	.nav .mobNav .menuBtn.close {
		background: url(../img/pcNav.png) center center no-repeat;
		background-size: 5vw 5vw;
	}

	.nav .mobNav .menuBtn.buyCar {
		background: url(../img/pcBuyCar.png) center center no-repeat;
		background-size: 5vw 5vw;
	}

	.nav .mobNav a {
		height: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		align-items: center;
	}

	.nav .mobNav a img {
		height: 80%;
		width: auto;
	}

	.nav .mobNav span {
		width: 8vw;
		height: 8vw;
	}

	.nav .dropdown {
		position: absolute;
		left: 0;
		top: 12vw;
		width: 100vw;
		background: rgba(0, 0, 0, 0.3);
		z-index: 999;
		display: none;
	}

	.nav .dropdown .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.nav .dropdown .menu.navPc {
		display: none;
	}

	.nav .dropdown .menu li {
		width: 100vw;
	}

	.nav .dropdown .menu li:last-child a {
		/*border-bottom: 0;*/
	}

	.nav .dropdown .menu a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-right: none;
		text-indent: 2vw;
		border-bottom: 1px solid #ddd;
	}

	.nav .dropdown.show {
		display: block;
	}
}


/*footer style*/
.footer {
	margin-top: 65px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* padding: 20px 20px 0 20px; */
}

.companyRecord {
	color: #fff;
}

.companyRecord span:first-child {
	border-right: 1px solid #fff;
	padding-right: 10px;
}

.companyRecord span:first-child {
	padding-left: 10px;
}

.companyRecord span a {
	color: #fff;
}

.footerList {
	width: 86%;
	min-width: 700px;
}

.footer .footerList {
	/*width: 900px;*/
}

.footer .menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer .menu ul li {
	cursor: pointer;
}

.footer .menu ul li a {
	height: 20px;
	padding: 5px 0px;
	font-size: 12px;
	color: #8D8B93;
}

.footer .menu ul li a:hover {
	color: #7D1D29;
}

.footer .menu ul li:hover {
	color: #7D1D29;
}

.footer .menu li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer .menu li:last-child a {
	border-right: none;
}

.footer .navTitle {
	height: 0px;
}

.footer .navTitle .navBody {
	height: 2px;
}

.footer .menu a {
	color: #333;
	/*border-right: 1px solid #000;*/
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	text-decoration: none;
}

.footer-hr {
	margin: 0px;
	height: 10px;
	background: #7D1D29;
}

.footer-icp {
	padding: 35px;
	text-align: center;
	color: #040303;
}

.footer .menu ul {
	color: #8D8B92;
	font-size: 12px;
	text-align: center;
	display: none;
}

.footer .menu ul li {
	margin-top: 10px;
}




.footerList .pcFooter li .navBody {
	top: -5px;
}

/*footer style for mob*/
.footerMob {
	background: var(--main-bg-color);
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
}

.footerMob .footerList {
	width: 100%;
	padding-left: 3%;
	height: 1.5rem;
	line-height: 1.5rem;
}

.footerMob .footerList li {
	float: left;
	width: 16%;
	height: 1rem;
	line-height: 1rem;
	border-right: 1px solid #fff;
	text-align: center;
}

.footerMob .footerList li:last-child {
	border: none;
}

.footerMob .footerList li a {
	color: #fff;
}

.footerPhone {
	/*height: 2rem;*/
	line-height: 2rem;
	text-align: center;
	/*margin: 10px 0*/
	;
}

.footerBeian {
	padding: 10px 0;
	text-align: center;
}

.footerBeian a {
	display: inline-block;
	width: 95%;
	margin: 0 auto;
	/*border: 1px solid #fff;*/
	border-radius: 5px;
	color: #fff;
}

.footerMob .footerPhone .lleft {
	float: left;
	width: 50%;
}

.footerMob .footerPhone .rright {
	float: right;
	width: 50%
}

.footerPhone a {
	display: inline-block;
	width: 95%;
	margin: 0 auto;
	/*border: 1px solid #fff;*/
	border-radius: 5px;
	color: #fff;
}


.footerRecord {
	padding: 0 0 8px 0;
	text-align: center;
}

.footerRecord a {
	color: #fff;
}

.footerRecord p a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.footerRecord p a:last-child {
	border: 0
}

@media screen and (min-width: 751px) {
	.footer {
		display: flex;
	}

	.footer-line {
		display: block;
	}

	.code-wrap {
		display: block;
	}
	.wine-cellar-item1 {
		display: block;
	}

	.wine-cellar-item3 {
		display: block;
	}

	.footerMob {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.footer {
		display: none;
	}

	.footer-line {
		display: none;
	}

	.code-wrap {
		display: none;
	}

	/* .wine-cellar-item1 {
		display: none;
	} */

	/* .wine-cellar-item3 {
		display: none;
	} */

	.footerMob {
		display: block;
	}

	.footer-hr {
		display: none;
	}

	.footer-icp {
		display: none;
	}
}


.tab {
	width: 30%;
	padding-left: 10%;
	text-align: right;
}

.tab ul {
	width: 70%;
	text-align: left;
}

.tab>ul>li,
.tab>ul>a>li {
	color: #9A9A9A;
	height: 3rem;
	line-height: 3rem;
	cursor: pointer;
	border-top: 1px solid #e5e5e5;
	/*text-align: center;*/
	display: flex;
	align-items: center;
}


.tab ul li img {
	width: 18px;
	/* height: 18px; */
	margin: 0 3px 3px 20%;
}

.tab ul li i {
	width: 30%;
	text-align: right;
	padding-right: 5%;
}

.tab ul a:nth-child(1) li {
	border-top: none;
}

.tab>ul>li:nth-child(1) {
	border-top: none;
}

.tab ul li.isCheck {
	color: #fff;
	background: #7D1D29;
}


.title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.title span {
	display: inline-block;
}

.title span>div {
	width: 100%;
	height: 3px;
	margin-top: 3px;
}

.title span>div div:first-child {
	float: left;
	width: 50%;
	height: 3px;
	background: var(--main-bg-color);
}

.title span>div div:last-child {
	float: left;
	width: 50%;
	height: 3px;
	background: #E5E5E5;
}

@media only screen and (min-width: 769px) {
	.navPc {
		display: block;
	}

	.nav .navMob {
		display: none;
	}

	.mobFooter {
		display: none;
	}

	.pcFooter {
		display: block;
	}
	.top-nav{
		display: none !important;
	}

	/*.content {*/
	/*	min-height: 550px;*/
	/*}*/
}
#kefumob{
	display: none!important;
	position: fixed;
	bottom: 20px;
	right: 5px;
	height: 50px;
	width: 50px;
	background: green;
	z-index: 99;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.title {
		font-size: 1.2rem;
	}

	.Jump {
		display: block !important;
	}
	#kefumob{
		display: none!important;
	}
	.top-nav{
		display: block !important;
	}
	.right_nav li {
		display: none;
	}

	.right_nav li:hover {
		background: var(--main-bg-color);
		/* margin: 4px 0; */
		padding: 10px;
		/* border-top-left-radius: 4px; */
		/* border-bottom-left-radius: 4px; */
		cursor: pointer;
		position: relative;
		right: -70px !important;
	}

	.right_nav:nth-last-child(0) {
		display: block;
	}

	.navPc {
		display: none;
	}

	.navMob {
		display: block;
		align-items: center;
	}
	.navMob .mob_hidden {
		display: none !important;
	}
	.mobFooter {
		display: block;
	}

	.pcFooter {
		display: none;
	}

	.nav .menu li {
		/*background: #DCDCDC;*/
	}

	.nav .dropdown .menu li a {
		/*border-bottom: 1px solid #CDCDCD;*/
		/*color: #404040;*/
		/*text-indent: -40vw;*/
	}

	.nav .dropdown .menu li {
		width: 90vw;
	}
}


.title2 {
	color: #7D1D29;
	margin-bottom: 20px;
}

.title2 i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #7D1D29;
	margin-bottom: 3px;
	border-radius: 50%
}

.title2 span {
	font-size: 1.4em;
}

/* jump style */
.Jump {
	width: 100%;
	text-align: center;
	font-size: .8rem;
	margin: 40px 0 20px 0;
	color: #646464;
	display: none;
}

.Jump p {
	text-align: center;
}

.Jump p a {
	color: #468CCA;
}

.navbar-left {
	width: 80%;
	position: relative;
}

.searchCon {
	padding: 0;
	border: none;
	width: 100%;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	height: 38px;
	padding-left: 10px;
}

/* 搜索 */
.searchAll {
	position: fixed;
	top: 0;
	height: 450px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
}

.searchAll .closeBtn {
	position: absolute;
	top: 5%;
	right: 2%;
	color: #fff;
	cursor: pointer;
}

.searchAll .searchBody {
	width: 80%;
	color: #fff;
	display: flex;
	position: relative;
}

.searchCon::-webkit-input-placeholder {
	color: #fff;
}

.searchAll .searchBody input {
	background: transparent;
	color: #fff;
}

.searchAll .searchBody input::-webkit-input-placeholder {
	color: #fff;
}

.searchAll .searchBody select {
	color: #fff;
	border: 1px solid;
	border-right: none;
	margin-right: -1px;
	background: transparent;
}

.searchAll .searchBody select option {
	background: lightblue;
}

.searchAll .searchIcon {
	position: absolute;
	top: 10px;
	right: 8px;
	cursor: pointer;
}

.searchRecordBox {
	position: absolute;
	min-width: 180px;
	max-width: 100%;
	height: 160px;
	top: 38px;
	background: #fff;
	border-radius: 5px;
	color: #000;
	overflow: auto;
	display: none;
}

.searchRecordBox>div {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}

.searchRecordBox>div:hover {
	background: var(--main-bg-color);
	color: #fff;
	cursor: pointer;

}

.layui-laypage-btn {
	background-color: var(--main-bg-color) !important;
	color: #fff;
}

.layui-carousel-ind .carousel-txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

.floatfooterMob {
	position: absolute;
	width: 100%;
	bottom: 0px;

}

.cnmtishi {
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
	/* background-color: #C1C1C1; */
	display: none;
}

.bdsharebuttonbox a {
	max-width: 46px;
}

/* 分页自定义样式star */
.dreamer-ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.dreamer-ul>li>a {
	padding: 3px 11px;
	border: 1px solid #7d1d29;
	color: #7d1d29;
	display: inherit;
	margin-bottom: 2px;
	margin-left: -1px;
}

.dreamer-ul>li>a:hover {
	background: #7d1d29;
	color: #fff;
}

.dreamer-ul>li:last-child>a {
	border-radius: 0 5px 5px 0;
}

.dreamer-ul>li:first-child>a {
	border-radius: 5px 0 0 5px;
}

.dreamer-ul>.active>a {
	background: #7d1d29;
	color: #fff;
}

/* 分页自定义样式end */

/* 当前位置标签样式start */
.dreamer-location {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.dreamer-location>li {
	margin-right: 5px;
}

.dreamer-location>li:last-child span {
	display: none;
}

/* 当前位置标签样式end */


@media screen and (max-width: 750px) {
	#tree3 {
		display: flex !important;
	}

	.tree3 {
		display: inline-block;
		justify-content: center !important;
	}
	.code-wrap{
		display: none !important;	
	}
	.code-wrap-mob{
		display: flex !important;
	}

	.tab ul {
		width: 100% !important;
	}

	.tab ul .tree3 {
		display: none !important;
	}

	.tab>ul>li,
	.tab>ul>a>li {
		border-top: none;
		justify-content: center !important;
	}
	.newsList .showActiveCont img {
		width: 100% !important;
	}
}
@media screen and (min-width: 750px) {
	.showActiveCont img {
		max-width: 100% !important;
	}
	#tree3 {
		display: none !important;
	}

	.tab ul .tree3 {
		display: flex !important;
	}

	.tab>ul>li>a {
		color: #9A9A9A;
		display: inline-block;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.tab>ul>li.isCheck>a {
		color: #fff !important;
	}
}

.footer-line {
	height: 4px;
	width: 100%;
	background: #fff;
}

.footer-line-inner {
	width: 86%;
	height: 100%;
	margin: 0 auto;
	background: #7D1D29;
}

.code-wrap {
	min-height: 163px;
	width: 100%;
	background: #fff;
}

.code-inner {
	width: 86%;
	padding: 51px 23px 65px 43px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.code-wrap-mob{
	display: none;
}

.code-line {
	height: 47px;
	width: 1px;
	background: #7D1D29;
	margin: 0 3%;
}

.code-left {
	width: 8.6%;
	height: auto;
}

.code-left>img {
	width: 100%;
}

.code-right {
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.code-right-item {
	width: 13%;
}

.code-right-item>img {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.code-right-item>h4 {
	text-align: center;
	color: #333;
	font-size: 14px;
}