@charset "utf-8";

/* CSS Document */
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
form,
dl,
dd,
span,
strong,
p,
em {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

a,
a:hover {
	text-decoration: none;
	color: #ffffff;
}

html {
	font-size: 50px;
}

body {
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-size: 0.14rem;
	color: #ffffff;
	background: #040518;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.hiddle {
	display: none;
}

input,
textarea {
	outline: none;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
	box-shadow: none;
}

i,
em {
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper-button-next {
	right: 40px;
	width: 50px;
	height: 80px;
	background: #040518;
	opacity: 0.4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-prev {
	left: 40px;
	width: 50px;
	height: 80px;
	background: #040518;
	opacity: 0.4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination-bullet {
	width: 0.52rem;
	height: 0.04rem;
	background: #236FFB;
	border-radius: 0%;
}

.swiper-pagination {
	bottom: 0.36rem !important;
}

.pd16 {
	padding: 0 0.32rem;
}

.flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex_space {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header {
	background: #111A2D;
	height: 1rem;
	border-bottom: 1px solid #838894;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
}

.header .logo img {
	width: 2.52rem
}

.header .logo {
	font-size: 0;
}

.header .rg_click .qg {
	display: inline-block;
	font-size: 0.32rem;
	font-family: MicrosoftYaHei;
	color: #236FFB;
	margin: 0 0.42rem 0 0.16rem;
	padding-bottom: 2px;
	padding-top: 0;
}

.header .rg_click .dingwei {
	width: 0.26rem;
}

.header .rg_click a img {
	width: 0.46rem;
}

.header .rg_click a {
	display: inline-block;
	padding-top: 0.04rem;
}

.menu {
	width: 6rem !important;
	height: 100%;
	background: #111A2D;
	position: fixed;
	left: 0;
	top: 1rem;
	display: none;
	z-index: 99999;
}

.menu ul li {
	height: 1rem;
	padding: 0 0.32rem;
	line-height: 1rem;
	border-bottom: 1px solid #1D283E;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu ul li .qh {
	display: none;
}

.menu ul li:nth-child(3) .qh {
	display: block;
	width: 0.16rem;
}

.menu ul li:nth-child(6) .qh {
	display: block;
	width: 0.16rem;
}

.menu ul li a {
	font-size: 0.28rem;
	color: #ffffff;
	width: 90%;
}

.menu ul li .next {
	width: 0.16rem;
}


.menu2 {
	width: 6rem !important;
	height: 100%;
	background: #111A2D;
	position: fixed;
	left: 0;
	top: 1rem;
	display: none;
	z-index: 99999;
}

.menu2 ul li {
	height: 1rem;
	padding: 0 0.32rem;
	line-height: 1rem;
	border-bottom: 1px solid #1D283E;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu2 img {
	width: 0.16rem;
}

.menu2 ul li .qh {
	display: none;
}

.menu2 ul li:nth-child(3) .qh {
	display: block;
}

.menu2 ul li a {
	font-size: 0.28rem;
	color: #ffffff;
}

.menu2 ul li .next {
	width: 0.16rem;
}

.menu3 {
	width: 100% !important;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 1rem;
	display: none;
	z-index: 999;
}

.index_swiper .text_desc {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 0.32rem;
}

.index_swiper .text_desc2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 1.3rem;
	text-align: center;
}

.index_swiper .text_desc2 .dd1 {
	font-size: 0.4rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.54rem;
	margin: 0.96rem auto 0.2rem;
}

.index_swiper .text_desc2 .dd2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.36rem;
}

.index_swiper {
	position: relative;
}

.index_swiper .text_desc .dd1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.4rem;
	padding-top: 1.2rem;
}

.index_swiper .text_desc .dd2 {
	padding-top: 0.2rem;
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.36rem;
}

.index_swiper .text_desc .dd2 .color_bl {
	color: #236FFB;
}

.index_about {
	padding: 0.44rem 0.32rem 0;
}

.index_about .tit_en {
	font-size: 0.48rem;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #363746;
	position: relative;
}

.index_about .tit_cn {
	font-size: 0.4rem;
	font-family: Arial-Black, Arial;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	top: -0.38rem;
}

.index_about .info {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	line-height: 0.42rem;
	position: relative;
	top: -0.2rem;
}

.index_about .info span {
	color: #236FFB;
}

.about_swiper {
	margin-top: 0.44rem;
	margin-bottom: 1rem;
}

.about_swiper .swiper-slide {
	width: 2.76rem;
	height: 2.2rem;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.36rem;
}

.tit_ty {
	display: flex;
	align-items: flex-end;
	padding-bottom: 0.24rem;
	border-bottom: 1px solid #272E49;
}

.tit_ty .t1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.4rem;
}

.tit_ty .t2 {
	font-size: 0.28rem;
	font-family: ArialMT;
	color: #8DA7D9;
	margin-left: 0.16rem;
}

.index_body1 ul {
	margin-top: 0.4rem;
}

.index_body1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_body1 ul li {
	width: 2.18rem;
	height: 2rem;
	background: #111A2D;
	padding: 0 0.2rem;
	text-align: center;
	margin-bottom: 0.16rem;

}

.index_body1 ul li img {
	width: 0.6rem;
	margin: 0.26rem auto 0.16rem;
}

.index_body1 ul li p {
	text-align: left;
}

.index_body1 ul li p.p1 {
	font-size: 0.24rem;
	color: #8DA7D9;
	margin-bottom: 0.08rem;
}

.index_body1 ul li p.p2 {
	font-size: 0.24rem;
	color: #8DA7D9;
}

.index_body2 {
	margin-top: 1rem;
	width: 100%;
	height: 1.8rem;
	background: #111A2D;
	padding: 0.5rem 0.32rem 0;

}

.index_body2 .cn {
	font-size: 0.4rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.index_body2 .en {
	font-size: 0.48rem;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #8DA7D9;
	opacity: .3;
	position: relative;
	top: -0.24rem;
}

.index_body3_swiper {
	margin-top: 0.2rem;
	padding-top: .2rem;
}

.index_body3_swiper .swiper-slide {
	transition: all .3s ease 0s;
	text-align: center;
	background: #111A2D;
	height: 12.2rem !important;
}

.index_body3_swiper .swiper-slide.swiper-slide-active {
	-webkit-transform: translateY(-0.2rem);
	transform: translateY(-0.2rem);
	background-image: url(../images/bg1.png);
	background-size: 100% 100%;
}

.index_body3_swiper .swiper-slide.swiper-slide-active .img {
	padding: 0.2rem;
}

.index_body3_swiper .swiper-slide .img img {
	width: 100%;
}

.index_body3_swiper .swiper-slide .icon {
	margin: 0.30rem auto;
}

.index_body3_swiper .swiper-slide .icon img {
	width: 0.54rem;
}

.index_body3_swiper .swiper-slide .title {
	font-size: 0.32rem;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
}

.index_body3_swiper .swiper-slide .title .tj {
	position: absolute;
	right: -0.84rem;
	top: 0.08rem;
	width: 0.72rem;
}

.index_body3_swiper .swiper-slide .xian {
	width: 0.6rem;
	height: 0.08rem;
	background: #ffffff;
	margin: 0.28rem auto;
}

.index_body3_swiper .swiper-slide .title2 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.index_body3_swiper .swiper-slide .desc {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #ffffff;
	padding: 0 1rem;
	margin: 0.16rem auto 0.4rem;
}

.index_body3_swiper .swiper-slide a {
	width: 4.74rem;
	height: 0.76rem;
	line-height: 0.76rem;
	background: #FFFFFF;
	font-size: 0.28rem;
	color: #236FFB;
	display: inline-block;
	margin-top: 0.2rem;
}

.baojia {
	margin-top: .4rem;
	position: relative;

}

.baojia .cont {
	background: #111A2D;
}

.baojia .top {
	background-image: url(../images/bg2.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	width: 5.46rem;
	margin: 0 auto;
	font-size: 0.3rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	justify-content: center;
	height: 0.8rem;
	position: relative;
	top: 0.4rem;
}

.baojia .top img {
	width: 0.34rem;
	margin-right: 0.12rem;
}

.baojia .top span {
	color: #FF4A4A;
}

.baojia .cont {
	padding: 0.6rem 0.48rem 0.6rem;
}

.baojia .cont .list {
	margin-top: 0.3rem;
	position: relative;
}

.baojia .cont .list .city {
	position: absolute;
	right: 0;
	top: 0.65rem;
	width: 0.18rem;
}

.baojia .cont .list .label {
	font-size: 0.28rem;
	color: #97A7C7;
}

.baojia .cont .list .label span {
	display: inline-block;
	color: #f00;
	margin-right: 0.1rem;
}

.baojia .cont .list input {
	width: 100%;
	line-height: 1rem;
	font-size: 0.32rem;
	color: #FFFFFF;
	background: transparent;
	border: none;
	border-bottom: 1px solid #1E283E;
}

.baojia .cont .list input::placeholder {
	font-size: 0.32rem;
	color: #495469;
}

.baojia .cont button {
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
	width: 100%;
	line-height: 0.88rem;
	font-size: 0.32rem;
	color: #FFFFFF;
	border: none;
}

.baojia .cont .list .xz {
	margin: 0.32rem 0;
}

.baojia .cont .list .xz a {
	display: inline-block;
	font-size: 0.28rem;
	color: #FFFFFF;
	background: #222D45;
	padding: 0.12rem 0.2rem;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
}

.baojia .cont .list .xz a:nth-child(4n) {
	margin-right: 0;
}

.baojia .cont .list .xz a.active {
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
}

.index_body4 {
	margin-top: 1rem;
}

.index_body4 .swiper-slide img {
	height: 3.6rem;
}

.tab {
	display: flex;
	justify-content: space-between;
	margin: 0.4rem 0;
}

.tab a {
	display: inline-block;
	text-align: center;
	font-size: 0.28rem;
	color: #8DA7D9;
	flex: 1;
	line-height: 0.64rem;
}

.tab a.active {
	font-weight: bold;
	background: #236FFB;
	color: #ffffff;
}

.index_body4 .tab_cont {
	height: 5.8rem;
	overflow: hidden;
}

.index_body4 .tab_cont .swiper-slide img {
	width: 100%;
}

.index_body4 .tab_cont .swiper-slide p {
	font-size: 0.28rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.2rem;
}

.ty_button {
	margin-top: 0.8rem;
	text-align: center;
}

.ty_button a {
	display: inline-block;
	font-size: 0.28rem;
	color: #FFFFFF;
	padding: 0.2rem 1.3rem;
	background: #236FFB;
}

.index_body4 .tab_cont .ty_button {
	margin-top: 0.56rem;
}

.index_body4 .tab_cont ul {
	opacity: 0;
}

.index_body5 {
	margin-top: 1rem;
}

.index_body5 .gf1 {
	width: 100%;
	height: 1.8rem;
	background-image: url(../images/jiaofu_bg.png);
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.36rem;
}

.index_body5 .gf1 .div1 .p1 {
	font-size: 0.4rem;
	font-weight: bold;
	color: #FFFFFF;
	transform: translateY(.12rem);
}

.index_body5 .gf1 .div1 .p2 {
	font-size: 0.48rem;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #8DA7D9;
	opacity: .26;
	transform: translateY(-0.12rem);
}

.index_body5 .gf1 .div2 {
	text-align: right;
}

.index_body5 .gf1 .div2 p {
	font-size: 0.24rem;
	color: #8DA7D9;
	line-height: 0.38rem;
}

.index_body5 .box_58 {
	margin: 0.2rem auto;
}

.index_body5 .box_58 .list {
	width: 3rem;
	height: 5.6rem;
	background-size: 100% 100%;
	text-align: center;
	transition: all 0.3s ease 0s;
	position: relative;
}

.index_body5 .box_58 .list span {
	width: 100%;
	display: block;
}

.index_body5 .box_58 .list .text_1 {
	font-size: 0.48rem;
	font-family: YouSheBiaoTiHei;
	color: #8DA7D9;
	padding-top: 0.4rem;
}

.index_body5 .box_58 .list .text_2 {
	color: #236FFB;
	font-size: 0.36rem;
	text-align: center;
	font-weight: bold;
}

.index_body5 .box_58 .list .text_3 {
	color: #8DA7D9;
	font-size: 0.28rem;
	font-family: MicrosoftYaHei-Bold;
	text-align: center;
	margin: 0.08rem 0 0 0;
}

.index_body5 .box_58 .list .text-group {
	margin-top: 0.36rem;
}

.index_body5 .box_58 .list .text-group p {
	color: #8DA7D9;
	font-size: 0.28rem;
	margin-top: 0.08rem;
}

.index_body5 .box_58 .list .xx {
	background-color: rgba(141, 167, 217, 1);
	width: 0.6rem;
	height: 0.04rem;
	margin: 0.24rem auto;
}

.index_body5 .box_58 .list:nth-child(1) {
	background-image: url(../images/011.png);
}

.index_body5 .box_58 .list:nth-child(2) {
	background-image: url(../images/022.png);
}

.index_body5 .box_58 .list:nth-child(3) {
	background-image: url(../images/033.png);
}

.index_body5 .box_58 .list:nth-child(4) {
	background-image: url(../images/044.png);
}

.index_body5 .box_58 .list:nth-child(5) {
	background-image: url(../images/055.png);
}

.index_body5 .box_58 .list:nth-child(6) {
	background-image: url(../images/066.png);
}

.index_body5 .box_58 .list:nth-child(7) {
	background-image: url(../images/077.png);
}



.index_body5 .box_58 .list:nth-child(1).swiper-slide-active {
	background-image: url(../images/01.png);
}

.index_body5 .box_58 .list:nth-child(2).swiper-slide-active {
	background-image: url(../images/02.png);
}

.index_body5 .box_58 .list:nth-child(3).swiper-slide-active {
	background-image: url(../images/03.png);
}

.index_body5 .box_58 .list:nth-child(4).swiper-slide-active {
	background-image: url(../images/04.png);
}

.index_body5 .box_58 .list:nth-child(5).swiper-slide-active {
	background-image: url(../images/05.png);
}

.index_body5 .box_58 .list:nth-child(6).swiper-slide-active {
	background-image: url(../images/06.png);
}

.index_body5 .box_58 .list:nth-child(7).swiper-slide-active {
	background-image: url(../images/07.png);
}

.index_body5 .gf2 {
	height: 4.8rem;
	width: 100%;
	background-image: url(../images/jiaofu_bg2.png);
	padding: .001rem 0.24rem 0;
	background-size: 100% 100%;
}

.index_body5 .gf2 .tt1 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #8DA7D9;
	margin-top: 0.4rem;
}

.index_body5 .gf2 .tt1 span {
	font-size: 0.4rem;
	font-weight: bold;
	color: #236FFB;
	margin-right: 0.1rem;
}

.index_body5 .gf2 .info {
	font-size: 0.28rem;
	color: #8DA7D9;
	line-height: 0.38rem;
	margin-top: 0.14rem;
}

.youshi {
	margin-top: 1rem;
}

.youshi ul {
	margin-top: 0.14rem;
}

.youshi ul li {
	margin-top: 0.52rem;
	display: flex;
	align-items: center;
	padding: 0 0.36rem;
}

.youshi ul li>div {
	padding-left: 0.4rem;
}

.youshi ul li>img {
	width: 1.5rem;
}

.youshi ul li .tit {
	font-size: 0.32rem;
	font-weight: bold;
	color: #FFFFFF;
}

.youshi ul li .info {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	margin-top: 0.12rem;
	line-height: 0.32rem;
}

.zizhi {
	margin-top: 1rem;
}

.zizhi ul {
	margin-top: 0.4rem;
}

.zizhi .zizhi_swiper {
	margin-top: 0.4rem;
}

.zizhi .swiper-slide img {
	width: 100%;
}

.zizhi .swiper-slide p {
	font-size: 0.32rem;
	margin-top: 0.2rem;
	color: #FFFFFF;
}

.zixun_index {
	margin-top: 1rem;
}

.zixun_index .tab_news {}

.zixun_index .tab_news ul {
	display: none;
}

.zixun_index .tab_news ul li {
	width: 100%;
	line-height: 0.72rem;
	background: #111A2D;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.2rem;
	margin-bottom: 0.2rem;
}
.back-box.zixun_index .tab_news ul li {
	background: #fff;
}
.back-box.zixun_index .tab_news ul li a {
	color: #333333;
}
.zixun_index .tab_news ul li a {
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	text-overflow: ellipsis;
}

.zixun_index .tab_news ul li img {
	width: 0.16rem;
}

.zixun_index .tab_news ul .ty_button {
	padding-top: 0.4rem;
}

.footer {
	background: #01112B;
	width: 100%;
	padding-top: 0.2rem;
}

.footer p {
	font-size: 0.28rem;
	color: #8D9AB3;
	padding-top: 0.12rem;
}

.footer p a {
	font-size: .28rem;
	font-family: MicrosoftYaHei;
	color: #367DFF;
}

.footer p img {
	width: 0.28rem;
}

.footer .img {
	text-align: center;
	padding: 0.28rem 0;
	border-bottom: 1px solid rgba(141, 167, 217, 0.26);
}

.footer .img img {
	width: 1.6rem;
	height: 1.6rem;
}

.footer .bq {
	font-size: 0.24rem;
	text-align: center;
	padding: 0.24rem 0;
	line-height: 0.32rem;
}

.footer .bq a {
	font-size: 0.24rem;
	text-align: center;
	padding: 0.05rem 0;
	line-height: 0.32rem;
	color: #8D9AB3;
}

.footer .address a {
	display: inline-block;
	margin-left: 0.12rem;
	padding-left: 0.12rem;
	position: relative;
}

.footer .address a::after {
	position: absolute;
	width: 0.02rem;
	height: 0.2rem;
	left: 0;
	top: 0.08rem;
	content: " ";
	background-color: #367DFF;
}


.zxzx {
	width: 6.88rem;
	height: 2.88rem;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -3.44rem;
	margin-top: -1.44rem;
	background-color: #ffffff;
	background-image: url(../images/zx_bg.png);
	background-size: 100% 100%;
	padding-top: .6rem;
	z-index: 99999;
	display: none;
}

.zxzx .close {
	position: absolute;
	right: 0.16rem;
	top: 0.16rem;
}

.zxzx .close img {
	width: 0.2rem;
}

.zxzx .wen1 {
	font-size: 0.36rem;
	color: #2E3B54;
	line-height: 0.48rem;
	letter-spacing: 0.02rem;
}

.zxzx .wen2 {
	font-size: 0.28rem;
	color: #236FFB;
	line-height: 0.38rem;
	letter-spacing: 0.04rem;
	margin-top: 0.16rem;
}

.zxzx .ss1 {
	padding-left: 1rem;
	float: left;
}

.zxzx .ss2 {
	margin-left: .3rem;
	float: left;
}

.zxzx .ss2 img {
	width: 1.78rem;
}

.tc_tel {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 999999999;
	padding: 0 0.64rem;
	display: none;
}

.tc_tel .hj {
	width: 100%;
	height: 2.76rem;
	background: #FFFFFF;
	border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 50%;
	margin-top: -1.38rem;

}

.tc_tel .hj .hj_top1 {
	border-bottom: 1px solid #E7E7E7;
	text-align: center;
	padding: 0.3rem 0 0.36rem;
}

.tc_tel .hj .hj_top2 {
	display: flex;
	justify-content: space-between;
}

.tc_tel .hj .hj_top2 a {
	flex: 1;
	text-align: center;
	display: inline-block;
	line-height: 0.96rem;
	font-size: 0.32rem;
	font-weight: 400;
	color: #323233;
}

.tc_tel .hj .hj_top2 a:nth-child(2n) {
	border-left: 1px solid #E7E7E7;
	color: #2377FB;
}

.tc_tel .hj .hj_top1 .p1 {
	font-size: 0.32rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #323233;
	line-height: 0.44rem;
}

.tc_tel .hj .hj_top1 .p2 {
	font-size: 0.36rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 0.4rem;
	margin-top: 0.26rem;
}

.xf_cl {
	position: fixed;
	right: 0.32rem;
	bottom: 10%;
	z-index: 999;
	width: 0.92rem;
}

.xf_cl a {
	width: 0.92rem;
	height: 0.92rem;
	display: flex;
	border-radius: 50%;
	background-color: #236FFB;
	align-items: center;
	justify-content: center;
}

.xf_cl a:nth-child(2n) {
	margin-top: 0.28rem;
}

.xf_cl a img {
	width: 0.44rem;
	height: 0.44rem;
}

.form_yj {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #040518;
	z-index: 99999;
	padding-top: 0.52rem;
	display: none;
	padding-bottom: 1rem;
}

.form_yj .bbg {
	position: absolute;
	width: 2.02rem;
	height: 2.16rem;
	right: 1rem;
	top: 0;
	opacity: .2;
}

.form_yj .close {
	float: right;
}

.form_yj .tit1 {
	font-size: 0.4rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	padding: 0.2rem 0 0.12rem;
}

.form_yj .tit1 span {
	font-size: 0.24rem;
	color: #2372FB;
}

.form_yj .input {
	line-height: 0.72rem;
	background: #131A2E;
	width: 100%;
	padding: 0 0.24rem;
	border: none;
	color: #ffffff;
	font-size: 0.28rem;
	margin-top: 0.16rem;
}

.form_yj .input::placeholder {
	color: #495469;
}

.form_yj .list {
	display: flex;
	justify-content: wrap;
	flex-wrap: wrap;
	margin-top: 0.28rem;
}

.form_yj .list a {
	display: inline-block;
	width: 2.2rem;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.28rem;
	color: #FFFFFF;
	text-align: center;
	background: #111A2D;
	margin-bottom: 0.12rem;
	margin-right: 0.12rem;
}

.form_yj .list a:nth-child(3n) {
	margin-right: 0;
}

.form_yj .list a.active {
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
}

.form_yj .lab_list {
	margin-top: 0.28rem;
}

.form_yj .lab_list label {
	display: inline-block;
	font-size: 0.28rem;
	margin-right: 0.3rem;
	margin-bottom: 0.2rem;
}

.form_yj .lab_list label input {
	margin-right: 0.12rem;
}

.form_yj button {
	width: 100%;
	line-height: 0.8rem;
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
	font-size: 0.36rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	border: none;
	margin-top: 0.6rem;
}

.form_yj form img {
	width: 0.4rem;
	height: 0.4rem;
}

.app_body1 {
	margin-top: 0.32rem;
	margin-bottom: 0.8rem;
}

.app_body1 ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 3.28rem;
	background: #111A2D;
	padding: 0 0.4rem;
	margin-bottom: 0.2rem;
}

.app_body1 ul li>div {
	width: 3.74rem;
}

.app_body1 ul li>img {
	width: 1.64rem;
}

.app_body1 ul li .p1 {
	font-size: 0.32rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.42rem;
}

.app_body1 ul li .p2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.32rem;
	margin-top: 0.28rem;
}

