@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;*/padding-bottom:20px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mr11{margin-right:11px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.w220{width:220px;}
.w760{width:760px;/* padding-top:38px; */}
.w380{width:380px;}
.w540{width:540px;}
.w480{width:480px;}
.w660{width:660px;}
.w340{width:340px;}

.denggao{
	position:relative;
	overflow:hidden;
}
.denggao .fn-left,
.denggao .fn-right{
	padding-bottom:2000px;
	margin-bottom:-2000px;
}
.row-head{
	overflow:hidden;
}
.row-head .row-head-text{
    margin: 5px auto;
    width: 1000px;
    text-align: center;
    color: #44CCFF;
    font-size: 28px;
    line-height:1em;
    font-family: Arial;
    text-transform: uppercase;
}
.row-head .row-head-title{
    background: url('../../images/line.jpg') left center repeat-x;
    text-align: center;
    margin: 0 0 20px 0;
	width:auto;
	overflow:hidden;
}
.row-head .row-head-title p{
    display: inline-block;
    text-align: center;
    font-family: 'Microsoft Yahei';
    font-size: 22px;
    background: #7494a0;
    color: #ef8700;
    line-height: 1.3;
}
.row3 .row-head-title p{
    background: #fff;
}

/* .row1 .col1{
	background-color:#196ba7;
} */
.row1 .col1 .ClassList ul ol{
	display:block;
	height:38px;
	line-height:38px;
	background-color:#003053;
	font-size:16px;
	color:#FCF637;
	font-weight: 600;
	text-align:center;
}
.row1 .col1 .ClassList ul li a{
/* 	display:block;
	height:58px;
	line-height:56px; */
}
.row1 .col1 .ClassList ul li a{	
/* 	position:relative;
	padding-left:28px;
	background-color:#196ba7;
	border-bottom:1px solid #6CCCB1;
	font-size:14px;
	color:#fff; */
	display: block;
    color: #FFF;
    text-decoration: none;
}
.row1 .col1 .ClassList ul li:last-child a{
	border:none;
}
.row1 .col1 .ClassList ul li a:before{
/* 	position:absolute;
	top:50%;
	left:10px;
	width:10px;
	height:9px;
	font-size:0;
	line-height:none;
	content:'';
	background:url('../../images/icon-1.png') 0 0 no-repeat;
	margin-top:-5px; */
}
.row1 .col1 .ClassList ul li a:hover{
	background-color:#FFA63E;
	color:#fff;
}
.row1 .col2 .ImgList{
	width:760px;
	overflow:hidden;
}
.row1 .col2 .ImgList ul{
	width:795px;
	overflow:hidden;
	margin-bottom:-26px;
}
.row1 .col2 .ImgList ul li{
	float:left;
	width:230px;
	margin:0 35px 24px 0;
}
.row1 .col2 .ImgList ul li a,
.row1 .col2 .ImgList ul li a span{
	display:block;
	
}
.row1 .col2 .ImgList ul li a{
	background:#fff;
	border:5px solid #efefef;
}
.row1 .col2 .ImgList ul li a .img{
	position:relative;
	width:220px;
	height:146px;	
}
.row1 .col2 .ImgList ul li a .img img{
	max-width:220px;
	max-height:146px;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row1 .col2 .ImgList ul li a .text{
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	background: #efefef;;
}
.row1 .col2 .ImgList ul li a:hover{
	border-color:#196ba7;
}
.row1 .col2 .ImgList ul li a:hover .text{
	color:#fff;
	background:#196ba7;
}

.row2{
	background:url('../../images/body.jpg') 0 0 repeat;
	padding-top:20px;
	position:relative;
}
.row2:before{
	position:absolute;
	top:0;
	left:50%;
	width:0;
	height:0;
	font-size:0;
	line-height:none;
	content:'';
	border:15px solid transparent;
	border-top-color:#fff;
	margin-left:-15px;

}
.row2 .row-head .row-head-title p{
	background:url('../../images/body.jpg') 0 0 repeat;
}
.row2 .row2-bg{
	background:url('../../images/bg4.jpg') center 0 no-repeat;
}
.row2 .row2-1{
	height:270px;
	padding:20px 0 40px;	
}
.row2 .w380{
	margin-right:40px;
}
.row2 .w380 img{
	width:360px;
/* 	height:130px;
	background:#fff;
	border:5px solid rgba(0, 0, 0, 0.1); */
}
.row2 .w540 .info h1{
	font-size:18px;
	color:#1E9F7B;
	line-height:1em;
	padding-bottom:10px;
}
.row2 .w540 .info p{
	font-size:14px;
	color:#666;
	text-align: justify;
	line-height:1.8em;
}
.row2 .w540 .info p a{
	color:#f00;
	text-decoration: underline;
}
.row2 .w540 .info p a:hover{
	text-decoration: none;
}

.row3{
	position:relative;	
}

/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{position:relative;width:1000px;margin-top:15px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:250px;}
.scroll_horizontal .list li a,
.scroll_horizontal .list li a span{display:block;}
.scroll_horizontal .list li a{
	width:210px;
	margin:0 10px;
	padding: 10px 10px 0 10px;
    background: #efefef;
}
.scroll_horizontal .list li a span.img{
	width:210px;
	height:140px;
	background:#fff;
	position:relative;
}
.scroll_horizontal .list li a span.img img{
	max-width:210px;
	max-height:140px;
	margin:auto;
	position:absolute;
	top:0;left:0;right:0;bottom:0;	
}
.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:#196ba7;
}
.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:url('../../images/bg6.jpg') 0 0 repeat;
	padding:20px 0 40px;
	
}
.row4 .row-head-title p{
	background-color:#F4F3F1;
}
.row4 #allmap{
	width:660px;
	height:340px;
	margin:0;font-family:"微软雅黑";font-size:14px;
	border:1px solid #d8d8d8;
}
.row4 .ui-box-container{
	background-color:#196ba7;
	border:none;
	height:342px;
}
.row4 .info{
	padding-top:15px;
}
.row4 .info p{
	font-size:14px;
	line-height:2em;
	color:#fff;
}
.row4 .info p i{
	font-size:16px;
	margin:0 10px;
}
.row4 .more{
	font-size:14px;
	color:#fff;
	line-height:2em;
	background:#0088EE;
	text-align:center;
	margin-top:15px;
	border-radius:5px;
}
.row4 .more a{
	color:#fff;	
}
.row4 .more a:hover{
	color:#ff0;
}
.row7 .wrap{
	width:988px;
    margin:0 auto;
    height:400px;
    overflow:hidden;
    background: url(../../images/jibg.jpg) left top no-repeat;
}
.ij_fang li {
    float:left;
    width:236px;
    height:176px;
    border:2px solid #f1f1f1;
}
.ij_fang li h4 {
    font-size:24px;
    color:#0f8531;
    font-weight:normal;
    display:block;
    padding:50px 0 0 10px;
}
.ij_fang li p {
    font-size:14px;
    color: #0f8531;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    font-weight:normal;
    float:left;
    display:inline;
    margin:0 0 0 10px;
    border-bottom:2px solid #0f8531;
    width:185px;
    line-height:2;
    padding:0 0 10px 0;
}
.ij_fang li a {
    float:left;
    width:236px;
    height:176px;
    display:inline;
    margin:0 0 0 0;
    position:relative;
}
.ij_fang li a span {
    position:absolute;
    width:236px;
    height:176px;
    left:0;
    top:0;
    /* background: url(../images/temp/big.png) center center no-repeat; */
    /* background-color: rgba(0,0,0,0.5); */
    display:none;
}
.ij_fang li:last-child {
    background:#deb67d;
}
.ij_fang li:last-child a.more {
    float:left;
    width:91px;
    height:28px;
    text-align:center;
    line-height:28px;
    border:1px solid #a67938;
    color:#a67938;
    display:inline;
	font-size:14px;
    margin:70px 0 0 70px;
}

