* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
    clear:both;
}
.mtop {
	margin-top: 40px;
}

.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.d-f-j {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.d-f {
	display: flex;
	flex-direction: row;
}
.d-f-a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.headerImg {
	width: 100%;
	height: 260px;
	background-size: cover;
	background-image: url(../../images/skill/header_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.img_wp-top{
	display: none;
}

.nav_pc {
	width: 100%;
	height: 44px;
	background: #2226F7;
}

.nav_wp {
	display: none;
}

.auto1200_nav {
	width: 1200px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin: 0 auto;
}

.auto1200_nav ul li {
	width: 200px;
	position: relative;
}

.auto1200_nav ul li a {
	color: #FFFFFF;
}

/* 二级导航栏 */
#supnav div {
	display: none;
	width: 100px;
	position: absolute;
	left: 10px;
	padding-bottom: 0px;
	float: left;
	height: auto;
	/* overflow: hidden; */
	background: #2464C6;
	z-index: 9999;
}
.nav_line{
	text-align: center;
}
#supnav div a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
}

#supnav div a:hover {
	background-color: #2f8d8d;
}
.content_body {
	width: 100%;
	height: 826px;
	background-size: cover;
	background-image: url(../../images/skill/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.first_tier {
	width: 1200px;
	height: 400px;
}
/* 幻灯 */
.hd{
	position: relative;
	width: 600px;
	height: 350px;
	margin-top: 40px;
	overflow: hidden;
}
#banner_list a>img{
	width: 600px;
	height: 350px;
}
#banner_bg{
	position: absolute;
	bottom: 0;
	background-color: #000;
	height: 30px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	z-index: 1000;
	cursor: pointer;
	width: 600px;
}
#banner_info{
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 6px;
	padding-left: 8px;
	color: #FFFFFF;
	cursor: pointer;
	z-index: 1001;
}
#banner>ul{
	position: absolute;
	right: 0;
	bottom: 4px;
	z-index: 1005;
}
#banner>ul li{
	float: left;
	margin-right: 6px;
	padding: 0 8px;
	color: #000;
	background-color: #d9d9d9;
	cursor: pointer;
}
#banner ul li.on {
	color: #FFFFFF;
	background-color: #2464C6;
}

/* 轮播图*/
.box_s {
	width: 600px;
	height: 350px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.box-1 ul li img {
	display: block;
	width: 100%;
	height: auto;
}

.box-1 ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 258px;
	background: rgba(0, 0, 0, 0.4);
	text-indent: 1em;
	padding-right: 600px;
	font-size: 13px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}

