@charset "gb2312";
/* CSS Document */

.research {
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width: 1200px;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.research-banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.research-banner img{
	width: 100%;
	display: block;
}
.bage-color{
	width: 100%;
	height: 1259px;
	background: url(../images/backage01.jpg) top no-repeat;
	background-size: 100% 100%;
}
.title-fir{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 73px;
}
.topic-first{
	background: #fff;
	border-radius: 20px;
	width: 1000px;
	height: 887px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.topic-first span{
	position: absolute;
	left: -44px;
	top: -27px;
	z-index: 2;
	width: 385px;
	height: 119px;
	border-radius: 0 0 44px 0;
	font-weight: bold;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	background: linear-gradient(to bottom,#e73827,#f85032);
	text-align: left;
	line-height: 142px;
	padding-left: 110px;
	box-sizing: border-box;
}
.topic-first img{
	margin-top: 122px;
}

/*寮瑰嚭瑙嗛*/
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	text-align: center;
}

.mask:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.video-wrap {
	width: 1130px;
	height: 637px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.mask-video-close {
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	right: -14px;
	top: -14px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
}

.mask-video-close i {
	font-size: 16px;
	color: #000;
	line-height: 28px;
}

.bage-again{
	width: 100%;
	height: 2895px;
	margin: 0 auto;
	background: url(../images/bage04.jpg) center no-repeat;
}
.title-sea{
	width: 53%;
}
.rese-colck{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 129px;
}
.rese-colck span{
	position: absolute;
	right: 122px;
	bottom: 44px;
	z-index: 2;
	width: 280px;
	line-height: 64px;
	border-radius: 30px;
	font-weight: bold;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}
.a-up05,.a-up06,.a-up07,.a-up08{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(4,4,56,0.5);
	visibility: hidden;
}
.a-up05.is-expanded,.a-up06.is-expanded,.a-up07.is-expanded,.a-up08.is-expanded{
	visibility: initial;
}
.a-up03{
	width: 100%;
	height: 100%;
	display: table;
}
.a-up04{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.invi-up{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.invi-close{
	position: absolute;
	top: 140px;
	right: -20px;
	z-index: 2;
	cursor: pointer;
}
.rese-time{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 124px;
}
.web-gather {
	position: relative;
	height: 312px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 1000px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.web-gather li {
	position: relative;
	width: 297px;
	height: 300px;
	float: left;
	overflow: hidden;
	margin-right: 0;
	z-index: 1;
	border-radius: 10px;
	-webkit-transition: .4s;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right, #851bf5, #c636eb);
	padding: 2px;
	opacity: 0.46;
}
.web-gather li.on{
	width: 690px;
	height: 308px;
	-webkit-transition: .4s;
	opacity: 1;
}
.rese-g-hold{
	background-color: #040435;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: relative;
}
.rese-people{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 16px;
	width: 266px;
	height: 280px;
}
.web-gather li.on .rese-people{
	margin-top: 14px;
}
.rese-change01{
	position: absolute;
	z-index: 1;
}
.web-gather li.on .rese-change01{
	right: 16px;
}
.rese-people span{
	background: url(../images/s04.png) center no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	width: 252px;
	line-height: 35px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 7px;
	z-index: 2;
}
.rese-p-note{
	float: left;
	text-align: left;
	width: 370px;
	height: auto;
	margin-left: 22px;
	opacity: 0;
}
.web-gather li.on .rese-p-note{
	opacity: 1;
}
.rese-p-note span{
	display: block;
	color: #fff;
	font-size: 24px;
	padding-top: 30px;
	margin-bottom: 10px;
}
.rese-p-note em{
	display: block;
	font-size: 18px;
	color: #d158ef;
	font-weight: bold;
	margin-bottom: 12px;
}
.rese-p-note p{
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.rese-p-note p i{
	float: left;
	border-radius: 100%;
	width: 6px;
	height: 6px;
	background-color: #dc73f7;
	margin-right: 8px;
	margin-top: 16px;
}
.rese-mysterious{
	float: right;
	border: 2px rgba(209,88,239,0.46) solid;
	border-radius: 10px;
	margin-top: 4px;
	width: 293px;
	height: 296px;
	margin-right: 100px;
	position: relative;
}
.rese-mysterious .rese-people span{
	bottom: 9px;
}
.list-bage{
	width: 1036px;
	height: 382px;
	margin: 0 auto;
	background: url(../images/bage02.png) center no-repeat;
	margin-top: 50px;
	margin-bottom: 30px;
}
.rese-list{
	width: 960px;
	height: 320px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.rese-list li{
	font-size: 20px;
	color: #fff;
	width: 25%;
	height: auto;
}
.rese-list li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 26px;
}
.rese-link{
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	line-height: 52px;
	width: 430px;
	display: block;
	margin: 0 auto;
	background: linear-gradient(to bottom, #ed4b60, #ec143d);
	cursor: pointer;
	margin-bottom: 80px;
}
.teen-list{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	display: table;
	margin-top: 50px;
	padding-bottom: 70px;
}
.teen-list li{
	float: left;
	width: 320px;
	height: 240px;
	background: linear-gradient( 51deg, #ebeffb 12%, #ffffff 89%);
	margin-bottom: 20px;
	margin-right: 16px;
	border-radius: 10px;
	color: #051258;
	font-size: 22px;
	box-shadow: 0 8px 20px rgba(38,134,253,0.24);
	border: 1px #1ba9ff solid;
}
.teen-list li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 60px;
}
.topic-seand{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.double-title{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	background: url(../images/double02.png) center no-repeat;
	height: 60px;
	line-height: 60px;
	margin-top: 48px;
	margin-bottom: 33px;
}
.double-artcle em{
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
}
.double-artcle{
	font-size: 24px;
	color: #000;
	margin-bottom: 44px;
}
.double-artcle i{
	color: #ed412b;
	margin-left: 15px;
}
.topic-link{
	font-size: 18px;
	color: #fff;
	width: 270px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	margin-top: 48px;
	background: linear-gradient(to bottom,#ff5e62,#ff9966);
	border-radius: 10px;
	margin-bottom: 80px;
	cursor: pointer;
}


.topic-three{
	width: 100%;
	background: url(../images/double07.jpg) top no-repeat;
	background-size: 100% 100%;
	height: 761px;
}
.double-three{
	width: 800px;
	height: 429px;
	background: url(../images/double06.png) center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.double-three span{
	display: block;
	font-size: 36px;
	color: #152039;
	font-weight: bold;
	text-align: left;
	margin-left: 62px;
	padding-top: 72px;
	margin-bottom: 20px;
}
.double-three p{
	text-align: left;
	margin-left: 62px;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 22px;
	color: #454e69;
	line-height: 71px;
}
.double-three p i{
	width: 8px;
	height: 8px;
	background: #1fd7f8;
	border-radius: 100%;
	margin-right: 14px;
	display: inline-block;
}
.double-color01{
	background: linear-gradient(to bottom,#0072ff,#00c6ff);
	margin-bottom: 0;
}
.double-list{
	width: 1000px;
	height: 630px;
	margin: 0 auto;
	background-color: #f5f8ff;
	border-radius: 10px;
	margin-top: 50px;
	margin-bottom: 80px;
	box-sizing: border-box;
	padding: 24px 17px;
}
.double-list li{
	text-align: center;
	margin: 0 10px;
	margin-bottom: 24px;
	float: left;
}
.double-list li span{
	display: block;
	font-size: 20px;
	color: #2d2221;
	margin-top: 20px;
}
.double-list li i{
	color: #ed412b;
}


.topic-last{
	width: 100%;
	background: #ecf0fb;
	height: auto;
}

.h5-fb-no{
	margin-right: 0 !important;
}
.double-flex{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1;
	cursor: pointer;
}