/*内页*/
.sub-banner font{
	font-weight: 200;
	font-size: 30px;
}
.sub-banner01, .sub-banner02, .sub-banner03, .sub-banner04, .sub-banner05{
	height: 400px;
	line-height: 400px;
	text-align: center;
	font-size: 48px;
	color: white;	
}
.sub-banner01{
	background-image: url(../images/jianjie_bg.jpg);
}
.sub-banner02{
	background-image:url(../images/news_bg.jpg);
}

.sub-nav{
	border-bottom: 1px solid #EAEAEA;
	height: 80px;
	line-height: 80px;
}
.sub-nav a{
	display: inline-block;
	vertical-align: middle;
	color: #333333; 
	margin-right: 60px;
	line-height: 76px;
	font-weight: bold;
}
.sub-nav a:hover{	
	color: #E30103;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	transition: transform .5s;
}

.sub-nav .selected{
	color: #E30103;
	font-weight: bold;
}
.sub-nav a:hover font, .sub-nav .selected font{
	display: block;
	background-color: #E30103;
	width: 30px;
	height: 3px;
	margin: 0 auto;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	transition: transform .5s;
}
.sub-nav a:hover font,.sub-nav .selected:hover font{
	-webkit-transform: scaleX(2.4);
	transform: scaleX(2.4);
	margin-top: 0;
	-webkit-transition: transform .5s, margin-top .5s;
	-moz-transition: transform .5s, margin-top .5s;
	transition: transform .5s, margin-top .5s;
}

.sub-content{
	line-height: 32px;
	font-size: 16px;
	color: #999999;
	text-align: justify;
}
.sub-content p{
	margin: 20px 0;
}
.sub-content img, .sub-content p img{
	max-width: 1200px;
	width: auto;
	margin: 20px auto;
	display: block;
}

/*内页新闻*/
.sub-newlist li{
	width: 1200px;	
	height: 160px;
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px dotted #EAEAEA;
}
.sub-newlist li a .sub-news-pic, .sub-newlist li a .sub-news-con{
	float: left;
	overflow: hidden;
}
.sub-newlist li a .sub-news-pic{
	width: 250px;
	height: 160px;	
	overflow: hidden;
}
.sub-newlist li a .sub-news-pic img{
	width: inherit;
	height: inherit;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.sub-newlist li .sub-news-con{
	width: 920px;
	/*padding: 20px 0;*/
}
.sub-newlist li .sub-news-con p{
	color: #999;
}
.sub-newlist li .sub-news-con .news-tit{
	color: #333333;
	margin-top: 5px;
}
.sub-newlist li a:hover .sub-news-con p{
	color: #E30103;
}
.sub-newlist li .sub-news-con .news-time{
	color: #E30103;
}
.sub-newlist li a:hover .sub-news-pic img{
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.sub-newlist-video li{
	position: relative;
	overflow: hidden;
}

.sub-newlist-video li a .video-icon{
	margin-bottom: 10px;
	display: block;
	position: absolute;	
	top: 80px;
	left: 145px;
	z-index: 10;
}
/*翻页*/
.fanye a, .fanye font{
	display: inline-table;
}
.fanye a{
	width: 50px;
	height: 50px;
	border: 1px solid #EAEAEA;
	margin: 10px;
	text-align: center;
	line-height: 50px;
	color: #999999;
}
.fanye a:first-child, .fanye a:nth-child(8){
	width: 100px;
}
.fanye a:hover{
	border: 1px solid rgba(227, 1, 3, 1);
	color: white;
	padding: 0 20px;
	background-color: #E30103;
	transition: color 1s, border-color 1s, padding-left 1s, padding-right 1s, background-color 1s;
}

/*新闻详情*/
.zhaiyao, .sub-fanye{
	height: 50px;
	line-height: 50px;
}
.sub-fanye{
	border-top: 1px solid rgba(6, 58, 156, .1);
}
.sub-fanye a{
	display: inline-block;
	color: #999999;
}
.sub-fanye a:hover{color: #063a9c;}

/*案例*/
.case li{
	width: 360px;
	margin-right: 60px;
	margin-bottom: 40px;
	float: left;	
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.case li a{
	display: block;
	width: 360px;
	overflow: hidden;
}
.case li:nth-child(3n){
	margin-right: 0;
}
.case li .case-pic{
	width: 360px;
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
}
.case li .case-pic img{
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.case li:hover .case-pic img{
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.case li a font{
	display: block;
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.case li a:hover font{
	color: #E30103;
}

/*观众评语*/
.list_box, .list_box2{
	display: block;
	/*clear: both;*/
	width: 1200px;
	padding: 20px 0;
	border-bottom: 1px dashed  #EAEAEA;
	overflow: hidden;
}
.list_box .list-img{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	
}
.list_box .list-img img{
	margin: auto !important;
	display: block;
	border-radius: 50%;
	width: 110px;
	height: 110px;
}
.list_box .list-text{
	width: 1030px;
}
.list_box .list-text .title, .list_box1 .list-text .title{
	color: #333333;
	margin-bottom: 20px;
	padding-top: 10px;
}
.list_box:hover{
	background-color: #F5F5F5;
	padding: 20px;
	width: 1160px;
	-webkit-transition: background-color 1s, padding-left 1s, padding-right 1s;
	transition: background-color 1s, padding-left 1s, padding-right 1s;
}
.list_box:hover .list-text{
	width: 990px;
}

.list_box1 .list-img{
	width: 200px;
	border-radius: 0;
}
.list_box1 .list-img img{
	max-width: 200px;
}
.list_box1 .list-text{
	width: 940px;
}
.list_box1:hover .list-text{
	width: 900px;
}
.down-list li, .down-list li a {
	height: 100px !important;
	display: block;
	font-size: 16px;
	color: #333333;
}
.down-list li span{
	display: block;
	float: right;
	width: 80px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #063A9C;
	color: white;
	opacity: .5;
}
.down-list li span:hover{
	opacity: 1;
	transition: opacity .5s;
}