.app_body1 ul li a {
	font-size: 0.26rem;
	font-family: MicrosoftYaHei;
	color: #236FFB;
	margin-top: 0.52rem;
	display: inline-block;
}

.app_body1 ul li a img {
	margin-left: 0.2rem;
}

.case_app {
	height: 9.2rem;
	width: 100%;
	background-image: url(../images/app_bg.png);
	background-size: 100% 100%;
	padding-top: 0.56rem;
}

.case_app .csae_p {
	color: #8DA7D9;
	font-size: 0.24rem;
	line-height: 0.36rem;
	margin: 0.26rem auto 0.6rem;
}

.ty_button2 {
	display: flex;
	justify-content: center;
}

.ty_button2 a {
	width: 3.12rem;
	padding: 0.2rem 0;
	margin: 0 0.2rem;
}

.ty_button2 a:nth-child(2n) {
	background: #45587A;
}

.wenti {
	margin-top: 1rem;
}

.wenti ul {
	margin: 0.4rem auto 0;
}

.wenti ul li {
	margin-bottom: 0.2rem;


	line-height: 0.72rem;
}
.back-box ul li .topp{
	display: flex;
	padding: 0 0.2rem;
	align-items: center;
	justify-content: space-between;
	height: 0.72rem;
}
.back-box.color1 ul li .topp{
	background: #F6F8FB;
}
.back-box.color5 ul li .topp{
	background: #fff;
}
.wenti ul li .topp {
	display: flex;
	padding: 0 0.2rem;
	align-items: center;
	justify-content: space-between;

	height: 0.72rem;
	background: #111A2D;
}
.back-box.color1 ul li.active .topp {
	background: #236FFB;
}
.back-box.wenti ul li a {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #333333;
	display: inline-block;
	width: 5.5rem;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.back-box ul li .img1 {
	width: 0.44rem;
}
.back-box ul li .img2 {
	width: 0.16rem
}
.wenti ul li .img1 {
	width: 0.44rem;
}

.wenti ul li .img2 {
	width: 0.16rem
}
.wenti ul li.active .topp {
	background: #236FFB;
}

.wenti ul li.active a {
	color: #ffffff;
}

.wenti ul li .cont {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	line-height: 0.36rem;
	margin: 0.2rem auto 0.4rem;
	display: none;
}
.back-box.wenti ul li .cont {
	color: #333333;
}
.wenti ul li .img1 {
	width: 0.44rem;
}

.wenti ul li .img2 {
	width: 0.16rem
}

.wenti ul li a {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	display: inline-block;
	width: 5.5rem;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xcxmb_body1 {
	margin-top: 0.32rem;
}

.xcxmb_body1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xcxmb_body1 ul li {
	width: 3.32rem;
	background: #111A2D;
	margin-bottom: 0.2rem;
	text-align: center;
	padding: 0.32rem 0;
}

.xcxmb_body1 ul li img {
	width: 0.6rem;
}

.xcxmb_body1 ul li p.p1 {
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.38rem;
	margin: 0.16rem auto 0;
}

.xcxmb_body1 ul li p.p2 {
	font-size: 0.24rem;
	color: #8DA7D9;
	line-height: 0.32rem;
	margin-top: 0.04rem;
}

.xcxmb_body2 {
	margin-top: 0.8rem;
}

.xcxmb_body2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.4rem;
}

.xcxmb_body2 ul li {
	width: 3.32rem;
	background: #111A2D;
	margin-bottom: 0.2rem;
	text-align: center;
	padding: 0.32rem 0;
}

.xcxmb_body2 ul li img {
	width: 1.46rem;
	height: 1.36rem;
}

.xcxmb_body2 ul li p.p1 {
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.38rem;
	margin: 0.16rem auto 0;
}

.xcxmb_body3 {
	margin-top: 0.8rem;
	background-color: #111A2D;
	padding-top: 0.44rem;
	background-image: url(../images/xcx001.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.xcxmb_body3>ul {
	padding: 0.2rem 0;
}

.xcxmb_body3>ul>li .lm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 0.32rem;

}

.xcxmb_body3>ul>li .lm a {
	width: 90%;
	font-size: 0.32rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	padding-left: 0.28rem;
}

.xcxmb_body3>ul>li .lm .qq {
	width: 0.6rem;
}

.xcxmb_body3>ul>li .lm .qh {
	width: 0.34rem;
}

.xcxmb_body3>ul>li .xq_body {
	display: none;
}

.xcxmb_body3>ul>li .xq_body {
	background: #0B1221;
	padding: 0.4rem 0;
	padding: 0.4rem 0.32rem;
}

.xcxmb_body3>ul>li .xq_body .bb1 {
	font-size: 0.28rem;
	color: #236FFB;
}

.xcxmb_body3>ul>li .xq_body .bb2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	line-height: 0.32rem;
	margin-top: 0.12rem;
}

.xcxmb_body3>ul>li .xq_body .bb3 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto 0.4rem;
}

