/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 0.24rem;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*兼容老设备的rem-px基准*/
html {
	font-size: 42.6667px;
}

@media screen and (max-width: 320px) {
	html {
		font-size: 42.6667px;
	}
}

@media screen and (min-width: 321px) and (max-width: 360px) {
	html {
		font-size: 48px;
	}
}

@media screen and (min-width: 361px) and (max-width: 375px) {
	html {
		font-size: 50px;
	}
}

@media screen and (min-width: 376px) and (max-width: 414px) {
	html {
		font-size: 55px;
	}
}

@media screen and (min-width: 415px) and (max-width: 484px) {
	html {
		font-size: 64px;
	}
}

@media screen and (min-width: 485px) and (max-width: 720px) {
	html {
		font-size: 96px;
	}
}

@media screen and (min-width: 721px) and (max-width: 768px) {
	html {
		font-size: 102px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
	html {
		font-size: 144px;
	}
}

@media screen and (min-width: 1080px) {
	html {
		font-size: 144px;
	}
}

/*新设备的rem-vw标准*/
.body1 {
	padding-top: 7rem;
}

.touimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -2;
}

.annii {
	width: 3.2rem;
	z-index: -1;
	position: absolute;
	top: 6rem;
	right: 0.5rem;
}

.main {
	padding: 0 0.28rem;
	margin: 0 auto;
	width: 100%;
}

* {
	box-sizing: border-box;
}

.box1 {
	background-color: #fff;

	margin-top: 0.3rem;
	border-radius: 0.15rem;
	padding: 0.2rem 0.25rem;

}

.box1 .top {
	width: 100%;

	height: 0.7rem;
	margin: 0 auto;
	border-radius: 0.3rem;
	background-color: #fff6ef;
	line-height: 0.7rem;
	padding-left: 0.6rem;
	font-size: 0.25rem;
	position: relative;
	color: #ff5800;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.box1 .top img {
	width: 0.4rem;
	position: absolute;
	top: 0.16rem;
	left: 0.13rem;
}

.box1 .form input {
	width: 100%;
	height: 0.8rem;
	margin-top: 0.25rem;
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	border-radius: 0.1rem;
	padding-left: 0.7rem;
	font-size: 0.25rem;
	box-sizing: border-box;
}

.box1 .form input.in1 {
	background: url(../img/in1.png) no-repeat left;
	background-size: 0.3rem;
	background-position-x: 3%;
}

.box1 .form input.in2 {
	background: url(../img/in2.png) no-repeat left;
	background-size: 0.3rem;
	background-position-x: 3%;
}

.tongyi {
	margin: 0.3rem 0;
	padding-left: 0.4rem;
	position: relative;
	font-size: 0.25rem;
}

.tongyi a {
	color: #4772fc;
}

