
.hide{
	display: none;
}
.transparent{
	opacity: 0;
}
.relative{
	position: relative;
}

/* flex布局 */
.flexbox {	
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
/* 水平居中 */
.flexbox-center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/* 垂直居中 */
.flexbox-middle {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flexchild {
	box-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.h100{height: 100%;}

.px15{padding-left: 0.15rem;padding-right: 0.15rem;}
.py15{padding-top: 0.15rem;padding-bottom: 0.15rem;}

.ml10{margin-left: 0.1rem;}
.ml20{margin-left: 0.2rem;}
.ml30{margin-left: 0.3rem;}

body{
	font-family: 'PingFang SC';
}
body img{
	display: block;
	width: 100%;
}

.wrap1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.wrap1020{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.header{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0.30rem;
	background-color: #1C207B;
}
.logo{
	width: 2rem;
}
.menu{
	display: none;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6rem;
	height: 0.6rem;
	cursor: pointer;
	line-height: 0;
}
.nav{
	flex-wrap: wrap;
}
.nav a{
	position: relative;
	margin: 0 0.1rem;
	display: inline-block;
	padding: 0.1rem;
	font-size: 0.22rem;
	word-break: break-all;
	text-align: center;
	color: #fff;
}
.nav a::after{
	display: none;
	content: '';
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0.50rem;
	height: 0.03rem;
	background-color: #ff3300;
}
.nav a:hover,
.nav a.active{
	color: #ff3300;
}
.nav a:hover::after,
.nav a.active::after{
	display: block;
}

.mode{
	box-sizing: border-box;
	max-width: 1240px;
	padding: 0 0.2rem;
	margin-left: auto;
	margin-right: auto;
}
.modeHeader{
	position: relative;
	height: 1.0rem;
	box-sizing: border-box;
	border-bottom: 1px solid #1C207B;
}
.modeTitle{
	display: inline-block;
	position: absolute;
	left: 0;
    bottom: -2px;
	border-bottom: 4px solid #1C207B;
	font-size: 0.44rem;
	font-weight: bold;
	color: #1C207B;
}

.flex-code{
	width: 6.0rem;
}

.swiper03{
	position: relative;
	padding: 0.2rem 0;
	overflow: hidden;
}
.swiper03 .pagination03{
	position: relative;
	flex-wrap: wrap;
	padding: 0.2rem 0;
}

.swiper01{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper01 .swiper-slide{
	position: relative;
	height: 100%;
}
.swiper01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper01 .swiper-pagination-bullet{
	position: relative;
	background-color: #fff;
	opacity: 1;
}
.swiper01 .swiper-pagination-bullet-active::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.swiper02,
.swiper04{
	position: relative;
	padding: 0.20rem 0;
	padding-left: 2.6rem;
	width: 8.90rem;
    overflow: hidden;
}
.pagination02,
.pagination04{
	position: absolute;
	bottom: 0;
	top: 0.20rem;
	height: 3.0rem;
	margin-right: 0.1rem;
}
.pagination02 .swiper-pagination-bullet,
.pagination04 .swiper-pagination-bullet{
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0 0 0.15rem 0 !important;
	min-width: 2.5rem;
	height: 1.2rem;
	line-height: 1.20rem;
	padding-left: 0.20rem;
	text-align: left;
	border-radius: 0;
	color: #fff;
	font-size: 0.22rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}
.pagination02 .swiper-pagination-bullet span,
.pagination04 .swiper-pagination-bullet span{
	position: relative;
	z-index: 2;
}
.pagination02 .swiper-pagination-bullet::before,
.pagination04 .swiper-pagination-bullet::before{
	content: '';
	position: absolute;
	z-index: 2;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 0.20rem;
	height: 0.20rem;
	background: url(../images/icon-right.png) no-repeat;
	background-size: 100%;
}
.pagination02 .swiper-pagination-bullet::after,
.pagination04 .swiper-pagination-bullet::after{
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.pagination02 .swiper-pagination-bullet-active::after,
.pagination04 .swiper-pagination-bullet-active::after{
	background-color: rgba(3, 13, 99, 0.8);
}
.pagination02 .swiper-pagination-bullet:nth-child(1),
.pagination04 .swiper-pagination-bullet:nth-child(1){
	background-image: url(../images/sbg01.jpg);
}
.pagination02 .swiper-pagination-bullet:nth-child(2),
.pagination04 .swiper-pagination-bullet:nth-child(2){
	background-image: url(../images/sbg02.jpg);
}
.pagination02 .swiper-pagination-bullet:nth-child(3),
.pagination04 .swiper-pagination-bullet:nth-child(3){
	background-image: url(../images/sbg03.jpg);
}

.swiper03 .swiper-pagination-bullet{
	margin: 0 0 0.1rem 0 !important;
	width: 15%;
	height: 0.50rem;
	line-height: 0.50rem;
	text-align: center;
	background: none;
	opacity: 1;
	font-size: 0.22rem;
	font-weight: bold;
	color: #1C207B;
	border-radius: 0.5rem;
}
.swiper03 .breakSpan5{
	margin-right: 10% !important;
}
.swiper03 .breakSpan8{
	margin-right: 50% !important;
}
.swiper03 .swiper-pagination-bullet-active{
	background-color: #1C207B;
	color: #fff;
}
.swiper03 .swiper-slide{
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 0.05rem;
}


.swiper05{
	margin: 0.3rem 0;
	position: relative;
	width: 7.50rem;
	padding-left: 4.3rem;
	overflow: hidden;
}
.swiper05 .pagination05{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4.12rem;
	height: 3.85rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.swiper05 .pagination05 .swiper-pagination-bullet{
	width: 4.12rem;
	height: 1.86rem;
	border-radius: 0;
	opacity: 1;
	margin: 0;
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
}
.pagination05 .swiper-pagination-bullet:nth-child(1){
	background-image: url(../images/p04/s5/t01.jpg);
}
.pagination05 .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{
	background-image: url(../images/p04/s5/t01-s.jpg);
}
.pagination05 .swiper-pagination-bullet:nth-child(2){
	background-image: url(../images/p04/s5/t02.jpg);
}
.pagination05 .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{
	background-image: url(../images/p04/s5/t02-s.jpg);
}

.fgItem{
	position: relative;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	width: 2.70rem;
	height: 2.70rem;
	overflow: hidden;
}
.fgItem .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fgItem .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fgItem .name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.50rem;
	line-height: 0.50rem;
	background-color: #1C207B;
	text-align: center;
	font-size: 0.20rem;
	color: #fff;
}

.footer{
	padding: 0.7rem 0 0.3rem 0;
	background-color: #1C207B;
	color: #fff;
}
.footer .logo{
	padding-bottom: 0.6rem;
	margin: 0 auto;
	width: 2rem;
}
.footerNav{
	justify-content: space-between;
	padding: 0 0.30rem;
}
.footer .gzh{
	width: 140px;
	text-align: center;
	color: #fff;
	font-size: 0.14rem;
	line-height: 0.3rem;
}
.footer a{
	color: #fff;
}
.footer dl{
	margin: 0.3rem;
	text-wrap: nowrap;
}
.footer dt,
.footer dt a{
	padding: 0.05rem 0;
	font-weight: normal;
	font-size: 20px;	
}
.footer dd{
	padding: 0.05rem 0;
	font-size: 0.14rem;
}
.copyright{
	padding: 0.25rem;
	background-color: #fff;
	text-align: center;
	font-size: 0.14rem;
}

.img-n{
	display: block;
}
.img-s{
	display: none;
}
/* media */
@media(max-width:1260px){
.flex-code{
	width: 100%;
}
.img-n{
	display: none;
}
.img-s{
	display: block;
}
.menu{
	display: block;
}
.nav{
	display: none;
	position: absolute;
	z-index: 11;
	top: 50%;
	right: 0.20rem;
	transform: translateY(0.5rem);
	padding: 0.20rem 0.35rem;
	background-color: rgba(255,255,255,0.75);
	border-radius: 0.1rem;
}
.nav::before{
	content: '';
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	top: -0.35rem;
	right: 0.20rem;
	border: 0.20rem solid #fff;
	border-color: transparent transparent rgba(255,255,255,0.75) transparent;
}
.nav a{
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	display: block;
	color: #1C207B;
}
.footerNav{
	flex-wrap: wrap;
	justify-content: space-around;
}

.swiper02,
.swiper04{
	padding-left: 0;
	width: 100%;
}
.swiper02 .pagination02,
.swiper04 .pagination04{
	margin-bottom: 0.1rem;
	position: static;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.swiper02 .pagination02 .swiper-pagination-bullet,
.swiper04 .pagination04 .swiper-pagination-bullet{
	width: 3.65rem;
	height: 1.60rem;
	line-height: 1.60rem;
}

.swiper05{
	padding-left: 0;
	width: 100%;
}
.swiper05 .pagination05{
	margin-bottom: 0.1rem;
	position: static;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.swiper05 .pagination05 .swiper-pagination-bullet{
	width: 5.4rem;
	height: 2.45rem;
}

}
/* 提示 */
#tip{position:absolute;left:0;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1001;}
#tip .mask{position:absolute;left:0;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1;}
#tip.hasmask .mask{background:#000;opacity:0.5;}
#tip .tipTxt,#tip.hasmask .tipTxt{position:absolute;z-index:11;top:50%;left:50%;transform:translate(-50%,-50%);display:block;text-align:center;padding:0.5em;border-radius:0.3em;font-size:20px;}
#tip .tipTxt{background:rgba(0,0,0,0.8);color:#fff;}
#tip.hasmask .tipTxt{background:#fff;color:#333;}