@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;}
body{
	width:100%;
	overflow-x:hidden;
}

/* 正常链接 未访问 */
a {
    color: #4B4B4B;
}

/* 鼠标悬停 */
a:hover {
    color: #f00;
    text-decoration:none;
}

.wrap{width:1000px;margin:0 auto;/*background:#efefef;*/}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mr11{margin-right:11px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.w250{width:250px;}
.w730{width:730px;}
.w420{width:420px;}
.w540{width:540px;}
.w340{width:340px;}
.w660{width:660px;}
.w480{width:480px;}

.denggao{
	position:relative;
	overflow:hidden;
}
.denggao .fn-left,
.denggao .fn-right{
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

.row-head{
	position: relative;
	padding:20px 0 40px;
}
.row-head:before{
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	height:1px;
	line-height:none;
	font-size:0;
	content:'';
	background-color:#d8d8d8;
}
.row-head .row-head-title{
	position: relative;
	display:block;
	width:300px;
	margin:0 auto;
    text-align: center;
    font-size: 28px;
    background: #fff;
    color: #333;
    line-height: 50px;
}
.row-head .row-head-title:before{
	position:absolute;
	top:50%;
	left:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-title:after{
	position:absolute;
	top:50%;
	right:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-text{
    text-align: center;
    font-size: 18px;
    line-height:1em;
    text-transform: uppercase;
    color:#999;
    margin-top:20px;
}

.row1{
	background:url('../../images/bbg4.1.jpg') center 0 repeat;
}
.row1 .row-head .row-head-title{
	background:url('../../images/bbg4.1.jpg') center -40px repeat;
	color:#0050AD;
}
.row1 .row-head:before{
	background:none;
}
.row1 .row-head .row-head-title:before,
.row1 .row-head .row-head-title:after{
	border-color:#0050AD;
	background-color:#0050AD;
}
.row1 .col1 .ui-box{
	border:none;
}
.row1 .col1 .ui-box-head{
	height:65px;
	line-height:1em;
	border:none;
	margin:0;
	padding:0;
	background-color: #0050AD;
	position:relative;
	padding-left:60px;
	padding-top:25px;
}
.row1 .col1 .ui-box-head:before{
	position:absolute;
	top:50%;
	left:20px;
	color:#fff;
	width:auto;
	line-height:1em;
	font-size:50px;
	font-family:"微软雅黑";
	content:'P';
	margin-top:-25px;
}
.row1 .col1 .ui-box-head-title{
	float:none;
	display:block;
	line-height:1em;
	font-size:20px;
	color:#fff;
	font-weight:normal;	
}
.row1 .col1 .ui-box-head-text{
	float:none;
	display:block;
	font-size:12px;
	line-height:1em;
	color:#fff;
	margin:8px 0 0 0;
}
.row1 .col1 .ui-box-container{
	background:none;
	border:none;
}
.row1 .col1 .ui-box-content{
	padding:0;
}
.row1 .col1 .ClassList{
	background:#1C6CCA;
}
.row1 .col1 .ClassList ul{
	position:relative;
	margin-bottom:-1px;
}
.row1 .col1 .ClassList ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #4788D4;
}
.row1 .col1 .ClassList ul li:last-child{
	border:none;
}
.row1 .col1 .ClassList ul li .title{
	display:block;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.row1 .col1 .ClassList ul li .title a{	
	position:relative;
	padding-left:32px;
	display:block;
	line-height:48px;
	font-size:14px;
	color:#fff;
}
.row1 .col1 .ClassList ul li .title a:before{
	position:absolute;
	top:50%;
	left:12px;
	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 .title a:hover{
	background-color:#FFA63E;
	color:#fff;
}
.row1 .col1 .ClassList ul li:hover .title a{
	background-color:#FFA63E;
	color:#fff;
}
.row1 .col2 .ImgList{
	width:730px;
	overflow:hidden;
}
.row1 .col2 .ImgList ul{
	width:auto;
	overflow:hidden;
	margin:0 -10px -20px;
}
.row1 .col2 .ImgList ul li{
	float:left;
	width:33.33%;
	padding:0 10px 20px;	
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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:100%;
	height:146px;
	overflow: hidden;
}
.row1 .col2 .ImgList ul li a .img img{
	width:100%;
	height:auto;
	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:hover a{
	border-color:#2880C1;
}
.row1 .col2 .ImgList ul li a:hover .text{
	color:#fff;
	background:#2880C1;
}

.row2{
	background:url('../../images/bbg6.1.jpg') center 0 no-repeat;
	padding-bottom:40px;
}
.row2 .row-head{
	padding-top:40px;
}
.row2 .row-head:before{
	background:none;
}
.row2 .row-head-title{
	background:url('../../images/bbg6.1.jpg') center -40px no-repeat;
	color:#f00;
}
.row2 .row-head .row-head-title:before,
.row2 .row-head .row-head-title:after{
	border:none;
}
.row2 .col1{
	width:500px;
	height:260px;
	border:5px solid #56abe4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row2 .col2{
	width:430px;
	height:260px;
	padding:0 20px 0 20px;
	border-radius: 10px;
}
.row2 .info h1 {
    font-size: 20px;
    color: #FF6A38;
    font-weight: bold;
    padding: 10px 0 0;
    line-height: 40px;
}
.row2 .info p {
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 2em;
}
.row2 .info a {
    display: block;
    background: #FF4000;
    font-size: 14px;
    color: #fff;
    width: 6em;
    padding: 0 20px;
    line-height: 30px;
    height: 32px;
    float: right;
    border-radius: 5px;
    margin-top: 10px;
}
.row2 .info a:hover{
	background:#FF602B;
}

.row3{
	background: url('../../images/top-bg.png') center 0 repeat;
}
.row3 .row-head .row-head-title{
	color:#1C6CCA;
	width:200px;
	background: url('../../images/bbg2.png') center -40px repeat;
}
.row3 .row-head .row-head-title:before,
.row3 .row-head .row-head-title:after{
	border-color:#6D99CC;
	background-color: #6D99CC;
}
.row3 .ImgList{
	width:auto;
	overflow:hidden;
	margin:0 -5px;
}
.row3 .ImgList li{
	float:left;
	width:33.33%;	
	padding:0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:10px;
}
.row3 .ImgList li a{
	display:block;
	height:100px;
	border:3px solid #efefef;
	position:relative;
	overflow:hidden;
}
.row3 .ImgList li a img{
	width:100%;
	height:auto;
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row3 .ImgList li a:hover{
	border-color:#2880C1;
}

.row4{
	background: url('../../images/top-bg.png') 0 0 repeat;
}
.row4 #allmap{
	width:660px;
	height:340px;
	margin:0;font-family:"å¾®è½¯é›…é»‘";font-size:14px;
	border:1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row4 .news{
	height:340px;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #d8d8d8;
	border-left:none;
	background: #fff;
}
.row4 .news h1{
	display:block;
	text-align:center;
	padding-top:15px;
	margin:0 auto;
}
.row4 .news ul{
	width:auto;
	overflow:hidden;
	padding:10px 20px 0;
}
.row4 .news ul li{
	display:block;
	height:32px;
	line-height:30px;
	position:relative;
	padding-left:20px;
	font-size:13px;
}
.row4 .news ul li:before{
	position:absolute;
	top:50%;
	left:5px;
	font-size:0;
	line-height:none;
	content:'';
	width:3px;
	height:3px;
	border-radius: 50%;
	background:#666;
	margin-top:-2px;
}
.Ttitle{ 
	position:relative;width:460px;height:65px;margin:0 auto 10px auto;padding-top:5px;
	background:url(../../images/titlebg.png) center center no-repeat;}
.Ttitle .Font{ 
	width:460; height:30px; display: block;
	color:#f02e49;font-size:24px;line-height:30px;text-align:center;}
.Ttitle .English{
	width:460;height:30px;display:block;
	color:#1561af;font-size:24px;line-height:30px;text-align:center;font-family:impact;text-transform:upperca;
	}
.row2 .Ttitle .English{color:#C6C0C0;}	
.row2 .Ttitle .Font {color: #BE9B2F;}
.prona{background:url(../../images/line.jpg) left center repeat-x; text-align:center; }
.kec{ width:514px; margin:0 auto 30px auto; }
.prona span{text-transform:uppercase;display:inline-block;text-align:center; font-family:微软雅黑; font-size:22px; background:#2061C7; color:#fff; line-height:1.3; padding:0 10px;font-weight:600;}	