*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
.wrap{
	width: 1300px;
	margin: 0 auto;
}
.fullimg>img{
	width: 100%;
}
.fl-l{
	display: flex;
}

header{
	height: 100px;
	min-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .nav{
	justify-content: space-between;
}
header .nav ul{
	width: 800px;
	justify-content: space-between;
}
.search{
	width: 20px;
	margin: 0 30px;
}
.content .banner{
	width: 100%;
	min-width: 1300px;
}
.content .path{
	margin-top: 24px;
	height: 59px;
	background-color: #F5F5F5;
	padding-left: 16px;
	display: flex;
	align-items: center;	
	color: #6A6A6A;
}
.content .path a{
	display: inline-block;
	margin: 0 10px;	
	color: #6A6A6A;
}

.content .jieshao{
	margin-top: 77px;
	padding: 0 18px 0 38px;
	justify-content: space-between;
	position: relative;
}

.jieshao .left{
	font-size:40px;
}

.content .jieshao .left p{
	font-size: 61px;
	font-weight: bold;
}
.content .jieshao .right{
	width: 690px;
	height: 460px;
}
.content .jieshao .bottom {
	position: absolute;
	background-color: rgba(1, 114, 190, 0.87);
	width: 801px;
	height: 350px;
	bottom: -30px;
	left: 0;
	font-size: 16px;
	color: #fff;
	padding: 19px 33px 24px 21px;
	line-height: 20px;
	text-align: justify;
	text-indent: 2em;
}

.jingshen{
	width: 951px;
	margin: 88px auto 47px;
}
.jingshen .title{
	font-size: 31px;
	width: 100%;
	text-align: center;
}
.jingshen .info{
	font-size: 18px;
	margin-top: 30px;
}


/*footer{*/
/*	width: 100%;*/
/*	min-width: 1300px;*/
/*	background-color: #313131;*/
/*	color: #fff;*/
/*	padding: 23px 0 25px;*/
/*}*/
/*footer .top{*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	border-bottom: 1px solid rgba(255, 255, 255, .15);*/
/*	padding: 0 20px 14px;*/
/*	*/
/*}*/

/*footer .top span{*/
/*	font-weight: bold;*/
/*	margin-right: 20px;*/
/*}*/

/*footer .top a{*/
/*	color: #fff;*/
/*	margin-right: 15px;*/
/*}*/

/*footer .top .share{*/
/*	display: flex;*/
/*}*/
/*footer .top .share img{*/
/*}*/

/*footer .bottom{*/
/*	color: rgba(255,255,255,.63);*/
/*	text-align: center;*/
/*	margin-top: 18px;*/
/*}*/
/*footer .bottom span{*/
/*	margin-right: 20px;*/
/*	font-size: 14px;*/
/*}*/


footer {
	width: 100%;
	min-width: 1300px;
	background-color: #313131;
	color: #fff;
	padding: 23px 0 25px;
}

footer .top {
	display: flex;
	justify-content: space-between;
	/*border-bottom: 1px solid rgba(255, 255, 255, .15);*/
	padding: 0 20px 14px;

}

footer .top span {
	font-weight: bold;
	margin-right: 20px;
}

footer .top a {
	color: #fff;
	margin-right: 15px;
}

footer .top .share {
	display: flex;
}

footer .top .share img {}

footer .bottom {
	color: rgba(255, 255, 255, .63);
	text-align: left;
	/*margin-top: 18px;*/
}

footer .bottom span {
	margin-right: 20px;
	font-size: 14px;
}
