/*header*/
@font-face{
    font-family:fzxbs;
    src:url('../.../fonts/fzxbs.ttf');
}
@font-face{
    font-family:fzht;
    src:url('../.../fonts/fzht.ttf');
}
.headerWrap {
	height:150px;
	overflow:hidden;
	background:url(../../images/hushiimg/headerbg.png) no-repeat center bottom; 
}
.header {
	position:relative;
	height:100%;
}
.logo img{
	padding:30px 0 0 20px;
	height:100px;
}
.search {
	position:absolute;
	right:20px;
	bottom:20px;
	width:246px;
	height:34px;
	background:#fff;
	border-radius:10px;
	border:1px solid #1b74c3;
	font-size:0;
}
.input-text {
	width:190px;
	padding:8px;
	outline:none;
	font-size:14px;
	color:#999;
	background:transparent;
	vertical-align: top;
	float:left;
}
.submit {
	width:25px;
	height:25px;
	padding:5px;
	cursor:pointer;
}
.language {
    position: absolute;
    top: 10px;
    right: 40px;
}
.language .on {
color: #014d91;
}
.language a:hover {
color: #014d91;
}
/*nav*/
.nav {
	height:50px;
	overflow:hidden;
	background-color:#014d91;
}
.nav ul {
	
}
.nav ul li {
	float:left;
	text-align:center;
	line-height: 50px;
	width: 212px;
}
.nav ul li a {
	color:#fff;
	font-size:16px;
}
.nav ul li:hover {
	background:#006dae;
}
/*banner*/
.banner{
	font-size:0;
	position:relative;
	min-width:1280px;
	max-height: 460px;
	overflow:hidden;
}
.banner-img {
	width:400%;
	overflow:hidden;
}
.banner-img li {
	float:left;
	width:25%;
}
.banner-img img{
	width:100%;	
}
.banner-des {
	position:absolute;
	z-index:9999;
	bottom:0;
	height:50px;
	overflow:hidden;
	text-align:center;
}
.banner-des li a {
	color:#fff;
	line-height: 50px;
	font-size:16px;
}
.button {
	position:absolute;
	top:0;
	left:50%;
	width:1280px;
	height:80%;
	margin-left:-640px;
}
.button li {
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	margin-top:-25px;
	z-index:9999;
	transition:all .5s;
	opacity: 0;
	filter:alpha(opacity:0);
	cursor: pointer;
}
.button .prev {
	left:100px;
	background:url(../../images/hushiimg/left.png) no-repeat center;
}
.button .next {
	right:100px;
	background:url(../../images/hushiimg/right.png) no-repeat center;
}
.banner:hover .button li {
	opacity:1;
	filter:alpha(opacity:100);
}
.banner:hover .button .prev {
	left:50px;
}
.banner:hover .button .next {
	right:50px;
}
.bannerbg {
	position:absolute;
	bottom:0;
	z-index:9998;
	height:50px;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity:50);
}
/*main*/
.main {
	background:url(../../images/hushiimg/bodybg.png) no-repeat center bottom;
}
.mainwrap {
	min-height:500px;
	/*background:#fff;*/
}
.mainup {
	width:1280px;
	min-height:618px;
	margin-top:24px;
	margin-left:10px;
	margin-bottom:10px;	
	border-radius: 3px;	
	xbox-shadow: -1px 1px 2px #656060;
	box-shadow: 1px 1px 3px #c3c3c3;
}

.mainup h3 {
	line-height: 45px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	color:#fff;
	border-radius: 3px 3px 0 0;
	/*border-bottom:1px dashed #000;*/
}

.mainup-without {
	width:1280px;
}

.mainup-left {
	width:24%;
	display:inline-block;
	min-height:668px;
	margin-top:24px;
	margin-left:10px;
	margin-bottom:10px;	
	border-radius: 3px;	
	xbox-shadow: -1px 1px 2px #656060;
	box-shadow: 1px 1px 3px #c3c3c3;
	background:url(../../images/hushiimg/sectionbg3.png) 20px center no-repeat;		
	background-color:#fff;
	overflow:hidden;
	position:relative;
	vertical-align: top;
}

.kcsbpt {
	text-align:center;
	height:60px;
	width: 100%;
	display:inline-block;
	background-color:#014d91;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:white;
	line-height:60px;
	font-size:18px;
	font-weight:bold;
	font-family:fzht;
	margin-bottom: 8px;
}