.xcxmb_body3>ul>li .xq_body .bb3 a {
	width: 20%;
	text-align: center;
	margin-top: 0.4rem;
}

.xcxmb_body3>ul>li .xq_body .bb3 a img {
	width: 0.4rem;
}

.xcxmb_body3>ul>li .xq_body .bb3 a span {
	display: block;
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.32rem;
	margin-top: 0.06rem;
}

.xcxmb_body3>ul>li .xq_body .bb4 img {
	width: 1.2rem;
	margin-right: 0.4rem;
}

.xcxmb_body3>ul>li .active a {
	font-size: 0.32rem;
	font-weight: bold;
	color: #236FFB;
}

.xcxmb_fuwu {
	margin-top: 1rem;
}

.xcxmb_fuwu ul {
	margin-top: 0.6rem;
	display: flex;
	flex-wrap: wrap;
}

.xcxmb_fuwu ul li {
	width: 33.3333%;
	text-align: center;
	margin-bottom: 0.6rem;
}

.xcxmb_fuwu ul li img {
	width: 0.74rem;
}

.xcxmb_fuwu ul li p {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.38rem;
	margin-top: 0.2rem;
}

.xcxdz2 ul li p {
	width: 1.68rem;
}

.xcxdz2 ul li img {
	height: 1.36rem;
	width: auto;
}

