/*公用*/
.banner{
	position: relative;
	overflow-x: hidden;
}
.banner .bg.web{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner .bg{
	width: 100%;
}
.banner .inner{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	background-color: rgba(14,91,168,0.85);
	width: 100%;
	padding: 26px 38px;
}
.banner .inner h3{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	float: left;
}
.banner .inner .pos{
	font-size: 14px;
	color: #fff;
	float: right;
	line-height: 28px;
}
.banner .inner .pos a{
	color: #fff;
}
.banner .inner .pos img{
	vertical-align: middle;
	margin-right: 10px;
}
/*新闻列表页*/
.news-list .sec1{
	padding: 40px 0 55px;
}
.news-list .sec1 li{
	margin-bottom: 20px;
	background-color: #f3f3f3;
	font-size: 0;
	position: relative;
}
.news-list .sec1 li:hover{
	background-color: #0e5ba9;
}
.news-list .sec1 li .img-box{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.news-list .sec1 li .img-box img{
	width: 100%;
	vertical-align: top;
}
.news-list .sec1 li .text-box{
	width: 80%;
	line-height: 123px;
	display: inline-block;
	vertical-align: top;
}
.news-list .sec1 li .time{
	display: inline-block;
	vertical-align: middle;
	width: 13%;
	text-align: center;
	line-height: 1;
}
.news-list .sec1 li .time h4{
	font-size: 52px;
	color: rgba(102,102,102,0.2);
	font-weight: bold;
	margin-bottom: 10px;
}
.news-list .sec1 li .time p{
	font-size: 12px;
	color: #666;
}
.news-list .sec1 li .text{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 65%;
}
.news-list .sec1 li .text h5{
	font-size: 20px;
	color: #0e5ba9;
	font-weight: normal;
	margin-bottom: 15px;
	max-height: 20px;
}
.news-list .sec1 li .text p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	max-height: 48px;
}
.news-list .sec1 li .btn{
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	border: 2px solid #0e5ba9;
	font-size: 14px;
	color: #0e5ba9;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
}
.news-list .sec1 li .btn span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100% 1005;
	background-image: url(../images/technical_sec1_icon2.png);
}
.news-list .sec1 li:hover .time h4,.news-list .sec1 li:hover .time p,.news-list .sec1 li:hover .text h5,.news-list .sec1 li:hover .text p,.news-list .sec1 li:hover .btn{
	color: #fff;
}
.news-list .sec1 li:hover .btn{
	border-color: #fff;
}
.news-list .sec1 li:hover .btn span{
	background-image: url(../images/technical_sec1_icon1.png);
}
/*新闻详情页*/
.news-detail .sec1{
	padding: 80px 0 55px;
}
.news-detail .sec1 .title{
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	margin-bottom: 40px;
	text-align: center;
}
.news-detail .sec1 .title h3{
	font-size: 24px;
	color: #0e5ba9;
	font-weight: normal;
	margin-bottom: 30px;
}
.news-detail .sec1 .title .time{
	font-size: 14px;
	color: #999;
}
.news-detail .sec1 .title .time img{
	vertical-align: middle;
	margin-right: 10px;
}
.news-detail .sec1 .box{
	text-align: center;
	margin-bottom: 40px;
}
.news-detail .sec1 .box p{
	text-align: left;
	text-indent: 2em;
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-bottom: 16px;
}
.news-detail .sec1 .box img{
	vertical-align: top;
	max-width: 100%;
	margin: 40px 0;
}
.news-detail .sec1 .relative-box a{
	display: block;
	width: 49%;
	background-color: #f3f3f3;
	padding: 35px 40px;
}
.news-detail .sec1 .relative-box a.left{
	float: left;
}
.news-detail .sec1 .relative-box a.right{
	float: right;
	text-align: right;
}
.news-detail .sec1 .relative-box a h5{
	font-size: 22px;
	color: #0e5ba9;
	font-weight: normal;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-detail .sec1 .relative-box a p{
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1200px){
	/*公用*/
	.banner .inner{
		left: 0;
		margin-left: 0;
		padding: 26px 30px;
	}
	/*新闻列表页*/
	.news-list .sec1{
		padding: 30px 30px 40px;
	}
	.news-list .sec1 li{
		margin-bottom: 10px;
	}
	.news-list .sec1 li .img-box{
		width: 27.7%;
	}
	.news-list .sec1 li .text-box{
		line-height: 128px;
		width: 72.3%;
	}
	.news-list .sec1 li .time{
		width: 22%;
	}
	.news-list .sec1 li .text{
		width: 73%;
	}
	.news-list .sec1 li .text h5{
		font-size: 18px;
		max-height: 18px;
	}
	.news-list .sec1 li .text p{
		font-size: 12px;
		line-height: 22px;
		max-height: 44px;
	}
	.news-list .sec1 li .btn{
		display: none;
	}
	/*新闻详情页*/
	.news-detail .sec1{
		padding: 45px 30px 40px;
	}
	.news-detail .sec1 .box{
		margin-bottom: 0;
	}
	.news-detail .sec1 .relative-box{
		display: none;
	}
}
@media only screen and (max-width:1024px){
	
}
@media only screen and (max-width:768px){
	
}
@media only screen and (max-width:767px){
	/*公用*/
	.banner .inner{
		padding: 0 5%;
		line-height: 4.375rem;
	}
	.banner .inner h3{
		font-size: 1.5rem;
		float: none;
	}
	.banner .inner .pos{
		display: none;
	}
	/*新闻列表页*/
	.news-list .sec1{
		padding: 1.25rem 1.25rem 1.875rem;
	}
	.news-list .sec1 li{
		margin-bottom: 0.625rem;
	}
	.news-list .sec1 li .img-box{
		width: 100%;
	}
	.news-list .sec1 li .text-box{
		width: 100%;
		line-height: 7.5rem;
		text-align: center;
	}
	.news-list .sec1 li .time{
		width: 12%;
		margin-right: 5%;
	}
	.news-list .sec1 li .time h4{
		font-size: 2.625rem;
		margin-bottom: 0.625rem;
	}
	.news-list .sec1 li .time p{
		font-size: 0.625rem;
	}
	.news-list .sec1 li .text{
		width: 70%;
	}
	.news-list .sec1 li .text h5{
		font-size: 0.875rem;
		line-height: 1.375rem;
		margin-bottom: 0.25rem;
		max-height: 1.375rem;
	}
	.news-list .sec1 li .text p{
		font-size: 0.6875rem;
		line-height: 1.1875rem;
		max-height: 3.5625rem;
	}
	/*新闻详情页*/
	.news-detail .sec1{
		padding: 2.5rem 1.25rem 1.875rem;
	}
	.news-detail .sec1 .title{
		padding-bottom: 1.375rem;
		margin-bottom: 1.375rem;
	}
	.news-detail .sec1 .title h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.news-detail .sec1 .title .time{
		font-size: 0.625rem;
	}
	.news-detail .sec1 .title .time img{
		margin-right: 0.375rem;
		width: 0.625rem
	}
	.news-detail .sec1 .box p{
		font-size: 0.75rem;
		line-height: 1.375rem;
		margin-bottom: 0.875rem;
	}
	.news-detail .sec1 .box img{
		margin: 1.25rem 0;
	}
}
@media only screen and (max-width:414px){
	
}