.tongyi i {
	display: inline-block;
	width: 0.32rem;
	height: 0.32rem;
	border: 1px solid #4772fc;
	border-radius: 0.32rem;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.tongyi i.hover {
	background: url(../img/landian.png) no-repeat center;
	background-size: auto;
}

.box-02 input {
	width: 100%;
	height: 0.8rem;
	margin-top: 0.25rem;
	background-color: #4772fc;
	border: 1px solid #4772fc;
	border-radius: 0.1rem;
	color: #fff;
	font-size: 0.32rem;

	box-sizing: border-box;
}

.box-02 div {
	width: 100%;
	height: 0.8rem;
	margin-top: 0.25rem;
	background-color: #4772fc;
	border: 1px solid #4772fc;
	border-radius: 0.1rem;
	color: #fff;
	font-size: 0.32rem;

	box-sizing: border-box;
}

.box-02 {
	position: relative;
}

.box-02 .tubiao1 {

	left: 60%;
	top: -0.15rem;
	width: 2.1rem;
	-webkit-transform: translateX(0.43rem);
	transform: translateX(0.43rem);
	background: -webkit-linear-gradient(left, #ff8000, #ffb012);
	background: linear-gradient(90deg, #ff8000, #ffb012);
	border-radius: 0.3rem 0.3rem 0.3rem 0;
	border: 0.04rem solid #fff;
	text-align: center;
	padding: 0.1rem 0.1rem;
	position: absolute;
	font-size: 0.23rem;
	color: #fff;
}

.xiaoshou {
	position: absolute;
	top: 0.4rem;
	right: -0.45rem;
	width: 1.1rem;
}

.box2 {
	padding: 0.2rem;
	background-color: #fff;
	margin-top: 0.3rem;
	border-radius: 0.1rem;
}

.box2 h3 {
	text-align: center;
	font-size: 0.35rem;
	font-weight: 500;
	color: #333;
}

.box2 ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	margin-top: 0.2rem;
}

.box2 ul li img {
	width: 1.5rem;
}

.box2 ul li p {
	font-size: 0.25rem;
	padding-top: 0.1rem;
}

.box3 {
	padding: 0.2rem;
	background-color: #fff;
	margin-top: 0.3rem;
	border-radius: 0.1rem;
}

.box3 h3 {
	text-align: center;
	font-size: 0.35rem;
	font-weight: 500;
	color: #333;
}

.box3 .text-g {
	height: 5.2rem;
	width: 100%;
	margin-top: 0.3rem;
	overflow: hidden;
}

.box3 .text-g ul li {
	position: relative;
	padding-left: 1rem;
	box-sizing: border-box;
	height: 1.3rem;
}

.box3 .text-g ul li img {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.box3 .text-g ul li h4 {
	font-size: 0.3rem;
	font-weight: normal;
	padding-bottom: 0.07rem;
}

.hjk {
	text-align: center;
	padding: 0.3rem 0;
	color: #fff;
	line-height: 0.36rem;
}

.gun2 {
	width: 2.5rem;
	height: 0.5rem;
	background: rgba(0, 0, 0, .14);
	position: absolute;
	top: 0.9rem;
	left: 0.2rem;
	border-radius: 0.3rem;
	overflow: hidden;
}

.gun2 img {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	margin-left: 0rem;
	float: left;
}

.gun2 span {
	float: left;
	line-height: 0.5rem;
	padding-left: 0.05rem;
	font-size: 0.24rem;
	color: #fff;
}

.box1 .form input.in3 {
	background: url(../img/shenfenzheng.png) no-repeat left;
	background-size: 0.3rem;
	background-position-x: 3%;
}


/*  */
.fp-box-1 {
	color: #2b4374;
	font-size: 0.24rem;
	height: 0.6rem;
	display: flex;
	align-items: center;
	padding: 0.05rem;
	padding-left: 0.5rem;
	background: url(../img/gantan.png) no-repeat left;
	background-size: 0.35rem;
	background-position-x: 2%;
}

.fp-box2 {
	width: 100%;

	background: url(../img/bgyy.png) no-repeat center;
	background-size: 100% 100%;
	padding-top: 0.5rem;
	padding-bottom: 1.3rem;

}

.fp-box2 .text-g {
	padding-left: 2.9rem;
	box-sizing: border-box;
	position: relative;
}

.fp-box2 .text-g img {
	position: absolute;
	top: 0.15rem;
	left: 1.95rem;
	width: 0.7rem;
}

.fp-box2 h3 {
	color: #fff;
	font-size: 0.4rem;
}

.fp-box2 p {
	color: hsla(0, 0%, 100%, .7);
	font-size: 0.26rem;
	text-align: center;
	margin-top: 0.3rem;
}

.fp-box-4 {
	position: relative;
}

.fp-box-3 {
	background-color: #fff;
	width: 92%;

	padding: 0.3rem;
	box-sizing: border-box;
	position: absolute;
	top: -0.9rem;
	left: 4%;
	border-radius: 0.1rem;
}

.fp-box-3 .left1 {
	width: 70%;
	float: left;
	padding-left: 1.2rem;
	box-sizing: border-box;
	position: relative;
}

.fp-box-3 .left img {
	width: 0.9rem;
	position: absolute;
	top: 0;
	left: 0;
}

.fp-box-3 .left h3 {
	font-size: 0.34rem;
	padding-bottom: 0.05rem;
}

.fp-box-3 .left p {
	font-size: 0.3rem;
	font-weight: normal;
	color: rgba(0, 0, 0, .7);
}

.fp-box-3 .ri1 {
	float: right;
	width: 30%;
}

.fp-box-3 .ri1 a {
	display: block;
	text-align: right;
	font-size: 0.35rem;
	margin-bottom: 0.2rem;
	color: #999;
}

.fp-box-3 .top {
	width: 100%;
	height: 0.7rem;
	margin: 0 auto;
	border-radius: 0.3rem;
	background-color: #fff6ef;
	line-height: 0.7rem;
	padding-left: 0.6rem;
	font-size: 0.25rem;
	position: relative;
	color: #ff5800;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 0.3rem;
}

.fp-box-3 .top p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp-box-3 .top img {
	width: 0.4rem;
	position: absolute;
	top: 0.16rem;
	left: 0.13rem;
}

.ui2 li {
	margin-top: 0.3rem;
	position: relative;
}

.ui2 li h3 {
	float: left;
	padding-left: 0.45rem;
	background: url(../img/xiazaiss.png) no-repeat left;
	background-size: 0.36rem;
	display: inline-block;
	font-size: 0.27rem;
}

.ui2 li p {
	width: 55%;
	float: left;
	border-top: 1px dashed #d1d1d1;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0.2rem;
	margin-left: 0.1rem;
}

.ui2 li a {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	padding-left: 0.4rem;
	box-sizing: border-box;
	font-size: 0.26rem;
	color: #197bff;
	background: #fff url(../img/jisuo.png) no-repeat left;
	background-size: 0.3rem;
}

.jiesuof {
	font-size: 0.24rem;
	text-align: center;
	color: #568af3;
	display: block;
	padding: 0.2rem 0;
	padding-bottom: 0;
}

.footer {
	padding: 0.3rem;
	background-color: #fff;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 2.4rem;
}

.footer .a1 {
	width: 100%;
	height: 0.8rem;

	display: block;
	text-align: center;
	border-radius: 0.1rem;
	border: 1px solid #197bff;
	line-height: 0.8rem;
	font-size: 0.3rem;
	padding-left: 0.8rem;
	box-sizing: border-box;
	position: relative;
	background: #fff url(../img/zhifubao.png) no-repeat center;
	background-size: 0.4rem auto;
	background-position-x: 40%;
}

.footer .a1::after {
	display: block;
	content: "";
	width: 0.4rem;
	height: 0.35rem;
	background: url(../img/zhifubao2.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.footer .a2 {
	color: #fff;
	width: 100%;
	border-width: 0 !important;
	background: linear-gradient(90deg, #ffb012, #ff8000) !important;
	font-size: 0.4rem;
	line-height: 2.4;
	display: block;
	text-align: center;
	margin-top: 0.2rem;
	border-radius: 0.1rem;
}
.footer .a2 s{
	font-style: normal;
	font-size: 0.28rem;
}