@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.top{
	width:100%;
	height:90px;
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.topBox{height:90px;}
.logo{
	height:66px;
	overflow: hidden;
	margin-top:13px;
}
.logo img{
	display: block;
	height:66px;
}
.searchBt{
	width:25px;
	height:90px;
	background:url(../images/icon1.png) no-repeat center center;
	cursor: pointer;
	margin-left:10px;
}
.searchBox{
	width: 100%;
	height: 108px;
	overflow: hidden;
	background-color:rgba(234,234,234,0.9);
	position:fixed;
	left: 0;
	top:90px;
	z-index:9;
	display: none;
}
.searchC{
	width: 960px;
	height: 40px;
	margin:0 auto;
	margin-top:34px;
	background-color:#fff;
	overflow: hidden;
}
.searchC input{
	float: left;
	width:900px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	padding-left: 20px;
	border: none;
	background: none;
	color: #666;
	font-size: 14px;
}
.searchC a{
	float: right;
	width: 40px;
	height: 40px;
	background-image: url(../images/icon1h.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#003b90;
}
/*头部结束*/
/*menu开始*/
.menuDl dd{
	float: left;
	position: relative;
}
.menuDl dd .a1{
	display: block;
	height:90px;
	overflow:hidden;
	padding:0 16px;
	line-height:90px;
	color: #454545;
	font-size:14px;
}
.menuDl dd.hover .a1{color:#033f98}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	left: 0;
	background:rgba(255,255,255,0.9);
	display: none;
}
.menuDl dd .div_a a{
	display: block;
	clear: both;
	height:22px;
	overflow: hidden;
	line-height: 22px;
	padding:5px 0;
	text-align: center;
	color: #666;
}
.menuDl dd .div_a a:hover{color:#033f98}
/*menu结束*/
/*indexBanner开始*/
.ixBanner{
	overflow: hidden;
	position: relative;
	margin-top:90px;
}
.ixBanner .bd dl dd{
	display: block;
	overflow:hidden;
	position: relative;
}
.bannerBg{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	animation:ant 3s 1;
	-webkit-animation:ant 3s 1;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
/*动画*/
@keyframes ant
{
from {transform:scale(1.05);-webkit-transform:scale(1.05);}
to {transform:scale(1);-webkit-transform:scale(1);}
}
/* Safari and Chrome */
@-webkit-keyframes ant 
{
from {transform:scale(1);-webkit-transform:scale(1);}
to {transform:scale(1.05);-webkit-transform:scale(1.05);}
}
.bannerT{
	width:1000px;
	height:200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-100px 0 0 -500px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ixBanner .bd dl dd a{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.ixBanner .hd{
	position: absolute;
	left: 0;
	bottom: 34px;
	width: 100%;
	text-align: center;
}
.ixBanner .hd ul{
	display:inline-block;
	height:20px;
	background:rgba(0,0,0,0.3);
	overflow: hidden;
	border-radius:10px;
	padding:0 20px;
}
.ixBanner .hd ul li{
	float: left;
	width:11px;
	height:11px;
	overflow: hidden;
	border-radius:100%;
	line-height: 999px;
	margin:0 7px;
	margin-top:5px;
	background:rgba(255,255,255,0.4);
	cursor: pointer;
	transition-duration:0.3s;
}
.ixBanner .hd ul li.on{background:#033f98;}
/*indexBanner结束*/
/*通知公告 begin*/
.noticeBox{
	overflow: hidden;
	height:95px;
	background:#f5f5f5;
	padding:0 30px;
	position: relative;
}
.noticeBox .bt{
	display: block;
	width:15px;
	height:30px;
	cursor: pointer;
	position: absolute;
	top:50%;
	margin-top:-15px;
	background-repeat: no-repeat;
	background-image: url(../images/icon3.png);
	z-index:9;
}
.noticeBox .bt.prev{left:30px;background-position:left top}
.noticeBox .bt.next{right:30px;background-position:right top}
.noticeBox .bt.prev:hover{background-position:left bottom}
.noticeBox .bt.next:hover{background-position:right bottom}
.noticeT{
	width:147px;
	height:95px;
	line-height: 95px;
	text-align: right;
	color: #666666;
	font-size:22px;
	padding-right:30px;
	position: relative;
}
.noticeT:after{
	content: "";
	display: block;
	width: 1px;
	height:44px;
	background:#e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-22px;
}
.noticeSlide{
	overflow: hidden;
	height:95px;
}
.noticeSlide .bd{
	overflow: hidden;
	height:95px;
}
.noticeSlide .bd dl dd{
	height:95px;
	overflow: hidden;
}
.noticeSlide .bd dl dd .divT{
	clear: both;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color: #454545;
	font-size: 16px;
	margin-top: 20px;
	padding:0 30px;
}
.noticeSlide .bd dl dd .divT a{color: #454545}
.noticeSlide .bd dl dd .divT a:hover{color: #033f98}
.noticeSlide .bd dl dd .text{
	clear: both;
	height: 30px;
	overflow: hidden;
	color: #999999;
	font-size:14px;
	line-height: 30px;
	padding:0 30px;
}

/*通知公告 end*/
/*第一通栏start*/
.ixBox1{
	clear: both;
	overflow: hidden;
	height:466px;
}
.ixBox1C{
	width:50%;
	overflow: hidden;
	position: relative;
	height:466px;
}
.ixBox1C .divT{
	clear: both;
	width:100%;
	height:50px;
	background:rgba(0,0,0,0.7);
	position: absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.ixBox1C .divT span{
	float: left;
	width: 60%;
	padding-left:28px;
	line-height: 50px;
	color: #ffffff;
	font-size:16px;
}
.ixBox1C .divT .hdDiv ul{margin-top:22px;margin-right:14px}
.ixBox1C .divT .hdDiv li{
	float: left;
	width:8px;
	height:8px;
	background:#ffffff;
	line-height: 999px;
	overflow: hidden;
	border-radius:100%;
	margin:0 4px;
	cursor:pointer;
}
.ixBox1C .divT .hdDiv li.on{background:#033f98}
.ixBox1Slide{
	width:700px;
	height:466px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-350px;
}
.ixBox1Slide .bd{
	width:700px;
	height:466px;
	overflow: hidden;
}
.ixBox1Slide .bd dd{
	width:700px;
	height:466px;
	overflow:hidden;
}
.ixBox1Slide .bd dd img{
	display: block;
	width:700px;
	height:466px;
	object-fit: cover;
	object-position: center center;
}
.ixBox1CL{
	overflow: hidden;
	padding-left:15px;
}
/**/
.ixBoxT{
	clear: both;
	height:40px;
	overflow: hidden;
	border-bottom:2px solid #033f98;
}
.ixBoxT .div_a a{
	float: left;
	height:40px;
	line-height:40px;
	padding:0 28px;
	font-size:16px;
	color: #333333;
}
.ixBoxT .div_a a.hover{color:#fff;background:#033f98}
.more{
	height:40px;
	line-height: 40px;
	font-size:14px;
	color: #999999;
	padding-right:25px;
	background:url(../images/icon4.png) no-repeat right center;
	margin-right:5px;
}
.more a{color: #999999;}
.more a:hover{color:#033f98;}
.ixBox1Hot{
	clear: both;
	overflow: hidden;
	border-bottom:1px solid #ebebeb;
	padding-bottom:20px;
}
.ixBox1Hot .divT2{
	clear: both;
	height:45px;
	overflow:hidden;
	line-height: 45px;
	margin-top: 12px;
}
.ixBox1Hot .divT2 a{
	color:#033f98;
	font-size:22px;
}
.ixBox1Hot .divT3{
	clear: both;
	height:33px;
	overflow:hidden;
	line-height: 33px;
	color: #978c8d;
	font-size:14px;
}
.ixBox1Hot .txt{
	clear: both;
	height:72px;
	overflow: hidden;
	line-height: 24px;
	color: #999999;
	font-size:14px;
}
/**/
.list1Dl dd{
	clear: both;
	overflow: hidden;
	height:40px;
	padding-left: 17px;
	background:url(../images/icon5.png) no-repeat left center;
}
.list1Dl.typ2 dd{border-bottom:1px solid #eeeeee}
.list1Dl.typ dd{
	padding-left:0;
	background:none;
	height:36px
}
.list1Dl.typ2 dd{height:50px}
.list1Dl dd a{
	float: left;
	height: 40px;
	line-height: 40px;
	color:#666666;
	font-size:14px;
}
.list1Dl.typ2 dd a{
	height: 50px;
	line-height: 50px;
}
.list1Dl.typ dd a{
	height:36px;
	line-height:36px;
}
.list1Dl dd a:hover{color:#033f98}
.list1Dl dd span{
	float:right;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #999999;
	font-size:14px;
}
.list1Dl.typ dd span{
	height:36px;
	line-height:36px;
}
.list1Dl.typ2 dd span{
	height:50px;
	line-height:50px;
}
/*第二通栏start*/
.ixBox2{clear: both;height:335px}
.ixBox2Video{
	width:410px;
	overflow: hidden;
}
.ixBox2Vd{
	width:410px;
	height:270px;
	overflow:hidden;
	margin-top:17px;
}
.ixBox2L{overflow:hidden}
.ixBox2LC{
	width:50%;
	overflow: hidden;
}
.ixBox2LCBox{
	overflow: hidden;
	padding-right:18px;
}
.textImg1Dl dd{
	clear: both;
	overflow: hidden;
}
.textImg1Dl.typ dd{padding-bottom:14px;border-bottom:1px dotted #989898}
.textImg1Dl dd .pic{
	float: left;
	width:180px;
	height:120px;
	overflow: hidden;
	margin-right: 15px;
}
.textImg1Dl dd .pic img{
	display: block;
	width:180px;
	height:120px;
}
.textImg1Dl dd .divR{
	overflow: hidden;
	height:120px;
}
.textImg1Dl dd .divR .divT{
	clear: both;
	height:20px;
	overflow: hidden;
	line-height: 20px;
	color: #222222;
	font-size:16px;
}
.textImg1Dl dd a:hover .divR .divT{color:#033f98}
.textImg1Dl dd .divR .divT2{
	clear: both;
	height:20px;
	overflow: hidden;
	line-height: 20px;
	color: #999999;
	font-size:14px;
}
.textImg1Dl dd .divR .txt{
	overflow: hidden;
	height:48px;
	font-size: 14px;
	color: #989898;
	line-height: 24px;
}
.textImg1Dl dd .divR .txt span{color:#033f98}
/*第二通栏end*/
/*第三通栏*/
.ixBox3Slide{
	overflow: hidden;
	position: relative;
}
.ixBox3Slide .bt{
	display: block;
	width:30px;
	height:40px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(../images/icon6.png);
	position: absolute;
	top:35%;
	z-index: 999;
	display:none;
}
.ixBox3Slide .bt.prev{left:0;background-position:left center;}
.ixBox3Slide .bt.next{right:0;background-position:right center;}
.ixBox3Slide .bd{overflow:hidden}
.ixBox3Dl{margin:0 -6px !important}
.ixBox3Dl.typ{margin:0 -10px !important}
.ixBox3Dl dd{
	float: left;
	overflow: hidden;
	width:25%;
	overflow: hidden;
}
.ixBox3Dl dd a{
	display: block;
	overflow: hidden;
	margin:0 6px;
}
.ixBox3Dl.typ dd a{margin:0 10px}
.ixBox3Dl dd .pic{
	width:100%;
	padding-top:66.568%;
	overflow: hidden;
	position: relative;
}
.ixBox3Dl dd .pic img{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left: 0;
	object-fit:cover;
	object-position:center center;
}
.ixBox3Dl dd span{
	display: block;
	height:45px;
	overflow: hidden;
	line-height: 45px;
	text-align: center;
	background:#f3f3f3;
	color: #666666;
	font-size: 16px;
	transition-duration:0.3s;
}
.ixBox3Dl.typ dd{margin-bottom:20px}
.ixBox3Dl.typ dd span{background:#fff}
.ixBox3Dl dd a:hover span{background:#033f98;color:#fff}
/*第三通栏end*/
/*底部开始*/
.footer{
	clear: both;
	overflow:hidden;
}
.footerBox1{
	clear: both;
	overflow: hidden;
	background:#2c3035;
	padding-top:30px;
	padding-bottom:20px;
}
.footerBox1L{
	width:810px;
	overflow: hidden;
}
.footerNav{
	clear: both;
	overflow: hidden;
}
.footerNav a{
	float: left;
	height:32px;
	line-height: 32px;
	padding:0 14px 0 15px;
	position: relative;
	left: -15px;
	color: #d9d9d9;
	font-size:14px;
}
.footerNav a:hover{color:#fff;}
.footerNav a:after{
	content: "";
	display: block;
	width:1px;
	height:15px;
	background:#747474;
	position: absolute;
	top:50%;
	left: 0;
	margin-top:-7px;
}
.footerBox1L .text{
	overflow: hidden;
	line-height:30px;
	color: #757c85;
	font-size:14px;
}
.ewmBox{
	width:110px;
	overflow:hidden;
	margin-left:20px;
}
.ewmBox img{
	clear: both;
	display: block;
	width:110px;
	height:110px;
}
.ewmBox span{
	display: block;
	height:48px;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #777d84;
}
.footerBox2{
	clear: both;
	height:50px;
	overflow: hidden;
	background:#090e15;
	color: #777d84;
	font-size:14px;
	line-height: 50px;
}
.footerBox2 a{color: #777d84}
.footerBox2 a:hover{color: #fff}
.footerBoT .beian {
    background: url(../images/beian.png) no-repeat center left 6px;
    padding-left: 30px;
}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页banner*/
.subBanner{
	clear: both;
	overflow:hidden;
	height:390px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top:90px;
}

/*内页外结构开始*/
.minH{min-height:300px}
.pageBox{
	overflow: hidden;
	background:#f5f5f5;
}
/*内页外结构结束*/
/*当前位置开始*/
.location{
	clear: both;
	height:50px;
	overflow: hidden;
	box-shadow:0 3px 5px #d7d7d7;
	position: relative;
}
.nav a{
	float:left;
	height:50px;
	overflow: hidden;
	line-height: 50px;
	padding:0 8px;
	color:#666666;
	font-size:14px;
	margin-right: 28px;
	position: relative;
}
.nav a.hover{color:#003c8c}
.nav a:hover{color:#003c8c}
.nav a:after{
	content: "";
	display: block;
	width: 100%;
	height:2px;
	background:#003c8c;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.nav a.hover:after{display:block}
.nav a:hover:after{display:block}
.locationC a{
	float: left;
	height:50px;
	line-height: 50px;
	color: #999999;
	font-size: 14px;
}
.locationC a:hover{color:#003c8c}
.locationC a.hover{color:#003c8c}
.locationC .a1{
	width:20px;
	background:url(../images/icon7.png) no-repeat center center;
}
.locationC .a1:hover{background:url(../images/icon7h.png) no-repeat center center;}
.locationC span{
	float: left;
	width:20px;
	height:50px;
	background:url(../images/icon8.png) no-repeat center center;
}
/*当前位置结束*/
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;border:1px solid #f5f5f5}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #003c8c;color: #fff;}
.page a.hover{background: #003c8c;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/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.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/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/
/*三级导航*/
.nav3Box{
	clear: both;
	overflow: hidden;
	background:#f5f5f5;
}
.nav3Box a{
	float:left;
	height:40px;
	overflow:hidden;
	line-height:40px;
	padding:0 15px;
	background:#fff;
	border-radius:5px;
	margin-right:14px;
	font-size:14px;
	color:#666;
}
.nav3Box a.hover{background:#003c8c;color:#fff}
.nav3Box a:hover{background:#003c8c;color:#fff}
/*右侧浮动*/
.floatR{
	position:fixed;
	top:50%;
	right:5px;
	z-index:9999;
	margin-top:-62px;
	width:62px;
}
.floatR a{
	display: block;
	width: 62px;
	height:62px;
	background-repeat:no-repeat;
	background-image:url(../images/frIcon.png);
	cursor: pointer;
}
.floatR a.a1{background-position:left top}
.floatR a.getTop{
	background-position:left bottom;
	opacity:0;
	visibility: hidden;
	transition-duration: 0.3s;
	transition-property:opacity;
}
.floatR a.getTop.show{
	opacity:1;
	visibility:visible;
}
.floatR a.a1:hover{background-position:right top}
.floatR a.getTop:hover{background-position:right bottom}