/*公共*/
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
body{
	background: #fff;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.in{
	width: 70%;
	margin: auto;
	overflow: hidden;
}
p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
h4{
	font-size: 18px;
	font-weight: normal;
}
h3>img{
	width: 100%;
}
.boxTwo>div,.boxFour>div{
	background: #efe9fb;
	margin-top: -10px;
	padding: 20px;
}
/*banner*/
.banner>img{
	width: 100%;
}
/*项目背景*/
.boxOne>div{
	overflow: hidden;
	background:linear-gradient(to right,#ffffff,#f3eefc,#f3eefc,#ffffff);
	padding: 10px;
}
.boxOne>div>img{
	width: 4%;
	margin-right: 4%;
}
.boxOne>div>p{
	padding-top: 3%;
	text-indent: 2em;
}
/*最新*/
.boxTwo{
	margin-top: 40px;
}
.boxTwo>img,.boxFour>img{
	width: 100%;
}
.boxTwoin{
	width: 46%;
} 
.boxTwoin ul>li>a>img{
	width:100%;
	border-radius: 2%; 
}
.boxTwotxt{
	width: 51%;
}
/*.boxTwotxt>ul>li:last-child{
	margin-top: 1%;
}*/
.boxTwotxt>ul>li>a{
	padding: 2% 1%;
	display: block;
	border-radius: 2%;
}
.boxTwotxt>ul>li>a:hover{
	background:linear-gradient(to right,#efe9fb,#f9f7fd);
}
.boxTwotxt>ul>li>a>h4{
	color: #282828;
}
.boxTwotxt>ul>li>a>p{
	color: #605f5f;
	margin-top: 2%;
	line-height: 24px;
}
.boxTwotxt>ul>li>a>span{
	display: block;
	width: 8%;
	height: 4px;
	background: #503191;
	margin-top: 2%;
}
/*名家学堂*/
.boxThree>div>ul>li,.boxFour>div>div>ul>li{
	overflow: hidden;
	margin: 2% 0;
	border-bottom: 1px solid #ccc;
	padding: 2% 0;
}
.boxThree>div>ul>li>video,.boxFour>div>div>ul>li>video{
	width: 36%;
	border-radius: 2%;
}
.boxThree>div>ul>li>div,.boxFour>div>div>ul>li>div{
	width: 62%;
	padding: 2% 0;
}
.boxThree>div>ul>li>div>h4,.boxFour>div>div>ul>li>div>h4{
	margin-bottom: 2%;
}
.boxThree>div>ul>li>div>p,.boxFour>div>div>ul>li>div>p{
	color: #605f5f;
	text-indent: 2em;
}
/*大咖专访*/
/*学术资讯*/
.boxFive>div>ul>li{
	overflow: hidden;
	margin: 2% 0;
	border-bottom: 1px solid #ccc;
	padding: 2% 0;
}
.boxFive>div>ul>li>img{
	width: 36%;
	border-radius: 2%;
}
.boxFive>div>ul>li>div{
	width: 62%;
	padding: 1% 0;
}
.boxFive>div>ul>li>div>h4{
	margin-bottom: 2%;
}
.boxFive>div>ul>li>div>p{
	color: #605f5f;
	text-indent: 2em;
}
/**/
.boxSix{
	margin: 2% 0;
}
.boxSix>div{
	background: #f3eefc;
}
.boxSix>div>img{
	width: 4%;
}
.shotgun{
	padding: 2% 0;
}
.swiper-slide>video{
	width: 100%;
	border-radius: 2%;
}
.swiper-slide{
	margin-left: 2%;
}
/*footer*/
.footer>p{
	font-size: 14px;
	color: #fff;
	background: #282828;
	padding: 10px;
	text-align: center;
}
.footer>p>a{
	color: #c86eb7;
}
/*导航*/
.nav{
	position: fixed;
	left: 2%;
	top: 400px;
	z-index: 2;
}
.nav>ul>li>a{
	color: #fff;
}
.nav>ul>li>a>img{
	width: 20%;
	margin-right: 1%;
}
.nav>ul>li{
	border: 1px solid #fff;
	width: 140%;
	text-align: center;
	line-height: 32px;
	margin-bottom: 10px;
	border-radius: 32px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	background:linear-gradient(to right,#533292,#c26bb4);
}
.boxThree h3,.boxFour h3,.boxFive h3{
	position: relative;
}
.btn1,.btn2,.btn3{
	text-align: center;
	width: 6%;
	border-radius:10%;
	font-size: 14px;
	position: absolute;
	right: 0%;
	top: 34%;
	font-weight: normal;
}

.btn1>a{
	color: #533292;
}