html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	font-size: 100%;
}

.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

body,
html {
	height: 100%;
}

div:after,
ul:after,
li:after,
dl:after,
dt:after,
dd:after,
header:after,
footer:after,
nav:after,
section:after,
article:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
@font-face {
    font-family: "DINWeb";
    font-style: normal;
    font-weight: normal;
    src: url("font/DINWeb.woff?1426629625") format("woff");
}

@font-face {
    font-family: "DINWeb";
    font-style: normal;
    font-weight: 600;
    src: url("font/DINWeb-Bold.woff?1426629625") format("woff");
}
@font-face {
    font-family: "TradeGothicLT-Bold";
    src: url("font/2A6F92_0_0.eot") format("embedded-opentype"), 
    url("font/2A6F92_0_0.ttf") format("truetype");
}
@font-face {
    font-family: "dinpro-regularregular";
    font-style: normal;
    font-weight: normal;
    src: url("font/dinpro-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("font/dinpro-regular-webfont.woff") format("woff"), 
    url("font/dinpro-regular-webfont.ttf") format("truetype"), 
    url("font/dinpro-regular-webfont.svg#dinpro-regularregular") format("svg");
}
body {
    font-family: "TradeGothicLT-Bold",sans-serif;
    font-size: 12px;
	overflow-x: hidden;
}
s
a{
	text-decoration: none;
}
a:link {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #054D6F;
}

a:active {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

.main {
	width:100%;
	margin: auto auto;
}

.mainBox {
	width: 970px;
	margin: auto auto;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #eee;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}

#banner {
	background: #043671;
    opacity: 0.7;
	filter:alpha(opacity=70);
	height: 150px;
}
.header{
	position:absolute;
    width:100%;
    z-index: 90;
}
#logo {
	background: url(../images/logo-bg.png) repeat-y left top;
	height: 150px;
}

#bannerLink {
	padding: 30px;
	margin-right:50px;
	position: relative;
    top: 35px;
    right: 395px;
}

#bannerLink a {
	text-transform: capitalize;
	color: #FFF;
	margin-left: 30px;
	font-size: 20px;
	color: #fff;
	font-family: "TradeGothicLT-Bold",sans-serif;
}

#bannerLink a:hover {
	text-decoration: underline;
	color: #FFF;
}

.tableBox tr td {
	 
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}

.left {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 5px;
}

#menu {
	background-color: #001235;
	height: 52px;
}

#menu ul {
	padding: 0px 8px;
	position: relative;
}

#menu ul li {
	float: left;
}

#menu ul li:hover {
	background-color: #FFF;
}

#menu ul li:hover a {
	color: #003555;
}

#menu ul li a {
	font-size: 16px;
	display: block;
	height: 52px;
	line-height: 52px;
	text-transform: uppercase;
	padding: 0px 18px;
	color: #FFF;
	font-family: "TradeGothicLT-Bold",sans-serif;
}

#menu ul li a:hover {
	color: #003555;
}

#menu ul li .menuList {
	width: 1340px;
	background-color: #FFF;
	position: absolute;
	left: 0px;
	display: none;
	z-index: 999;
	box-shadow: 2px 2px 4px #ccc;
	padding: 30px;
}

#menu ul li .menuList .divBox {
	width: 380px;
	border-right: 1px solid #E9F2F9;
	margin-right: 20px;
	overflow:hidden;
}
#menu ul li .menuList .y{
	float:left;
}
#menu ul li .menuList .divBox img {
	 
}
#menu ul li:nth-child(1) .menuList .y:nth-child(1) .divBox:nth-child(2) a,#menu ul li:nth-child(1) .menuList .y:nth-child(1) .divBox:nth-child(3) a,#menu ul li:nth-child(1) .menuList .y:nth-child(1) .divBox:nth-child(4) a,#menu ul li:nth-child(4) .menuList .y:nth-child(1) .divBox:nth-child(4) a,#menu ul li:nth-child(4) .menuList .y:nth-child(1) .divBox:nth-child(5) a,#menu ul li:nth-child(4) .menuList .y:nth-child(1) .divBox:nth-child(6) a,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(2) a,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(3) a,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(4) a,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(5) a,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(6) a,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(7) a{
	color:#5E6A72;
	font-size:14px;
	height:36px;
	line-height:36px;
}
#menu ul li:nth-child(1) .menuList .y:nth-child(1) .divBox:nth-child(2) a:hover,#menu ul li:nth-child(1) .menuList .y:nth-child(1) .divBox:nth-child(3) a:hover,#menu ul li:nth-child(1) .menuList .y:nth-child(1) .divBox:nth-child(4) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(1) .divBox:nth-child(4) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(1) .divBox:nth-child(5) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(1) .divBox:nth-child(6) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(2) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(3) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(4) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(5) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(6) a:hover,#menu ul li:nth-child(4) .menuList .y:nth-child(2) .divBox:nth-child(7) a:hover{
	color:#008BB0;
	 
}
#menu ul li .menuList a {
	color: #00285B;
	padding: 0px;
}

