


/*-------------------------------------------------------------------------------------------------------------------------------------*/

.subTop{
	width: auto;
	max-width: 1500px;
	margin: 0 auto;
	/*padding: 20px 0;*/
	padding: 0 0 20px 0;
}

.subTopWrp{
	width: 100%;
	height: 90px;
	background: rgba(255,255,255,0.6);
	*background: #fff;
	background: #fff\0/;
	filter: alpha(opacity=60);
}


.subTitle{
	float: left;
	font-size: 22px;
	color: #000;
	text-align: center;
	width: 156px;
	line-height: 90px;
	/*border-right: 1px solid #eef3fa;*/
}

.subNav{
	float: right;
	width: 48.6%;
	position: relative;
}

.subNav span{
	display: block;
	font-size: 14px;
	color: #000;	
	width: 70px;
	line-height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}

.subNav ul{
	width: auto;
	height: 90px;
	padding: 0 20px 0 70px;
}

.subNav ul li{
	width: 12.5%;
	height: 90px;
	position: relative;
	float: left;
}

.subNav ul li a{
	display: block;
	width: 35px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 29px 0 10px 0;
	position: relative;
}

.subNav ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.subNav ul li a:hover:after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #114dae;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.subNav ul li a.subNavOn:after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #114dae;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.subNav ul li a i{
	display: block;
	width: 35px;
	height: 35px;
	-ms-behavior: url(css/backgroundsize.min.htc)\0/;
	behavior: url(css/backgroundsize.min.htc)\0/;
	*-ms-behavior: url(css/backgroundsize.min.htc);
	*behavior: url(css/backgroundsize.min.htc);		
}

.icon_app1{
	background: url(../images/app1.png) no-repeat;
	background-size: 100% 100%;
}


.icon_app2{
	background: url(../images/app2.png) no-repeat;
	background-size: 100% 100%;
}


.icon_app3{
	background: url(../images/app3.png) no-repeat;
	background-size: 100% 100%;
}


.icon_app4{
	background: url(../images/app4.png) no-repeat;
	background-size: 100% 100%;
}


.icon_app5{
	background: url(../images/app5.png) no-repeat;
	background-size: 100% 100%;
}


.icon_app6{
	background: url(../images/app6.png) no-repeat;
	background-size: 100% 100%;
}


.icon_app7{
	background: url(../images/app7.png) no-repeat;
	background-size: 100% 100%;
}


.icon_app8{
	background: url(../images/app8.png) no-repeat;
	background-size: 100% 100%;
}


/**/

.subCon{
	width: auto;
	max-width: 1500px;
	min-width: 1170px;
	background: #fff;
	margin: 0 auto;
}


.subConWrp{
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 20px 15px;
}