.xcxdz3 {
	margin-top: 1rem;
}

.xcxdz3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xcxdz3 ul li {
	width: 2.18rem;
	height: 2.18rem;
	background: #040518;
	border: 1px solid #17223A;
	margin-bottom: 0.16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.xcxdz3 ul {
	margin-top: 0.4rem;
}

.xcxdz3 ul li img {
	width: 0.68rem;
}

.xcxdz3 ul li p {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	margin-top: 0.2rem;
}

.xcxdz4 {
	margin-top: 1rem;
}

.xcxdz4 .xzwm {
	width: 100%;
	height: 8.6rem;
	background-image: url(../images/dz_bg.png);
	background-size: 100% 100%;
	margin-top: 0.4rem;
}

.xcxdz4 .xzwm ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.xcxdz4 .xzwm ul li {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 0.22rem auto;
}

.xcxdz4 .xzwm ul li>img {
	width: 0.68rem;
	height: 0.68rem;
}

.xcxdz4 .xzwm ul li>div {
	padding-left: 0.28rem;
}

.xcxdz4 .xzwm ul li .div1 {
	font-size: 0.28rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.38rem;
}

.xcxdz4 .xzwm ul li .div2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.36rem;
	margin-top: 0.08rem;
}

.dzdz .gf2 {
	height: 5.52rem;
}

.dzdz .gf2 .tt1 {
	margin-top: 0.35rem;
}

.dzdz .box_58 .list {
	height: 6.68rem;
}

.dzdz .box_58 .list>img {
	width: 0.68rem;
}

.dzdz .box_58 .list:nth-child(1) {
	background-image: url(../images/dzs11.png);
}

.dzdz .box_58 .list:nth-child(2) {
	background-image: url(../images/dzs22.png);
}

.dzdz .box_58 .list:nth-child(3) {
	background-image: url(../images/dzs33.png);
}

.dzdz .box_58 .list:nth-child(4) {
	background-image: url(../images/dzs44.png);
}

.dzdz .box_58 .list:nth-child(5) {
	background-image: url(../images/dzs55.png);
}

.dzdz.box_58 .list:nth-child(6) {
	background-image: url(../images/dzs66.png);
}

.dzdz .box_58 .list:nth-child(1).swiper-slide-active {
	background-image: url(../images/dzs1.png);
}

.dzdz .box_58 .list:nth-child(2).swiper-slide-active {
	background-image: url(../images/dzs2.png);
}

