* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 50px;
	height: 100%;
}

body {
	font: 0.32rem "Arail", "Microsoft Yahei";
	color: #302724;
	-webkit-text-size-adjust: none;

}

body {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

input,
select,
textarea {
	outline: none;
}

input,
select {
	-webkit-appearance: none;
	border-radius: 0;
}

img {
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
	width: 100%;
}

.break {
	word-break: break-all;
	word-wrap: break-word;
}

.elips {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-text-overflow: ellipsis;
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
	display: block;
	clear: all;
}

.fix {
	zoom: 1;
}

.fix:before,
.fix:after {
	content: "";
	display: table;
}

.fix:after {
	clear: both;
}

.fp-tableCell {
	width: 100%;
}

:focus {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
	color: #bbb;
}

section {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

input::-webkit-input-placeholder {
	color: #9c9eb1;
}

input:-moz-input-placeholder {
	color: #9c9eb1;
}

input::-moz-input-placeholder {
	color: #9c9eb1;
}

input:-ms-input-placeholder {
	color: #9c9eb1;
}

.block {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

img {
	width: 100%;
}

/*loader*/

.loaded {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	z-index: 999;
}

.loaded .loader {
	width: 38%;
	position: absolute;
	left: 31%;
	top: 36%;
}

.loaded img {
	width: 100%;
}

/* 内容 */
#header {
	position: relative;
}

.boxbj {
	padding-bottom: 0.58rem;
	background: url(../images/box_bottom.png) no-repeat center bottom;
	background-size: 100% 0.08rem;
}

.box_01 {
	padding: 0.28rem 0.3rem 0.58rem;
}

.box_02 {
	padding-top: 0.69rem;
}

.box_02 .title {
	padding: 0 1.42rem;
	margin-bottom: 0.55rem;
}

.box_02 .content {
	padding-bottom: 0.3rem;
}

/* 按钮样式和滑动动效 */
.button-container {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.18rem;
}

.button-scroll {
	display: flex;
	width: max-content;
	animation: scrollLeft 20s linear infinite;
}

.button-scroll:hover {
	animation-play-state: paused;
}

.button-item {
	display: inline-block;
	line-height: 0.4rem;
	padding: 0 0.26rem;
	margin-right: 0.18rem;
	border: 0.02rem solid #1e92ff;
	border-radius: 0.1rem 0 0.1rem 0;
	color: #254764;
	text-decoration: none;
	white-space: nowrap;
	font-size: 0.26rem;
	background-color: #e8f6ff;
	transition: all 0.3s ease;
}

.box_02 .button {
	text-align: center;
}

.box_02 .button a {
	display: inline-block;
	width: 3rem;
	height: 0.6rem;
	color: #FFFFFF;
	background: #ff4600;
	border-radius: 0.3rem;
	font-size: 0.27rem;
	text-decoration: none;
	line-height: 0.6rem;
}

@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.box_03 {
	padding-top: 0.69rem;
}

.box_03 .title {
	padding: 0 1.22rem;
	margin-bottom: 0.5rem;
}

.box_03 .content {
	padding: 0 0.3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box_03 .content-item {
	width: 3.35rem;
	height: 1.52rem;
	margin-bottom: 0.2rem;
}

.box_03 .bottom {
	width: 100%;
	padding: 0 0.3rem;
}

.box_04 {
	padding-top: 0.69rem;
}

.box_04 .title {
	padding: 0 1.46rem;
	margin-bottom: 0.69rem;
}

/* Tab切换样式 */
.box_04 .tab {
	display: flex;
	justify-content: space-around;
	padding: 0 0.3rem;
	height: 0.67rem;
}

.box_04 .tab span {
	position: relative;
	display: block;
	padding: 0 0.2rem;
	line-height: 0.67rem;
	font-size: 0.28rem;
	color: #254764;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #f2f9ff;
}

.box_04 .tab span.on {
	color: #FFFFFF;
	font-weight: bold;
	background: #100ede;
}

.box_04 .tab span.on:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -0.2rem;
	margin-left: -0.07rem;
	width: 0.15rem;
	height: 0.15rem;
	background: url(../images/tabOn.png) no-repeat center;
	background-size: cover;
}

.box_04 .tabCon {
	display: none;
	padding: 0 0.3rem;
}

.box_04 .tabConItem {
	padding: 0.26rem 0 0.4rem;
	overflow: hidden;
	background: url(../images/box4_bj.png) no-repeat bottom;
	background-size: 100% 0.06rem;
}

.box_04 .tabConItem .title {
	display: flex;
	align-items: center;
	padding: 0.2rem;
	margin-bottom: 0;
	padding-left: 0.3rem;
}

.box_04 .tabConItem:nth-child(1) .title .num {
	width: 0.70rem;
	height: 0.68rem;
	margin-right: 0.2rem;
}

.box_04 .tabConItem:nth-child(2) .title .num {
	width: 0.80rem;
	height: 0.68rem;
	margin-right: 0.2rem;
}

.box_04 .tabConItem .title .tit {
	flex: 1;
	font-size: 0.36rem;
	font-weight: bold;
	color: #254764;
}

.box_04 .tabConItem .title .tit span {
	display: block;
	font-size: 0.24rem;
	color: #333333;
	font-weight: normal;
}

.box_04 .tabConItem .title a {
	font-size: 0.24rem;
	color: #ff4600;
	text-decoration: underline;
}

.box_04 .tabConItem .con {
	padding: 0 0.2rem 0 0.3rem;
	font-size: 0.24rem;
	line-height: 0.34rem;
	color: #333333;
}

.box_04 .tabCon .tab2 {
	display: flex;
	justify-content: space-around;
	margin-top: 0.22rem;
	height: 0.48rem;
}

.box_04 .tabCon .tab2 span {
	position: relative;
	display: block;
	padding: 0 0.58rem;
	line-height: 0.48rem;
	font-size: 0.24rem;
	color: #254764;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #fff5f1;
}

.box_04 .tabCon .tab2 span.on2 {
	color: #FFFFFF;
	font-weight: bold;
	background: #ff4600;
}

.box_04 .tabCon .tab2 span.on2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.10rem;
	margin-left: -0.08rem;
	width: 0.16rem;
	height: 0.10rem;
	background: url(../images/tabOn2.png) no-repeat center;
	background-size: cover;
}

.box_04 .tabCon .tabCon2 {
	display: none;
}

.box_04 .tabCon .tab3 {
	display: flex;
	justify-content: space-around;
	margin-top: 0.22rem;
	height: 0.48rem;
}

.box_04 .tabCon .tab3 span {
	position: relative;
	display: block;
	padding: 0 0.52rem;
	line-height: 0.48rem;
	font-size: 0.24rem;
	color: #254764;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #fff5f1;
}

.box_04 .tabCon .tab3 span.on3 {
	color: #FFFFFF;
	font-weight: bold;
	background: #ff4600;
}

.box_04 .tabCon .tab3 span.on3:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.10rem;
	margin-left: -0.08rem;
	width: 0.16rem;
	height: 0.10rem;
	background: url(../images/tabOn2.png) no-repeat center;
	background-size: cover;
}

