@charset "utf-8";





html {
	/*如果有溢出自动形成滚动条*/
	overflow-y: auto;
	/*不想让iPhone横坚屏切换的时候调节文字*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'PingFang SC', '思源黑体 CN Normal', sans-serif;
}

html * {
	/*所有元素*/
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去除移动端开发点击事件灰色背景如a标签*/
}

* {
	touch-action: pan-y;
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0 none;
	width: auto\9;
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

img:not([src]),
img[src=""] {
	opacity: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}


q:after,
q:before {
	/*在<q></q>标签之间的文字两头加上引号*/
	content: '';
}

a {
	text-decoration: none;
}

/*input*/
button {
	border: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	/*渲染成button的风格*/
	text-transform: none;
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
	/*输入框提示语的字体样式*/
}

input::-webkit-inner-spin-button {
	/*解决input的type="number"在部分手机端会出现一个小按钮*/
	-webkit-appearance: none;
	/*去除系统默认appearance的样式,常用于IOS下移除原生样式*/
}

input::-webkit-outer-spin-button {
	/*解决input的type="number"在部分手机端会出现一个小按钮*/
	-webkit-appearance: none;
}

textarea {
	vertical-align: top;
}

button,
input {
	line-height: normal;
}

select {
	margin: 0;
	outline: 0;
}

input.fixAKeyboard:focus,
textarea.fixAndroidKeyboard:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

button,
input[type=button],
input[type=checkbox],
input[type=reset],
input[type=submit],
label {
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

input[type=submit] {
	-webkit-user-modify: read-plaintext-only;
	-moz-user-modify: read-plaintext-only;
	-ms-user-modify: read-plaintext-only;
	-o-user-modify: read-plaintext-only;
	user-modify: read-plaintext-only;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	/*所有元素以border开始计算盒子大小*/
}

html,
body {

	font-size: 14px;
	color: #333;

}


.clearfix:after,
.clearfix:before {
	/*清除浮动*/
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}





.wrap{
    margin:0 auto;
    width:100%;

}



.wrap img{
    display: block;
	margin: 0 auto;
}

.link-box{
    position:relative;
}





.link-box .top-a{
	position: absolute;

    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    top: 14%;
    border-radius: 0.2rem;
    height:33%;
    overflow: hidden;
    padding: 2%;

}


.link-box .box{
	width:100%;
	height:100%;
	background:linear-gradient(.25turn,#fef9f6,#fedbe1);
	border-radius:0.2rem;
	display: flex;
	justify-content:space-between;
	align-items: center;
	color:#af1e0b;
	padding:0 6%
}

.link-box .box .left p{
	font-size:0.28rem;
	font-weight: bold;
}

.link-box .box .left small{
	font-weight: normal;
}

.link-box .box .left div{
	background:#af1e0b;
	color:#fff;
	text-align: center;
	border-radius:0.3rem;
	padding:4%;
	margin-top:10%
}

.link-box .right{
	background:#af1e0b;
	color:#fff;
	width:1.2rem;
	height:1.2rem;
	border-radius:0.6rem;
	text-align:center;
	line-height:1.2rem;
	font-size:0.36rem;
	font-weight: bold;
}

.link-box .bottom-a{
	top: 54%;
    position: absolute;
    width: 92%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    height: 39%;
    justify-content: space-between;
    flex-wrap: wrap;
}


.link-box .bottom-a a{
    width: 49%;
 
    height: 47%;
    border-radius: 0.2rem;
    color: #af1e0b;
    padding: 0 2%;
}

.link-box .bottom-a a .left{
	font-size:0.25rem;
	font-weight: bold;
}

.link-box .bottom-a a .left small{
	font-weight: normal;
	font-size:0.16rem
}

.link-box .bottom-a a img{
	width:0.8rem;
	display: block;
	margin:initial;
}

/*.link-box .link-box-wrap{*/
/*	position: absolute;*/
/*	padding:5%;*/
/*	width:100%;*/
/*	height:100%;*/
/*}*/

.link-box .cp-a{
	width: 39%;
	position: absolute;
	height: 10%;
	top: 15%;
	left: 9%;

}



.vr-a{
	position: absolute;
	width: 84%;
	left: 0;
	right: 0;
	top: 14%;
	margin: auto;
	height: 19%;

}


.tc-zz{
	background:rgba(0, 0, 0, .6);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	display: none;

}


.tc{
	background:#fff;
	position:fixed;
	top:30%;
	left:0;right:0;
	margin:auto;
	width:4.8rem;
	height:5.5rem;
	z-index:9999;
	border-radius:0.1rem;
	text-align: center;
	display: none;

	align-items: center;
	flex-wrap: wrap;
	justify-content:space-evenly;
	flex-direction: column;
	border:0.16rem solid #af1e0b;
}

.close-btn{
	right: 0;
	position: absolute;
	top: 0;
	padding:3%
}




  .swiper-slide {
	width: 100%;
	height:auto
  }



  .hq-box{
	width:100%;
	overflow: hidden;
	position: relative;
  }


  .hq-box .swiper{
	position: absolute;
	top:18%;
	left:0;
	right:0;
	margin:auto;
	width:86%;
	overflow: hidden;
  }