/* all */
body {
	background-color: #021932;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.font-blue {
	color: #00c6ff;
}

.color-write {
	color: #ffffff;
}

.color-yellow {
	color: #ffd800;
}

.color-a:hover {
	text-decoration: none;
}

.tipsStyle {
	font-size: 14px;
	color: #00c6ff;
	margin-top: 40px;
}
.circular--squareP{
	border-radius: 50%;
}
/* tabbox */
.tabbox {
	width: 100%;
	height: 320px;
}

.tabbox ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap row;
}

.tabbox ul li {
	width: 20%;
	background: #0d559f;
	margin: 0;
	color: #55c9ff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 18px;
}

.tabbox ul li.active {
	background-color: #009fe9;
	color: #ffffff;
	font-size: 18px;
}

.tabbox .content {
	clear: both;
	font-size: 18px;
	color: #69beff;
}

.tabbox .content p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2f6298;
}

.tabbox .content>div {
	display: none;
}

.tabbox .content>div.active {
	display: block;
}

/* nav */
.navBox {
	width: 100%;
	height: 92px;
	background: url(../images/nav-bg.png) repeat-x;
}

.navBox-m {
	width: ;
}

.navBox-logo {
	width: 426px;
	height: 92px;
	margin: 0 0 0 60px;
	background: url(../images/logo.png) no-repeat;
}

.navBox-list {
	height: 92px;
	margin: 0 60px 0 0;
}

.navBox-list ul li {
	float: left;
	text-align: center;
	font-size: 15px;
	width: 100px;
	height: 92px;
	line-height: 92px;
}

.navBox-list .show {
	display: none;
}

.navBox-list ul li:hover {
	background-color: #0c6bad;
}

.navBox-list ul li:hover .show {
	display: block;
	width: 100px;
	height: 46px;
	line-height: 46px;
}

.navBox-list ul li:hover .show a {
	background: #1094c6;
	border-top: 4px solid #021933;
}

.navBox-list ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.navBox-list ul li a:hover {
	color: #8ff1ff;
}

.navBox-list ul li .on {
	display: block;
	background: url(../images/nav-on.png) no-repeat;
	color: #8ff1ff;
}

/* head */
.headBox {
	width: 100%;
	height: 220px;
	padding: 580px 0 0 0;
	background: url(../images/head-bg.png) top center no-repeat;
}

.headBox-a {
	display: block;
	margin: 0 auto;
	width: 258px;
	height: 86px;
	z-index: 99;
	background: url(../images/btn-baoming.png) no-repeat;
}

/* foot */
.footBox {
	width: 100%;
	height: 200px;
	clear: both;
	background: #000001;
}

.footBox-m {
	width: 1080px;
	height: 140px;
	margin: 0 auto;
	padding-top: 30px;
}

.footBox-text {
	text-align: left;
	color: aliceblue;
}

.footBox-text p {
	padding: 4px 0;
	font-size: 14px;
}

.footBox-code {
	width: 140px;
	height: 140px;
}

/* foot */
.pageHead {
	width: 100%;
	height: 500px;
	background: url(../images/page-bg.png) top center no-repeat;
}

/* 首页栏目 */
.homeBox {
	width: 1020px;
	height: 500px;
	margin: 0 auto 50px auto;
	background: url(../images/home-box.png) top center no-repeat;
}

.homeBox-t {
	width: 300px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	color: #d9ffff;
}

.homeBox-t h2 {
	padding-top: 3px;
	font-size: 28px;
	text-shadow: 3px 5px 10px #0048ff;
}

