@charset "utf-8";
/* CSS Document */

.banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 350px;
}.banner_img {
    width: 100%;
    height: 350px;
}
.banner_title {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -650px;
    box-sizing: border-box;
    padding-left: 41px;
    padding-top: 25px;
    width: 1300px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.8);
}
.banner_title>h1 {
    font-size: 30px;
/*    color: #118be1;*/
	color: #f7aa06;
	font-weight: bold;
}
.N-pageposition{
	float: right;
    padding-right: 50px;
	margin-top: -20px;
}
.content{
	margin: 20px auto;
}
.column{
	width: 23%;
	float: left;
	text-align: center;
}
.parent_column{
	background-color: #118be1;
	height: 90px;
	line-height: 100px;
	color: #fff;
	font-size: 22px;
}
.sub_column{
	background:#F9F9F9;
	margin: 10px auto;
}
.sub_column li a{
	font-size: 15px;
	line-height: 44px;
	height: 44px;
	display: block;
	border-bottom: 1px dashed #EEE;
}
.sub_column li a:hover{
	background-color: #118be1;
	color: #fff;
}
.list{
	margin: 0px 0px 20px;
	float: right;
	width: 75%;
}
.list li{
	line-height: 40px;
	font-size: 14px;
}
.list li span{
	float: right;
	padding-right: 20px;
}
.list ul li:nth-of-type(odd){
	background: #fcfcfc;
}
.list ul li:nth-of-type(even){	
}
.list li a{
	padding-left: 5px;
}
.list li a:hover{
	color: #118be1;
}
.list ul li i{
 	transition: all 0.3s ease;
 	overflow: hidden;
 	font-size: 0;
 	float: left;
    margin-top: 15px;
 	border-width: 5px;
 	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #ccc;
}