.box_04 .tabCon .tabCon3 {
	display: none;
}

.box_04 .tabCon p {
	text-align: center;
	line-height: 0.26rem;
	padding-top: 0.3rem;
}

.box_04 .tabCon p a {
	font-size: 0.24rem;
	color: #ff4600;
	text-decoration: underline;
}
.box_04 .button {
	text-align: center;
	padding-top: 0.4rem;
}

.box_04 .button a {
	display: inline-block;
	width: 3rem;
	height: 0.6rem;
	color: #FFFFFF;
	background: #ff4600;
	border-radius: 0.3rem;
	font-size: 0.27rem;
	text-decoration: none;
	line-height: 0.6rem;
	margin: 0 0.1rem;
}
.box_04 .button a.buttonx2{
	background: #100ede;
}

.box_05 {
	padding-top: 0.69rem;
	margin-bottom: 0.69rem;
	padding-bottom: 0.69rem;
	background: none;
	position: relative;
}

.box_05 .title {
	padding: 0 1.2rem;
	margin-bottom: 0.69rem;
}

/* Tab切换样式 */
.box_05 .tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 0.3rem;
	margin-bottom: 0.2rem;
}

.box_05 .tab span {
	position: relative;
	display: block;
	min-width: 1.4rem;
	padding: 0 0.2rem;
	line-height: 0.67rem;
	text-align: center;
	font-size: 0.28rem;
	color: #254764;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #f2f9ff;
	margin: 0 0.04rem 0.1rem;
}

.box_05 .tab span.on {
	color: #FFFFFF;
	font-weight: bold;
	background: #100ede;
}
.box_05 .tabCon{
	width: 6.91rem;
	margin: 0 auto;
}
.box_05 .tabCon .swiper-slide{
	width: 100%;
}
.box_05 .tabCon .swiper-slide a{
	display: block;
	width: 100%;
	margin-bottom: 0.3rem;
}
.box_05 .tabCon .swiper-slide a:last-child{
	margin-bottom: 0;
}
.box_05 .tabCon .swiper-slide img{
	width: 100%;
}
