@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;
	background-color: #EEEEEE;
}
/* 正常链接 未访问 */
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;}

.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;
}
.row3 .row-head-title{
	position: relative;
	display:block;
	width:300px;
	margin:0 auto;
    text-align: center;
    font-size: 28px;
    background: #EEE;
    color: #F02828;
    line-height: 50px;
}
.row2 .row-head-title{
	position: relative;
	display:block;
	width:300px;
	margin:0 auto;
    text-align: center;
    font-size: 28px;
    background: #EEE;
    color: #FFF;
    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 .grid-row{
	margin:0 -10px;
	width:auto;
	overflow:hidden;
}
.row1 .grid-col{
	float:left;
	padding:0 10px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row1 .grid-col dl{
	width:auto;
	overflow:hidden;
	background:#EEEEEE;
	height:155px;
	padding-bottom:5px;
}
.row1 .grid-col dl dd{
	float:left;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 0 0 20px;
	line-height:26px;
	margin-top:5px;
	font-size:12px;
	font-family: arial;
	position: relative;
}
.row1 .grid-col dl dd:before{
	position:absolute;
	top:50%;
	left:10px;
	width:3px;
	height:3px;
	content:'';
	font-size:0;
	line-height:none;
	background:#6A6A6C;
	margin-top:-2px;
}
.row1 .grid-col:hover dl{
	background:#E3F6ED;
}

.row2{
	background:#319000;
	padding-bottom:40px;
}
.row2 .row-head{
	padding-bottom:20px;
}
.row2 .row-head-title{
	background:#319000;
}
.row2 .row-head:before{
	background-color: #fff;
}
.row2 .row-head .row-head-title:before,
.row2 .row-head .row-head-title:after{
	border-color:#fff;
}
.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: #E00101;
}
.scroll_horizontal .list li a span.img{
	width:210px;
	height:157px;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.scroll_horizontal .list li a span.img img{
	width:100%;
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
		
	/*max-width:210px;
	max-height:157px;	*/
}
.scroll_horizontal .list li a span.text{
	height:30px;
	line-height:26px;
	font-size:14px;
	text-align:center;
	color:#fff;
}
.scroll_horizontal .list li a:hover{
	background:#FF4000;
}
.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;}

.row3 .col1{
	background-color:#319000;
}
.row3 .col1 .ui-box{
	border:none;
}
.row3 .col1 .ui-box-head{
	height:65px;
	line-height:1em;
	border:none;
	margin:0;
	padding:0;
	background-color: #297602;
	position:relative;
	padding-left:60px;
	padding-top:25px;
}
.row3 .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;
}
.row3 .col1 .ui-box-head-title{
	float:none;
	display:block;
	line-height:1em;
	font-size:20px;
	color:#fff;
	font-weight:normal;	
}
.row3 .col1 .ui-box-head-text{
	float:none;
	display:block;
	font-size:12px;
	line-height:1em;
	color:#fff;
	margin:8px 0 0 0;
}
.row3 .col1 .ui-box-container{
	background:none;
	border:none;
}
.row3 .col1 .ui-box-content{
	padding:0;
}
.row3 .col1 .ClassList{
	
}
.row3 .col1 .ClassList ul{
	position:relative;
	margin-bottom:-1px;
}
.row3 .col1 .ClassList ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #297602;
}
.row3 .col1 .ClassList ul li:last-child{
	border:none;
}
.row3 .col1 .ClassList ul li .title{
	display:block;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.row3 .col1 .ClassList ul li .title a{	
	position:relative;
	padding-left:32px;
	display:block;
	height:46px;
	line-height:44px;
	font-size:13px;
	color:#fff;
}
.row3 .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;
}
.row3 .col1 .ClassList ul li .title a:hover{
	background-color:#F02828;
	color:#fff;
}
.row3 .col1 .ClassList ul li:hover .title a{
	background-color:#F02828;
	color:#fff;
}
.row3 .col2 .ImgList{
	width:730px;
	overflow:hidden;
}
.row3 .col2 .ImgList ul{
	width:auto;
	overflow:hidden;
	margin:0 -10px -20px;
}
.row3 .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;
}
.row3 .col2 .ImgList ul li a,
.row3 .col2 .ImgList ul li a span{
	display:block;
	
}
.row3 .col2 .ImgList ul li a{
	background:#fff;
	border:5px solid #319000;	
}
.row3 .col2 .ImgList ul li a .img{
	position:relative;
	width:100%;
	height:165px;
	overflow: hidden;
}
.row3 .col2 .ImgList ul li a .img img{
	width:100%;
	height:auto;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row3 .col2 .ImgList ul li a .text{
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	background: #efefef;;
}
.row3 .col2 .ImgList ul li:hover a{
	border-color:#F87200;
}
.row3 .col2 .ImgList ul li a:hover .text{
	color:#fff;
	background:#F87200;
}

.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 .ui-box-container{
	background-color:#0473B8;
	border:none;
	height:342px;
}
.row4 .info{
	padding-top:15px;
}
.row4 .info p{
	font-size:13px;
	line-height:1.8em;
	color:#fff;
}
.row4 .more{
	font-size:14px;
	color:#fff;
	line-height:2em;
	background:#0466A4;
	text-align:center;
	margin-top:15px;
	border-radius:5px;
}
.row4 .more a{
	color:#fff;	
}
.row4 .more a:hover{
	color:#ff0;
}
.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;
}
.iwhy_bg {
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
   position: relative; 
    z-index: 99;
}
.about4 {
    margin: 10px 10px 10px 10px;
    font-size: 14px;
}
.about4 p {
    line-height: 1.8em;
}