.kcsbpt a{
	color:white;
}

.kcsbpt a:hover{
	color:white;
	text-decoration: none;
}

.xxlist{width: 90%;margin-left:15px;margin-right:15px;margin-bottom: 20px;}
.xxlist li{
	display: inline-block;
	height: 35px; 
	width:100%;
	font-size:14px;
	font-weight:bold;
	font-family:fzht;	
	line-height: 35px;
	border-radius: 5px;
	border-bottom: 1px solid #014d91;
	margin-top:8px;
	margin-bottom: 8px;*display: inline;*zoom:1;
	text-align:left;
}

.typelist{width: 97%;margin: 0px auto;}
.typelist li{
	display: inline-block;
	height: 45px; 
	width:100%;
	font-size:17px;
	font-family:fzht;	
	line-height: 45px;
	border-radius: 5px;
	border: 1px solid #014d91;
	margin:0px auto 15px;
	text-align:center;
}

.type_on {
	display: inline-block;
	height: 45px; 
	width:100%;
	font-size:17px;
	font-weight:bold;
	font-family:fzht;	
	line-height: 45px;
	background-color:#014d91;	
	border-radius: 5px;	
	border: 1px solid #014d91;
	margin:0px auto 15px;
	text-align:center;
	color:white;	
}
	
.type_on a{
	color:white;
}

.type_on a:hover{
	color:white;
	text-decoration: none;
}

.tjlist{width: 70%;margin:50px auto;}
.tjlist li{
	display: inline-block;
	height: 35px; 
	width:100%;
	font-size:14px;
	font-weight:bold;
	font-family:fzht;	
	line-height: 35px;
	border-radius: 5px;
	margin: 0 -1px -1px 0;
	border: 1px solid #014d91;
	text-align:left;
}

.tuichu {
	text-align:center;
	height:60px;
	width: 100%;
	display:inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:white;
	line-height:60px;
	font-size:18px;
	font-family:fzht;
	margin-top: 30px;
	margin-bottom: 8px;
}


.mainup-right {
	width:74%;
	display:inline-block;
	min-height:668px;
	margin-top:24px;
	margin-left:10px;
	margin-bottom:10px;	
	border-radius: 3px;	
	xbox-shadow: -1px 1px 2px #656060;
	box-shadow: 1px 1px 3px #c3c3c3;
	background:url(../../images/hushiimg/sectionbg2.png) 20px center no-repeat;
	background-color:#fff;
	overflow:hidden;
	vertical-align: top;
	position:relative;
}
.right-title {
	text-align:center;
	height:60px;
	width: 100%;
	display:inline-block;
	background-color:#014d91;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:white;
	line-height:60px;
	font-size:18px;
	font-weight:bold;
	font-family:fzht;
	margin-bottom: 8px;
}


.T4List li {
  float: left;
  margin-left: 1.7%;
  margin-right: 1.7%;
  margin-bottom:10px;
  width: 46.5%;
  margin-top: 10px;
  font-size: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  position: relative;
  cursor: pointer;
}
.T4List .last{
  margin-right: 0;
}

