html {
	width: 100%;
	height: 100%;
	font-size: 37.5px !important;
	font-family: MyFontNameC;
	background: #FFF;
}

.top{
	position: relative !important;
}

.banner_warp {
	width: 100%;
	height: 3.08rem;
	overflow: hidden;
	position: relative;
}

.shadow_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3.08rem;
}

.banner_warp p {
	position: relative;
	z-index: 10;
}

.banner_warp p:nth-of-type(1) {
	font-size: 0.48rem;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: 0.8rem;
	margin-left: 0.67rem;
}

.banner_warp p:nth-of-type(2) {
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 0.67rem;
}

.title {
	font-size: 0.48rem;
	font-weight: 600;
	color: #003366;
	line-height: 0.67rem;
	margin: 0 auto 0.41rem;
}

.tabs {
	height: 8.8rem;
	background: #FFF;
	padding-top: 0.62rem;
}

.tab_title {
	width: calc(100% - 0.8rem);
	margin: 0 auto;
	overflow: hidden;
}

.tab_title li {
	height: 0.8rem;
	font-size: 0.48rem;
	font-weight: 600;
	color: #BBBBBB;
	line-height: 0.8rem;
	margin-right: 1.17rem;
	float: left;
}

.tab_title .active {
	color: #003366;
	border-bottom: 2px solid #CC3333;
}

.tabs_con li {
	width: calc(100% - 0.8rem);
	height: 4.8rem;
	margin: 0.53rem auto;
	display: none;

}
.tab_more {
      float: right;
}
.tab_more .active {
border: none;
}




