﻿.part{
	padding: 0.4rem 0 0.5rem 0;
}
.commonTitle{
	text-align: center;
}
.commonTitle h1 {
	font-size: 0.3rem;
	color: #222222;
	margin-bottom: 0.13rem;
}
.commonTitle span {
	color: #FF762D;
}
.commonTitle p {
	font-size: 0.24rem;
	color: #666666;
}
.banner {
	background: url(../images/tycg/tycgBanner.png) no-repeat center;
	background-size: cover;
	height: 6.5rem;
	color: #fff;
	text-align: center;
}
.banner h1{
	padding-top: 1.44rem;
	font-size: 0.64rem;
	font-weight: 500;
	line-height: 0.89rem;
	text-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50); 
}
.banner p{
	font-size: 0.3rem;
	margin-top: 0.27rem;
}
.bannerBtns{
	margin-top: 0.63rem;
	text-align: center;
}
.bannerBtn{
	width: 2.7rem;
	height: 0.73rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 0.28rem;
}
.bannerBtn1{
	background: rgba(255,255,255,0.41);
	border: 1px solid #ffffff;
}
.bannerBtn1 img{
	width: 0.25rem;
	height: 0.26rem;
	margin-right: 0.08rem;
}
.bannerBtn2{
	margin-top: 0.2rem;
	background: #ffffff;
	color: #226dec;
}
.partAgroup{
	margin-top: 0.34rem;
	padding: 0 0.4rem;
	display: flex;
	justify-content: space-between;
}
.partAitem{
	position: relative;
}
.partAitem img{
	width: 2.12rem;
	height: 1.22rem;
}
.partAitem p{
	font-size: 0.24rem;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.partB{
	background: url(../images/tycg/tycgImgbg1.png) no-repeat center;
	background-size: cover;
}
.partBgroup{
	margin-top: 0.4rem;
	text-align: center;
}
.partBgroup img{
	width: 6.29rem;
	height: 5.12rem;
}
.partC{
	padding-top: 0.6rem;
	padding-bottom: 0.1rem;
}
.partCgroup{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0.6rem;
}
.partCitem{
	width: 2.9rem;
	height: 2.47rem;
	background: #f0f5ff;
	border: 1px solid #3275e7;
	border-radius: 2px;
	margin-bottom: 0.42rem;
}
.partCtop{
	height: 0.8rem;
	background: linear-gradient(180deg,#61b1ff 0%, #2b72ed);
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partCtop img{
	width: 0.39rem;
	height: 0.39rem;
	margin-right: 0.15rem;
}
.partCtop span{
	color: #fff;
	font-size: 0.24rem;
}
.partCbottom{
	padding: 0.2rem 0 0.2rem 0.2rem;
}
.partCbottom ul{
	display: flex;
	flex-wrap: wrap;
}
.partCbottom ul li{
	display: flex;
	align-items: center;
	line-height: 0.42rem;
	font-size: 0.2rem;
}
.partCbottom ul li:nth-child(odd){
	width: 1.4rem;
}
.partCbottom ul li span{
	width: 0.07rem;
	height: 0.07rem;
	background: #4585f4;
	border-radius: 50%;
	margin-right: 0.1rem;
}
.partD{
	background: #f6faff;
}
.partDnavs{
	padding: 0 0.98rem;
	display: flex;
	justify-content: space-between;
}
.partDnav{
	font-size: 0.3rem;
	font-weight: 500;
	color: #646464;
	position: relative;
}
.partDnav.active{
	color: #4a8dff;
}
.partDline{
	display: none;
	width: 0.75rem;
	height: 4px;
	background: #4a8dff;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: -0.15rem;
	transform: translate(-50%,0);
}
.partDnav.active .partDline{
	display: block;
}
.partDcontent{
	margin-top: 0.5rem;
	text-align: center;
}
.partDtitle{
	color: #666666;
	font-size: 0.24rem;
}
.partEbox{
	width: 6.5rem;
	height: 7.2rem;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0px rgba(0,93,255,0.27); 
	margin: 0 auto;
	margin-top: 0.3rem;
	overflow: hidden;
}
.partEnavs{
	padding: 0 1.43rem;
	display: flex;
	justify-content: space-between;
	margin-top: 0.26rem;
}
.partEnav{
	font-size: 0.28rem;
	font-weight: 400;
	color: #222222;
	position: relative;
}
.partEnav.active{
	color: #4a8dff;
}
.partEline{
	display: none;
	width: 0.45rem;
	height: 4px;
	background: #4a8dff;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: -0.15rem;
	transform: translate(-50%,0);
}
.partEnav.active .partEline{
	display: block;
}
.partEshow{
	text-align: center;
}
.partEul{
	position: relative;
	background: #fff;
	padding: 0 0.4rem;
}
.partEul ul{
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.partEul ul li{
	display: flex;
	align-items: center;
}
.partEul ul li img{
	width: 0.28rem;
	height: 0.25rem;
}
.partF{
	background: #f6faff;
}
.partFgroup{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0.84rem;
	margin-top: 0.48rem;
}
.partFitem{
	margin-top: 0.57rem;
	text-align: center;
}
.partFitem img{
	display: block;
	width: 2.17rem;
	height: 4.37rem;
}
.partFitem p{
	display: inline-block;
	margin-top: 0.33rem;
	width: 1.57rem;
	height: 0.51rem;
	line-height: 0.51rem;
	background: #3874f3;
	border-radius: 26px;
	color: #fff;
	font-size: 0.24rem;
}
.partGimg{
	margin-top: 0.4rem;
	text-align: center;
}
.partGimg img{
	width: 6.39rem;
	height: 2.81rem;
}
.partH{
	background: url(../images/tycg/tycgImgbg2.png) no-repeat center;
	background-size: cover;
}
.partHimg{
	margin-top: 0.6rem;
	text-align: center;
}
.partHimg img{
	width: 6.25rem;
	height: 4.38rem;
}
.partIgroup{
	margin-top: 0.37rem;
	padding: 0 0.64rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.partIitem{
	width: 2.96rem;
	height: 2.61rem;
	background: #f6faff;
	border-radius: 8px;
	text-align: center;
	margin-top: 0.2rem;
}
.partIimg{
	height: 2.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.partIitem p{
	font-size: 0.2rem;
	color: #333333;
}
.partJgroup{
	margin-top: 0.28rem;
	padding: 0 0.64rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partJitem{
	width: 1.85rem;
	height: 1.31rem;
	border: 1px solid #8cb1ff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.37rem;
	border-radius: 5px;
}