html {
	margin: 0px; padding: 0px; color: rgb(51, 51, 51); line-height: 1.625; font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif; font-size: 16px; background-color: rgb(255, 255, 255); -webkit-font-smoothing: antialiased;
}
body {
	margin: 0px; padding: 0px; color: rgb(51, 51, 51); line-height: 1.625; font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif; font-size: 16px; background-color: rgb(255, 255, 255); -webkit-font-smoothing: antialiased;
}
.container {
	padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;
}
@media all and (min-width:768px)
{
.container {
	width: 750px;
}
}
@media all and (min-width:992px)
{
.container {
	width: 970px;
}
}
@media all and (min-width:1200px)
{
.container {
	width: 1170px;
}
}
.container::before {
	display: table; content: " ";
}
.container::after {
	display: table; content: " ";
}
.hidden {
	display: none !important; visibility: hidden !important;
}
.container {
	padding: 0px; width: 1280px; text-align: center;
}
.inner-container {
	margin: 0px auto; padding: 15px 0px; width: 1001px; text-align: left;
}
.header {
	height: 103px; background-image:url("../images/head_dc.jpg"); background-color: rgb(0, 102, 204);
}

.index-content{
	height:500px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:rgba(239,240,241,0.8);
}

.index-content-l{
	float:left;
	width:60%;
	height:100%;
	background-image: url('../images/bg_dc.jpg');
	text-align: left;
}

.index-content-l-c{
	width:100%;
	height:100%;
	background-color:rgba(239,240,241,0.8);
}

.index-content-r{
	float:right;
	width:40%;
	height:100%;
	text-align: left;
}

.header .logo {
	top: 15px; width: 470px; height: 70px; margin-left: 20px; display: block; position: relative;
}

.header-jngx {
	height: 103px; background-image:url("../images/head_jngx.jpg"); background-color: rgb(0, 102, 204);
}

.header-jngx .logo {
	top: 15px; width: 470px; height: 70px; margin-left: 20px; display: block; position: relative;
}

.title1 {
	font-size:24px;
	text-align: center;
	color:#2584bc;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding-top:20px;
	width:100%;
}

.title2 {
	font-size:20px;
	color:#2584bc;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding-top:45px;
	padding-left:80px;
	width:100%;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.3);
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

a:link{text-decoration:none; color:#2584bc;}
a:visited{text-decoration:none; color:#2584bc;}
a:hover{text-decoration:none; color:#f80003;}
a:active{text-decoration:overline; color:#2584bc;}
a.web:visited{text-decoration:none; color:#2584bc;}

.zhence{
height:335px;
margin-left:100px;
overflow:auto;
}

.nw{
color:#f00;
}

.shcool{
height:300px;
width:90%;
margin-left:20px;
overflow:auto;
/*
border:1px solid;
border-radius:5px;
-moz-border-radius:5px; /* Old Firefox */
}

.footer{
	width: 100%; text-align: center; height: 60px;line-height: 60px;color: #fff;
	background-image: linear-gradient(to bottom,#8fa1ff, #3757fa);
	background-image: -moz-linear-gradient(top, #8fa1ff, #3757fa); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8fa1ff), color-stop(1, #3757fa)); /* Saf4+, Chrome */
}

.footer2 {
    width: 1280px;
    height: 100px;   
	line-height: 100px;
	text-align: center;
	background: url(../images/boot.jpg) no-repeat center;
    color: #fff;
    position: fixed;
    bottom: 0;
}

.footer2 a:link{text-decoration:none; color:#E6E6E6;}
.footer2 a:visited{text-decoration:none; color:#E6E6E6;}
.footer2 a:hover{text-decoration:underline; color:#ffffff;}

@-webkit-keyframes bigAssButtonPulse {
  from { background-color: #749a02; -webkit-box-shadow: 0 0 25px #333; }
  50% { background-color: #91bd09; -webkit-box-shadow: 0 0 50px #91bd09; }
  to { background-color: #749a02; -webkit-box-shadow: 0 0 25px #333; }
}

@-webkit-keyframes greenPulse {
  from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; }
  to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
}

@-webkit-keyframes bluePulse {
  from { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #2daebf; -webkit-box-shadow: 0 0 18px #2daebf; }
  to { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #333; }
}

@-webkit-keyframes redPulse {
  from { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #e33100; -webkit-box-shadow: 0 0 18px #e33100; }
  to { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
}

@-webkit-keyframes magentaPulse {
  from { background-color: #630030; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #a9014b; -webkit-box-shadow: 0 0 18px #a9014b; }
  to { background-color: #630030; -webkit-box-shadow: 0 0 9px #333; }
}

@-webkit-keyframes orangePulse {
  from { background-color: #d45500; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #ff5c00; -webkit-box-shadow: 0 0 18px #ff5c00; }
  to { background-color: #d45500; -webkit-box-shadow: 0 0 9px #333; }
}

@-webkit-keyframes orangellowPulse {
  from { background-color: #fc9200; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #ffb515; -webkit-box-shadow: 0 0 18px #ffb515; }
  to { background-color: #fc9200; -webkit-box-shadow: 0 0 9px #333; }
}

a.button {
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite; 
}

.green.button { -webkit-animation-name: greenPulse; -webkit-animation-duration: 3s; }
.blue.button { -webkit-animation-name: bluePulse; -webkit-animation-duration: 4s; }
.red.button { -webkit-animation-name: redPulse; -webkit-animation-duration: 1s; }
.magenta.button { -webkit-animation-name: magentaPulse; -webkit-animation-duration: 2s; }
.orange.button { -webkit-animation-name: orangePulse; -webkit-animation-duration: 3s; }
.orangellow.button { -webkit-animation-name: orangellowPulse; -webkit-animation-duration: 5s; }

.wall-of-buttons { width: 100%; height: 180px; text-align: center; }
.wall-of-buttons a.button { display: inline-block; margin: 0 10px 9px 0; } 

p{ margin:0; padding:0; }

table.tablist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c769e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	text-indent: 2px;
}
.linebr {
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	text-indent: 2px; line-height:22px;
}
.td_title {
	background-color: #DEECFD;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
}

.img-border{
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 800px;
	height: auto;
}