.dzdz .box_58 .list:nth-child(3).swiper-slide-active {
	background-image: url(../images/dzs3.png);
}

.dzdz .box_58 .list:nth-child(4).swiper-slide-active {
	background-image: url(../images/dzs4.png);
}

.dzdz .box_58 .list:nth-child(5).swiper-slide-active {
	background-image: url(../images/dzs5.png);
}

.dzdz .box_58 .list:nth-child(6).swiper-slide-active {
	background-image: url(../images/dzs6.png);
}

.dzdz .box_58 .list {
	padding-top: 0.46rem;
	margin-bottom: 0.08rem;
}

.dzdz .box_58 .list .xx {
	width: 0.4rem;
	height: 0.04rem;
	background: #CFE0FF;
}

.dzdz .box_58 .list .text-group p {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 0.38rem;
}

.dzdz .box_58 .list .text-group p.aa {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #4385FF;
	margin-bottom: 0.2rem;
}

.wz_body1 {
	margin-top: 0.6rem;
}

.wz_body1 ul li {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 0.44rem;
}

.wz_body1 ul li>img {
	width: 0.6rem;
	height: 0.6rem;
}

.wz_body1 ul li div {
	padding-left: 0.2rem;
}

.wz_body1 ul li .p1 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.38rem;
}

.wz_body1 ul li .p2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	line-height: 0.32rem;
}

.wz_body2 ul {
	margin-top: 0.4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wz_body2 ul li {
	width: 3.32rem;
	height: 3rem;
	background-color: #111A2D;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 0.36rem;
	text-align: center;
	margin-bottom: 0.22rem;
}

.wz_body2 ul li>img {
	width: 0.68rem;
	height: 0.68rem;
}

.wz_body2 ul li .p1 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.38rem;
	margin: 0.2rem auto 0.08rem;
}

.wz_body2 ul li .p2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 0.32rem;
}

.wz_body2 {
	margin-top: 0.6rem;
}

.wz_body3 {
	margin-top: 0.8rem;
}

.wz_body3 ul li {
	height: 3.52rem;
	align-items: flex-start;
	justify-content: start;
	padding: 0;
}

.wz_body3 ul li .img {
	width: 100%;
}

.wz_body3 ul li img {
	width: 100%;

}

.wz_body3 ul li .p1 {
	margin: 0.36rem auto 0.2rem;
}

.wz_body3 ul li .p2 {
	padding: 0 0.2rem;
}

.wwwww ul li {
	background: transparent;
	justify-content: start;
	height: auto;
	margin-top: 0.4rem;
}

.wz_body4 {
	margin-top: 1rem;
}

.wz_body4 .wz_fa {
	margin-top: 0.4rem;
}

.wz_body4 .wz_fa .list {
	background: #111A2D;
	padding-bottom: 0.3rem;
}

.wz_body4 .wz_fa .list>img {
	width: 100%;
	height: 3.6rem;
}

.wz_body4 .wz_fa .list .tit {
	margin: 0.2rem auto;
	font-size: 0.28rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.38rem;
	padding: 0 0.32rem;
}

.wz_body4 .wz_fa .list .tit2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 0.32rem;
	padding: 0 0.32rem;
}

.wz_body4 .ty_button {
	margin-top: 0.4rem;
}

.wz_lc {
	background-image: url(../images/lc_bg.png);
	margin-top: 1rem;
	position: relative;
	background-size: 100% 100%;
	height: 9.2rem;

}

.wz_lc .title {
	padding: 0.4rem 1.1rem;
	font-size: 0.4rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.54rem;
	text-align: center;
}

.wz_lc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wz_lc ul>img {
	width: 0.22rem;
}

.wz_lc ul li {
	width: 2.04rem;
	height: 2rem;
	background-image: url(../images/lc_bg2.png);
	background-size: 100% 100%;
	margin-bottom: 0.36rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.wz_lc ul li .jt {
	position: absolute;
	width: 0.14rem;
	bottom: -0.34rem;
	height: 0.2rem;
}

.wz_lc ul li .p1 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.32rem;
}

.wz_lc ul li img {
	margin: 0.2rem auto 0.06rem;
	width: 0.6rem;
	height: 0.6rem;
}

.wz_lc ul li .p2 {
	font-size: 0.2rem;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 0.28rem;
}

.wz_lc ul li.last {
	flex: 2;
	background: none;
	display: flex;
	flex-direction: row;
	padding-left: 0.4rem;
}

.wz_lc ul li.last img {
	width: 0.8rem;
	height: 0.8rem;
}

.wz_lc ul li.last .xd {
	text-align: center;
	margin: 0 0.2rem;
}

.wz_lc ul li.last .xd p {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	margin-top: 0.12rem;
	line-height: 0.32rem;
}

.wz_zz {
	background-image: url(../images/zz_bg.png);
	background-size: 100% 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.7rem;
}

.wz_zz .tab_cont {
	height: 5.2rem;
}

.wlw_body1 {
	margin: 0.32rem auto 0.64rem;
}

.wlw_body1 .swiper-slide {
	display: flex;
	align-items: center;
	height: 1.2rem;
	background: #111A2D;
	padding: 0 0.26rem;
}

.wlw_body1 .swiper-slide>div {
	margin-left: 0.2rem;
}

.wlw_body1 .swiper-slide>div .p1 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.38rem;
}

.wlw_body1 .swiper-slide>div .p2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	margin-top: 0.04rem;
	color: #8DA7D9;
	line-height: 0.32rem;
}

.wlw_body1 .swiper-slide>img {
	width: 0.6rem;
	height: 0.52rem;
}

.wlw_body2 ul .bg {
	width: 100%;
	height: 0.96rem;
	background-image: url(../images/wlw66.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.32rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.42rem;
	margin-top: 0.4rem;
}

.wlw_body2 ul .bg2 {
	background-image: url(../images/wlw77.png);
}

.wlw_body2 ul .bg3 {
	background-image: url(../images/wlw88.png);
}

.wlw_body2 ul .bg img {
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.1rem;
}

.wlw_body2 ul li {
	width: 3.32rem;
	height: 2.8rem;
	background: #111A2D;
	display: inline-block;
	float: right;
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
	text-align: center;
}

.wlw_body2 ul li:nth-child(2n) {
	float: left;
}

.wlw_body2 ul li img {
	width: 0.68rem;
	height: 0.68rem;
	margin-top: 0.32rem;
}

.wlw_body2 ul li .p1 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.38rem;
	margin: 0.1rem auto 0.06rem;
}

.wlw_body2 ul li .p2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;

	color: #CFE0FF;
	line-height: 0.32rem;
	width: 2.52rem;
	margin: 0 auto;
}

.wlw_body3 .ccoo {
	margin-top: 0.4rem;
}

.wlw_body4 {
	margin-top: 1rem;
}

.wlw_body4 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.4rem;

}

.wlw_body4 ul li {
	width: 3.32rem;
	height: 5.76rem;
	text-align: center;
	background-size: 100% 100%;
	padding: 0.2rem 0.2rem 0;
}

.wlw_body4 ul li .p1 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.38rem;
}

.wlw_body4 ul li .xx {
	width: 0.16rem;
	height: 0.06rem;
	background-color: #ffffff;
	margin: 0.1rem auto;
}

.wlw_body4 ul li:nth-child(1) {
	background-image: url(../images/wlw15.png);
}

.wlw_body4 ul li:nth-child(2) {
	background-image: url(../images/wlw16.png);
}

.wlw_body4 ul li:nth-child(3) {
	background-image: url(../images/wlw17.png);
}

.wlw_body4 ul li:nth-child(4) {
	background-image: url(../images/wlw18.png);
}

.wlw_body4 ul li .p2 {
	text-align: left;
	font-size: 0.22rem;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 0.34rem;
	margin-top: 0.1rem;
}

.rfid1 ul li img {
	width: 0.72rem;
	height: 0.72rem;
}

.rfid1 ul li p.p1 {
	margin: 0.14rem auto;
}

