@charset "UTF-8";
/*
********************************内页框架 start********************************
*/
/*subBanner start*/
.subBanner{
	padding-top: 23.4375%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.subTitle{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 60%;
	margin-left: -600px;
}
.subTitle .name{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 9;
	padding-top: 20px;
}
.subTitle .alias{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	opacity: 0.25;
}
/*subBanner end*/

/*当前位置 start*/
.locationBox{
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.02);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.02);
    position: relative;
    z-index: 6;
}
.subMenu_dl{
    overflow: hidden;
	position: relative;
}
.subMenu_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0px 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_dl dd .subMenu_a:hover,
.subMenu_dl dd.hover .subMenu_a{
    color:#1d6ea6;
}
.navLine{
	background: #1d6ea6;
	position: absolute;
	height: 3px;
	bottom: 0;
	left: 0;
}

.location{
    line-height: 50px;
    overflow: hidden;
}
.location a{
    font-size: 14px;
    color:#999;
    overflow: hidden;
    padding-left: 15px;
}
.location a+a{
	background: url(../images/trangleRight.png) no-repeat 5px center;
}
.location a:hover{
	color:#1d6ea6;
}
.location a.hover,
.location a+a:hover{
    color:#1d6ea6;
    background: url(../images/trangleRight_h.png) no-repeat 5px center;
}
a.locIndex {
	background: url(../images/home.png) no-repeat left center;
	width: 15px;
	height: 50px;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
/*当前位置 end*/

.subPage{
	padding: 40px 50px;
}
/*页码 start*/
.page{padding:10px 0 5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{margin: 0 1px; display: inline-block;overflow: hidden;padding:7px 12px;color:#999999;background: #fff;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #134b96;color: #fff;}
.page a.hover{background: #134b96;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/icon12.png)}
.page a.prevPage div{background-image: url(../images/page/icon13.png)}
.page a.nextPage div{background-image: url(../images/page/icon14.png)}
.page a.lastPage div{background-image: url(../images/page/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/page/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/page/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/page/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/page/icon15h.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/icon15.png)}
/*页码 end*/
/*
********************************内页框架 end********************************
*/