#menu ul li .menuList a:hover {
	color: #008BB0;
}

#menu ul li .menuList h2 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

#menu ul li .menuList ul {
	padding: 0px;
}

#menu ul li .menuList ul li {
	margin: 0px;
	background: none;
	float: none;
}

#menu ul li .menuList ul li a {
	color: #5E6A72;
	font-size: 12px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
}

.splitline {
	height: 1px;
	background-color: #A3D5E7;
	margin: 20px 0px 15px 0px;
}

.title1 {
	font-family: "TradeGothicLT-Bold",sans-serif;
	color: #008BB0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 20px 0px 10px 0px;
}

.title2 {
	color: #9C223F;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-family: "TradeGothicLT-Bold",sans-serif;
}

.title2 a {
	color: #9c223f;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 15px;
}

.mainMsgList {}

.mainMsgList h1 {
	font-size: 16px;
	font-weight: normal;
	color: #222;
	background: url(../images/line.gif) bottom left no-repeat;
	height: 40px;
	line-height: 40px;
}

.mainMsgList h1 em {
	float: right;
	margin-right: 10px;
}

.mainMsgList h1 em a {
	color: #999;
}

.mainMsgList ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #f3f3f3;
	background: url(../images/dian.png) 0px 13px no-repeat;
	padding-left: 16px;
}

.mainMsgList .class li {
	height: 31px;
	line-height: 31px;
	background: url(../images/lig_25.jpg) no-repeat;
	padding-left: 30px;
	margin: 8px 0px;
	color: #333;
}

.mainMsgList ul li a {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #f3f3f3;
}

.mainMsgList ul li em {
	float: right;
	color: #999;
	margin-right: 10px;
}

.mainMsgList p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}


/*--��Ƶ��ҳ�²�ͼƬ--*/

.title100 {
	color: #008BB0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 20px 0px 10px 13px;
	margin-top: 40px;
	 
}

.picList100 {
	padding-left: 14px;
}

.picList100 li {
	float: left;
	margin: 0px 8% 10px 0px;
	position: relative;
	 
	 
}

.picList100 li a {}

.picList100 li a img {
	width: 230px;
	height: 161px;
}

.picList100 li a span {
	display: none;
	position: absolute;
	height: 161px;
	width: 230px;
	background: url(../images/infoBoxbg.png);
	top: 0px;
	left: 0px;
	line-height: 225px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
}

.picList100 li a h3 {
	overflow: hidden;
	font-size: 12px;
	color: #00285B;
	width: 230px;
	line-height: 22px;
	padding: 10px 0px 12px 0px;
	word-wrap: break-word;
}

.picList100 li a:hover h3 {
	text-decoration: underline;
	color: #000;
}