.rfid2 ul li img {
	width: 0.66rem;
	height: 0.68rem;
}

.rfid2 ul li p {
	width: auto;
}

.rfid2 ul li p.p1 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.38rem;

}

.rfid2 ul li p.p2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;

	color: #CFE0FF;
	line-height: 0.32rem;
	width: 2.4rem;
	margin: 0.1rem auto 0;

}

.rfid3 {
	margin-top: 1rem;
	text-align: center;
	background: #111A2D;
	padding: 0.44rem 0.32rem;
	background-image: url(../images/xcx001.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.rfid3 .img {
	width: 4.6rem;
	margin: 0.6rem auto 0;
}

.rfid3 .tt {
	font-size: 0.32rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #236FFB;
	margin: 0.4rem auto 0.24rem;
}

.rfid3 .tt2 {
	text-align: left;
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 0.44rem;
}

.rfid4 {
	margin-top: 1rem;
}

.rfid4 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rfid4 ul li {
	width: 50%;
	text-align: center;
	padding: 0.2rem 0.3rem;
	margin: 0.2rem 0;
}

.rfid4 ul li img {
	width: 0.68rem;
	height: 0.68rem;
}

.rfid4 ul li .p1 {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.38rem;
	margin: 0.2rem 0;
}

.rfid4 ul li .p2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;

	color: #CFE0FF;
	line-height: 0.32rem;
}

.rfid5 {
	margin-top: 1rem;
}

.wwee {
	margin-top: 0.4rem;
}

.wwee .swiper-slide {
	display: flex;
	align-items: center;
	height: 6rem;
	background-size: 100% 100%;
	justify-content: center;
	flex-direction: column;
	padding: 0 0.4rem;
	text-align: center;
}

.wwee .swiper-slide .p1 {
	font-size: 0.32rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.42rem;
}

.wwee .swiper-slide .p2 {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.32rem;
	margin-top: 0.16rem;
}

.wwee .swiper-slide1 {
	background-image: url(../images/rr18.png);
}

.wwee .swiper-slide2 {
	background-image: url(../images/rr19.png);
}

.wwee .swiper-slide3 {
	background-image: url(../images/rr20.png);
}

.wwee .swiper-slide4 {
	background-image: url(../images/rr21.png);
}

.wwee .swiper-slide5 {
	background-image: url(../images/rr22.png);
}

.wwee .swiper-slide6 {
	background-image: url(../images/rr23.png);
}



.baojia2 {
	margin-top: .4rem;
	position: relative;

}

.baojia2 .cont {
	background: #111A2D;
}

.baojia2 .top {
	background-image: url(../images/bg2.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	width: 3.68rem;
	margin: 0 auto;
	font-size: 0.3rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	justify-content: center;
	height: 0.8rem;
	position: relative;
	top: 0.4rem;
}

.baojia2 .top img {
	width: 0.34rem;
	margin-right: 0.12rem;
}

.baojia2 .top span {
	color: #FF4A4A;
}

.baojia2 .cont {
	padding: 0.6rem 0.48rem 0.6rem;
}

.baojia2 .cont .list {
	margin-top: 0.3rem;
	position: relative;
}

.baojia2 .cont .list .city {
	position: absolute;
	right: 0;
	top: 0.65rem;
	width: 0.18rem;
}

.baojia2 .cont .list .label {
	font-size: 0.28rem;
	color: #97A7C7;
}

.baojia2 .cont .list .label span {
	display: inline-block;
	color: #f00;
	margin-right: 0.1rem;
}

.baojia2 .cont .list input {
	/* 	width: 100%;
	line-height: 1rem;
	font-size: 0.32rem;
	color: #FFFFFF;
	background: transparent;
	border: none;
	border-bottom: 1px solid #1E283E; */
}

.baojia2 .cont .list input::placeholder {
	font-size: 0.32rem;
	color: #495469;
}

.baojia2 .cont button {}

.baojia2 .cont .list .xz {
	margin: 0.32rem 0;
}

.baojia2 .cont .list .xz a {
	display: inline-block;
	font-size: 0.28rem;
	color: #FFFFFF;
	background: #222D45;
	padding: 0.12rem 0.2rem;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
}

.baojia2 .cont .list .xz a:nth-child(4n) {
	margin-right: 0;
}

.baojia2 .cont .list .xz a.active {
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
}

.baojia2 .lab_list {
	margin-top: 0.28rem;
}

.baojia2 .lab_list label {
	display: inline-block;
	font-size: 0.28rem;
	margin-right: 0.12rem;
	margin-bottom: 0.2rem;
}

.baojia2 .lab_list label input {
	margin-right: 0.12rem;
}

.baojia2 .cont .list .textarea {
	width: 100%;
	height: 2.4rem;
	padding: 0.24rem;
	background: #222D45;
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #ffffff;
	line-height: 0.38rem;
	letter-spacing: 1px;
	border: none;
	margin-top: 0.24rem;
}

.baojia2 .cont .list .textarea::placeholder,
.baojia2 .cont .list .input1::placeholder {
	font-size: 0.28rem;
	color: #8DA7D9;
}

.baojia2 .cont .list .input1 {
	background: #222D45;
	line-height: 0.8rem;
	width: 100%;
	border: none;
	margin-top: 0.26rem;
	padding: 0 0.24rem;
	color: #ffffff;
	font-size: 0.28rem;
}

.baojia2 .cont button {
	background: none;
	border: none;
	background-image: url(../images/bjj.png);
	background-size: 100% 100%;
	width: 2.2rem;
	font-size: 0.28rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	height: 2.2rem;
	position: relative;
	top: 1.1rem;
	margin-top: -1.5rem;
}

.baojia2 .cont .button {
	text-align: center;
	position: relative;
	border-bottom: 1px solid #19294A;
}

.baojia2 .cont .button .xx {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #19294A;
}

.baojia2 .cont button img {}

.ppp {
	text-align: center;
	font-size: 0.28rem;
	color: #ffffff;
	margin: 0.2rem auto 0.4rem;
}

.ppp span {
	color: #236FFB;
	font-weight: bold;
}

.bjdd {
	background: #19294A;
	text-align: center;
	margin-top: 0.3rem;
	font-size: 0.32rem;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0.6rem 0;
}

.bjdd>div {
	margin: 0.5rem 0;
	text-align: left;
	padding-left: .9rem;
}

.bjdd>div span {
	display: inline-block;
	color: #236FFB;
	margin: 0 0.64rem;
	font-weight: bold;
}

.banner2 {
	height: 2rem;
	width: 100%;
	background-image: url(../images/banner22.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding-left: 1.9rem;
	font-size: 0.32rem;
	color: #FFFFFF;
}

.banner3 {
	height: 2rem;
	width: 100%;
	background-image: url(../images/banner_news.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding-left: 4.52rem;
	font-size: 0.32rem;
	color: #FFFFFF;
}

.banner4 {
	height: 2rem;
	width: 100%;
	background-image: url(../images/banner4.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	font-size: 0.32rem;
	color: #FFFFFF;
	justify-content: center;
}

.article_tab {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	line-height: 0.96rem;
	padding-left: 0.32rem;
}

.article_tab .list_tab {
	display: flex;
}

.article_tab .list_tab a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	font-size: .28rem;
	padding-right: 0.4rem;
}

.article_tab .list_tab a.active {
	color: #236FFB;
}

.article_tab::-webkit-scrollbar {
	display: none
}

.article_case {
	border-top: 1px solid #272E49;
	padding-top: 0.32rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.article_case li {
	width: 3.36rem;
	margin-bottom: 0.2rem;
	background: #111A2D;
}

.article_case li img {
	width: 100%;
	height: 2.32rem;
}


.article_case li .name {
	display: inline-block;
	width: 100%;
	line-height: 0.8rem;
	padding: 0 0.26rem;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.28rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.button_case {
	text-align: center;
	margin: 0.3rem auto 0.4rem;
}

.button_case .button {

	height: 0.68rem;
	line-height: 0.68rem;
	background: #236FFB;
	font-size: 0.28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	text-align: center;
	border: none;
	display: inline-block;
	margin: 0 auto;
	padding: 0 0.5rem;
}

.case_img img {
	width: 100%;
}

.like_case {
	background: #111A2D;
	margin: 0.8rem auto 0;
}

.like_case .xg {
	padding: 0.4rem 0;
	font-size: 0.4rem;
	text-align: center;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.case_like {
	padding-bottom: 0.9rem;
}

.case_like .swiper-slide p {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.2rem;
}

.news_list {
	border-top: 1px solid #272E49;
	padding-top: 0.32rem;
}

.news_list li {
	display: flex;
	padding: 0.1rem;
	background: #111A2D;
	margin-bottom: 0.2rem;
}

.news_list li .img {
	display: inline-block;
	width: 2.16rem;
	height: 1.8rem;
}

.news_list li .img img {
	width: 100%;
	height: 100%;
}

.news_list li .right {
	padding-left: 0.32rem;
	display: inline-block;
	width: 4.4rem;
}

.news_list li .right .title {
	font-size: 0.28rem;
	color: #FFFFFF;
	margin-top: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li .right .desc {
	font-size: 0.24rem;
	margin-top: 0.2rem;
	color: #CED7E9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li .right .date {
	font-size: 0.24rem;
	margin-top: 0.2rem;
	margin-top: 0.4rem;
	color: #848B9A;
	text-align: right;
}

.view_body .tit {
	padding-top: 0.56rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.48rem;
}

.view_body .time {
	margin: 0.2rem auto 0.4rem;
	font-size: .24rem;
	font-family: MicrosoftYaHei;
	color: #CED7E9;
	line-height: 0.32rem;
}

.view_body .body img {
	max-width: 100% !important;
}

.view_body .body {
	color: #CED7E9;
	line-height: 0.44rem;
	font-size: .28rem;
	padding-bottom: 0.4rem;
}

.sin_about1 {
	width: 100%;
	background-image: url(../images/about_bg.png);
	background-size: 100% 100%;
	padding: 0.4rem 0.24rem;

}

.sin_about1 .img {
	width: 100%;
	text-align: center;
	margin-bottom: 0.4rem;
}

.sin_about1 .img img {
	width: 3.2rem;
}

.sin_about1 p {
	text-indent: 2em;
	font-size: .26rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: .44rem;
	text-align: justify;
}

.about_jzg {
	margin-top: 0.6rem;
	text-align: center;
}

.about_jzg .p1 {
	font-size: .4rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.54rem;
}

.about_jzg .p22 {
	font-size: .28rem;
	font-family: MicrosoftYaHei;
	color: rgba(141, 167, 217, 0.5);
	line-height: .38rem;
	width: 5.2rem;
	margin: 0.16rem auto 0;
	padding-bottom: 0.3rem;
}

.about_jzg ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 8.76rem;
	position: relative;

}

.about_jzg ul .xx {
	width: 0.02rem;
	height: 100%;
	border: 0.02rem solid;
	border-image: linear-gradient(180deg, rgba(35, 111, 251, 0), rgba(35, 111, 251, 0.5), rgba(35, 111, 251, 0)) 1 1;
	position: absolute;
	left: 50%;
	top: 0;
}

.about_jzg ul .xx2 {
	width: 100%;
	height: 0.02rem;
	border: 0.02rem solid;
	border-image: linear-gradient(90deg, rgba(35, 111, 251, 0), rgba(35, 111, 251, 0.5), rgba(35, 111, 251, 0)) 1 1;
	position: absolute;
	left: 0;
	top: 3rem;
}

.about_jzg ul .xx3 {

	top: 6rem;
}

.about_jzg ul li {
	width: 50%;
	text-align: center;
	padding: 0.48rem 0;
}

.about_jzg ul li>img {
	width: 0.8rem;
	height: 0.68rem;
	margin-bottom: 0.16rem;
}

.about_jzg ul li .p1 {
	font-size: 0.28rem;
	font-weight: bold;
	color: #FFFFFF;
}

.about_jzg ul li .p2 {
	font-size: 0.24rem;
	color: #FFFFFF;
	width: 2.4rem;
	margin: 0 auto;
}

.about_zs {
	margin: 1rem auto;
}

.select_list {
	margin-top: .3rem;
	white-space: nowrap;
	display: flex;

}

.select_list select {
	border: none;
	background: #222D45;
	color: #ffffff;
	font-size: .28rem;
	padding: .1rem;
	width: 33.333%;
	margin-right: .1rem;
	outline: none
}

.fenzhan {
	padding-bottom: 1rem;
}

.fenzhan .tit {
	font-size: .32rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin-top: .68rem;
}

.fenzhan .a_list {
	margin-top: .34rem;

}

.fenzhan .a_list a {
	display: inline-block;
	width: 2.1rem;
	height: 0.88rem;
	line-height: 0.88rem;
	background: #111A2D;
	text-align: center;
	font-size: .28rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin-bottom: .2rem;
	margin-right: 0.2rem;
}

.fenzhan .a_list a:nth-child(3n) {
	margin-right: 0;
}

.fenzhan .a_list a.active {
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
}

.fenzhan ul li {
	display: flex;
	justify-content: space-between;
	background: #111A2D;
	line-height: 0.88rem;
	padding: 0 0.2rem;
	align-items: center;
	margin-top: 0.2rem;
}

.fenzhan ul li span {
	font-size: 16px;
	color: #FFFFFF;
}

.fenzhan ul li img {
	width: 0.28rem;
}

.fenzhan .tit2 {
	margin-top: 0.3rem;
}

.fenzhan .a_list2 {
	display: none;
}
.flex{
	display: flex;
	align-items: center;
}
.back-box{
	box-sizing: border-box;
	padding: 0.64rem 0.32rem;
}
.back-box.color1{
	background-color: #fff;
}
.back-box.color2{
	width: 100%;
	height: 21.4rem;
	background: linear-gradient(90deg, #FFF7F8 0%, #FFFFFF 100%);
}
.back-box.pb{
	padding-bottom: 0;
}
.back-box.color3{
	width: 100%;
	height: 7.5rem;
	background: url(../images/hl_bg4.png) center center no-repeat;
	background-size: 100% 100%;
}
.back-box.color4{
	width: 100%;
	height: 7.9rem;
	background: url(../images/hl_bg5.png) center center no-repeat;
	background-size: 100% 100%;
}
.back-box.color5{
	width: 100%;
	height: auto;
	background: #F6F8FB;
}
.back-box.color1.active{
	background-image:url(/skin/images/wy_bg4.png);
	background-position: right bottom;
	background-size: 3.48rem 5.86rem;
	background-repeat: no-repeat;
}
.back-box.color6{
	width: 100%;
	height: 19rem;
	background: url(../images/wy_bg5.png) center center no-repeat;
	background-size: 100% 100%;
}
.back-box.color7{
	width: 100%;
	height: 12.4rem;
	background: url(../images/mj_bg1.png) center center no-repeat;
	background-size: 100% 100%;
	padding-top: 0;
}
.back-box.color8{
	width: 100%;
	height: 12.6rem;
	background: url(../images/mj_bg2.png) center center no-repeat;
	background-size: 100% 100%;
	padding-top: 0;
}
.hl-title{
	color: #333333;
	font-size: 0.4rem;
	font-weight: bold;
	text-align: center;
}
.hl-title.active{
	color: #fff;
}
.hl-titles{
	font-size: 0.24rem;
	color: #666666;
	margin-top: 0.2rem;
	text-align: center;
}
.active-img{
	margin-top: 0.52rem;
	text-align: center;
}
.active-img img{
	width: 5.28rem;
	height: 5.28rem;
}
.hl-four-box{
	flex-wrap: wrap;
	margin-top: 0.5rem;
	justify-content: space-between;
}
.hl-four-box .four-item{
	width: 3.32rem;
	height: 2.16rem;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0.22rem;
}
.hl-four-box .four-item:last-child{
	border-bottom: 0;
}
.hl-four-box .four-item img{
	width: 0.8rem;
	height: auto;
	margin: 0 auto;
	margin-bottom: 0.16rem;
}
.hl-four-box .four-item p{
	font-size: 0.32rem;
	color: #333333;
	text-align: center;
}
.active-box{
	margin-top: 0.52rem;
	box-sizing: border-box;
}
.active-box li{
	padding-bottom: 0.32rem;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 0.32rem;
}
.active-box li h3{
	font-size: 0.36rem;
	color: #333333;
	margin-bottom: 0.16rem;
}
.active-box li p{
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.42rem;
}
.mode-box{
	flex-wrap: wrap;
	margin-top: 0.7rem;
}
.mode-item{
	width: 50%;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0.6rem;
	align-items: center;
}
.mode-item img{
	width: 0.82rem;
	height: 0.72rem;
	margin-bottom: 0.22rem;
}
.mode-item h3{
	font-size: 0.32rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.12rem;
}
.mode-item p{
	font-size: 0.24rem;
	color: #fff;
	margin-bottom: 0.04rem;
}
.advance-box{
	margin-top: 0.64rem;
}
.advance-box li{
	justify-content: space-between;
	padding-bottom: 0.42rem;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 0.4rem;
}
.advance-box li:last-child{
	border-bottom: 0;
}
.advance-box li img{
	width: 1.16rem;
	height: 1.16rem;
}
.advance-r{
	width: calc(100% - 1.48rem);
}
.advance-r h2{
	font-size: 0.32rem;
	color: #333333;
	margin-bottom: 0.12rem;
}
.advance-r p{
	font-size: 0.24rem;
	color: #333333;
	margin-bottom: 0.08rem;
}
.change-box{
	margin-top:0.64rem;
	justify-content: space-between;
}
.change-l{
	width: 2.4rem;
}
.change-l h1{
	font-size: 0.32rem;
	margin-bottom: 0.2rem;
}
.change-l h2{
	font-size: 0.24rem;
	margin-bottom: 0.48rem;
}
.change-l h3{
	font-size: 0.24rem;
	margin-bottom: 0.2rem;
}
.change-l p{
	font-size: 0.24rem;
	margin-bottom: 0.16rem;
}
.change-r{
	width:calc(100% - 2.4rem);
}
.change-r img{
	margin: 0 auto;
	display: block;
}
.system-box{
	margin-top: 0.48rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.system-box li{
	width: 3.32rem;
	height: 2.96rem;
	background: #FFFFFF;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0.22rem;
	padding: 0 0.34rem;
	box-sizing: border-box;
}
.system-box li img{
	width: 0.68rem;
	height: 0.68rem;
	margin-bottom: 0.16rem;
}
.system-title{
	font-size:0.28rem;
	color: #333333;
	margin-bottom: 0.08rem;
}
.system-box li p{
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.32rem;
	text-align: center;
}
.wy-three{
	margin-top: 0.34rem;
	margin-bottom: 0.46rem;
}
.wy-three li{
	width: 100%;
	height: 3.64rem;
	padding: 0.62rem 0.58rem;
	box-sizing: border-box;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 0.2rem;
}
.wy-three li h2{
	font-size: 0.32rem;
	color: #333333;
	margin-bottom: 0.28rem;
}
.wy-three li p{
	font-size: 0.24rem;
	color: #333333;
	margin-bottom: 0.52rem;
}
.wy-three li .know-btn a{
	color: #236FFB;
	font-size: 0.26rem;
	margin-right: 0.2rem;
}
.wy-three li .know-btn img{
	width: 0.32rem;
	height: auto;
}
.wy-three li:nth-child(1){
	background-image: url(/skin/images/wy_bg1.png);
}
.wy-three li:nth-child(2){
	background-image: url(/skin/images/wy_bg2.png);
}
.wy-three li:nth-child(3){
	background-image: url(/skin/images/wy_bg3.png);
}
.wy-four{
	flex-wrap: wrap;
}
.wy-four li{
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 2.4rem;
}
.wy-four li:nth-child(1){
	border-right: 1px solid rgba(231, 231, 231, 1);
	border-bottom: 1px solid rgba(231, 231, 231, 1);
	/* border-image: linear-gradient(180deg, rgba(231, 231, 231, 0), rgba(231, 231, 231, 1), rgba(231, 231, 231, 0)) 0.02 0.02; */
}
.wy-four li:nth-child(4){
	border-left: 1px solid rgba(231, 231, 231, 1);
	border-top: 1px solid rgba(231, 231, 231, 1);
}

.wy-four li img{
	width: 0.84rem;
	height: 0.84rem;
	margin-bottom: 0.02rem;
}
.wy-four li h2{
	font-size: 0.28rem;
	color: #333333;
}
.four-box{
	justify-content: space-between;
	margin-top: 0.6rem;
}
.four-box li{
	flex-direction: column;
	margin-bottom: 0.7rem;
}
.four-box li img{
	width:0.52rem;
	height: 0.52rem;
	margin-bottom: 0.12rem;
}
.four-box li h2{
	color: #333333;
	font-size: 0.28rem;
}
.wy-img{
	width: 5rem;
	height: auto;
}
.wy-four-box{
	margin-top: 0.52rem;
	justify-content: space-between;
}
.cx-box{
	margin-top: 0.5rem;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cx-box li{
	width: 3.32rem;
	height: auto;
	margin-bottom: 0.22rem;
}
.cx-box li .li-t{
	flex-direction: column;
	justify-content: center;
	height: 1.8rem;
	background: #236FFB;
}
.cx-box li .li-t img{
	width: auto;
	height: 0.6rem;
	margin-bottom: 0.12rem;
}
.cx-box li .li-t p{
	font-size: 0.28rem;
	color: #fff;
}
.cx-box li .li-b{
	padding: 0.32rem 0.26rem 0 0.26rem;
	box-sizing: border-box;
	background: #FFFFFF;
	height: 2.04rem;
}
.cx-box li .li-b p{
	text-align: center;
	line-height: 0.36rem;
	color: #333333;
	font-size: 0.24rem;
}
.wy-items{
	margin-bottom: 0.36rem;
}
.wy-items h2{
	font-size: 0.4rem;
	color: #333333;
	margin-bottom: 0.28rem;
}
.wy-items p{
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.36rem;
	margin-bottom: 0.36rem;
}
.items li{
	margin-bottom: 0.12rem;
}
.items li .dot{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #236FFB;
	margin-right: 0.1rem;
}
.items li .label{
	font-size: 0.28rem;
	color: #333333;
}
.mj-title{
	padding: 0.28rem 0;
	border-bottom: 1px solid rgba(141,167,217,0.26);
	overflow: hidden;
	align-items: flex-end;
}
.mj-title h2{
	font-size: 0.36rem;
	color: #fff;
	white-space: nowrap;
}
.mj-title h3{
	margin-left: 0.16rem;
	font-size: 0.26rem;
	color: #8DA7D9;
	white-space: nowrap;
}
.mj-box{
	overflow-x: scroll;
	width: 100%;
	margin-top: 0.52rem;
	height: 4.7rem;
}
.mj-box li{
	width: 3rem;
	height: 3.4rem;
	background: #111A2D;
	flex-direction: column;
	justify-content: center;
	flex-shrink:0;
	margin-right: 0.2rem;
}
.mj-box li.active{
	background: url(/skin/images/mj_bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.mj-box li img{
	width: auto;
	height: 1.32rem;
	margin-bottom: 0.24rem;
}
.mj-box li p{
	font-size: 0.28rem;
	color:#fff;
	text-align: center;
	width: 100%;
	padding: 0 0.38rem;
	box-sizing: border-box;
}
::-webkit-scrollbar{
	display: none;
}
.mj-img{
	margin-top:0.6rem;
}
.mj-img img{
	width: 100%;
	height: auto;
}
.mj-label{
	margin-top: 0.52rem;
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.4rem;
}
.mj-img{
	width: 100%;
	height: auto;
	margin-top: 0.48rem;
}