	html,
	body,
	ul,
	li,
	div,
	hr,
	a,
	img,
	p,
	ol,
	a,
	input {
		margin: 0;
		padding: 0;
	}

	a {
		text-decoration: none;
	}

	body {
		position: relative;
		background-color: #EDF3FA;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.w1260 {
		width: 1260px;
		margin: 0 auto;
	}

	.zxft_top {
		width: 100%;
		height: 520px;
		background: url(https://www.nanjing.gov.cn/material/IMAGE/zxft_bg1016.png) no-repeat center;
		background-size: cover;
		text-align: center;
	}

	.szf_logo {
		width: 260px;
		position: absolute;
		margin-top: 60px;
	}

	.zxft_logo {
		margin: 0 auto;
		margin-top: 175px;
	}

	.title_box {
		width: 100%;
		height: 120px;
		position: relative;
	}

	.zxfts {
		position: absolute;
		left: 0;
		top: 1px;
		width: calc((100% - 1260px)/2);
		height: 90px;
		background: rgba(0, 97, 234, .15);
	}
    .zxfts1{
		position: absolute;
		left: 0;
		right: 0;
		top: -28px;
		bottom: 0;
		margin: auto;
		height: 90px;
		z-index: 9;
		background: rgba(0, 97, 234, .15);
		border-radius: 0px 44px 0px 0px;
	}
	.zxft_title {
		position: absolute;
		left: 0;
		right: 0;
		top: 30px;
		bottom: 0;
		margin: auto;
		height: 90px;
		z-index: 9;
		text-align: center;
		background: linear-gradient(90deg, #1561AF 0%, #5E9FF9 100%);
		border-radius: 44px 0px 0px 0px;
	}
	.zxfts2{
		width: calc((100% - 1260px)/2);
		height: 90px;
		background: #5E9FF9;
		position: absolute;
		top: 30px;
		right: 0;
	}
	.zxft_title img {
		float: left;
		margin-left: 40px;
		margin-top: 15px;
		
	}

	.title_txt {
		height: 32px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		font-size: 32px;
		color: #FFFFFF;
		line-height: 32px;
		padding-top: 28px;
	}

	.zxft_cont {
		height: 460px;
		background: #FFFFFF;
		border-radius: 16px;
		margin-top: 40px;
	}

	.zxft_left {
		margin-top: 50px;
		margin-left: 40px;
	}

	.zxft_right {
		margin-top: 50px;
		margin-left: 40px;
		width: 545px;
	}

	.zxft_text li {
		display: flex;
	}

	.text_name {
		width: 45px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		font-size: 18px;
		color: #1762B1;
		line-height: 40px;
	}

	.text {
		max-width: 480px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		font-size: 16px;
		color: #1762B1;
		line-height: 32px;
		margin-top: 5px;
		margin-left: 15px;
	}

	.ask_cont {
		height: 320px;
		background: #FFFFFF;
		border-radius: 16px;
		margin: 40px auto;
	}

	#myInput {
		width: 1180px;
		height: 160px;
		border-radius: 8px;
		border: 1px solid #5B9CF5;
		margin-top: 50px;
		margin-left: 30px;
		padding-left: 30px;
		line-height: 32px;
		outline: none;
	}

	#myInput:focus,
	#myInput:valid {
		border: 1px solid #5B9CF5;
	}

	.ask_btn {
		width: 240px;
		height: 48px;
		background: #5B9BF5;
		border-radius: 24px;
		margin: 0 auto;
		text-align: center;
		font-family: Microsoft YaHei;
		font-weight: bold;
		font-size: 18px;
		color: #FFFFFF;
		line-height: 44px;
		margin-top: 30px;
		cursor: pointer;
	}