/* ---------------顶部LOGO--------------- */
.upper{
	width: 100%;
	height: 2.5rem;
	background: white;
	box-sizing: border-box;
	padding: 0.5rem;
}
.upper_left{
	width: calc(100% - 1rem);
	height: 100%;
	float: left;
	display: flex;
	align-items: center;     /* 垂直居中 */
	font-size: 13px;
	color: rgb(232,62,48);
}
.upper_left>img{
	width: 5rem;
}
.upper_right{
	width: 1rem;
	height: 100%;
	float: right;
	display: flex;
	align-items: center;     /* 垂直居中 */
}
.upper_right>img{
	width: 100%;
}
/* ---------------detail--------------- */
.detail{
	width: 100%;
	height: auto;
	font-size: 14px;
	margin: 0.5rem 0;
	color: rgb(89,87,87);
	font-weight: bold;
	letter-spacing: 1px;
}
/* ---------------banner--------------- */
.banner{
	width: 100%;
	height: 10rem;
	margin: 0.5rem 0;
}
.banner>.my-swipe{
	width: 100%;
	height: 100%;
}
.banner img{
	width: 100%;
}
/* ---------------propaganda-------------- */
.propaganda{
	width: 100%;
	height: 100%;
	background: white;
	box-sizing: border-box;
	padding: 1rem;
}
.propaganda_top{
	width: 100%;
	height: 3.375rem;
	text-align: center;
}
.propaganda_top>img{
	width: 16.25rem;
}
.propaganda_top>p{
	color: rgb(89,87,87);
	font-weight: bold;
	font-family: "思源黑体";
}
.propaganda_mid{
	width: 100%;
	height: calc(100% - 4.75rem);
	text-align: center;
}
.tel{
	width: 100%;
	height: 2rem;
	border: none;
	outline: none;
	font-size: 12px;
	text-indent: 1em;
	color: rgb(181,181,182);
	box-shadow: -1px -1px 5px 1px rgb(215,215,215) inset,
				1px 1px 5px 1px rgb(215,215,215) inset;
	margin: 0.4rem 0;
}
.sub{
	width: 100%;
	height: 2rem;
	border: none;
	outline: none;
	color: rgb(232,62,48);
	font-weight: 550;
	background: linear-gradient(to bottom, white, rgb(215,215,215));
	box-shadow: -1px -1px 5px 1px rgb(215,215,215) inset,
				1px 1px 5px 1px rgb(215,215,215) inset;
}
.passwprd{
	width: 100%;
	height: 2rem;
	margin: 0 0 0.5rem 0;
}
.code{
	width: 80%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 12px;
	text-indent: 1em;
	color: rgb(181,181,182);
	box-shadow: -1px -1px 5px 1px rgb(215,215,215) inset,
				1px 1px 5px 1px rgb(215,215,215) inset;
				float: left;
}
.count{
	width: 4rem;
	height: 100%;
	background: #DCDDDD;
	float: right;
	text-align: center;
	line-height: 2rem;
	font-size: 12px;
	color: rgb(232,62,48);
}

.propaganda_bot{
	width: 100%;
	height: 1.375rem;
}
.propaganda_bot>p{
	font-size: 12px;
	border-radius: 1rem;
	background: rgb(212,24,30);
	box-sizing: border-box;
	padding: 0.2rem;
	color: white;
	text-align: center;
	margin: 0.5rem 0;
	
}
.propaganda_bot>p>span{
	color: rgb(255,246,0);
}
/* -----------------note---------------- */
.note{
	width: 100%;
	height: 2rem;
	background: white;
	margin: 0.5rem 0;
	box-sizing: border-box;
	padding: 0.5rem;
}
.note_left{
	width: 15%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	font-size: 12px;
}
.note_left>img{
	width: 0.8rem;
}
.note_right{
	width: 85%;
	height: 100%;
	text-align: left;
	font-size: 12px;
	float: right;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
}
.note_right span{
	color: rgb(232,62,48);
}
.note_right>p{
	position: absolute;
	left: 0;
}
/* -----------------multi---------------- */
.multi{
	width: 100%;
	height: 6rem;
	/* background: white; */
	margin: 0.5rem 0;
}
.ulimg{
	width: 100%;
	height: 70%;
}
.ulimg>a>li{
	width: 25%;
	height: 100%;
	float: left;
	text-align: center;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
}
.ulimg>a>li>div{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	border-radius: 50%;
	background: white;
	box-shadow: -1px -1px 5px 1px #ededed,
				1px 1px 5px 1px #ededed;
}
.ulimg>a>li>div>img{
	width: 80%;
}
.ulimg>a>li>p{
	font-size: 14px;
}
.ulp{
	width: 100%;
	height: 30%;
}
.ulp>li{
	width: 25%;
	height: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
}

