﻿.hd-main{
	min-height: 500px;
	border: 1px solid #eee;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 20px;
}
.details-title-box{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
}
.details-title{
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 19px;
	color: #096DB9;
	border-bottom: 4px solid #096DB9;
	box-sizing: border-box;
	margin-bottom: -1px;
	font-weight: bold;
}
.detaile-box{
	width: 969px;
	margin: 0 auto;
}
.chuo{
	float: right;
	font-size: 16px;
	color: #9a9a9a;
}
.chuo img{
	vertical-align: top;
	margin-top: 13px;
	margin-right: 5px;
}
.big-title{
	height: 100px;
	font-size: 24px;
	line-height: 100px;
	color: #000;
	text-align: center;
}
.news-details{
	background: #f8f8f8;
	height: 40px;
	line-height: 40px;
	color: #848484;
	font-size: 16px;
	text-align: center;
}
.news-details>span{
	margin-left: 103px;
}
.news-details>span:first-child{
	margin-left: 0;
}
#detail{
	margin-top: 35px;
	margin-bottom: 35px;
}
.img-box{
	width: 950px;
	height: 700px;
	position: relative;
}
.img-list{
	width: 950px;
	height: 700px;
	position: relative;
}
.img-list img{
	width: 950px;
	height: 700px;
	position: relative;
	display: none;
}
.img-list img.active{
	display: block;
}
.left-qh{
	position: absolute;
	left:0px;
	top: 328.5px;
	width: 26px;
	height: 43px;
	z-index: 99;
}
.right-qh{
	position: absolute;
	right:0px;
	top: 328.5px;
	width: 32px;
	width: 26px;
	height: 43px;
	z-index: 99;
}
@media screen and (max-width: 1200px){
.hd-main {
border: none;
padding: 0 .3rem;
margin-top: 0;
}	
.big-title {
	padding-top: .06rem;
	padding-bottom: .54rem;
	width: 100%;
	margin-left: 0;
	font-size: .36rem;
	line-height: 1.5!important;
}
.news-details {
		background: #f8f8f8;
		height: auto;
		line-height: 2;
		color: #666;
		font-size: .24rem;
		text-align: center;
		padding: .15rem .96rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.news-details>span {
		margin-left: 0;
}
.news-details>span:nth-of-type(2){
	margin-left: 2rem;
}
.detaile-box{
	width: 100%;
}
#detail {
		line-height: 2;
		font-size: .26rem;
		color: #333;
		margin-top: .43rem;
		margin-bottom: 1.2rem;
}
.img-box{
	width: 100%;
}
.img-list{
	width: 100%;
	height: auto;
}
.img-list img {
	width: 100%;
	height: auto;
}
.left-qh,.right-qh {
		top: 50%;
		transform: translateY(-50%);
		width: .36rem;
		height: .43rem;
}
}