.T4List li img {
  width: 98%;
  height: 260px;
  border-radius: 5px;  
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.T4List li:hover img {
    transform: scale(1.2);
}

.T4List .t4Con {
  width: 100%;
  height:130px;
  text-align:left;
  border: 1px solid #e4ecf3;
  border-top: 1px solid #e4ecf3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 5px;
  xbox-shadow: -1px 1px 2px #656060;
  box-shadow: 1px 1px 3px #c3c3c3;  
}
.T4List .t4Con h4 {  	
  font-size: 15px;
  color: #333;
  line-height: 200%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.T4List .t4Con h4 a{  
    text-decoration: none;
}	
	
.T4List .t4Con h4:hover {
  transform: scale(1.05);
  color: #014d91;
  font-weight:bold;
}

.t4Con .fl del {
  font-size: 12px;
}

._item .pic {
  overflow: hidden;
}
.borderCon {
  overflow: hidden;
  width: 100%;
}
.fmimg {
  overflow: hidden;
  width: 102%;
}

.videoshow {
	width: 100%;
	display:inline-block;
	margin-top: 10px;
}


.tips,.hong {
	font-weight:bold;
	color:red;
}
.tipsok,.lv {
	font-weight:bold;
	color:green;
}

.hui {
	font-weight:bold;
	color:gray;
}

.lan {
	font-weight:bold;
	color:blue;
}


.T3List li {
  float: left;
  margin-left: 1.7%;
  margin-right: 1.7%;
  margin-bottom:10px;
  width: 30.5%;
  margin-top: 10px;
  font-size: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  position: relative;
  cursor: pointer;
}
.T3List .last{
  margin-right: 0;
}

.T3List li img {
  width: 98%;
  height: 200px;
  border-radius: 5px;  
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.T3List li:hover img {
    transform: scale(1.2);
}

.T3List .t3Con {
  width: 100%;
  height:130px;
  text-align:left;
  border: 1px solid #e4ecf3;
  border-top: 1px solid #e4ecf3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 5px;
  xbox-shadow: -1px 1px 2px #656060;
  box-shadow: 1px 1px 3px #c3c3c3;  
}
.T3List .t3Con h4 {  	
  font-size: 15px;
  color: #333;
  line-height: 200%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.T3List .t3Con h4 a{  
    text-decoration: none;
}	
	
.T3List .t3Con h4:hover {
  transform: scale(1.05);
  color: #014d91;
  font-weight:bold;
}

.t3Con .fl del {
  font-size: 12px;
}




.toprow {
	width:100%;
	/*background: #014d91; #58a7ff;*/
	height:65px;
	margin-bottom:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:url(../../images/hushiimg/topbg.png) ;
}
.main1-l {
	width:1000px;
	min-height:366px;
	/*background:red;*/
}

.main1-l-top {
	padding:10px 0 10px 15px;
	/*background:#f4f4f6;*/
	height:308px;
}

.main1-l-top >section {
	width:475px;
    background:url(../../images/hushiimg/sectionbg1.png) 20px center no-repeat;	
	/*border-radius: 3px;*/
	/*xbox-shadow: -1px 1px 2px #656060;*/
	/*box-shadow: 1px 1px 3px #c3c3c3;*/	
}

.pic_news img{
    transition: all .3s;
    -webkit-transition: all .3s;
}
.pic_news img:hover {
    transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.pic_news{
	width: 95%;
	overflow: hidden; 
	position: relative;
	border-radius: 3px;
	xbox-shadow: -1px 1px 2px #656060;
	box-shadow: 1px 1px 3px #c3c3c3;
}

.title {
	margin:16px 0;
	width:100%;
	height:45px;
	overflow:hidden;
	border-bottom:2px solid #006dae;
	padding-right: 10px;
}
.title h3 {
	float:left;
	line-height: 45px;
	padding:0 10px;
	color:#fff;
	font-size:17px;
	border-radius: 3px 3px 0 0;
	background: #006dae url(../../images/hushiimg/logobg.png) no-repeat 0px center;
}
.title p {
	float:right;
	padding-right:20px;
	line-height: 45px;
	background:url(../../images/hushiimg/more.png) no-repeat right center;
}
.title p a {
	color:#014d91;
}
.main1-l-top .title span {
	float:left;
	margin-right:2px;
	line-height: 45px;
	padding:0 10px;
	color:#014d91;
	font-size:17px;
	border:1px solid #006dae;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
}
.main1-l-top .title span:hover {
	background: #006dae url(../../images/hushiimg/logobg.png) no-repeat 0px center;
	color:#fff;
}
.main1-l-top .title .on {
	background: #006dae url(../../images/hushiimg/logobg.png) no-repeat 0px center;
	color:#fff;
}
.list {  }
.list li {
	padding-left:20px;
	line-height: 42px;
	height:42px;
	/*border-top:1px solid #ccc;*/
	background:url(../../images/hushiimg/point.png) no-repeat 0 center;
	background-size: 8px;
}

.list li a {
	display:inline-block;
           float:left;
	width:360px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list li span {
	float:right;
	width:90px;
}
.list li:hover a,
.list li:hover span {
	color:#014d91;
	font-weight:bold;
}
.list li:first-child{
	border:none;
}

.articallist li {
	margin-left:20px;
	line-height: 50px;
	font-size:15px;
	height:50px;
	border-bottom:1px dashed #014d91;
	background:url(../../images/hushiimg/point.png) no-repeat 0 center;
}

.articallist li a {
	display:inline-block;
    float:left;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.articallist li span {
	float:right;
	width:90px;
}
.articallist li:hover a,
.articallist li:hover span {
	color:#014d91;
	font-weight:bold;
}

.pages{ margin-top:30px;margin-left:30px;}
.pages li{float:left; line-height:20px;border:1px solid #E1E1E1;  margin-right:10px; background-color:#FFF;}
.pages li.c{background-color:#588FD9; color:#FFF;padding:0 8px;}
.pages li a{float:left;padding:0 8px;height:20px;}
.pages li a:hover{background-color:#588FD9; color:#FFF;text-decoration: none;}


.main-banner {
	margin-top:10px;
	margin-left:10px;
	width:1278px;
	border-radius: 3px;
	/*xbox-shadow: -1px 1px 2px #656060;*/
	/*box-shadow: 1px 1px 3px #c3c3c3;*/
}

.course li {
	width:414px;
	height:346px;
	margin-top:10px;
	display: inline-block;
	float:left;
	border-radius: 3px;
	xbox-shadow: -1px 1px 2px #656060;
	box-shadow: 1px 1px 3px #c3c3c3;	
}
.course img {
	width:414px;
	border-radius: 5px;
}

.course img:hover{
	transform: scale(1.05);	
}
.course span {
	/*background:url(../../images/hushiimg/point.png) no-repeat 0 center;*/
	background-size: 8px;	
	display: block;
	line-height:280%;
}

.course li a:hover{
	color:#014d91;
	font-weight:bold;
	font-size:16px;	
	
   
}
.main-whole {
	width:1280px;
	min-height:366px;
	/*background:red;*/
}

.main-w-content {
	width:1278px;
	min-height:500px;
	text-align:center;
	background:url(../../images/hushiimg/sectionbg2.png) 20px center no-repeat;		
	border-radius: 3px;
	xbox-shadow: -1px 1px 2px #656060;
	box-shadow: 1px 1px 3px #c3c3c3;
	margin-top:20px;	
	margin-bottom:20px;	
}
.main-w-title {
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:28px;
	display:inline-block;
}
.mainwcontent {
	width:100%;
	text-align:center;	
	font-size:20px;
	display:inline-block;
	line-height:150%;
	margin-top:30px;
}
.main-l-bottom {
	padding:0 0 0 15px;
	margin-top:5px;
	min-height: 200px;
}
.main-l-bottom >section {
	width:615px;
	background:url(../../images/hushiimg/sectionbg2.png) 20px center no-repeat;		
	/*border-radius: 3px;*/
	/*xbox-shadow: -1px 1px 2px #656060;*/
	/*box-shadow: 1px 1px 3px #c3c3c3;*/	
}
.more-list li {
	border:none;
}
.main-l-bottom .title span {
	float:left;
	margin-right:2px;
	line-height: 45px;
	padding:0 10px;
	color:#014d91;
	font-size:17px;
	border:1px solid #006dae;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
}
.main-l-bottom .title span:hover {
	background: #006dae url(../../images/hushiimg/logobg.png) no-repeat 0px center;
	color:#fff;
}
.main-l-bottom .title .on {
	background: #006dae url(../../images/hushiimg/logobg.png) no-repeat 0px center;
	color:#fff;
}
.more-a a{
	display:none;
}
.more-list-item {
	display:none;
}
/*用户导航*/
.main1-r {
	padding-top:26px;
	width:260px;
	min-height:366;
	/*background:blue;*/
}
.yhdh {
	position:relative;
	height:355px;
	width: 260px;
	border-radius: 3px;
	xbox-shadow: -1px 1px 2px #656060;
	box-shadow: 1px 1px 3px #c3c3c3;
    background:url(../../images/hushiimg/sectionbg3.png) 20px center no-repeat;		
}


.yhdhtitle {
	text-align:center;
	display: inline-block;
	height:60px;
	width: 260px;
	background-color:#014d91;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:white;
	line-height:60px;
	font-size:18px;
	font-weight:bold;
	font-family:fzht;
	margin-bottom: 10px;
}
.yhdh-wrap {
	width:160px;
	/*height:388px;*/
	padding:10px 20px ;
	background:#f5f5f5;
	position:absolute;
	left:25px;
	/*top:50px;*/
	/*z-index:-1;*/
}
.tabMenu01{width: 260px;margin-bottom: 10px;}
.tabMenu01 li{
	display: inline-block;
	height: 60px; 
	float:left; 
	width:100%;
	line-height: 60px;
	padding:0 0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-top:6px;
	margin-right: 20px;
	margin-bottom: 7px;*display: inline;*zoom:1;
	text-align:center;
	background-color:#006dae;
}
.tabMenu01 li a{color: #94070a; }
.tabMenu01 li.on,.tabMenu01 li:hover {background:#014d91; }
.tabMenu01 li.on > a,.tabMenu01 li:hover > a{color: #fff; }


/*.tabMenu01 li:nth-of-type(1){ background:url(../../images/hushiimg/dwy_zhuanti_b1.png) no-repeat rgba(237,150,79,.9);}*/
/*..tabMenu01 li:nth-of-type(2){background:rgba(135,206,226,.9);url(../images/dwy_zhuanti_b2.jpg) no-repeat;*/}
/*..tabMenu01 li:nth-of-type(3){background:rgba(243,120,78,.9);background:url(../images/dwy_zhuanti_b3.jpg) no-repeat;}*/
/*..tabMenu01 li:nth-of-type(4){background:rgba(246,192,60,.9);background:url(../images/dwy_zhuanti_b4.jpg) no-repeat;}*/
/*..tabMenu01 li:nth-of-type(5){background:rgba(43,220,178,.9); background:url(../images/dwy_zhuanti_b5.jpg) no-repeat;}*/
/*..tabMenu01 li:nth-of-type(6){background:rgba(79,206,195,.9);background:url(../images/dwy_zhuanti_b6.jpg) no-repeat;}*/
/*..tabMenu01 li:nth-of-type(7){background:rgba(245,186,104,.9); background:url(../images/dwy_zhuanti_b5.jpg) no-repeat;}*/
/*..tabMenu01 li:nth-of-type(8){background:rgba(45,186,154,.9);background:url(../images/dwy_zhuanti_b6.jpg) no-repeat;}*/
.yhdh-wrap li {
	padding-left:60px;
	line-height: 50px;
}
.yhdh-wrap li a {
	color:#014d91;
	font-size:16px;
	letter-spacing: 1px;
}
.yhdh-wrap li:hover a {
	font-weight: bold;
}
.yhdh-item1 {
	background:url(../../images/hushiimg/home.png) 20px center no-repeat;
	background-size:28px;
}
.yhdh-item2 {
	background:url(../../images/hushiimg/fwdt.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item3 {
	background:url(../../images/hushiimg/jwxt.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item4 {
	background:url(../../images/hushiimg/yjsy.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item5 {
	background:url(../../images/hushiimg/bkzb.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item6 {
	background:url(../../images/hushiimg/jyxx.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item7 {
	background:url(../../images/hushiimg/xydl.png) 20px center no-repeat;
	background-size:25px;
}
.main-pics {
	margin-top:10px;
	margin-left:15px;
	width:1275px;
	border-radius: 3px;
	xbox-shadow: -1px 1px 2px #656060;
	box-shadow: 1px 1px 3px #c3c3c3;
}
.culture{
	overflow:hidden;
	height:200px;
	width:99.5%;
}
#culture_img{
    position: relative;
    width: 99.5%;
    margin: 0px auto;
    height: 200px;
	float:right;
    overflow: hidden;
}
#culture_img ul{
    position: absolute;
    left: 0;
}
#culture_img a{
    position: absolute;
    z-index: 2;
    text-decoration: none;
    top: 45%;
    display: none;
}
#culture_img ul li{
    padding: 5px;
    list-style: none;
    width: 240px;
    height: 188px;
    float: left;
}
#culture_img ul li img{
    width: 100%;
    height: 100%;
	border-radius: 3px;
}


.lxfs {
	margin:10px 0;
}
.lxfs p {
	line-height:1.8;
}
.xq90 { padding-top:12px }
.xq90 div {
    text-align: center;
    padding: 2px;
    border: 1px solid #9b1a1a;
}
.xq90 img {
    height: 95px;
}
.xq90 p {
    line-height: 2;
    text-align: center;
}
/*link*/
.link {
	padding:0 15px 15px 15px;
	
}
.linkbg {
	/*background:url(../../images/hushiimg/contentbg.jpg) no-repeat center bottom;*/
}
.linkbg >ul {
	margin-bottom:10px;
}
.text-link li{
	float:left;
	line-height: 40px;
	padding-right:42px;
}
.xylink {
   width:947px;
}
.xylink li {
   padding-right:50px;
}
.gslink {
   width:303px;
}
.gslink li {
   width:55px;
   padding-right:20px;
}
.text-link li:hover a {
	font-weight:bold;
	color:#014d91;
}
.img-link li {
	float:left;
	margin-left:20px;
}
.img-link li:first-child {
	margin-left:0;
}
.img-link li a {
	display:block;
	width:160px;
	height:66px;
	overflow:hidden;
}
.img-link li img {
	width:160px;
	height:66px;
	transition:all .5s;
}
.img-link li:hover img {
	transform:scale(1.2);
}
.img-link li p {
	text-align:center;
	line-height:30px;
}
/*footer*/
.footer {
	background:url(../../images/hushiimg/footerbg.png) no-repeat center bottom;
	height:62px;
	padding-top:28px;
}
.footer p {
	text-align:center;
	color:#fff;
	line-height:1.5;
}

/*list*/
.container {
	background:url(../../images/hushiimg/secbg.png) no-repeat center bottom;
	min-height: 500px;
	padding:35px 0;
}
.aside {
	width:240px;
}
.aside h3 {
	width:100%;
	height:60px;
	background:#014d91 url(../../images/hushiimg/logobg.png) no-repeat 0 top;
	color:#fff;
	font: 24px/60px '黑体'; 
	text-align:center;
	letter-spacing: 1px;
	box-shadow: 1px 1px 5px 1px #ccc;
}
.secNav li {
	width:100%;
	height:60px;
	background:#f8f8f8;
	font:16px/60px "微软雅黑";
	color:#151515;
	text-align:center;
	margin-top:10px;
	transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
}
.secNav li:hover {
	background:#014d91;
}
.secNav li:hover a {
	color:#fff;
}
.container-right {
	width:1000px;
}
.sec-title {
	width:100%;
	height:60px;
	line-height:70px;
	display:inline-block;
	border-bottom:1px solid #014d91;
}
.sec-title h3 {
	color:#014d91;
	font-size:26px;
	float:left;
	letter-spacing: 1px;
	font-family:'黑体';
	padding-right:10px;
}
.sec-title p {
	color:#999;
	line-height: 80px;
}
.sec-list {
	margin-top:15px;
}
.sec-list .list li {
	background:url(../../images/hushiimg/listpoint.png) no-repeat 0 center;
	border:none;
}



.sec-list .list li a { width:800px; }
.fy {
	text-align:center;
	
}
.fy a {
	display:inline-block;
	padding:0 10px;
	height:24px;
	border:1px solid #999;
	line-height: 24px;
}
.fy .on {
	background:#014d91;
	color:#fff;
}
/*content*/
.artical-title {
		border-bottom:1px solid #014d91;
	text-align:center;
}
.artical-title h3 {
	color:#014d91;
	line-height: 30px;
	font-size:24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.artical-title p span{
	padding:0 10px;
	line-height: 30px;
	color:#666;
}
.fontSize .on {
	color:#014d91;
}
.artical-content {
	margin-top:20px;
	line-height: 2;
	font-size:14px;
           padding:0 20px;
}
.artical-content p {
	margin-bottom:10px;
}
.sec-list-item { padding:0 10px; }
.sec-list-item h3 {
display: inline-block;
    /*width: 130px;*/
padding: 0 10px;
    height: 40px;
    margin:10px 0;
    text-align: center;
    letter-spacing: 3px;
    line-height: 40px;
    font-size: 22px;
    color: #f7fcfe;
    border-radius: 3px;
    background: #014d91 url(../../images/hushiimg/logobg.png) no-repeat 0 center;
}
.ldfc-list li {
    float: left;
    width: 224px;
    padding-left: 20px;
    background: url(../../images/hushiimg/ldfcpoint.png) no-repeat 5px center;
    line-height: 40px;
    background-size: 6px;
}
.ldfc-list li:hover a {
color:#014d91;
font-weight:bold;
}

.kcjs {
	width:900px;
	margin:0 auto;
	border-collapse: collapse;
line-height:30px;
}
.kcjs tbody tr:hover {
background:#e0e7e9;
}
.kcjs th {
text-align:center;
font-weight:bold;
}
.kcjs td {
	color:#333;
text-align:center;
}
/*.kcjs td:last-child {
text-align:left;
padding-left:10px;
}*/
.kcjs td a {
color:#014d91;
}