
.tscp-nav{
	width: 100%;
	border-bottom:1px solid rgb(229,229,229);
	background: url(../img/md.jpg) no-repeat;
}
.tscp-nav-center1{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.tscp-nav-center1 .div-1 span{
	position: relative;
	left: 15px;
	top:-20px;
}
.tscp-nav-center1 ul{
	display: flex;
	justify-content: space-between;
	width: 50%
}
.tscp-nav-center1 ul li{
	width: 12%;
	height: 65px;
	line-height:65px;
	text-align: center
}
.tscp-nav-center1 ul li a{
	font-size: 14px;
	color: #90939b;
	display: inline-block;
	height:100%;
}
.tscp-nav-center1 ul li:hover{
	border-bottom: 2px solid #E62129;
	transition: all .1s
}
.tscp-nav-center1 ul li:hover a{
	color: #E62129
}
.tscp-center1{
	width: 100%;
	background: url(../img/tscp.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 50px;
	padding-bottom: 54px
}
.tscp-cp{
	max-width: 1200px;
	margin:0 auto;
}
.tscp-cp ul{
	display: flex;
	flex-wrap: wrap;
}
.tscp-cp ul li{
	width:32%;
	margin-top: 15px;
	margin-right:16px;
	position:relative;
	margin-bottom:15px;
}
.tscp-cp ul li:nth-child(3n+3){
	padding-right:0px !important;
}
.tscp-cp ul li a img{
	width: 100%;
}
.tscp-cp ul li .p-1{
	width: 100%;
	background-color: rgba(230,33,41,0.8);
	position:absolute;
	z-index: 100;
	height: 98%;
	opacity: 0;
	top:0;
}
.tscp-cp ul li:hover .p-1{
	opacity: 1;
	transition: all 0.5s
}
.tscp-cp ul li .p-1 span{
	display: block;
	text-align: center;
	color: white
}
.tscp-cp ul li .p-1 .span-1:hover{
	background: black !important;
	transition: all 0.5s
}
.tscp-cp ul li .p-1 .span-1:hover a{
	color: white !important;
	transition: all 0.5s
}

.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;
}