body {
	font-family: 微软雅黑;
}
#outer {width:100%;}  /* id 前面用*/
#tab {overflow:hidden; height:32px; font-size:16px; font-weight:600; font-family: 微软雅黑; padding:5px;margin:0}
#tab li {  
	float: left;  /*左浮动*/
  color: #004986;
  cursor: pointer; /*手型光标*/
  margin-left: 0px;
  padding: 2px 8px;
  }
#tab li.current {color:#fff;background:#004986;} /*白字蓝底*/
#content {border-top-width:0;}
#content ul {display:none;}

* {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	float: left;
}
div {
/*border:1px solid red;*/
}
.title2 {          /*class*/
	text-align: center;
	color: #FFF;
	width: 90%;
	font-size: 16px;
	background-color: #004986;
	padding: 10px;
	height: 50px;
	border: 1px solid #004986;
	-moz-border-radius: 15px;      /* Gecko browsers */
	-webkit-border-radius: 15px;   /* Webkit browsers */
	border-radius: 15px;
}


.fixed{
	position: fixed;
	height: 140px;
	width:90px;
	display: block;
	left: 50%;
	margin-left: 550px;
	bottom: 80px;
	padding: 5px;
	background-color: #004986;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
}
.fixed .text{
	height: 50px;
	width:80px;
	background-color: #fff;
	margin: 0;
	text-align: center;
	position: absolute;
	bottom:5px;
	left: 5px;
	font-size: 12px;
	color:#004986;
	line-height: 1.4em;
}
.fixed span{
	position: absolute;
	right: -10px;
	top:-10px;
	z-index: 9999;
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	background-color: #004986;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 19px;
}

.zhuanti .item{
	float: left;
	width: 33%;
	padding: 2%;
	height: 250px;
	font-size: 12px;
}
.kuaisubt{
	
	width: 150px;
           background-image:url(/images/jiandian.gif);
	height: 30px;
}
.zhuanti .item a{
	color: #000;
}
.zhuanti .item .head{
	text-align: center;
	background-color: #004986;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 5px;
}

.dot {
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-color: #fff;
	position: absolute;
	bottom: 40px;
}
.dotClicked {
	background-color: #004986;
}
.box{
	padding: 20px 0px;
	overflow: hidden;
}
.imgCon{
	padding: 15px 10px 0;
	border: 1px dotted #004986;
	border-radius: 20px;
	line-height: 2em;
}
.imgCon img{
	width: 100%;
	border-radius: 20px;
}
.imgCon p{
	text-indent: 10px;
	margin: 0;
}
.contactText{
	margin-top: 30px;
	margin-left: 10px;
	line-height: 3em;
}
.bottomWord {
	font-size: 12px;
}
.container-fluid{
	/*margin:10px auto;*/
}



#show{                  /* */
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#show img {
	width: 100%;
	display: block;
}
.row1 {
	/*border-top: #CCC groove 2px;*/
}
.title {
	font-size: 16px;
	/* font-weight: 600; */
	color: #004986;
	padding: 2px 8px;
	/* background-color: #aaa; */
	line-height: 28px;
	border-radius: 5px;
}
.line1 {
	border-top: 1px solid #00479D;
	margin: 5px -10px 20px 0px;
}
.line2 {
	border-top: 1px solid #CCCCCC;
	margin: 20px -5px 0px -5px;
}
.more {
	font-size: 16px;
           color:#023967;
	font-weight: 700;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
.main {
	margin-top: 15px;
	width: 100%;
	height: 300px;
	/*border: 1px solid red;*/
	overflow: hidden;
	position: relative;
}
.main1 {
	margin-top: 15px;
	width: 100%;
	height: 340px;
	/*border: 1px solid red;*/
	overflow: hidden;
	position: relative;
}
.maintz {
	margin-top: 20px;
	width: 100%;
	height: 280px;
	/*border: 1px solid red;*/
	overflow: hidden;
	position: relative;
}
.maintop {
	margin-top: 20px;
	width: 100%;
	height: 30px;
	/*border: 1px solid red;*/
	overflow: hidden;
	position: relative;
}
.main.short{       
	height: 280px;
}
.main #picChange{   /*图片切换*/
	width:100%;
           magrin-left:20px;
           padding-left:20px;
           
           
	height:280px;
           
	position:relative;
}
.main #picChange .slide{
	width:100%;
	height:340px;
}

.more:hover {
	color: #00315a;
           text-decoration:underline;
}
.main ul li:hover {
	color: #D72933;
}
.main ul.left li {
	max-width: 90%;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
}