.box-2 {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.box-2 ul li {
	float: left;
	width: 18px;
	height: 10px;
	overflow: hidden;
	margin: 0 4px;
	background: #FFFFFF;
	text-indent: 100px;
	cursor: pointer;
}

.box-2 ul .on {
	background: #0000FF;
}

.box-3 {
	display: none;
}

.box-3 span {
	position: absolute;
	color: white;
	background: rgba(125, 125, 120, .3);
	width: 30px;
	height: 50px;
	top: 50%;
	line-height: 50px;
	font-size: 20px;
	margin-top: -40px;
	text-align: center;
	cursor: pointer;
}

.box-3 .next {
	right: 0;
}

.box-3 span::selection {
	background: transparent;
}

.box-3 span:hover {
	background: rgba(125, 125, 120, .8);
}
.cj_banner {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
}

.cj_banner a img {
	width: 100%;
	height: auto;
}
.mt20{
	margin-top: 20px;
}
/* #benner {
	width: 600px;
	height: 350px;
}

#benner img {
	width: 600px;
	height: 350px;
}

#benner .imga {
	display: none;
}

#benner .img .active {
	display: block;
}

#benner .title {
	width: ;
	height: 16px;
	background-color: rgba(226, 226, 226, 0.6);
	border-radius: 30px;
	margin-top: -35px;
	float: left;
	margin-left: 40%;
	margin-right: 40%;
	padding: 3px 0px 0px 10px;
	position: relative;
}

#benner .title .nr {
	list-style: none;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

#benner .title .active {
	background: #2226F6;
} */

/* 通知公告 */
.tzgg_sub {
	width: 640px;
	height: 350px;
	background-color: #FFFFFF;
}

.tzgg_title_more {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 20px;
}

.tzgg_title_more h1 {
	font-size: 24px;
	font-weight: 500;
	color: #1C21F5;
}

.tzgg_more {
	color: #666666;
}

.tzgg_sub ul {
	margin-top: 10px;
	margin-left: 30px;
}

.tzgg_sub ul li {
	line-height: 35px;
}

.tzgg_sub ul li a {
	display: block;
	width: 460px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tzgg_sub ul li a:hover {
	color: #0000FF;
}

.tzgg_sub ul li span {
	font-size: 14px;
	color: #666666;
	margin-left: 30px;
}

/* 第二板块 */
.second_tier {
	width: 1200px;
	height: 350px;
	margin-top: 30px !important;
	background-color: #FFFFFF;
}

/* 广西赛讯 */
.gxsx_sub {
	width: 620px;
	height: 350px;
	background-color: #FFFFFF;
}

.gxsx_title_more {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 20px;
}

.gxsx_title_more h1 {
	font-size: 24px;
	font-weight: 500;
	color: #1C21F5;
}

.tzgg_more {
	color: #666666;
}

.gxsx_sub ul {
	margin-top: 10px;
	margin-left: 30px;
}

.gxsx_sub ul li {
	line-height: 35px;
}

.gxsx_sub ul li a {
	display: block;
	width: 440px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gxsx_sub ul li span {
	font-size: 14px;
	color: #666666;
	margin-left: 30px;
}

.gxsx_sub ul li a:hover {
	color: #0000FF;
}

/* 全国赛讯 */
.qgsx_sub {
	width: 640px;
	height: 350px;
	background-color: #FFFFFF;
}

.qgsx_title_more {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 20px;
}

.qgsx_title_more h1 {
	font-size: 24px;
	font-weight: 500;
	color: #1C21F5;
}

.tzgg_more {
	color: #666666;
}

.qgsx_sub ul {
	margin-top: 10px;
	margin-left: 30px;
}

.qgsx_sub ul li {
	line-height: 35px;
}

.qgsx_sub ul li a {
	display: block;
	width: 440px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qgsx_sub ul li a:hover {
	color: #0000FF;
}

.qgsx_sub ul li span {
	font-size: 14px;
	color: #666666;
	margin-left: 30px;
}

/* 第三板块 */
/* 校级赛讯 */
.tab_sx{
	width: 1200px;
	height: auto;
}
.title_sx{
	margin-top: 20px;
	text-align: center;
}
.title_sx h1{
	font-size: 24px;
	font-weight: 500;
	color: #2026F8;
}
.uni-tab {
	position: relative;
	width: 100%;
	height: 410px;
}

.uni-tab_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	background-color: #FCE654;
}

.uni-tab_title p {
	text-align: center;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.tablea .item {
	display: none;
}
.tablea .item ul{
	width: 610px;
	height: 330px;
}
.tablea .item ul li {
	width: 100%;
	line-height: 36px;
}

.tablea .item ul li a {
	display: block;
	width: 440px;
	color: #3f3d3d;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tablea .item ul li a:hover {
	color: #007AFF;
}

.tablea .item ul li>span {
	font-size: 14px;
	color: #8a8889;
}

.tablea .item .uni-more {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #736D5D;
	border-radius: 10px;
	padding: 4px 10px;
	margin-top: 10px;
}

.hover {
	background-color: #08CAE6;
	color: #FFFFFF;
}
/* 人物访谈 */
.rwft_Box{
	width: 100%;
	height: 400px;
	background-color: #D5F6FB;
}
.rwft_title{
	width: 275px;
	height: 23px;
	background-image: url(../../images/skill/rwfc.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.mtop30{
	padding-top: 30px;
}
.xbjz {
	width: 1200px;
	height: 266px;
	margin-top: 18px;
}
.xbjz ul{
	height: 400px;
}
.xbjz ul li {
	width: 400px;
	height: auto;
	margin: 10px 60px;
}

.xbjz ul li a img {
	display: block;
	width: 346px;
	height: 228px;
	z-index: 999;
	border-radius: 30px 0 30px 0;
}
.xbjz ul li a>p{
	padding-top: 10px;
	width: 350px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#goleft {
	width: 1300px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}

#goleft #gols {
	width: 33100px;
}
.carousel-indicators{
	display: none !important;
}
#goleft1,
#goleft2 {
	width: auto;
	float: left;
}
.footer {
	width: 100%;
	height: 150px;
	margin-top: 20px;
	background-color: #54B0FD;
}

.footer_logo {
	margin-top: 10px;
	width: 520px;
	height: auto;
}

.container_con {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.footer_logo img {
	width: 100%;
	height: auto;
}

.baxx_info {
	margin-top: 30px;
	margin-left: 100px;
}

.baxx_info p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}