/* f2 背景图  */
.feedback-bgtu {
	width: 100%;
	height: 0;
	padding-bottom: 23%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	padding-left: 10%;
	box-sizing: border-box;
	position: relative;
}

.feedback-bgtu h2 {
	color: #fff;
	font-size: 46px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* f3 二级导航栏 面包屑导航 */
.navList {
	width: 100%;
	background-color: rgba(240, 240, 240);
}

.NavList-1 {
	margin: 0 auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.NavList-2 {}

.NavList-2 li {
	height: 60px;
	line-height: 60px;
	text-align: left;
	float: left;
}

.NavList-2 li a {
	position: relative;
}

.NavList-more {
	position: relative;
}

.more1 {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	left: 0px;
}

.more::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	right: 0px;
}

.more {
	padding: 0 30px 0 30px;
}

/* 面包屑导航 */
.nav-bread {
	height: 60px;
	line-height: 60px;
}

/* 在线留言 */
.feedback-main {
	width: 90%;
	margin: 50px auto;
	box-sizing: border-box;
}

/* 标题 */
.title1 {
	font-size: 34px;
	color: #1d51be;
	text-align: center;
}

/* 详情 */
.desc {
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}

.desc-1 {
	color: #707070;
}

.table {
	width: 40%;
	margin: 0 auto;
	color: #707070;
	overflow: hidden;
	box-sizing: border-box;
}

.table ul {
	display: block;
	overflow: hidden;
	margin-top: 5px;
}

.table ul li:nth-child(1) {
	width: 80px;
}

.table ul li:nth-child(2) {
	width: calc(100% - 100px);
}

.table ul li {
	display: inline-block;
	float: left;
}

.inputs {
	border: 1px solid #707070;
	line-height: 34px;
	padding: 0 10px;
	color: #707070;
	border-radius: 5px;
	width: calc(100% - 20px);
}

.texts {
	height: 100px;
}

.tall {
	height: 3px;
}

/* 验证码 */
.form-control {
	border: 1px solid #707070;
	line-height: 34px;
	padding: 0 10px;
	color: #707070;
	flex: 1;
	border-radius: 5px;
	width: calc(100% - 150px);

}

.input-group-btn {
	display: inline-block;
}

.btn {
	display: flex;
	background: #1d51be;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	border-radius: 5px;
	color: #fff;
	margin: 0px auto;
	border: 0;
}

@media screen and (max-width: 1200px) {
	.table {
		width: 45%;
	}

	.feedback-main {
		width: 94%;
		margin: 40px auto;
	}
}

@media screen and (max-width: 1100px) {
	.feedback-main {
		width: 96%;
		margin: 30px auto;
	}
}

@media screen and (max-width: 1000px) {
	.table {
		width: 50%;
	}
}

@media screen and (max-width: 800px) {
	.feedback-bgtu {
	padding-bottom: 48%;
	background-size: cover;
	}
	.feedback-bgtu h2 {
		font-size: 38px;
	}
}

@media screen and (max-width: 700px) {
	.table {
		width: 60%;
	}
}

@media screen and (max-width: 700px) {
	.table {
		width: 80%;
	}
}

@media screen and (max-width: 500px) {
	.table {
		width: 90%;
	}

	.NavList-2 li {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.table {
		width: 95%;
	}
}