* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.name {
	overflow: hidden;
	margin-top: 30px;
}
.name input {
	border: 1px solid #E8E8E8;
	width: 295px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	float: left;
	margin-left: 27px;
	border-radius: 5px;
}
.name p{
	width: 100px;
	text-align: left;
	float: left;
	height: 36px;
	line-height: 36px;
}
.letterBox {
	display: flex;
	margin-top: 25px;
}
.letterBox p {
	width: 100px;
	text-align: left;
	height: 36px;
	line-height: 36px;
}
.letterBox .letter {
	flex-grow: 1;
	margin-left: 27px;
}
.letterBox .letter span {
	display: inline-block;
	width: 21px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	margin-right: 13px;
	color: #707070;
}
.letterBox .letter span:hover {
	cursor: pointer;
}
.curs {
	background: #C21413;
	color: #ffffff!important;
}
.departmentBox {
	display: flex;
	margin-top: 25px;
}
.departmentBox p {
	width: 200px;
	text-align: left;
}
.departmentBox .department {
	flex-grow: 1;
}
.departmentBox .department span {
	display: inline-block;
	margin-right: 20px;
	border-bottom: 1px solid transparent;
	margin-bottom: 5px;
	color: #707070;
	white-space: nowrap;
}
.departmentBox .department span:hover {
	cursor: pointer;
	color: #C01B17;
	border-bottom: 1px solid #C01B17;
}
.cursTwo {
	color: #C01B17!important;
	border-bottom: 1px solid #C01B17!important;
}
.researchBox {
	display: flex;
	margin-top: 25px;
	overflow: hidden;
}
.researchBox  p {
	width: 115px;
	text-align: left;
	float: left;
}
.researchBox .research {
	float: left;
	margin-left: 18px;
	flex-grow: 1;
}
.researchBox .research  span {
	white-space: nowrap;
	margin-bottom: 5px;
}
.researchBox .research span:hover {
	cursor: pointer;
	color: #C01B17;
	border-bottom: 1px solid #C01B17;
}
.titleBox {
	margin-top: 25px;
	display: flex;
}
.titleBox span {
	margin-right: 20px;
	color: #707070;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
	margin-bottom: 5px;
	display: inline-block;
}
.titleBox p {
	width: 115px;
	float: left;
}
.titleBox .title {
	flex-grow: 1;
	margin-left: 18px;
}
.titleBox span:hover {
	cursor: pointer;
	color: #C01B17;
	border-bottom: 1px solid #C01B17;
}
.open {
	float: right;
	width: 55px;
	height: 25px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	color: #A40007;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	font-size: 14px;
}
.open:hover {
	cursor: pointer;
}
.researchBox .research span {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid transparent;
	color: #707070;
}
.researchBox .research span:hover {
	cursor: pointer;
}
.summaryBox {
	padding:20px 30px 40px 30px;
	box-sizing: border-box;
	background: #F9F9F9;
	margin-top: 40px;
	border: solid 1px #dddddd;
}
.summaryBox p {
	color: #A40007;
	/* text-align: center; */
	font-size: 20px;
	margin: 20px 30px 10px 0px;
	
}
.summaryBox .summary a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	width: 135px;
}
.summaryBox .summary a:hover{
	color: #C01B17;
	cursor: pointer;
	/* border-bottom: 1px solid #C01B17!important; */
	text-decoration: underline;
}
/* .cursThree{
	color: #C01B17!important;
	border-bottom: 1px solid #C01B17!important;
} */
.web {
	display: block;
}
.phone {
	display: none;
}

@media screen and (max-width: 750px){
	.phone {
		display: block;
	}
	.web {
		display: none;
	}
	.name {
		margin-top: 10px;
	}
	.name input {
		width: 100%;
		margin-left: 0;
	}
	.letterBox {
		display: block;
		margin-top: 10px;
	}
	.letterBox .letter {
		margin-left: 0;
	}
	.letterBox .letter span {
		margin-bottom: 10px;
		
	}
	.departmentBox {
		display: block;
	}
	.departmentBox .department {
		margin-left: 0;
		margin-top: 10px;
	}
	.researchBox {
		margin-top: 10px;
	}
	.researchBox .research {
		width: 100%;
		margin-left: 0;
	}
	.researchBox .research span {
		margin-top: 10px;
	}
	.summaryBox {
		margin-top: 20px;
		padding: 10px;
	}
	.summaryBox p {
		margin: 10px 10px 10px 0px;
		font-size: 20px;
	}
	.name p {
		font-weight: bold;
	}
	.letterBox p {
		font-weight: bold;
	}
	.departmentBox p {
		font-weight: bold;
	}
	.researchBox p {
		font-weight: bold;
	}
	.summaryBox .summary a {
		display: inline-block;
		height: 45px;
		line-height: 45px;
		width: 110px;
	}
}
.navUls {
	white-space: nowrap;
	overflow-x: scroll;
	margin: 10px 0;
}
.navUls li {
	display: inline-block;
	margin-right: 10px;
}
.active {
	color: #C01B17;
}
.tabFirst {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill, 20px);
	grid-gap: 10px;
}
.tabFirst span {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #707070;
}
.tabSecond span{
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
	color: #707070;
}