.picList100 li p {
	font-size: 14px;
	font-weight: bold;
	color: #737373;
	text-decoration: none;
	line-height: 23px;
	height: 23px;
	padding: 3px;
	margin: 0px;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section-1 {
	width: 25%;
	float: left;
	margin-right: -100%;
	margin-left: 0%;
	clear: none;
}

.section-1 p {
	color: #4f4f51;
	font-size: 14px;
	line-height: 1.4;
}

.section-1 h3 {
	color: #00285B;
	font-size: 24px;
	font-weight: normal;
	padding: 18px 0px 0px 0px;
}

.section-2 {
	width: 75%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
}

.section-3 {
	width: 48.2%;
	float: left;
	margin-right: -100%;
	margin-left: 25%;
	clear: none;
	;
	clear: right;
}

.section-4 {
	width: 25%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
}

.section-5 {
	width: 72.5%;
	margin-top: 35px;
	float: left;
	margin-right: -100%;
	margin-left: 0%;
	clear: none;
	clear: left;
	background: #f5f5f5;
}

.sectionPadding {
	padding: 0px 15px;
}

.sectionPadding h3 {
	font-family:"dinpro-regularregular";
	color: #00285B;
	font-size: 14px;
	font-weight: bold;
}

.sectionPadding p {
	color: #4f4f51;
	font-size: 14px;
	line-height: 20px;
	/*text-align:justify;*/
	text-align: left;
	font-family: 'dinpro-regularregular';
}

.sectionPadding h4 {
	color: #00285B;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.infoBox {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 40%;
	padding: 30px;
	background: url(../images/infoBoxbg.png);
	color: #fff;
}

.infoBox2 {
	position: absolute;
	/*width: 30%;*/
	padding: 5px 10px 8px 8px;
	/*background:url(../images/infoBoxbg.png);*/
	background: #9C223F;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	right: 15px;
	top: 15px;
}
.mainItem{
	border-right:1px solid #008BB0;
	    padding-right: 10px;
    padding-bottom: 10px;
}
.mainItem li {
	height: 25px;
	display: block;
	 
	padding: 15px 15px 10px 15px;
	border-bottom: 1px solid #008BB0;
}

.mainItem li a {
	color:#003366;
	font-size: 16px;
	font-weight: bold;
	font-family: "dinpro-regularregular", Times, serif;
	font-family: "DINweb",sans-serif;
	text-transform: capitalize;
	line-height: 25px;
}

.mainItem li img {
	float: right;
}

.mainItem li a:hover {
	text-decoration: underline;
}



.events {}

.events li {
	margin-bottom: 10px;
	position: relative;
}

.events li strong {
	float: left;
	width: 125px;
	height: 64px;
	display: block;
	line-height: 64px;
	font-size: 16px;
	background-color: #AAACAB;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 0px 10px;
}

.events li div.msg {
	margin-left: 155px;
	display: block;
	background-color: #F5F5F5;
	font-weight: normal;
	color: #00285B;
	padding: 15px;
	height: 45px;
	font-family: "TradeGothicLT-Bold",sans-serif;
}

.events li div.dateview {
	width: 145px;
	display: block;
	background-color: #aaacab;
	font-weight: normal;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 16px;
	height: 74px;
	line-height: 74px;
	font-family: "TradeGothicLT-Bold",sans-serif;
}

.events li div.msg span {
	display: block;
	font-size: 14px;
}

.events li div.msg a {
	font-size: 16px;
	line-height: 24px;
	color: #00285b;
	word-wrap: break-word;
}

.events li div.msg a:hover {
	text-decoration: underline;
}

.events li:hover strong {
	background-color: #008BB0;
}

.events li:hover div.msg {
	background-color: #A3D5E7;
}

.events li:hover div.dateview {
	background-color: #008bb0;
}

#NoteMarquee {
	width: 280px;
	padding: 25px 0px 0px 0px;
	overflow: hidden;
	height: 1473px;
	text-align: center;
}

#NoteMarquee ul li {
	width: 240px;
	min-height: 341px;
	display: block;
	margin-top: 10px;
}

#NoteMarquee ul li img {
	width: 161px;
	height: 195px;
	display: block;
	margin: 0px auto;
}

#NoteMarquee ul li a {
	font-size: 16px;
	display: block;
	line-height: 30px;
	padding: 5px 0px;
	text-align: center;
}

#NoteMarquee ul li h3 {
	text-align: center;
	font-size: 14px;
}

#NoteMarquee ul li p {
	font-size: 14px;
	margin-top: 5px;
}

A.hebdw:link {
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0px;
	text-align: center;
}

A.hebdw:visited {
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0px;
	text-align: center;
}

A.hebdw:hover {
	height: 30px;
	font-size: 16px;
	color: #054d6f;
	line-height: 30px;
	padding: 5px 0px;
	text-align: center;
}