.tabs_con li .warp {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.tabs_con .item {
	width: calc(50% - 10px);
	height: 6.4rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.13rem 0rem rgba(0, 0, 0, 0.18);
	border-radius: 0.05rem;
}

.tabs_con .item:nth-of-type(1) {
    background: url(/uiFramework/commonResource/zip/img/img/gryw33.png) 0 4rem no-repeat;
    background-size: 100%;
  }

  .tabs_con .item:nth-of-type(2) {
    background: url(/uiFramework/commonResource/zip/img/img/gryw34.png) 0 4rem no-repeat;
    background-size: 100%;
  }

.tabs_con .item h4 {
	font-size: 0.37rem;
	font-weight: 500;
	background: #CC3333;
        height: 0.9rem;
	line-height: 0.9rem;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 0.23rem;
        color: #FFF;
}

.tabs_con .item p {
	font-size: 0.19rem;
	font-weight: 400;
	color: #262626;
	text-align: center;
	padding: 0 0.2rem;
	line-height: 1.5;
}

.tabs_con .item .num {
	font-size: 0.24rem;
	font-weight: 600;
	color: #262626;
	line-height: 0.48rem;
	letter-spacing: 1px;
}

.tabs_con .item .num span {
	font-size: 0.4rem;
	color: #EC1D24;
}

.tabs_con .active {
	display: block;
}

.tab_more a{
  display: none;
}
.tab_more .active{
  display: block;
}

.floor1 {
	width: calc(100% - 0.8rem);
	margin: 0.4rem auto 0;
	padding: 0.4rem;
	padding-bottom: 0.8rem;
}

.floor1 ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.floor1 ul li img {
	width: 1.3rem;
	height: 1.3rem;
	display: block;
	margin: 0.27rem auto;
}

.floor1 ul li p {
	height: 0.53rem;
	font-size: 0.37rem;
	font-weight: 500;
	color: #262626;
	line-height: 0.53rem;
	text-align: center;
}

.swiper {
	width: 100%;
	margin: 0.4rem auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: calc(50% - 10px) !important;
 	margin-right: 10px;
	height: 6.5rem !important;
}

.swiper-slide .item {
	width: 100%;
	height: 6.4rem;
}

  .swiper-slide:nth-of-type(1) .item {
    background: url(/uiFramework/commonResource/zip/img/img/gryw33.png) 0 4rem no-repeat;
    background-size: 100%;
  }

  .swiper-slide:nth-of-type(2) .item {
    background: url(/uiFramework/commonResource/zip/img/img/gryw34.png) 0 4rem no-repeat;
    background-size: 100%;
  }

  .swiper-slide:nth-of-type(3) .item {
    background: url(/uiFramework/commonResource/zip/img/img/gryw35.png) 0 4rem no-repeat;
    background-size: 100%;
  }

  .swiper-slide:nth-of-type(4) .item {
    background: url(/uiFramework/commonResource/zip/img/img/gryw36.png) 0 4rem no-repeat;
    background-size: 100%;
  }

  .swiper-slide:nth-of-type(5) .item {
    background: url(/uiFramework/commonResource/zip/img/img/gryw37.png) 0 4rem no-repeat;
    background-size: 100%;
  }

.floor2 {
	width: 100%;
	background: #324A62;

}

.floor2 .menu_con {
	height: 8.2rem;
	background: url(gryw12.png) 0 0 no-repeat;
	background-size: 100%;
}

.floor2 .menu_con li {
	padding: 0.67rem 0.4rem;
	display: none;
}

.floor2 .menu_con>.active {
	display: block;
}

.floor2 .item .item-top {
	display: flex;
	justify-content: space-between;
}

.floor2 .item .item-top img {
	width: 3.73rem;
	height: 1.1rem;
}

.floor2 .item .item-top .gl {
	height: 0.67rem;
	font-size: 0.48rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.67rem;
}

.floor2 .item .item-top .more {
	font-size: 0.28rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.39rem;
	background: url(gryw19.png) 1.6rem 0.02rem no-repeat;
	background-size: 0.35rem 0.35rem;
	width: 1.92rem;
	height: 0.39rem;
	margin-top: 0.13rem;
}

.floor2 .item .item-top .more a {
	font-size: 0.28rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.39rem;
}

.floor2 .item:nth-of-type(1) .list {
	display: flex;
	justify-content: space-between;
	margin-top: 0.82rem;
}

.floor2 .item:nth-of-type(1) .list>div {
	width: 2rem;
}

.floor2 .item:nth-of-type(1) .list img {
	width: 2rem;
	height: 3.35rem;
}

.floor2 .item:nth-of-type(1) .list p {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-top: 0.2rem;
}

.floor2 .item:nth-of-type(2) .list {
	display: flex;
	justify-content: space-around;
	margin-top: 0.82rem;
}

.floor2 .item:nth-of-type(2) .list>div {
	width: 2.53rem;
}

.floor2 .item:nth-of-type(2) .list img {
	width: 2.53rem;
	height: 4rem;
}

.floor2 .item:nth-of-type(2) .list p {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-top: 0.2rem;
}

.floor2 .item:nth-of-type(3) .list {
	display: flex;
	justify-content: space-around;
	margin-top: 1.32rem;
}

.floor2 .item:nth-of-type(3) .list>div {
	width: 1.55rem;
}

.floor2 .item:nth-of-type(3) .list img {
	width: 1.55rem;
	height: 1.54rem;
	background: #FFF;
	border-radius: 50%;
}

.floor2 .item:nth-of-type(3) .list p {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-top: 0.2rem;
}

.floor2 .item:nth-of-type(4) .list {
	display: flex;
	justify-content: space-around;
	margin-top: 0.82rem;
}

.floor2 .item:nth-of-type(4) .list>div {
	width: 2.82rem;
}

.floor2 .item:nth-of-type(4) .list img {
	width: 2.82rem;
	height: 4.47rem;
}

.floor2 .item:nth-of-type(5) .list {
	display: flex;
	justify-content: space-around;
	margin-top: 0.82rem;
}

.floor2 .item:nth-of-type(5) .list img {
	width: 7.87rem;
	height: 4.56rem;
}



.floor2 .menu_list {
	width: calc(100% - 0.8rem);
	margin: 0.4rem auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.floor2 .menu_list li {
	width: 2.88rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	background: #FFFFFF;
	border-radius: 0.4rem;
	border: 0.01rem solid #CC3333;
	margin-bottom: 0.27rem;
	font-size: 0.4rem;
	font-weight: 500;
	color: #CC3333;
}

.floor2 .menu_list li a {
	font-size: 0.4rem;
	font-weight: 500;
	color: #CC3333;
}

.floor2 .menu_list .active {
	background: #CC3333;
	color: #FFF;
}

@media screen and (min-width: 414px) {
	.tabs_con li .warp {
		justify-content: space-around;
	}

	.floor2 .item:nth-of-type(1) .list {
		justify-content: space-around;
	}
}