
.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: 20%
}
.tscp-nav-center ul li{
	width: 50%;
	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
}
.zxly-content{
	width: 100%;
	background: url(../img/tscp.jpg) no-repeat;
	background-size:100% 100%; 
	padding: 54px 0px;
}
.zxly-content-center{
	max-width: 1200px;
	margin:0 auto;
}
.zxly-content-center p{
	text-align: center
}
.zxly-content-center p{
	font-size: 28px;
	color: #707070;
	line-height: 40px
}
.zxly-content-center p:nth-child(2){
	font-size: 14px;
	color: #A9A9A9
}
.zxly-content-center p:nth-child(3){
	width: 7%;
	border-top:2px solid rgb(230,34,42);
	margin: 0 auto;
	margin-top: 15px
}
.zxly-content-center form{
	width: 100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px
}
.zxly-content-center form input{
	width: 30.8%;
	height: 40px;
	border:1px solid #f0f0f0;
	padding-left: 10px
}
.zxly-content-center form textarea{
	width: 100%;
	border:none;
	background-color: rgba(0,0,0,0);
	border:1px solid #f0f0f0;
	height: 200px;	
	margin-top: 30px;
	resize: none;
	padding:10px;
	font-size:13px;
	color:rgb(102,102,102);
}
input{
	border:none;
	background: none
}
.zxly-content-center form .input-4{
	width: 100%;
	background: rgb(230,33,41);
	text-align: center;
	color: white;
	font-size: 20px;
	margin-top: 30px
}
































.footer{
	width: 100%;
	background: url(../img/dibu.jpg) 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;
}