A.hebdw:active {
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0px;
	text-align: center;
}

.NoteMarquee_d1 {
	width: 280px;
	padding: 25px 0px 0px 0px;
	overflow: hidden;
	height: 550px;
	text-align: center;
}

.NoteMarquee_d1 ul li {
	width: 280px;
	min-height: 341px;
	display: block;
}

.NoteMarquee_d1 ul li img {
	width: 161px;
	height: 195px;
	display: block;
	margin: 0px auto;
}

.NoteMarquee_d1 ul li a {
	height: 30px;
	font-size: 16px;
	display: block;
	line-height: 30px;
	padding: 5px 0px;
	text-align: center;
}

.NoteMarquee_d1 ul li h3 {
	text-align: center;
	font-size: 14px;
}

.NoteMarquee_d1 ul li p {
	font-size: 14px;
	margin-top: 5px;
}

.linkslist li a {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	color: #00285b;
	font-family: "TradeGothicLT-Bold",sans-serif;
}

.linkslist li a:hover {
	color: #00285b;
	text-decoration: underline;
}

.large-txt {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #FFF;
	font-family: "TradeGothicLT-Bold",sans-serif;
}

.small-txt {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
}



/* page
----------------------------------------------- */
.show_page {
	text-align: right;
	font-size: 14px;
	padding-right: 5px;
	padding-top: 20px;
	padding-left:5px;
	width:88%;
}
.show_page a {
 color: #666;
 text-decoration: underline;
 padding-left: 5px;
 padding-right: 5px;
 font-size: 14px;
 padding-top: 20px;
}




.picList {
	padding: 0px;
}

.picList li {
	float: left;
	margin: 0px 26px 10px 0px;
	position: relative;
	height: 340px;
}

.picList li a {}

.picList li a img {
	width: 300px;
	height: 211px;
}

.picList li a span {
	display: none;
	position: absolute;
	height: 211px;
	width: 300px;
	background: url(../images/infoBoxbg.png);
	top: 0px;
	left: 0px;
	line-height: 225px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
}

.picList li a h3 {
	overflow: hidden;
	font-size: 14px;
	color: #00285B;
	width: 300px;
	line-height:24px;
	padding: 16px 0px 12px 0px;
	word-wrap: break-word;
	text-align: justify;
	font-family: 'dinpro-regularregular';
}

.picList li a:hover h3 {
	text-decoration: underline;
	color: #000;
}

.picList li p {
	font-size: 14px;
	font-weight: bold;
	color: #737373;
	text-decoration: none;
	line-height: 23px;
	height: 23px;
	padding: 3px;
	margin: 0px;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#Msg {
	 
}

#Msg #MsgInfo {
	text-align: right;
	padding: 5px;
	padding-right: 50px;
	width:90%;
}

#Msg #MsgInfo span {
	padding: 0px 5px;
	color: #666666;
}

#Msg #MsgTitle {
	font-size: 32px;
	/*padding:15px;*/
	margin-top: 38px;
	/*background: url(../images/erTitleBg.png) left bottom no-repeat;*/
	word-break: break-all;
	color: #00285b;
	width: 800px;
	margin-bottom: 20px;
	margin-left: 100px;
	font-family: 'dinpro-regularregular';
}

#Msg #MsgContent {
	min-height: 600px;
	/*width:980px;*/
	width: 800px;
	padding-left: 100px;
	padding-right: 100px;
	pword-wrap: break-word;
	text-align: justify;
	/*line-height:28px;*/
	font-size: 14px;
	margin-top: 30px;
	font-family: 'dinpro-regularregular';
}

#Msg #MsgContentPic {
	min-height: 600px;
	width: 980px;
	pword-wrap: break-word;
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
}

#Msg #MsgContent img {
	margin: 0px auto;
}

#Msg #MsgContent p {
	margin: 20px 0px;
	word-wrap: break-word;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}

#Msg #MsgNav,
#MsgNav a {
	color: #999;
}

#Msg #MsgNavIcon {
	width: 16px;
	height: 15px;
	padding-left: 24px;
	background-position: 0px -276px;
	background-image: url(../images/ico_png24.png);
	background-repeat: no-repeat;
}