/* -------------programme------------- */
.programme{
	width: 100%;
	height: 4rem;
	margin: 2rem 0;
}
.reward{
	width: 48%;
	height: 100%;
	background: white;
	float: left;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	border-radius: 0.4rem;
	box-shadow: -1px -1px 100px 1px #E0E0E0,
				1px 1px 100px 1px #E0E0E0;
}
.reward>img{
	width: 2rem;
	margin-right: 0.5rem;
}
.recharge{
	width: 48%;
	height: 100%;
	background: white;
	float: right;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	border-radius: 0.4rem;
	box-shadow: -1px -1px 100px 1px #E0E0E0,
				1px 1px 100px 1px #E0E0E0;
}
.recharge>img{
	width: 2rem;
	margin-right: 0.5rem;
}
/* -----------------advice--------------- */
.advice{
	width: 100%;
	height: auto;
	margin: 0.5rem 0;
	display: inline-block;
}
.advice>a>img{
	width: 100%;
}
/* ---------------exhibition--------------- */
.exhibition{
	width: 100%;
	height: 12rem;
	background: url(../image/icon_15.png) no-repeat center/110% 100%;
	margin: 0.5rem 0;
	box-sizing: border-box;
	padding: 0.5rem;
	border-radius: 0.5rem;
	text-align: center;
	color: white;
	display: inline-block;
}
.extitle{
	width: 100%;
	height: 4.5rem;
	box-sizing: border-box;
	padding: 0.5rem 0;
}
.extitle>li{
	width: 33%;
	height: 100%;
	float: left;
}
.extitle>li>h6{
	font-size: 13px;
}
.extitle>li>p{
	font-size: 18px;
	font-weight: bold;
	margin: 0.5rem 0;
}
.excenter{
	width: 100%;
	height: 1.5rem;
	font-size: 14px;
	margin: 0.2rem auto;
}
.excenter>li{
	width: 49%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	font-size: 14px;
}
.excenter>li:nth-child(1){
	border-right: 1px solid white;
}
.excenter>li>p>span{
	font-size: 12px;
}
.exbot{
	width: 100%;
	height: 4rem;
	border-top: 1px solid white;
	margin-top: 1rem;
	box-sizing: border-box;
	padding: 0.5rem 0;
}
.exbot>li{
	width: 30%;
	height: 100%;
	float: left;
}
.exbot>li:nth-child(1),.exbot>li:nth-child(2){
	margin-right: 5%;
}
.exbot>li>h6{
	font-size: 12px;
}
.exbot>li>p{
	font-size: 18px;
	font-weight: bold;
}
.exbot>li>p>span{
	font-size: 12px;
	font-weight: normal;
}

/* -------------information------------- */
.information{
	width: 100%;
	height: 7rem;
	margin: 0.5rem 0;
}
.inforleft{
	width: 48%;
	height: 100%;
	float: left;
	background: url(/Templates/template7/image/icon_93.png) no-repeat center/100% 100%;
	box-sizing: border-box;
	padding: 1rem;
	position: relative;
}
.inforleft>p{
	font-size: 16px;
	color: white;
}
.inforleft>div{
	width: 4.5rem;
	height: 1.2rem;
	background: white;
	border-radius: 0.4rem;
	font-size: 14px;
	text-align: center;
	line-height: 1.2rem;
	color: rgb(232,20,12);
	position: absolute;
	left: 1rem;
	bottom: 1rem;
}
.inforright{
	width: 48%;
	height: 100%;
	float: right;
	background: url(/Templates/template7/image/icon_91.png) no-repeat center/100% 100%;
	box-sizing: border-box;
	padding: 1rem;
	position: relative;
}
.inforright>div{
	width: 4.5rem;
	height: 1.2rem;
	background: white;
	border-radius: 0.4rem;
	font-size: 14px;
	text-align: center;
	line-height: 1.2rem;
	color: rgb(80,96,122);
	position: absolute;
	left: 1rem;
	bottom: 1rem;
}
.inforright>p{
	font-size: 16px;
	color: white;
}
.inforleft>div>a{
	color: #EA130E;
}
.inforright>div>a{
	color: #495B73;
}
/* ---------------team-------------- */
.team{
	width: 100%;
	height: 7rem;
	background: url(/Templates/template7/image/icon_14.png) no-repeat center/110% 100%;
	box-sizing: border-box;
	padding:0.5rem;
	border-radius: 0.5rem;
	color: white;
	margin: 0.5rem 0;
}
.teamul{
	width: 49%;
	height: 100%;
	font-size: 12px;
	float: left;
}
.teamul>li{
	width: 100%;
	height: 30%;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	margin: 1%;
}
.teamul:nth-child(1){
	border-right: 1px solid white;
}
/*.teamul>li:nth-child(1),.teamul>li:nth-child(2){
	border-right: 1px solid white;
}*/
.teamstyle{
	font-size: 14px;
	font-weight: bold;
}
.teamstyle>p>span{
	font-size: 12px;
}