.subConWrp ul{}
.subConWrp ul li{
	width: 100%;
	height: auto;
	padding: 45px 0;
	border-bottom: 1px solid #d4d4d4;
	font-size: 16px;
	color: #494949;
	line-height: 1.6;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.subCW_list figure{
	width: 26.8%;
	max-width: 375px;
	height: 210px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}

.subCW_list figure a>img{
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.subCW_list figure a>img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.subCW_list figure.newsV{
	overflow: hidden;
	position: relative;
}


.subCW_list figure.newsV .newsV_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.subCW_list figure.newsV .newsV_img img{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.subCW_list figure.newsV:hover .newsV_img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


.subCW_list figure.newsV .newsV_bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.subCW_list dt{
	width: 55.7%;
	float: left;
	margin: 0 2.6%;
}

.subCW_list2 dt{
	width: 82.7%;
	margin: 0 1.3% 0 0;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}

.subCW_list dt h4{
	font-size: 20px;
	color: #000;
	width: 100%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 25px 0;
}

.subCW_list dt h4 em{
	font-style: normal;
	font-size: 16px;
	color: #114dae;
	padding: 0 5px 0 20px;
	float: right;
}


.subCW_list dt p{
	clear: both;
	width: 100%;
	height: auto;
	max-height: 88px;
	overflow: hidden;
	text-indent: 2em;
	font-family: "Arial","宋体",sans-serif;	
}


.subConWrp ul li dt:hover p{
	color: #000;
}

.subConWrp ul li dt:hover h4{
	color: #114dae;
}


.labelDetail{
	display: block;
	color: #114dae;
	text-indent: 24px;
	width: 62px;
	height: 24px;
	line-height: 24px;
	background: url(../images/icon_detail.png) no-repeat 0 7px;
	margin: 15px 0 0 0;
}

.subCW_list dd{
	width: 12.1%;
	height: 210px;
	float: right;
	vertical-align: middle;	
}

.subCW_list dd i{
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin: 85px 12px 85px 0;
}

.icon_news1{
	background: url(../images/icon_news1.png) no-repeat;
	background-size: 100% 100%;
}

.icon_news2{
	background: url(../images/icon_news2.png) no-repeat;
	background-size: 100% 100%;
}

.icon_news3{
	background: url(../images/icon_news3.png) no-repeat;
	background-size: 100% 100%;
}

.icon_news4{
	background: url(../images/icon_news4.png) no-repeat;
	background-size: 100% 100%;
}

.icon_time{
	width: 23px !important;
	height: 23px !important;	
	background: url(../images/icon_time.png) no-repeat;
	background-size: 100% 100%;
}


@media screen and (max-width: 1560px) {
	
	.subConWrp ul li{
		font-size: 15px;
	}

} 



@media screen and (max-width: 1430px) {
	
	.subConWrp ul li{
		font-size: 14px;
	}

	.subCW_list dt h4{
		margin: 12px 0;
		font-size: 18px;
	}
	
	.labelDetail{
		margin: 10px 0 0 0;
	}

}


/*-------------------------------------------------------  detail -------------------------------------------------------------------*/

.detail{
	width: auto;
	height: auto;
	max-width: 1500px;
	min-width: 1170px;
	margin: 0 auto;
	background: #fff;
}

.detailTop{
	width: 100%;
	height: auto;
	background: #dde6f4;
}

.detailTop dl{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 42px 0;
}

.detailTop dl dt{
	float: left;
	width: 78%;
}

.detailTop dl dt h4{
	color: #00328d;
	font-size: 20px;
}

.detailTop dl dt h1{
	color: #000;
	font-size: 30px;
	margin: 8px 0 6px;
}

.detailTop dl dt h2{
	color: #414040;
	font-size: 20px;
}


.detailTop dl dd{
	float: right;
	width: 20%;
	text-align: right;
	font-size: 16px;
	color: #000;
	padding: 40px 0 0 0;
}

.detailTop dl dd time{
	padding: 0 0 0 20px;
}


/**/

.detailCon{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
	border-bottom: 1px solid #d4d4d4;
}

.detailCon article{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	color: #353535;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Arial","宋体",sans-serif;
}

.detailCon article p{
	text-indent: 2em;
	padding: 0 0 8px 0;
	font-family: "Arial","宋体",sans-serif;	
}


.detailCon p{
	font-family: "Arial","宋体",sans-serif;
	min-height: 16px;
}

.detailCon article>*{
	font-family: "Arial","宋体",sans-serif;
}

.detailCon article p img{
	width: 800px;
}



/**/

.detailOf{
	max-width: 1400px;
	height: auto;
	margin: 30px auto 0;
	padding: 0 0 40px 0
}

.detailOf dl{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.detailOf dl dt{
	color: #000;
	font-size: 16px;
	line-height: 1.8;	
	float: left;
	width: 80px;
	text-align: right;
}

.detailOf dl dd{
	float: left;
	max-width: 1400px;
	height: auto;
	overflow: hidden;
}

.detailOf dl dd a{
	display: block;
	color: #555;
	font-size: 16px;
	line-height: 1.8;
}

.detailOf dl dd a:hover{
	color: #000;
}