#Msg #MsgContent .filePDF {
	font-size: 18px;
	padding-right: 40px;
	background: url(/kindeditor/attached/image/20140901/20140901164252445244.png) right center no-repeat;
	color: #00509F;
	font-weight: bold;
}

#Msg #MsgContent .filePDF2 {
	font-size: 16px;
	padding-right: 40px;
	background: url(/kindeditor/attached/image/20140901/20140901164252445244.png) right center no-repeat;
	color: #00509F;
	font-weight: bold;
	color: #00285b;
}

.msgList {
	padding: 10px 40px 10px 0px;
	min-height: 350px;
	width:90%;
}

.msgList li {
	border-bottom: 1px #ddd dotted;
	line-height: 42px;
	height: 42px;
	padding-left: 16px;
	/*border-bottom: 1px #008bb0 solid;*/
}

.msgList li:hover {
	background-color: #a3d5e7;
}

.msgList li a {
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	color: #00285b;
}

.msgList li a:hover {
	text-decoration: underline;
}

.msgList li em {
	float: right;
	color: #999;
	padding-right: 10px;
}

#CententUs {
	padding: 135px 0px 0px 38px;
	background: url(../images/cc.jpg) left top no-repeat;
}

#CententUs p {
	font-size: 13px;
	line-height: 22px;
	margin: 5px 0px;
	color: #666;
}

#backToTop {
	display: none;
	width: 54px;
	height: 54px;
	background: url(../images/totop.png) center center no-repeat;
	background-color: #5c5c5c;
	position: fixed;
	_position: absolute;
	right: 30px;
	bottom: 65px;
	_bottom: "auto";
	cursor: pointer;
	border-radius: 5px;
}

#backToTop:hover {
	background-color: #4B4B4B;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	transition: all 0.8s;
}

#Bottom {
	background-color: #00285B;
}

#BottomConcent {
	margin: auto auto;
	width: 1400px;
	padding: 25px 0px;
	text-shadow: 1px 1px 0px #000;
	color: #FFF;
}

#BottomConcent > table { float:left;}

#BottomConcent a {
	color: #FFF;
}

#BottomConcent p {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 23px;
}

#BottomConcent a:hover {
	text-decoration: underline;
}

#BottomConcent table td {
	padding: 0px 30px 25px 0px;
}

#BottomConcent table td a {
	border-top: #fff 1px solid;
	display: block;
	padding: 20px 0 0 0;
	text-transform: capitalize;
	font-size: 16px;
	font-family: "TradeGothicLT-Bold",sans-serif;
}

#BottomConcent table td ul li {
	line-height: 22px;
}

#BottomConcent table td ul li a {
	border-top: none;
	display: block;
	padding: 20px 0 0 0;
	font-family: "dinpro-regularregular",Times,serif;
	text-transform: capitalize;
	font-size: 14px;
	padding: 0px;
	font-weight: normal;
}

#BottomConcent {
	background-color: #00285B;
}

#BottomConcent h1 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	color: #ddd;
	font-weight: normal;
	letter-spacing: 2px;
}

#BottomConcent h2 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase
}

#BottomConcent span {
	font-size: 24px;
	display: block;
	line-height: 35px;
	color: #eee;
}

#bottomIconlist a {
	float: left;
	padding: 0px;
	border-top: none;
}

 #bottomIconlist a:hover i {
	background: #fff;
}

 #bottomIconlist a i {
	text-shadow: none;
	color: #00285b;
	font-size: 32px;
	background: #a3d5e7;
	width: 32px;
	height: 32px;
	padding: 9px;
	text-align: center;
	margin-right: 5px;
	overflow: hidden;
	display: inline-block;
}

.btn {
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee, #C6C6C6);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	box-shadow: none;
	padding: 5px 18px;
}


/*��ҳ��ʽ*/

.list_pager {
	margin: auto auto;
	text-align: center;
}

.list_pager a {
	margin: 0px 5px;
	padding: 0px 5px;
	height: 30px;
	line-height: 30px;
	border-bottom: #CCC 1px solid;
	display: inline-block;
}