.grid.mt20.row5 {
    padding-top: 20px;
}
.row5{
	font-size:12px;
	width:1000px;
	margin:auto;
	}
.row5 .left{
	float:right;
	width:310px;
	height:270px;
	overflow:hidden;
	}
.Block2 .row5 .left{
	height:500px;}
.Block2 .row5 .right{
	height:500px;}	
.topic{
	height:35px;
	line-height:35px;
	border-bottom:2px solid #dddddd;
	background: url("../../images/rightbg.jpg") no-repeat;
}
  .topic .TopicTitle{
	float:left;
	font-weight:bold;
	padding:0px 10px;
	font-size:14px;
	color:#fff;
	height:35px;
	padding-left: 2em;
	/* border-bottom:2px solid #196ba7; */}
  .topic .TopicTitle a{
	color:#fff;}	
  .topic .TopicMore{
	float:right;
	font-size:12px;
	padding-right:10px;
	padding-top:13px;}
  .topic .TopicMore img{
	}				
	
 .left  #MBlockTable td{
	line-height:26px;
	padding-left:10px;
	font-size:12px;
}
.row5 .left  #MBlockTable span{
	color:#196ba7;
	padding-left:10px;
	font-size:11px;}
.row5 .right{
	width:680px;
	float:left;
	height:270px;
	overflow:hidden;
	}
.row5 .right .img{
	 }
.row5 .right .img .albumblock {
	padding:8px 8px 2px 7px;
	}

.row5 .right .img .albumblock .inner{
	width:204px;
	height:204px;}

.row5 .right .img .albumblock .inner img{
	width:200px;
	height:200px;}

.row5 .right .img .albumblock .inner .albumtitle{
	width:204px;}
.row5 .right .txt p{
	line-height:230%;
	font-size: 14px;}
.row5 .right .img{
    float:left;
    padding:10px 10px 0 5px;
}	
.grid.mt20.row1{
	padding-top: 20px;
    background-color:#7494a0;
}
.w220 .ClassList li{
    height: 38px;
    margin-bottom: 12px;
    background: url(../../images/bg12.jpg) no-repeat;
    font: 700 12px/38px "Simsun";
    text-indent: 46px;
    overflow: hidden;
}
.icla-more {
    width: 220px;
    height: 38px;
    margin-top: 10px;
    background: url(../../images/bg13.jpg) no-repeat;
    font: 700 12px/38px "Simsun";
    text-indent: 48px;
}
.left .txt p {
    line-height: 200%;
    font-size: 14px;
}