/* 大赛介绍 */
.introduction {
	width: 880px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.introduction h3 {
	width: 120px;
	font-size: 28px;
	padding-top: 50px;
	color: #50a5ff;
	border-bottom: 2px solid #50a5ff;
}

.introduction h4 {
	padding: 20px 0;
	font-size: 28px;
	color: #ffffff;
}

.introduction-p {
	text-indent: 2em;
	font-size: 18px;
	color: #69beff;
}

.introduction-img {
	padding-top: 0;
}

/* 新闻动态 */
.news {
	width: 920px;
	height: 350px;
	padding-top: 30px;
	margin: 0 auto;
}

.news-img {
	padding-top: 20px;
	width: 300px;
	height: 200px;
}

.news-list-home {
	width: 580px;
	height: 350px;
}

.news-list-home .list {
	height: 60px;
	padding: 14px 0;
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px solid #2f6298;
}

.news-list-home .list,
.news-list-home .list a {
	color: #69beff;
}

.news-list-home .list a:hover {
	color: #69beff;
}

.list-m {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #d9ffff;
}

/* 奖项设置 */
.jiangxiang {
	width: 880px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}

.jiangxiang-img {
	width: 100%;
	text-align: center;
}

.jiangxiang-text {
	width: 100%;
	padding-top: 30px;
	font-size: 18px;
	color: #ffffff;
}

.jiangxiang-text p {
	padding: 8px 0 14px 0;
	border-bottom: 1px solid #2f6298;
}

.Schedule {
	width: 880px;
	height: 340px;
	margin: 0 auto;
	padding-top: 50px;
}



/* 分页-新闻动态 */
.newsBox {
	position: relative;
	width: 1020px;
	height: auto;
	margin: 0 auto;
	background: url(../images/page-box.png) no-repeat;
}

.newsBox-title {
	width: 300px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	color: #d9ffff;
}

.newsBox-title h2 {
	font-size: 28px;
	text-shadow: 3px 5px 10px #0048ff;
}

.newsBox-m {
	clear: both;
	width: 840px;
	height: auto;
	padding: 60px 0;
	margin: 0 auto;
}
.apply-title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 12px 0 4px 0;
	text-align: center;
	font-size: 22px;
	color: #50a5ff;
}
.newsBox-m .huanyin{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 22px;
	color: #50a5ff;
}
.newsBox-m .jieduan{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #083a63;
	color: #ffffff;
	border-radius: 4px;
	margin-top: 8px;
}
.newsBox-m .jieduan span{
	padding-left: 20px;
	padding-right: 10px;
}
.jieduan-text{
	float: left;
	background-color: #0d1b2f;
	width: 580px;
	height: 32px;
	line-height: 32px;
	margin-top: 8px;
	color: #50a5ff;
	font-size: 18px;
	padding: 0 8px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #1d5e93;
}
.newsBox-m .jieduan input{
	background-color: #0d1b2f;
	width: 580px;
	height: 32px;
	line-height: 32px;
	color: #50a5ff;
	font-size: 18px;
	padding: 0 8px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #1d5e93;
}
.bisaixq,.mingrentang{
	width: 100%;
	height: auto;
	border-radius: 4px;
	font-size: 18px;
	margin-top: 8px;
	background-color: #083a63;
}
.bisaixq-title,.mingrentang-title{
	height: 28px;
	padding: 10px 20px;
	border-bottom: 1px solid #1d5e93;
	color: #ffffff;
}
.bisaixq-box,.mingrentang-box{
	padding: 10px 20px;
	color: #50a5ff;
}
.bisaixq-box ul li,.mingrentang-box ul li{
	height: 40px;
	line-height: 40px;
	background-color: #07345a;
	padding: 0 10px;
	margin-top: 2px;
}
.bisaixq-search{
	padding-left: 30px;
}
.bisaixq-search-ipt{
	width: 200px;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
}
.bisaixq-search-btn{
	width: 50px;
	height: 24px;
	line-height: 24px;
	background: #50a5ff;
	color: #ffffff;
	font-size: 14px;
	border: 1px solid #7bbbff;
}
.timeList{
	display: block;
	float: left;
}
.timeList .selectedOn{
	background-color: #50a5ff;
	color: #ffffff;
}
.timeList li{
	cursor: pointer;
	float: left;
	padding: 4px 0;
	margin: 4px 6px 4px 0;
	width: 112px;
	text-align: center;
	border: 1px solid #00408a;
	background: #002b41;
}
.apply-box{
	padding: 20px;
	color: #50a5ff;
}
.apply-box a{
	text-decoration:underline; 
}
.apply-box .tLable{
	display: block;
	float: left;
	width: 160px;
	height: 24px;
	line-height: 24px;
	text-align: right;
}

