
.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-center2{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.tscp-nav-center2 .div-1 span{
	position: relative;
	left: 15px;
	top:-20px;
}
.tscp-nav-center2 ul{
	display: flex;
	justify-content: space-between;
	width: 50%
}
.tscp-nav-center2 ul li{
	width: 12%;
	height: 65px;
	line-height:65px;
	text-align: center;
}
.tscp-nav-center2 ul li a{
	font-size: 14px;
	color: #90939b;
	display: inline-block;
	height:100%
}
.ttscp-nav-center2 ul li:hover{
	border-bottom: 2px solid #E62129;
	transition: all .1s
}
.tscp-nav-center2 ul li:hover a{
	color: #E62129
}
.gywm-content{
	background: url(../img/tscp.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 70px;
	padding-bottom: 54px
}
.gywm-content-center{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.gywm-content-center div{
	width:66%
}
.gywm-content-center div img{
	display: block;
	float: right;
}
.gywm-content-center div p{
	margin-top: 170px;
	line-height: 50px;
	color: #707070;
}









.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;
}