.list_pager a:hover {
	background: #FFF;
	border-color: #A20000;
	color: #A20000;
	text-decoration: none;
}

.NowPager {
	font-weight: bold;
	color: #A20000;
}

#bar {
	background: url(../images/gf-percentbar-bg.png);
	height: 20px;
	box-shadow: 1px 1px 5px #999999;
	margin: 10px 0px;
}

#bar div {
	background: url(../images/gf-percentbar-blue.png);
	height: 20px;
	display: block;
	width: 50%;
}

#bar div span {
	float: right;
	padding: 0px 3px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}

.btn-primary {
	cursor: pointer;
	border: 1px solid #3079ed;
	color: #ffffff;
	background-color: #4b8cf7;
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed));
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff4787ed', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 6px 18px;
}

.tableBox {
	margin: auto auto;
}


/*.tableBox tr td{ width:50%;}*/

.tableBox tr td label {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

.tableBox tr td .labelless {
	font-weight: normal;
}

.tableBox tr td label span {
	color: #9B0004;
	padding: 0px 5px;
}

.tableBox tr td p {
	color: #4f4f51;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 3px;
}

.tableBox tr td input,
.tableBox tr td textarea,
.tableBox tr td select {
	padding: 10px;
	color: #aaa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #333;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	width: 90%;
	font-size: 14px;
}

.tableBox tr td textarea {
	height: 100px;
}

.menu {}

.menu li {
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	font-size: 14px;
}

.menu a {
	font-weight: 600;
	color: #405d84;
	text-transform: capitalize;
}
div.admin-video-promo {
	background: #333 none repeat scroll 0 0;
	float: left;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	width: 100%;
	position:relative;
}
#vi_video_img{
	position:absolute;
	top:0;
}
p.admin-video-promo {
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 12px 12px 0;
}

.admin-video-promo img,
.choose-promo img {
	cursor: pointer;
	width: 100%;
}

.admin-video-promo a {
	color: white;
}

.white-outline-button {
	border: 1px solid white;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 10px;
	padding: 8px 20px;
	text-transform: uppercase;
	    width: 80px;
    margin: 10px auto;
}

div.choose-promo,
div.course_catalog {
	width:150px;
	line-height:50px;
	border-radius:10px;
	background:#002957;
	text-align:center;
	margin:20px auto;
	box-shadow: 1px 1px 2px #666;
	letter-spacing: 2px;
}
div.course_catalog a{
	color:#FFF;
	font-size:18px;
}

div.choose-promo-button {
	border: 1px solid #ccc;
	color: #8b0d28;
	cursor: pointer;
	display: inline-block;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

p.choose-promo {
	color: #8b0d28;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 12px 12px 0;
}


/*video*/

.vi_popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
	display: none;
}

.vi_video {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	display: none;
}





/* 提示信息
----------------------------------------------- */
#douMsg {
 padding: 10px 0 100px 0;
}
#douMsg dl {
 padding: 160px 0 200px 0;
 text-align: center;
 border: 1px solid #E4E4E4;
}
#douMsg dt {
 color: #0072C6;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#douMsg dd {
 color: #666;
}
#douMsg dd a {
 margin-left: 5px;
 color: #000;
}
/******************/
header{display:none;}
.main{width:1440px;position:relative;top:0;}