#friends {
	overflow: hidden;
}
.imgContainer {
	width: 100%;
	height: 60px;
	/*border: 1px dotted red;*/
	float: left;
}
.imgContainer {
	overflow: hidden;
	position: relative;
}
.imgContainer img {
	height: 50px;
	width: 100%;
}
#footer {
	width: 1200px;
	height: 80px;
           margin: 0px auto;
	background-color: #004986;
	color: #FFF;
	font-family: 微软雅黑;
}
#footer .bottom {
	padding: 30px 0;/*zuoyoujiange*/
	color: #fff;
	font-weight:600
}
#footer .bottom span {
	margin-right: 30px;
	line-height: 20px;
}
.code {
	float:left;
	margin-top: 5px;
	margin-left: 20%;
}
#banquan {
	text-align: center;
	margin-top: 15px;
}
.content {
	width: 100%;
padding-right:0px;
padding-left:20px;
	font-family: 微软雅黑;
}
.contentsg {
magrin-right:-45px;
	width: 100%;
padding-right:-45px;
padding-left:20px;
	font-family: 微软雅黑;
}
.code1 {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background-image: url(../images/code1.png);
	float:left;
}
.code1 a, .code1 span {
	display: none;
	text-decoration: none
}
.code1:hover {
	cursor: pointer
}
.code1:hover a.now {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	display: block;
}
.code1:hover span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	width: 70px;
	z-index: 10;
	height: 36px;
	line-height: 36px;
	background: #13162d;
	filter: alpha(opacity=60);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.code2 {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background-image: url(../images/code2.png);
	text-align: center;
	float:left;
	margin-left:60px;
}
.code2 a, .code2 span {
	display: none;
	text-decoration: none
}
.code2:hover {
	cursor: pointer
}
.code2:hover a.now {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	display: block;
}
.code2:hover span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	width: 70px;
	z-index: 10;
	height: 36px;
	line-height: 36px;
	background: #13162d;
	filter: alpha(opacity=60);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.code {
	float: left;
}
#text {
	margin-top: 10px;
	padding:0 20px;
}
.text {
	height: 30px;
	margin-top: 10px;
}
.textcontent {
	min-height: 650px;
	border-left: #CCC dashed 1px;
}
.textcontent a {
	text-decoration: none;
}
.textcontent a:hover {
	color: #F00;
}
.inform p {
	line-height: 20px;
	font-size: 10px;
	border-bottom: #CCC 1px dashed;
}
.contenttime {
	float: right;
	position:absolute;
	right:10px;
	top:0;
	font-size:12px;
}


/* indexlogin   */

.item{
	border-right: 1px solid #004986;
	border-bottom: 1px solid #004986;
	width: 32%;
}
.item p{
	border: 1px solid #ccc;
	padding: 130px 3px;
	border-radius: 4px;
	font-size: 50px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 10;
	cursor: pointer;
	text-align: center;
	height: 100%;
	color: #fff;
}
.item p .cover{
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50)
}
.item p :hover {
	color: #03F;
	text-decoration: none;
}
.item a :hover {
	color: #03F;
	text-decoration: none;
}
 @media (min-width:375px) and (max-width:480px) {
#topbg {
	background-image: url(../images/topBgImg.gif);
	height: 100px;
	/*margin-top: 50px;*/
}
.top {
	/*margin-top: 30px;*/
	margin-left: 15%;
	width: 262px;
	height: 40px;
	/*margin-bottom: 250px;*/
}
#footer {
	width: 100%;
	height: 200px;
	background-color: #13162d;
	color: #FFF;
	font-size: 13px;
	font-family: 楷体;
}
#banquan {
	margin-top: 30px;
	margin-left: 8%;
}
.textcontent {
	min-height: 500px;
	border-left: #CCC groove 0px;
}
.text {
	height: 40px;
	margin-top: 10px;
	border-bottom: #CCC solid 1px;
	font-size: 16px;
}
.text a:link {
	color: #000;
}     /* 未被访问的链接     蓝色 */
#text {
	margin-top: 20px;
	margin-bottom: 20px;
}
.row1 {
	border-top: #CCC groove 0px;
}
.textcontent {
	min-height: 500px;
	border-left: #CCC dashed 0px;
" text-indent: 2em;
}
.text {
	height: 50px;
	margin-top: 10px;
	border-bottom: #CCC solid 1px;
	font-size: 16px;
}
.text a:link {
	color: #000;
}     /* 未被访问的链接     蓝色 */
#text {
	margin-top: 20px;
	margin-bottom: 20px;
}


.content p {
	font-size: 14px;
	border-bottom: #CCC 1px solid;
	color: #000;
}
.main {
	margin-top: 10px;
	width: 100%;
	max-height: 320px;
	/*border: 1px solid red;*/
	overflow: hidden;
	position: relative;
}
 .topRight{
	 top: 3px;
	left: 50%;
	 margin-left: -68px;
	 position: absolute;
 }
 .sousuo{
	   bottom: 5px;
   }
 .menu ul{
	 /*overflow: hidden;*/
 }
 .menu ul li{
	 height: 30px;
	 line-height: 30px;
	 width: 33%;
	 text-align: center;
	 position: relative;
 }
 .menu ul li .childMenu{
	 position: absolute;
	 top: 30px;
	 left: 0;
	 width: 100%;
	 z-index: 1000;
	 display: none;
	 background-color: #eee;
	 color: #000;
 }
 .menu ul li .childMenu .item{
	 width: 100%;
	 height: 30px;
	 margin: 0;
	 position: relative;
 }
 .menu ul li .childMenu .item .thirdMenu{
	position: absolute;
	 width: 100%;
	 left: 100%;
	 top: 0;
	 z-index: 9999;
	 display: none;
	 background-color: #F8F8F8;
	 background-color: #eee;
 }
 .thirdMenu p{
	 margin: 0;
 }
