*{
    margin: 0px;
    padding: 0px;
}
.broadcast{
    width: 100%;
}
.broadcast-content{
    margin: 0px auto;
    width: 1200px;
}
.bdt-list{
    display: flex;
    margin: 10px 0px;
    margin-right: -3%;
}
.bdt-box{
    flex:1;
    display: flex;
    margin-right: 3%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
	box-shadow:0px 0px 15px #e7eefd;
}
.bdt-img{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bdt-img>img{
	width: 61px;
	height: 58px;
}
.bdt-text{
    width: 75%;
}
.bdt-title{
    margin: 10px 0px;
    font-size: 20px;
	color: #696d82;
}
.bdt-synopsis{
    font-size: 13px;
    color: #8d91a5;
    line-height: 20px;
    margin-bottom: 10px;
}
.cic-list{
    display: flex;
	margin: 15px 0px;
    margin-right: -2%;
	
}
.cic-logo{
    flex:1;
    margin-right: 2%;
	overflow: hidden;
    border-radius: 10px;
}
.cic-logo>img{
	width: 285px;
	height: 185px;
}
.choice{
    width: 100%;
	background-color: #f5f9ff;
}
.choice-content{
    margin: 0px auto;
    width: 1200px;
}
.fast{
    width: 100%;
	background-image: url(../image/tabs-back.png);
	background-size: 100% 100%;
	color: #ffffff;
}
.fast-content{
    margin: 0px auto;
    width: 1200px;
}
.tab-list{
    display: flex;
	margin-top: 50px;
}
.tab-title{
    width: 25%;
	border-right: 1px solid white;
}
.tab-programme{
    width: 75%;
}
.tabt-content{
    width: 50%;
    margin: 12px auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 20px;
}
.tab-programme{
    padding: 0px 50px;
}

.pge-logo{
    display: flex;
}
.pge-logo>div:last-child{
	margin-right: 0px;
}
.pge-mgtx{
    flex:1;
    margin-right: 20px;
}
.pge-mg{
	
}
.pge-mg>img{
	width: 98px;
	height: 101px;
}
.pge-name{
    text-align: center;
	width: 98px;
}
.pge-title{
    font-size: 27px;
    margin: 15px 0px;
	font-weight: 500;
}
.pge-synopsis{
    margin-bottom: 15px;
	line-height: 25px;
	color: #cdd6ed;
}
.consulting-btn{
    width: 130px;
    padding: 7px 0px;
    border-radius: 40px;
    color: #ffffff;
    background-color: #296bef;
    border: none;
	margin-top: 15px;
	font-size: 17px;
	cursor: pointer;
}
.comprehensive{
    width: 100%;
}
.comprehensive-content{
    width: 1200px;
    margin: 0px auto;
}
.che-list{
    display: flex;
	margin-top: 70px;
}
.che-mgtxt{
    flex:1;
}
.che-mgtxt>p{
    text-align: center;
}
.che-title{
    font-size: 20px;
    margin: 10px 0px;
}
.che-synopsis{
    color: #8d91a5;
    width: 70%;
    margin: 0px auto;
}
.scene{
    width: 100%;
	background-image: url(../image/fiveback.png);
	background-size: 100% 100%;
	padding: 50px 0px;
}
.scene-content{
    width: 1200px;
    margin: 0px auto;
}
.see-list{
    display: flex;
	margin-top: 60px;
}
.see-mgtx{
    flex:1;
    margin-right: 2%;
    border-radius: 10px;
    height: 330px;
	background-color: #ffffff;
}
.see-list>.see-mgtx:last-child{
    margin-right: 0px;
}
.see-img{
    height: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.see-title{
    text-align: center;
    margin: 0px auto;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.see-synopsis{
    width: 80%;
    margin: 0px auto;
    line-height: 25px;
	color: #808080;
}
.guidance{
    width: 100%;
}
.guidance-content{
    width: 1200px;
    margin: 0px auto;
}
.gde-list{
    display: flex;
	margin-bottom: 30px;
}
.gde-mgtx{
    
}
.wid25{
    width: 25%;
    box-sizing: border-box;
}
.wid50{
    width: 50%;
    box-sizing: border-box;
}
.gde-name{
    text-align: center;
}
.mrtt-sypose{
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fst-h2{
	font-size: 35px;
}
.che-img>img{
	width: 102px;
	height: 84px;
}
.see-h2{
	font-size: 29px;
	padding: 40px 0px;
	text-align: center;
	color: #ffffff;
}
.see-mgbox>img{
	width: 55px;
	height: 48px;
}
.see-mgbox{
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow:0px 0px 15px #e7eefd;
}
.wblack{
	color: black;
}
.gde-img>img{
	width: 107px;
	height: 92px;
}
.gde-img{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0px;
}
.banner{
	background-image: url(../image/prbanback.png);
}
.tab-title>div{
	cursor: pointer;
}
.tab-programme>div{
	display: none;
}
.tab-programme>div:first-child{
	display:block;
}
.blue{
	color: #ffffff;
	background-color: #296bef;
}