.index_pic{
	margin-top:15px; position:relative;
}
.index_pic img{
	width:100%;
}
.footer_x{
	    width: 25%;
    float: right;
	margin-top: 80px;
}
aside{
	width:305px;
	float:left;
	margin-left: 50px;
}
article{
	float:right;
	width: 1000px;
    margin-right: 20px;
}
.v_img,.v_if{
	height:246px;
}
.feedback_gq{
	width:1100px; margin:auto auto;
}
.ryf_y{
	float:left;
	width:30%;
	height:220px;
	margin-right: 30px;
}
#BottomConcent ul li a{
	color: #FFF;
    border-top: none;
    display: block;
    padding: 20px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0px;
    font-weight: normal;
    font-family: "dinpro-regularregular", Times, serif;
}
#BottomConcent ul li{
	margin-top:5px;
}
.footer_box{
	float: left;
        width: 73%;
    padding-left: 10px;
	
}
#BottomConcent a{
	border-top:1px solid #fff;
    display: block;
    padding: 20px 0 0 0;
    text-transform: capitalize;
    font-size: 16px;
}
#BottomConcent #bottomIconlist a{
	border:none;
}
#Msg #MsgTitle{
	margin-left:0;
	width:90%;
}
#Msg #MsgContent{
	padding-left:0;
	width:100%;
}
#Msg #MsgContent p{
	text-align: left;
	width:90%;
}
#Msg #MsgContent p a{
	color:#002957;
}
#Msg #MsgContent p a:hover{
	text-decoration:underline;
}
.download_list li{
	list-style-type: disc;border:none;
	color:#00285b;
}
.download_list li a{
	text-decoration:underline;
}
.download_list li img{
	    position: relative;
    top: 3px;
}
#change img{
	width:100%;
}
.aside-news h5{
	color:#008BB0;
	font-size:24px;
	margin-top:30px;
}
.aside-news ul li a{
	font-size:18px;
	color:#003366;
}
.aside-news ul li a:hover{
	text-decoration:underline;
}
.aside-news ul li{
	float:left;
	    padding: 30px 50px 0px 0px;
}
.aside-news ul{
	margin-bottom:30px;
}
.album ul li {
	width:250px;
	    float: left;
	margin-left: 40px;
    margin-bottom: 20px;
    height: 258px;
}
.footer_copy{
	height:80px; line-height:80px; color:#FFF;font-family:Arial, Helvetica, sans-serif; clear:both;
}
#BottomConcent .footer_x p a{
	display:inline;
	border:none;
	font-size:14px;
}
.urHere {
	margin-top:30px;
}
.urHere a{
	color:#00285B;
}
.urHere a:hover{
	text-decoration:underline;
}
.fanye{ height:35px; clear:both; border:1px solid #ddd; margin:0 0 30px;width:90%;}
.fanye .left{ float:left; line-height:35px; font-size:14px; padding:0 0 0 15px;}
.fanye .right{ float:right; line-height:35px; font-size:14px; padding:0 15px 0 0;}
.fanye a{ font-size:14px; font-weight:700; color:#1c3f77;}
.fanye a:hover{ text-decoration:underline}	

#MsgContent table tbody tr td:nth-child(2){
	background:#f2f2f2;#366092
}
#MsgContent table tbody tr td{
	border:1px solid #000;
}
#MsgContent table tbody tr td:nth-child(1){
	 
}
.china{padding:15px;color:#fff;font-family: 'dinpro-regularregular';background: rgba(255,255,255,0.3);position: relative;
    }
.sectionPadding .china p{color:#666;font-family: 'dinpro-regularregular';}


.at-label{display:none;}
 #at_hover .at-label{display:inline-block;}
 #atstbx .at-share-btn{padding:0;}

 #problem{
	width: 70.2%;
	height: 402px;
    float: left;
    clear: left;
	background:#f5f5f5 url('../images/problem_img.jpg') right center no-repeat;
	padding:33px 0 24px 33px;
	margin-top:42px;
}
#problem div{
	margin-bottom:20px;
	line-height:30px;
}
#problem div .problem_p{
	color:#008bb0;
	display:inline-block;
	font-size:24px;
	font-weight:bold;
	margin:0;
	font-family: "TradeGothicLT-Bold",sans-serif;
}
#problem div a{
	margin-left:17px;
	padding:2px 14px;
	background:#9c223f;
	font-size:12px;
	color:#FFF;
	vertical-align: top;
}
#problem ul{
	padding-right:40%;
}
#problem ul li{
	position:relative;
	margin-bottom:23px;
}
#problem ul li strong{
	background:url('../images/mark.png') 0 0 no-repeat;
	padding-left:34px;
	line-height:28px;
	display: block;
	font-size:16px;
	font-family: 'dinpro-regularregular';
}
#problem ul li p{
	font-size:14px;
	line-height:20px;
	padding-right:37px;
	display:none;
	color:#666;
	font-family: 'dinpro-regularregular';
}
#problem ul li:nth-child(1) p{
	display:block;
}
#problem ul li i{
	position:absolute;
	top:0;
	right:0;
	cursor: pointer;
}