body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

html{
	font-size: 100px;
}


html::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #999;
}


body,
button,
input,
select,
textarea {
	font-size: 14px;
	font-family: "微软雅黑";
}

html,
body {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}


input,
button {
	outline: none;
}

@font-face {
	font-family: "siyuan";
	src: url("../fontStyle/SourceHanSerifCN-Bold.otf");
}
@font-face {
	font-family: "heavy";
	src: url("../fontStyle/SourceHanSerifCN-Heavy.otf");
}

.siyuan {
	font-family: "siyuan";
}

.heavy {
	font-family: "heavy";
}

.transformScale15 {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-zoom: ;
	: scale(1.5);
	-ms-transform: scale(1.5);
}

.transition5s {
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
	transition: all 5s;
}

.transition400 {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.wrap {
	width: 95%;
	margin: 0 auto;
	max-width: 15rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

/* 外层滚动开始 */
body {
	padding-top: 1.1rem;
}

/* 头部开始 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

/* logo */
.header .logo {
	position: absolute;
	left: 52%;
	top: 0.22rem;
	width: 2.1rem;
	margin-left: -1rem;
	z-index: 8;
}

.header .logo img {
	display: block;
	width: 100%;
	object-fit: contain;
}



/* nav */
.header .nav {
	background: url('../img/nav-bg.jpg') no-repeat top center;
	background-size: 100% 100%;
	border-bottom: 3px solid #ab0a09;
	height: 1.1rem;
	position: relative;
	z-index: 2;
}

.header .nav .ul-box {
	width: 18rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 9;
}

.header .nav .ul-box .li-1 {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: center;
	height: 1.1rem;
	width: 7%;
}

.header .nav .ul-box .li-1:nth-child(7) {
	margin-left: 22%;
}

.header .nav .ul-box .li-1 .a-1 {
	line-height: .5rem;
	font-size: .2rem;
	color: #fff;
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.header .nav .ul-box .li-1 .a-1::after {
	content: '';
	display: block;
	opacity: 0;
	height: .02rem;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 0;
	margin-left: -0.03rem;
	border-width: .07rem;
	border-style: solid;
	border-color: transparent transparent white transparent;
}

.header .nav .ul-box .li-1 .a-1:hover::after {
	opacity: 1;
}

.header .nav .ul-box .li-1 .a-1 .icon {
	display: inline-block;
	font-size: .13rem;
	color: #fff;
	margin-left: .05rem;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

.header .nav .ul-box .li-1 .sub-nav {
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	top: 1.1rem;
	width: 40%;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .4);
	align-items: flex-start;
	align-items: -webkit-flex-start;
	align-items: -moz-flex-start;
	align-items: -ms-flex-start;
	transform: translateY(30%);
	-webkit-transform: translateY(30%);
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
}

.header .nav .ul-box .li-1:nth-child(-n+6) .sub-nav {
	left: 0;
}

.header .nav .ul-box .li-1:nth-child(n+5) .sub-nav {
	right: 0;
}

.header .nav .ul-box .li-1 .sub-nav .img {
	width: 30%;
	float: left;
	padding: .15rem 0 .15rem .15rem;
}

.header .nav .ul-box .li-1 .sub-nav .img img {
	display: block;
	width: 100%;
}

.header .nav .ul-box .li-1 .sub-nav .li-2 {
	padding: .1rem;
}

.header .nav .ul-box .li-1 .sub-nav .li-2 .a-2 {
	display: block;
	font-size: .18rem;
	line-height: 1.4;
	color: #333;
	text-align: center;
	padding: .05rem .1rem;
	margin-left: .2rem;
	position: relative;
}

.header .nav .ul-box .li-1 .sub-nav .li-2 .a-2::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #840b0a;
	border-radius: 50%;
	position: absolute;
	top: 42%;
	left: 0;
}

.header .nav .ul-box .li-1:hover .icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	display: inline-block;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

/* hover */
.header .nav .ul-box .li-1 .sub-nav .li-2 .a-2:hover {
	color: #840b0a;
}

.header .nav .ul-box .li-1:hover .sub-nav {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}

.header .nav .ul-box .li-1:hover .a-1 {
	color: #fff;
	font-weight:bold;
}

.header .nav .ul-box .li-1.active .a-1 {
	color: #fff;
	font-weight:bold;
}

.m-btn-navshow {
	display: none;
}






/* 头部结束 */

/*  */


/* 底部开始 */
.footer {
	border-top: 5px solid #f2d5ae;
}

.footer .top {
	background: #831516 url("../img/footer-bg.jpg") no-repeat top center;
	background-size: 100% 100%;
}

.footer .top .wrap {
	min-height: 2.33rem;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-mpz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.footer .top .txt-links .mod-title {
	width: .85rem;
	height: .85rem;
	font-size: .18rem;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	border: 1px solid #fff;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
}

.footer .top .txt-links .ul-list {
	line-height: 1.4;
	padding-left: .2rem;
	width: 3.4rem;
}

.footer .top .txt-links .ul-list .item {
	width: 50%;
	padding-left: .1rem;
	margin-bottom: .02rem;
}

.footer .top .txt-links .ul-list .item .a-box {
	color: #fff;
}

.footer .top .txt-links .ul-list .item .a-box:hover {
	color: #cb1919;
	font-weight:bold;
}

.footer .top .mod-logo {
	text-align: center;
}

.footer .top .mod-logo img {
	max-width: 100%;
}

.footer .cp {
	padding: .1rem 0;
	background-color: #8a1716;
}

.footer .cp,
.footer .cp p,
.footer .cp span,
.footer .cp a {
	font-size: 0.14rem !important;
	color: #fff !important;
	line-height: 1.3;
}

.footer .code {
	text-align: center;
	width: 4rem;
	justify-content: flex-end;
	justify-content: end;
}

.footer .code .title {
	font-size: .14rem;
	color: #fff;
	line-height: 1.2;
	padding-top: .1rem;
}

.footer .code .img img {
	display: block;
	width: 1.06rem;
}

.footer .code .t-links {
	margin-left: .3rem;
}

.footer .code .t-links a {
	display: block;
	font-size: .18rem;
	line-height: .43rem;
	color: #fff;
	width: 2rem;
	height: .43rem;
	border: 1px solid #fff;
	text-align: center;
}

.footer .code .t-links a:nth-child(2) {
	margin-top: .15rem;
}

.footer .code .t-links a:nth-child(3) {
	margin-top: .15rem;
}

.footer .cp-mobile {
	display: none;
}



/* 底部结束 */

/* hover */
.footer .code .t-links a:hover {
	color: #cb1919;
	font-weight:bold;
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 90px !important;
	}

	.header {
		display: none;
	}

	.m-header {
		position: fixed;
		display: flex;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		height: .8rem;
		background-color: #982218;
		box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
	}

	.m-header::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 1.4rem;
		height: .8rem;
		background: url("../img/nav-btn-bg.png") no-repeat left top;
		background-size: 100% 100%;
	}

	.m-header .logo {
		padding-left: .1rem;
		padding-right: .4rem;
	}

	.m-header .logo img {
		max-width: 100%;
		max-height: .6rem;
	}

	.m-header .btn-style {
		font-size: .35rem;
		width: .6rem;
		text-align: center;
		color: #fff;
		font-weight: normal;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
		position: relative;
		z-index: 10000;
	}


	/* mobile-search */
	.mobile-search {
		position: fixed;
		top: .8rem;
		left: 0;
		right: 0;
		z-index: 9;
		display: flex;
		padding: .2rem .2rem;
		background-color: #fff;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		justify-items: center;
		justify-content: center;
		align-content: center;
		box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
	}

	.mobile-search::before {
		content: "x";
		display: block;
		position: absolute;
		bottom: .2rem;
		right: .25rem;
		width: .5rem;
		height: .48rem;
		padding: 0;
		color: #ac0909;
		text-align: center;
		line-height: .42rem;
		font-size: .3rem;
		border: 0.01rem solid #ac0909;
		display: none;
		/* transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%); */
	}

	.mobile-search .mobile-wrap {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		border: 0.01rem solid #ac0909;
	}

	.mobile-search .mobile-wrap .m-text {
		height: .5rem;
		font-size: .16rem;
		color: #333;
		line-height: .5rem;
		padding-left: .1rem;
		border: none;
		background-color: #fff;
		border-right: 0;
	}

	.mobile-search .mobile-wrap .m-submit {
		width: .6rem;
		height: .5rem;
		text-align: center;
		color: #fff;
		line-height: .5rem;
		font-size: .3rem;
		border: none;
		border: 0.01rem solid #ac0909;
		background-color: #ac0909;
	}

	.mobile-search.on {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	.mobile-nav {
		position: fixed;
		top: .8rem;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		overflow-y: scroll;
		background-color: #982218;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
		transform: translateX(150%);
		-webkit-transform: translateX(150%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(150%);
	}

	.mobile-nav.show {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	.mobile-nav ul {}

	.mobile-nav .li-item {
		border-bottom: 0.01rem solid #a53f36;
		padding-left: .26rem;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.mobile-nav .li-item .item-cont {
		height: .6rem;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.mobile-nav .li-item .item-cont .a-item.a-1 {
		font-weight: bold;
	}

	.mobile-nav .li-item .item-cont .a-item {
		font-size: .2rem;
		color: #fff;
		line-height: 1.2;
		font-weight: normal;
	}

	.mobile-nav .li-item .item-cont .icon {
		width: .66rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .26rem;
		color: #fff;
		text-align: center;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.mobile-nav .li-item .item-cont .icon.on {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}

	.mobile-nav .li-item .child-nav {
		display: none;
	}
}


@media screen and (max-width: 1366px) {
	.header .logo img {
		max-width: 4.8rem;
	}
}

@media screen and (max-width: 750px) {
	html {
		font-size: 75px !important;
	}
	body {
		padding-top: .8rem;
	}

	.footer .top .txt-links {
		display: none;
	}

	.footer .top .code,
	.footer .top .mod-logo {
		flex: auto;
		width: 100%;
		padding: 0.3rem 0;
	}

	.footer .top .code {
		justify-content: center;
		padding-bottom: .3rem;
	}

	.footer .cp-pc {
		display: none;
	}

	.footer .cp-mobile {
		display: block;
		width: 100%;
		background-color: transparent;
	}
}

@media screen and (min-width: 1200px) {

	.mobile-search,
	.mobile-nav {
		display: none;
	}

	.m-header {
		display: none;
	}
}

/* 右边定位开始 */
.right-position {
	width: .7rem;
	height: 4.4rem;
	background: url('../img/positon-right-bg.png') no-repeat left top;
	background-size: 100% 100%;
	position: fixed;
	right: .2rem;
	top: 20%;
	z-index: 3;
}

.right-position .li-item {
	text-align: center;
	position: relative;
}

.right-position .li-item .show {
	position: absolute;
	right: 60%;
	top: 0;
	width: 2rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
	border-radius: .5rem;
	background-color: #fff;
	font-size: .16rem;
	line-height: 1.4;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.right-position .li-item:hover .icon {
	color: #ffe200;
}

.right-position .li-item:hover .show {
	opacity: 1;
	visibility: visible;
	right: 100%;
}

.right-position .li-item .icon {
	font-size: .26rem;
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	width: .5rem;
	height: .5rem;
	background-color: #942d2d;
	border-radius: 50%;
	margin-top: .1rem;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.right-position .li-item.top .icon {
	width: .35rem;
	height: .35rem;
	font-size: .36rem;
	line-height: .35rem;
	font-weight: normal;
	background-color: transparent;
}

.right-position .li-item.top .text {
	font-size: .14rem;
	color: #fff;
}
.right-position .li-item .show:hover {
	color: #942d2d;
}
.right-position .li-item.top:hover .icon {
	color: #fff;
}

@media screen and (min-width: 1200px) {}


@media screen and (max-width: 750px) {
	.right-position {
		display: none;
	}

	.footer .top {
		background: #831516 url("../img/mobile-footer-bg.jpg") no-repeat top center;
		background-size: 100% 100%;
	}
}

/* 右边定位结束 */
@media screen and (min-width: 751px) {
	.pc-search {
		display: block;
		position: absolute;
		right: 6%;
		top: .36rem;
		z-index: 10;
	}
	.pc-search .pc-btn-submit {
		display: block;
		border: none;
		width: .4rem;
		height: .4rem;
		background-color: transparent;
		color: #fff;
		font-size: .24rem;
		border-radius: 50%;
		font-weight: bold;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
		cursor: pointer;
	}
	.pc-search .pc-text {
		display: block;
		border: none;
		width: 0;
		height: .4rem;
		background-color: transparent;
		font-size: .18rem;
		line-height: .4rem;
		color: #333;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}
	.pc-search:hover .pc-text {
		width: 2rem;
		opacity: 0;
	}
	.pc-search:hover .box{
		width: 2.4rem;
		position: relative;
	}
	.pc-search .box::after {
		content:'';
		display: block;
		width: 0;
		height: .4rem;
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		opacity: 0;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}
	.pc-search:hover .pc-text {
		width: 2rem;
		padding-left: .1rem;
		opacity: 1;
	}
	.pc-search:hover .box {
		width: 2.4rem;
	}
	.pc-search:hover:hover .box::after {
		width: 2.4rem;
		opacity: 1;
	}
	.pc-search:hover:hover .pc-btn-submit {
		color: #942d2d;
	}
}