.header {
	position: fixed;
	width: 100%;
	height: 80px;
	color: #04275D;
	line-height: 80px;
	vertical-align: middle;
	font-size: 1.6vw;
	z-index: 999;
	background-color: white;
	box-shadow: 2px 2px 2px #f0f0f0;
}
.header img {
	height: 50px;
	width: 50px;
}
#selfCenter{
	line-height: 80px;
}
#selfCenter {
	height: 100%;
}
#selfCenter a {
	list-style: none;
	text-decoration: none;
	color: #04275D;
	cursor: pointer;
}
#selfCenter a {
	list-style: none;
	text-decoration: none;
	color: #04275D;
	cursor: pointer;
}
.selftxt{
	font-style: normal;
	font-size: 18px;
}
#selfCenter .iconfont{
	font-size: 20px;
}


/* iframe选择栏1300px以上 */
.iframe-title {
}

.iframe-title li {
	float: right;
	height: 80px;
	line-height: 80px;
	margin-left: 20px;
	font-size: 18px;
}
.iframe-title li:hover{
	font-weight: bold;
	border-bottom: 4px solid #ff6c80;
}
.iframe-selected{
	font-weight: bold;
	border-bottom: 4px solid #ff6c80;
}
/* iframe选择栏1300px以下 */
.iframe-title-wsmall{
	float: right;
	height: 80px;
}
.iframe-title-wsmall .dropdown-item{
	height: 40px;
	line-height: 30px;
}

/* 轮播图动画效果 */
.carousel-scale .carousel-item img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.carousel-scale .carousel-item.active img {
	-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.banner-imgs {
	z-index: 0;
}

.carousel-inner {
	/* border-radius: 10px; */
	/* width: 95%; */
}

.carousel-item img {
	height: 300px;
	z-index: 0;
}


.module {
	width: 90%;
	margin-left: 5%;
}

* {
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 800px) {
	#selfCenter a {
		font-size: 20px;
	}
	ul,
	li {
		font-size: 18px;
	}
	
}

@media (min-width: 1600px) {
	#webTitle {
		font-size: 24px;
	}
}
@media (max-width: 1600px) {
	#webTitle {
		font-size: 24px;
	}
}
@media (max-width:1395px) {
	.iframe-title{
		display: none;
	}
	.iframe-title-wsmall{
		display: block;
	}
	#webTitle {
		font-size: 18px;
	}
	#selfCenter .selftxt{
		display: none;
	}
	#selfCenter .iconfont{
		font-size: 22px;
	}
	.carousel-item img {
		height: 250px;
	}
}
@media (min-width: 1345px) {
	.iframe-title{
		display: block;
	}
	.iframe-title-wsmall{
		display: none;
	}
}
@media (max-width:900px) {
	#webTitle {
		display: none;
	}
	.carousel-item img {
		height: 150px;
	}
}
@media (max-width: 800px) {
	#selfCenter a {
		font-size: 15px;
	}

	#selfCenter {
		padding: 0;
	}
	ul,
	li {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.header{
		width: 100%;
		margin-left: 0;
	}
	.header img {
		height: 35px;
		width: 35px;
	}
	.carousel-item img {
		height: 125px;
	}
}

ul,
li {
	list-style: none;
}

li a:hover>span {
	color: #1F8BCB;
}

.indexTitle span {
	font-size: 23px;
}

.content {
	height: 100px;
	border-radius: 10px;
	line-height: 100px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
}

.applying {
	font-size: 14px;
	font-weight: bold;
}

.mtitle {
	color: #666;
}

.match_item {
	border: 5px solid #fafafa;
	padding: 20px 23px;

}

.event4-1-plan {
	color: #aaa;
	line-height: 23px;
	padding-left: 70px;
	position: relative;
	font-size: 14px;
}

.event4-1-plan .item-tit {
	position: absolute;
	left: 0;
	top: 0;
	color: #aaa;
	font-weight: 600;
}

.event-detail-apply-info-box {
	padding-left: 0;
	text-align: right;
}

.item-status {
	font-weight: 600;
	margin-bottom: 5px;
	color: #666;
	font-size: 15px;
}

.apply-btn {
	line-height: 48px;
	height: 48px;
	padding: 0;
	width: 130px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	background: #1F8BCB;
	color: #fff;
	margin-left: 0;
}

.apply a {
	list-style: none;
	text-decoration: none;
	color: white;
	cursor: pointer;
}

a.disabled {
	pointer-events: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

@media (max-width:767px) {
	.project {
		padding-left: 0 !important;
		padding-right: 15px !important;
	}
}

@media (min-width: 1120px) {
	.projectContent .iconfont {
		font-size: 3.5vw;
		color: #c60;
	}
}

@media (min-width: 800px) and (max-width: 1200px) {
	.projectContent .iconfont {
		font-size: 5vw;
		color: #c60;
	}
}

.information p {
	font-size: 15px;
}


/*合作伙伴*/
.partnerCon {
	height: 140px;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
}

.partnerCon ul {
	list-style: none;
	width: 10000px;
	position: absolute;
}

.partnerCon ul li {
	float: left;
	margin-right: 5px;
	border: 1px solid #c9cacb;
}

.partnerCon ul li img {
	border: 0;
	height: 120px;
	width: 230px;
}

/*底部信息*/
.footer {
	background-color: #000;
}

.catTitle {
	height: 30px;
	border-bottom: 2px solid #3786b9;
}

.catTxt {
	color: #3786b9;
	font-size: 25px;
	padding-right: 10px;
}

body{
	margin: 0 auto;
	position: relative;
}
.flowAni{
	cursor: pointer;
	width: 14vw;
	height: 14vh;
	/*background-color: rgba(78, 90, 115, 1);*/
	background-color: rgba(233, 233, 233, 0.95);
	position: absolute;
	left: 0%;
	top: 15vh;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50% 50%;
	border: 2px solid silver;
	animation: myflow 60s linear infinite;
	-o-animation: myflow 60s linear infinite;
	-moz-animation: myflow 60s linear infinite;
	-webkit-animation: myflow 60s linear infinite;
}
.flowAni > a{
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 1.5vw;
	-webkit-animation: txtColorCg 5s infinite linear;
}
.flowAni:hover{
	background-color: rgba(255, 255, 255, 1);
	animation-play-state: paused;
	-o-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
@-webkit-keyframes myflow {
	0% {transform: translateX(0vw) translateY(0vh);}
	15% {transform: translateX(86vw) translateY(15vh);}
	30% {transform: translateX(0vw) translateY(30vh);}
	50% {transform: translateX(86vw) translateY(50vh);}
	70% {transform: translateX(0vw) translateY(25vh);}
	85% {transform: translateX(86vw) translateY(10vh);}
	100% {transform: translateX(0vw) translateY(0vh);}
}
@-webkit-keyframes txtColorCg {
	from {
		-webkit-filter: hue-rotate(60deg);
	}
	to {
		-webkit-filter: hue-rotate(-360deg);
	}
}