﻿/* ===== bootstrap plus ===== */
body{
	font-family:-apple-system, Helvetica Neue,\5FAE\8F6F\96C5\9ED1, sans-serif,Tohoma;
	background-color: #f5f5f5;
}
.row {
	margin-right: -10px;
	margin-left: -10px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 10px;
	padding-left: 10px
}
.fl{
	float: left;
}
/*.fr{
	float: right;
}*/
a{
	color: #222;
}

@media (min-width: 992px){
.container {
    width: 1200px;
}
}
/* 导航 */
header{
	background: #fff;
}
.logo-title a{
	display:block;
	cursor:pointer;
}
.navbar {
	margin-bottom: 0;
	border: none;
	z-index:999;
}
.navbar-nav {
	margin: 7.5px 0 0 0;
}
.active>a{
	color: #fff;
	background: #009edf;
	border-radius: 8px 8px 0 0;
}
.active>.sub_nav{
	background: #fff;
}
.navbar-nav>li>a:hover{
	color: #fff;
	background: #009edf;
	border-radius: 8px 8px 0 0;
}
.navbar-nav>li>a:active{
	color: #fff;
	background: #009edf;
	border-radius: 8px 8px 0 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	color: #fff;
	background-color: #009edf;
	border-radius: 8px 8px 0 0;
}
.dropdown-menu > li > a:hover{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #009edf;
	white-space: nowrap;
	background:none;
}
.dropdown-menuon{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #009edf;
	white-space: nowrap;
	background:none;
}

@media (min-width:768px) {
.nav>li>a {
	padding: 15px 7px;
	font-size: 14px;
}
}
@media (min-width:992px) {
.nav>li>a {
	padding: 15px 12px;
	font-size: 16px;
}
}
@media (min-width:1200px) {
.nav>li>a {
	padding: 15px 18px;
	font-size: 16px;
}
}

/* 焦点图 */
.home-banner{
	border-top:6px solid #009edf;
	box-shadow: 2px 2px 5px #888888;
}

/* 面板 */
.panel-heading .more {
	line-height: 17px;
}
.logo-title{
	font-size:0px;
}
.logo-title img {
	width: 100%;
	max-width: 262px;
}