.row1 {
	border-top: #CCC groove 0px;
}
.contenttime {
	float: right;
	margin-right: 0%;
}
.content {
	width: 100%;
	font-family: 微软雅黑;
}
.content p a:link {
	color: #000;
}
.content p a:visited {
	color: #999;
}
.content p a:hover {
	color: #F00;
	text-decoration: none;
}
.content1 .inform p {
	line-height: 17px;
	font-size: 18px;
	border-bottom: #CCC 1px dashed;
}
.dot {
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-color: #fff;
	position: absolute;
	bottom: 80px;
}
.dotClicked {
	background-color: #000;
}
.bottomWord {
	font-size: 12px;
}
.imgContainer img {
	height: 50px;
	width: 100%;
}
.imgContainer {
	width: 100%;
	height: 60px;
	/*border: 1px dotted red;*/
	float: left;
}
}
@media (min-width:240px) and (max-width:375px) {
#topbg {
	background-image: url(../images/topBgImg.gif);
	height: 100px;
	margin-top: 50px;
}
.top {
	margin-top: 30px;
	margin-left: 15%;
	width: 202px;
	height: 40px;
	margin-bottom: 250px;
}
#date {
	width: 100px;
}
#footer {
	width: 100%;
	height: 200px;
	background-color: #13162d;
	color: #FFF;
	font-size: 13px;
	font-family: 微软雅黑;
}
.code {
	margin-top: 15px;
	margin-left: 20%;
	float: left;
}
#banquan {
	margin-top: 30px;
	margin-left: 8%;
}
#con-bar {
	background-color: #004986;
}
#botton {
	border: 1px solid #004986;
}
.textcontent {
	min-height: 500px;
	border-left: #CCC dashed 0px;
" text-indent: 2em;
}
.text {
	height: 50px;
	margin-top: 10px;
	border-bottom: #CCC solid 1px;
	font-size: 16px;
}
.text a:link {
	color: #000;
}     /* 未被访问的链接     蓝色 */
#text {
	margin-top: 20px;
	margin-bottom: 20px;
}
.content p {
	font-size: 14px;
	border-bottom: #CCC 1px solid;
	color: #000;
}
.content1{
	font-size:10px;}
.content1 p{
	font-size:12px;
}
.main {
	margin-top: 10px;
	width: 100%;
	height: 280px;
	/*border: 1px solid red;*/
	overflow: hidden;
	position: relative;
}
.row1 {
	border-top: #CCC groove 0px;
}
.contenttime {
	float: right;
	margin-right: 0%;
}
.content {
	width: 100%;
	font-family: 微软雅黑;
}
.content p a:link {
	color: #000;
}
.content p a:visited {
	color: #999;
}
.content p a:hover {
	color: #F00;
	text-decoration: none;
}
.inform p {
	line-height: 17px;
	font-size: 16px;
	border-bottom: #CCC 1px dashed;
}
.dot {
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-color: #fff;
	position: absolute;
	bottom: 80px;
}
.dotClicked {
	background-color: #000;
}
.bottomWord {
	font-size: 12px;
}
.imgContainer img {
	height: 50px;
	width: 100%;
}
.imgContainer {
	width: 100%;
	height: 60px;
	/*border: 1px dotted red;*/
	float: left;
}
.row1 {
	border-top: #CCC groove 0px;
}
}
 @media (min-width:376px) and (max-width:768px) {
	 .row1 {
	border-top: #CCC groove 0px;
}
.textcontent {
	min-height: 500px;
	border-left: #CCC dashed 0px;
" text-indent: 2em;
}
#topbg {
	background-image: url(../images/topBgImg.gif);
	height: 100px;
}
.top {
	margin-left: 12%;
	width: 202px;
	height: 40px;
}

#footer {
	width: 100%;
	height: 200px;
	background-color: #13162d;
	color: #FFF;
	font-size: 13px;
	font-family: 微软雅黑;
}
	 }
@media (min-width:900px) and (max-width:1200px) {
.contenttime {
	float: right;
	margin-right: 0%;
}
#nav #menu ul {
	width: 970px;
	margin: 0 auto;
	position: relative;
}
#childMenu ul li {
	min-width: 8%;
	color: #535353;
	line-height: 40px;
	cursor: pointer;
	overflow: hidden;
}


}


@media (min-width:1200px) {
.tend {
	width: 1200px;
	position:relative;
	}
	.tend.topMenu{
		width: 100%;
		padding: 0;
	}
	.tend.bottom{
		/*width: 1130px;*/
		width: 100%;
		padding: 0;
	}

}
@media (min-width:768px) and (max-width:930px) {
	
	
#nav #menu ul {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#childMenu ul li {
	min-width: 8%;
	color: #535353;
	line-height: 40px;
	cursor: pointer;
	overflow: hidden;
}
	
	}