
.tscp-nav{
	width: 100%;
	border-bottom:1px solid rgb(229,229,229);
	background: url(../img/tscp.jpg) no-repeat;
	background-size: 100% 100%
}
.tscp-nav-center{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.tscp-nav-center .div-1 span{
	position: relative;
	left: 15px;
	top:-20px;
}
.tscp-nav-center ul{
	display: flex;
	justify-content: space-between;
	width: 50%
}
.tscp-nav-center ul li{
	width: 12%;
	height: 65px;
	line-height:65px;
	text-align: center
}
.tscp-nav-center ul li a{
	font-size: 14px;
	color: #90939b;
	display: inline-block;
	height:100%
}
.tscp-nav-center ul li:hover{
	border-bottom: 2px solid #E62129;
	transition: all .1s
}
.tscp-nav-center ul li:hover a{
	color: #E62129
}
.news-content{
	width: 100%;
	background: url(../img/tscp.jpg) no-repeat !important;
	background: 100% 100% !important;
	padding:54px 0px;
}
.news-content-center{
	max-width: 1200px;
	margin:0 auto;
}
.news-content-center .p-1{
	text-align: center;
	font-size: 30px;
	color: #1E1E1E;
	padding-bottom: 20px
}
.news-content-center .p-2,.news-content-center .p-3{
	font-size: 12px;
	color: #C8C8C8
}
.news-content-center .p-2 span,.news-content-center .p-3 span{
	font-size: 12px;
	color: #969696
}
.news-content-center .p-3{
	text-align: right;
	border-bottom: 1px solid rgb(240,240,240);
	padding-bottom: 20px;
}
.news-content-center .p-4,.news-content-center .p-5{
	width: 100%;
	border:1px solid rgb(240,240,240);
	color: #969696;
	font-size: 14px;
	padding:20px;
}
.news-content-center .p-5{
	margin-top: 20px
}








.footer{
	width: 100%;
	background: url(../img/dibu.png) no-repeat;
	background-size: 100% 100%;
}
.footer-center{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-left{
	display: flex;
	padding-top: 2%;
	padding-bottom:2%
}
.footer-left .img-2{
	position: relative;
	left: 2.5%;
	top:17%;
}
.footer-right ul{
	display: flex;
	justify-content: space-between;
	color: #ffffff
}
.footer-right{
	width: 57%;
	padding-top: 8%
}
.footer-right ul li{
	color: white;
	display: inline-block;
	text-align: center
}
.footer-right ul li a{
	color: white;
	font-size: 18px;
	color: #ffffff
}
.footer-right p{
	font-size: 14px;
	color: #ffffff;
	float: right;
	margin-top:3%;
}
.footer-bottom{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 40px;
}
.footer-bottom p{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}