@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

body{color:#555;font-size:12px;font-family:Arial,"microsoft yahei","微软雅黑";background:#fff;}

/* 正常链接 未访问 */
a {
    color: #555;
}

/* 鼠标悬停 */
a:hover {
    color: #f00;
    text-decoration:none;
}

.wrap{width:1000px;margin:0 auto;/*background:#efefef;*/}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mr11{margin-right:11px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.w224{width:224px;}
.w756{width:756px;}
.w320{width:320px;}

.ClassList,
.ClassList ul{
	width:auto;
	overflow:hidden;
}
.ClassList{
	height:449px;	
}
.ClassList ul{
	padding:0 20px;
}
.ClassList ul li{
	display:block;
	line-height: 44px;
	border-bottom:1px dashed #D6E5F5;
	text-align: center;
	font-size:14px;
}
.ClassList ul li:last-child{
	border:none;
}
.ClassList ul li a{
	color:#fff;	
}
.ClassList ul li a:hover{
	color:#ff0
}

.row1 .ui-box{
	border:none;
}
.row1 .ui-box-head{
	height:81px;
	line-height:none;
	background:url('../../images/index-1.png') center 0 no-repeat;
	margin:0;
	padding:0;
	border:none;
}
.row1 .ui-box-container{
	border:none;
}
.row1 .ui-box-content{
	padding:20px 0 0 0;
}
.row1 .ImgList{
	width:100%;
	overflow:hidden;
}
.row1 .ImgList ul{
	width:100%;
	/*height:430px;*/
	overflow:hidden;
}
.row1 .ImgList ul li{
	float:left;
	width:25%;	
	margin-bottom: 20px;
}
.row1 .ImgList ul li a{
	display:block;
	width:220px;
	height:195px;
	padding:5px;
	background:#efefef;
	margin:0 auto;
}
.row1 .ImgList ul li a span{
	display:block;
}
.row1 .ImgList ul li a span.img{
	height:165px;
	width:220px;
	position:relative;
	background:#fff;
}
.row1 .ImgList ul li a span.img img{
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
	max-width:220px;
	max-height:165px;
}
.row1 .ImgList ul li a span.txt{
	height:30px;
	line-height:28px;
	font-size:14px;
	text-align: center;
}
.row1 .ImgList ul li a:hover{
	background:#0663C0;
}
.row1 .ImgList ul li a:hover span.txt{
	color:#fff;
}
.row1-2 .ui-box-head{
	background:url('../../images/index-2.png') center 0 no-repeat;
}
.row1-3 .ui-box-head{
	background:url('../../images/index-3.png') center 0 no-repeat;
}


.row2{
	background:#F3F3F3;
	margin-top:32px;
	border-bottom:1px solid #d8d8d8;
}
.row2-box{
	position:relative;
	height:350px;
}
.row2-1{
	margin-right:290px;
}
.row2-1 .ui-box{
	border:none;
}
.row2-1 .ui-box-head{
	height:80px;
	line-height:80px;
	border:none;
	margin:0;
	padding:0;
}
.row2-1 .ui-box-head-title{
	color: #1a76c3;
	font-size:24px;
	font-weight:normal;
}
.row2-1 .ui-box-container{
	border:none;
	background: none;
}
.row2-1 .ui-box-content{
	padding:0;

}
.row2-1 .ui-box-content .img{
	border:3px solid rgba(26,118,195, 0.5);
	overflow: hidden;
	font-size:0;
	line-height:none;
}
.row2-1 .ui-box-content .txt{
	padding-top:15px;
	font-size:14px;
	line-height:1.8em;
}
.row2-1 .ui-box-content .txt a{
	color:#0066CC;
	text-decoration: underline;
}
.row2-1 .ui-box-content .txt a:hover{
	color:#f00;
	text-decoration: none;
}
.row2-2{
	position:absolute;
	right:0;
	top:-12px;
	width:275px;
	height:350px;
  background-color: #0A38B0;
}
.row2-2 p.img{
	text-align:center;
  	margin:0 0 20px 0;
  padding-top: 20px;
  
}
.row2-2 p.txt{
	color:#fff;
	font-size:14px;
	line-height:2em;
	padding-left:28px;
}
.row2-2 p.t1{
	padding-bottom:10px;
	font-size:16px;
}

.row3{
	padding-bottom:20px;
}
/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{position:relative;width:1000px;height:197px;margin-top:15px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;height:197px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:250px;height:197px;}
.scroll_horizontal .list li a,
.scroll_horizontal .list li a span{display:block;}
.scroll_horizontal .list li a{
	width:210px;
	height:187px;
	margin:0 10px;
	padding: 10px 10px 0 10px;
    background: #efefef;
}
.scroll_horizontal .list li a span.img{
	width:210px;
	height:157px;
	background:#fff;
	text-align:center;
	display:table-cell;
	vertical-align: middle;
	padding:0;
	margin:0;
	font-size:0;
	line-height:none;
}
.scroll_horizontal .list li a span.img img{
	max-width:210px;
	max-height:157px;	
}
.scroll_horizontal .list li a span.text{
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
}
.scroll_horizontal .list li a:hover{
	background:#0A76C9;
}
.scroll_horizontal .list li a:hover span.text{
	color:#fff;
}

.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url('../../images/control.png');background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:-50px;background-position:0 0;}
.scroll_horizontal .next{right:-50px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}

.row4{
	background:#F5F5F5;
	padding:40px 0;
	border-top:1px solid #d8d8d8;
}
.row4 .ui-box{
	border:none;
}
.row4 .ui-box-head{
	height:40px;
	line-height:38px;
	border-bottom:1px solid #d8d8d8;
	padding:0;
	margin:0;
}
.row4 .ui-box-head-title{
	font-size:20px;
	font-weight:normal;
	color:#2C67B3;
	padding-left:10px;
}
.row4 .ui-box-container{
	border:none;
	background:none;
}
.row4 .img{
	border:2px solid #fff;
	overflow:hidden;
	font-size:0;
	line-height:none;
}
.row4 .NewsList,
.row4 .NewsList ul{
	width:auto;
	overflow: hidden;
}
.row4 .NewsList ul li{
	display: block;
	font-size:12px;
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #d8d8d8;
	position:relative;
	padding-left:10px;
}
.row4 .NewsList ul li:before{
	position:absolute;
	top:13px;
	left:0px;
	width:3px;
	height:3px;
	content:'';
	background:#333;
}
.row4 .info{
	font-size:14px;
	line-height:1.5em;
	padding-top:10px;
}
.row4 .info a{
	color:#0066CC;
	text-decoration:underline;
}
.row4 .info a:hover{
	color:#f00;
	text-decoration:none;
}
.row4 .ui-slide{width:300px;height:200px;margin:0 auto;overflow:hidden;}
.row4 .ui-slide .ui-switchable-content{
	display:block;
	height:200px;
	/*-webkit-box-shadow:  0px 5px 20px rgba(0,14,39,0.7);
    -moz-box-shadow: 0px 5px 20px rgba(0,14,39,0.7);
    box-shadow:  0px 5px 20px rgba(0,14,39,0.7);*/
}
.row4 .ui-slide .ui-switchable-content .ui-switchable-panel{display:block;width:300px;height:200px;display:none;}
.row4 .ui-slide .ui-switchable-content .ui-switchable-panel a{display:block;height:200px;}
.row4 .ui-slide .ui-switchable-nav{left:0;width:100%;text-align:center;}


