body {
	background: url(../img/index.jpg);
	min-width: 1100px;
	max-width: 100%;
}

.top-pic {
	height: 1160px;
	overflow: hidden;
	background: url(../img/top.jpg) top center no-repeat;
}

.btn {
	width: 1100px;
	margin: 0 auto;
	height: 320px;

}

.btn-jan {
	width: 120px;
	float: right;
	margin-top: 44px;
	margin-right: 30px;
}

.btn-shouye {
	width: 120px;
	float: left;
	margin-top: 12px;
	margin-right: 30px;
}


.pic-content {
	width: 1100px;
	margin: 0 auto;
	height: 320px;
	margin-top: 513px;
}

.tran-btn {
	position: absolute;
	margin: 22px 0 0 382px;
}

.pic-flex {
	display: block;
}

.pic-title1 {
	color: #304875;
	font-size: 24px;
	font-weight: 600;
	width: 500px;
	display: none;
	margin: 222px 0 0 7px;
}

a:hover .pic-title1 {
	display: block;
}

.pic-title2 {
	color: #304875;
	font-size: 24px;
	font-weight: 600;
	width: 500px;
	display: none;
	margin: 215px 0 0 -198px;
}

a:hover .pic-title2 {
	display: block;
}

.pic-title3 {
	color: #304875;
	font-size: 24px;
	font-weight: 600;
	width: 500px;
	display: none;
	margin: 179px 0 0 -400px;
}

a:hover .pic-title3 {
	display: block;
}

.pic-title4 {
	color: #304875;
	font-size: 24px;
	font-weight: 600;
	width: 500px;
	display: none;
	margin: 148px 0 0 -595px;
}

a:hover .pic-title4 {
	display: block;
}

.pic-title5 {
	color: #304875;
	font-size: 24px;
	font-weight: 600;
	width: 500px;
	display: none;
	margin: 127px 0 0 -795px;
}

a:hover .pic-title5 {
	display: block;
}

.pic-flex a:hover {
	/* background: rgba(255, 255, 255, 0.2) */
}

.pic-num1 {
	display: block;
	width: 200px;
	height: 150px;
	margin: 32px 5px 0 53px;
}

.pic-num2 {
	display: block;
	width: 200px;
	height: 150px;
	margin: 39px 0px 0 0px;
}

.pic-num3 {
	display: block;
	width: 200px;
	height: 150px;
	margin: 75px 0px 0 0px;
}

.pic-num4 {
	display: block;
	width: 200px;
	height: 150px;
	margin: 107px 0px 0 -3px;
}

.pic-num5 {
	display: block;
	width: 200px;
	height: 150px;
	margin: 126px 0px 0 0px;
}


.content {
	height: 800px;
	width: 1100px;
	margin: 0 auto;
}

.speech-ch {
	display: block;
	width: 500px;
	border-radius: 6px;
}

.list-top {
	height: 900px;
	overflow: hidden;
	background: url(../img/bg2.jpg) top center no-repeat;
}

.list-index {
	height: 271px;
	width: 577px;
	margin: 24px auto 0;
}

.list-index a {
	display: block;
	height: 100%;
	width: 100%;
}

.list-index a:hover {
	/* background: rgba(255, 255, 255, 0.2); */
}

.list-content {
	margin: 0 auto;
	margin-top: -600px;
	width: 1080px;
}

.list {
	position: absolute;
	width: 152px;
}

.list-nav {
	background: url(../img/nav.png) no-repeat;
	padding: 35px 30px 35px 40px;
	margin-bottom: 10px;
}

.list-nav a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
}


.list .list-nav.active {
	background: url(../img/naving.png) no-repeat;
	display: block;
	z-index: 20;
}

.list-sliding {
	position: fixed;
	margin: 20px 44px;
	bottom: 0;
}

.list-center {
	background: #FFFFFF url(../img/bg3.jpg) top center no-repeat;
	margin-left: 140px;
	margin-bottom: 250px;
}

.center-top {
	height: 400px;
	width: 100%;
	background: url(../img/top1.jpg) top center no-repeat;
	display: block;
	overflow: hidden;
}

.center-title {
	margin-left: 50px;
	font-size: 30px;
	font-weight: 600;
	color: #334e82;
	text-align: center;
	padding: 46px 0 20px 0;
}

.center-preface {
	height: 145px;
	margin: 32px 44px 0px 40px;
	font-size: 16px;
	padding: 0 10px;

}

.center-preface p {
	max-height: 114px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
}

.test-1::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.test-1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

.test-1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.hide {
	display: none;
}

.p-mt {
	margin: -190px 0;
}

.p-list {
	clear: both;
	overflow: hidden;
}

.p-mt1 {
	margin-left: 22px;
}

.p-mt2 {
	margin-left: 20px;
}

.p-list li {
	width: 255px;
	float: left;
	margin: 10px 21px;
}

.p-list .u-pic {
	height: 210px;
	overflow: hidden;
}

.p-list .u-pic img {
	width: 100%;
	min-width: 255px;
	min-height: 210px;
	border: 2px solid #334e82;
}

.p-list .u-tit {
	line-height: 1.5;
	margin-top: 10px;
height: 120px;
	overflow: hidden;
}

.p-list .u-tit img {
	margin-top: -5px;
}

.p-list .u-tit a:hover {
	color: #938993;
}

.p-list img:hover,
.slider .bd li:hover,
.more img:hover {
	opacity: .8;
}

.details {}

.details-pd {
	padding: 0 43px;
}

.details p {
	font-size: 40px;
	font-weight: 600;
	color: #334e82;
	display: block;
	padding: 40px 0px 0 0;
}

.details-mt {
	margin: -360px 0;

}

.details-pic {
	padding: 42px;
}

.details-txt {
	padding: 37px 0px;
	border-bottom: 2px solid #d2d2d2;
	border-top: 2px solid #d2d2d2;
	line-height: 2;
}

.details-pic img {
	max-width: 90%;
	margin-bottom: 20px;
}

.mt-b {
	margin-bottom: 100px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}