.apply-box .tIpt{
	display: block;
	float: left;
	color: #ffffff;
}
.apply-box .ipt{
	padding: 0 6px;
	width: 200px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.apply-box .sty-select{
	width: 160px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}

        table.gridtable {
			width: 100%;
			color: #50a5ff;
            border-width: 1px;
            border-color: #0c3c6c;
            border-collapse: collapse;
        }
        table.gridtable th {
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            border-color: #0c3c6c;
            background-color: #07345a;
        }
        table.gridtable td {
            border-width: 1px;
            padding: 8px;
			color: #50a5ff;
            border-style: solid;
            border-color: #0c3c6c;
            background-color: #07345a;
            font-size:16px;
        }
		table.gridtable .col-f{
			color: #ffffff;
		}


        table.saitable {
			width: 100%;
			color: #50a5ff;
            border-width: 1px;
            border-color: #0c3c6c;
            border-collapse: collapse;
        }
        table.saitable th {
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            border-color: #0c3c6c;
			color: #50a5ff;
            background-color: #07345a;
            font-size:16px;
        }
        table.saitable td {
            border-width: 1px;
            padding: 8px;
			text-align: center;
			color: #ffffff;
            border-style: solid;
            border-color: #0c3c6c;
            background-color: #07345a;
            font-size:16px;
        }
		table.saitable .col-f{
			color: #ffffff;
		}
		
.submitBox{
	width: 100%;
	height: 120px;
	padding: 30px 0;
	text-align: center;
}
.submitBox .submitBox-check{
	padding: 0 0 20px 0;
	color: #50a5ff;
}
.submitBox .submitBox-check span{
	margin-left: 6px;
}
.submitBox .btn-sub{
	cursor: pointer;
	width: 240px;
	height: 62px;
	font-size: 20px;
	color: #ffffff;
	border-radius: 4px;
	background-color: #0079be;
	border: 1px solid #009cff;
}









.news-list {
	width: 840px;
	height: 60px;
	padding: 20px 0;
	font-size: 18px;
	color: #ffffff;
	border-bottom: 1px solid #2f6298;
}

.news-list-t,
.news-list-t a {
	color: #69beff;
}

.news-list-t a:hover {
	color: #48dfff;
}

.news-list-t:before {
	z-index: 99;
	content: "";
	width: 18px;
	height: 18px;
	left: 15px;
	top: 19px;
	background: #fff;
}

.news-list-m {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsPage {
	width: 820px;
	height: auto;
}

.newsPage-t {
	padding-bottom: 20px;
	border-bottom: 1px solid #0e5796;
}

.newsPage h2 {
	padding: 10px 0;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}

.newsPage h3 {
	padding: 10px 0;
	color: #69beff;
	font-size: 16px;
	text-align: center;
}

.newsPage-m {
	padding-top: 30px;
	line-height: 34px;
	font-size: 16px;
	color: #69beff;
}

/* 分页-常见问题 */
.question {
	width: 840px;
	height: auto;
	padding: 20px 0;
	font-size: 18px;
	border-bottom: 1px solid #2f6298;
}

.question-t {
	color: #69beff;
	padding: 6px 0;
}

.question-c {
	color: #ffffff;
}

/* 分页-精彩视频 */
.videoBox {
	width: 840px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
}

.videoBox-v {
	width: 400px;
	height: 290px;
	float: left;
	margin: 0;
	padding: 0 10px;
}

.videoBox-img {
	display: block;
	width: 400px;
	height: 226px;
	text-align: center;
	padding: 0 0 16px 0;
	overflow: hidden;
}

.videoBox-img img {
	width: 400px;
	height: 226px;
}

.videoBox-span {
	display: block;
	width: 360px;
	height: 20px;
	line-height: 20px;
	color: #69beff;
	font-size: 18px;
	padding-left: 34px;
	margin-top: 6px;
	background: url(../images/video-icon.png) left no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.videoBox-title {
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #69beff;
	padding: 0 0 30px 0;
}

.videoBox-date {
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

/* 分页-个人中心 */
.center {
	width: 100%;
	height: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	background: url(../images/center-bg.png) top center no-repeat;
}

.centerBox {
	width: 1010px;
	height: 700px;
	background: #072448;
	border: 2px solid #1262a6;
	border-radius: 8px;
	margin: 0 auto;
}

.centerBox-nav {
	width: 220px;
	height: 700px;
	border-radius: 8px 0 0 8px;
	border-right: 2px solid #1262a6;
	background: #06264a url(../images/centerBox-nav-bg.png) bottom center no-repeat;
}

.centerBox-head {
	width: 220px;
	height: 140px;
	clear: both;
	padding: 50px 0 20px 0;
	margin: 0;
}

.centerBox-head-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #28608f;
	background: #021932;
}

.centerBox-head-name {
	display: block;
	width: 100%;
	text-align: center;
	color: #69beff;
	font-size: 18px;
	padding-top: 20px;
}

.centerBox-nav-list {
	width: 220px;
	height: auto;
	clear: both;
}

.centerBox-nav-list {}

.centerBox-nav-list .on,
.centerBox-nav-list .on:hover {
	background: #1262a6 url(../images/arrow1.png) center right no-repeat;
	color: #ffffff;
}

.centerBox-nav-list a {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background: #17416f url(../images/arrow2.png) center right no-repeat;
	margin-bottom: 10px;
	color: #69beff;
	font-size: 18px;
}

.centerBox-nav-list a:hover {
	background: #1a4e87 url(../images/arrow2.png) center right no-repeat;
	color: #69ddff;
}

.centerBox-main {
	width: 786px;
	height: 700px;
}

.centerBox-h {
	width: 706px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 20px auto;
	color: #ffffff;
	font-size: 16px;
	background: #082b4f;
}

.centerBox-c {
	width: 706px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.centerBox-c ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 1px solid #072d51;
}

.centerBox-c ul li label {
	color: #69beff;
}

.centerBox-c ul li span {
	color: #ffffff;
}

/* 登录 */
.loginBox {
	width: 950px;
	height: 450px;
	background-color: #ffffff;
	margin: 22px auto;
	box-shadow: 0 0 10px #03264c;
	border: 1px solid #1d73c6;
}

.loginBox-img {
	width: 536px;
	height: 450px;
	background: url(../images/loginBox-img.png) center no-repeat;
}

.loginBox-from {
	width: 340px;
	height: 300px;
	padding-top: 68px;
	padding-right: 34px;
}

.loginBox-from h3 {
	font-size: 22px;
}

.loginBox-from-btn {
	width: 340px;
	height: 46px;
	line-height: 46px;
	background: #0077f4;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
}

.loginBox-from-labe {
	display: block;
	width: 112px;
	height: 42px;
	line-height: 42px;
	padding-left: 14px;
	text-align: left;
	font-size: 16px;
	color: #003b93;
}

.loginBox-from-list {
	width: 340px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ebebeb;
	margin-top: 22px;
}

.loginBox-from-list input {
	width: 200px;
	height: 38px;
	line-height: 38px;
	border: 0;
	font-size: 16px;
}

.loginBox-from-btn:hover {
	background: #0095f6;
}

.loginBox-from-zc {
	margin-top: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #0095f6;
}

.loginBox-from-zc a {
	color: #004bf4;
}

/* 填写资料 */
.fromStyle {
	width: 820px;
	height: auto;
	margin: 0 auto;
}

.fromStyle li {
	height: 50px;
	line-height: 50px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #ffffff;
}

.fromStyle-label {
	width: 120px;
	text-align: right;
}

.fromStyle-ipt {
	width: 620px;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	border-radius: 6px;
	font-size: 16px;
}

.fromStyle-select {
	width: 180px;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	border-radius: 6px;
	margin-right: 6px;
	font-size: 16px;
}

.fromStyle-code {
	width: 180px;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	border-radius: 6px;
	font-size: 16px;
}

.fromStyle-login {
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	border-radius: 6px;
	margin-right: 6px;
	font-size: 16px;
	background: #007aeb;
	border: 0;
	color: #ffffff;
	cursor: pointer;
}

.fromStyle-login:hover {
	background: #2495ff;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-100 {
	margin-left: 120px;
}

/* 消息中心 */
.msgTitle{
    width: 700px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    padding: 0 20px;
    background: #072d51;
	color: #ffffff;
	font-size: 18px;
}
.msgTitle ul li{}
.mailBox {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #ffffff;
}

.mailBox ul li {
	clear: both;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #072d51;
}

/* 我的申诉 */
.appeal {
	width: 100%;
	padding: 14px 0;
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px solid #0f4c85;
}

.appeal-t-c {
	color: #69beff;
}

.appeal p {
	padding-top: 6px;
}

.appealBtn {
	height: 32px;
	line-height: 32px;
	padding: 2px 20px;
	margin-top: 5px;
	background-color: #0079be;
	border: 1px solid #009cff;
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
}

.appealBtn:hover {
	background-color: #008ef1;
}

.appealMian {
	color: #ffffff;
}

.appealMian:hover {
	color: #fff000;
}

.OfficialReply {
	overflow: hidden;
	border-radius: 4px;
	margin-top: 10px;
	padding: 10px 14px;
	font-size: 16px;
	background-color: #193d6a;
}

.OfficialReply-y {
	color: #ffd800;
}

.OfficialReply-m {
	width: 100%;
	clear: both;
	padding-top: 6px;
	color: #ffd800;
}

.OfficialReply-my {
	width: 100%;
	clear: both;
	padding-top: 6px;
	color: #69beff;
}

.myReply {
	margin-top: 10px;
	font-size: 16px;
}

.myReply h4 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
}

.myReply textarea {
	width: 100%;
	height: 66px;
	font-size: 16px;
}

.myReply-btn {
	cursor: pointer;
	width: 128px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #0079be;
	border: 1px solid #009cff;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 8px;
}
.myReply-btn:hover {
	background-color: #009cff;
}

/* 服务器预约 */
.reservation {
	padding: 20px;
	font-size: 16px;
	color: #52c0ff;
}

.reservation .title {
	height: 60px;
	line-height: 60px;
}

.reservation-list {
	display: flex;
	flex-flow: row wrap;
}

.reservation-list li {
	width: 120px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #006eb3;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
}

.reservation-list li:active {
	background-color: #006eb3;
}

.reservation-submit {
	border-top: 1px solid #004b76;
	margin-top: 20px;
	padding-top: 20px;
}

.reservation-submit-btn {
	cursor: pointer;
	width: 140px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #0079be;
	border: 1px solid #009cff;
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
}

.reservation-submit-btn:hover {
	background: #0097d3;
}

.selected {
	width: 80px;
	height: 80px;
	color: #ffffff;
	background-color: #007ebf;
}

.homeBox2 {
	width: 1020px;
	height: 600px;
	margin: 0 auto 50px auto;
	background: url(../images/home-box2.jpg) top center no-repeat;
}