.home-main{
	min-height:800px;
}
.home-mainbg{
	min-height: 1000px;
    padding: 19px;
    margin-bottom: 20px;
	margin-top: -20px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.home-mainbg a{
 text-decoration:underline;
color:#009edf;
word-break:break-all;
}
.notice_list {
	background: #535f7b;
	margin-top: -10px;
}
.notice_list ul li a,.notice_list h4{
	color: #fff;
	padding: 3px;
}
.notice_list h4{
	padding-top: 15px;
	padding-left: 15px;
}
.notice_list ul li{
	list-style: none;
	margin-left: -30px;
	font-size: 12px;
	padding-bottom: 20px;
	background: url("../images/list-base.png") no-repeat 0px 4px;
	padding-left: 10px;
}
.notice_list ul li span{
	float: right;
	padding-right: 15px;
}
.intro{
	padding: 5px 15px;
	background: url("../images/introbg.png") no-repeat;
	height: 504px;
}
.intro h4{
	color:#fff;
}
h4{
	font-weight: bold;
}
.intro p{
	color:#fff;
	font-size: 12px;
	text-indent: 12px;
}
.intro_p{
	padding: 15px 15px;
	background:rgba(83, 95, 123, .3);
}
.contactbg{
	background: url("../images/contactbg.png") no-repeat;
	height: 428px;
	margin-top: 20px;
}
.contactbg h4{
	padding-left: 10px;
}
.contact_table{
	width: 100%;
	/* height: 344px; */
	border:1px solid #c9c9c9;
}
.contact_table tr th,.contact_table tr td{
	padding: 5px 15px;
	border-bottom: 1px solid #c9c9c9;
	white-space: nowrap;
	text-align: center;
}
.contact_table tr th{
	background: #c9c9c9;
}
.contact_table .table_l{
	border-left: 1px solid #c9c9c9;
	text-align: left;
	padding-left: 25px;
}
.contact_r{
	border: 1px solid #c9c9c9;
}
.contact_list li{
	list-style: none;
}
.contact_list .con_t{
	font-weight: bold;
}
.contact_list_l{
	margin-left: -30px;
	margin-top: 20px;
}
.contact_list_r{
	float: right;
	margin-right: 10px;
	margin-top: -70px;
}


.breadcrumb{
	color: #999;
	padding: 0px 0px 20px 0px;
	background: none;
	margin-top: 0px;
	border-bottom: 1px solid #f6f6f6;
}

.breadcrumb a{
color: #999;
 text-decoration:none;
}

.title{
	text-align: center;
}
.page-list li{
	list-style: none;
	line-height: 29px;
	background: url("../images/list-blue.png") no-repeat 0px 8px;
	padding-left: 10px;
}

.page-list{
  padding:0 10px;
}
.page-list li a{
	color: #009edf;
}
.page-list1 {
	padding-left:22px;

}
.page-list1 li{
	list-style: none;
	line-height: 2em;

	padding-left:0;
}
.page-list1 li a{
	color: #009edf;
}
.page-list1 li span{
	color: #009edf;
}


.page-color{
	padding: 15px;
}
.colorbg{
	background: #f6f6f6;
	padding: 15px;
}
.table_l .red{
	color: red;
}
.table_l a{
	color:#009edf;
}
.page-title{
	font-weight:bold;
	line-height: 2em;
	font-size:1.5rem;

	background: url(../images/page-title.png) 0 2px no-repeat;
}
.page-title span{
	margin:0px 0px 10px 25px;
}






.footer{
	background:#0086cd;
	opacity:0.7;
	color:#fff;
	font-size:12px;
	padding:25px 0 15px 0;
	margin-top:20px;

}
@media (min-width:769px){
.collapse.in{
	float: right;
	}
}
/*phone*/
.navbar-toggle .icon-bar {
	background-color: #009edf;
}
@media (max-width:768px) {
	.home-mainbg{
		padding:10px;
	}
.home-mainbg a{
		word-break:break-all;
	}
	.col-md-4,.col-md-8{
		padding:0;
		}
	.intro{
		background: #535f7b;
		height: auto;
		margin-top: 10px;
		padding:5px 10px;
	}
	.intro_p {padding:10px;}
	.contact_r{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.contactbg{
		background: #f6f8f7;
		height: auto;
		padding: 10px;
	}
	.contact_table tr th{
		white-space: nowrap;
	}
	.contact_table tr td{
		white-space: normal;
	}
	.container > .navbar-collapse{
		margin: 0;
	}
	.collapse.in{
		width: 100%;
	}
	/*.active a{
		border-radius: 8px;
	}
	.navbar-nav>li>a:hover{
		color: #fff;
		background: #009edf;
		border-radius: 8px;
	}
	.navbar-nav>li>a:active{
		color: #fff;
		background: #009edf;
		border-radius: 8px;
	}*/
	.navbar-nav .open .dropdown-menu{
		border: 1px solid #f0f0f0;
	}
	.navbar-nav > li > .dropdown-menu{
	width: 100%;
}
}

@media (max-width:480px){
	.contact_list_l{
		//margin:0 auto;
}
	.contact_list_r{
		float:none;
		margin:0;
                padding-left:10px;
}
.contact_table tr th, .contact_table tr td {
    padding: 5px;
}
.contact_table .table_l {
    padding-left: 5px;
}
}











/*video*/

.textarea {
    width: 70%;
    height: 100px;
    padding: 8px;
}
.video-state{
	color:#fff;
	margin-top:10px;
}
.video-button{
	display:block;
	margin-top:10px;
	background:#00b7ee;
	color:#fff;
	padding:4px 28px;
	border:none;
}




@media only screen and (max-width: 767px) {
.page-color{
padding:5px;
}
.topbar-logo-sse img,.topbar-logo-info img{
	width:100px;
}
.topbar a.topbar-logo-sse {
    margin-right: 0px;
}
.logo-title{
	width:200px;
}
.home-main{
	min-height:1px;
}
.course-design{
    background: none;
	border:none;
	color:#fff;
	padding:0;
}
.login-icon{
	margin-bottom:20px;
}
.login-icon a{
	color:#fff;
	font-size:16px;
	text-align:center;
}
.login{
	display:inline-block;
	background:url(../images/login.png)  center no-repeat;
	background-size: 80%;
	width:100px;
    height: 100px;
}
.signin{
	display:inline-block;
	background:url(../images/signin.png)  center no-repeat;
	background-size: 80%;
	width:100px;
    height: 100px;
}

.video-play{
	margin-right: -15px;
    margin-left: -15px;
}
.home-banner,.video-banner{
	padding:0;
}
.textarea{
	width:100%;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.topbar-logo-sse img,.topbar-logo-info img{
	width:120px;
}

}



.table_con {
    width: 100%;
    border: 1px solid #c9c9c9;
}


.table_con tr th, .table_con tr td {
    padding: 5px 15px;
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;

}


.table_con tr th {
    background: #c9c9c9;
}

.font_red{
	color:red;
}


.h1_block{
	margin: 13px 0 16px 0;
}

.h1_block_con{
	padding:10px 25px;
}

.font_h4_l{
	font-size: 16px;
	margin-top:15px;
	line-height: 2em;
	font-weight: bold;
}
.font_h4_l p{
	font-weight: normal;
	font-size:14px;
	line-height: 1.5em;
}

@media (max-width: 797px) {
	.h1_block_con img{
		max-width: 100%;
	}

}


/*202207帮助中心*/
.pagehelplist{
     padding-left:0;
}
.pagehelplist li{
     list-style:none;
     cursor: pointer;
}
.pagehelplist a{
     display:block;
     padding:20px;
     font-size: 18px;
     border-bottom: 1px solid #f0f0f0;
    color: #222;
    text-decoration: none;
}
.pagehelplist a:hover{
     color: #fff;
     background: #009edf;
     text-decoration: none;
}
.pagehelplist .active{
     background: #009edf;
     border-radius: 0;
     color: #fff;
}
.pagehelpcont a{
    color: #222;
    text-decoration: none;
}
.pagehelpcont a:hover{
    color: #337ab7;
    text-decoration: underline;
}
