*{
	padding: 0;
	margin: 0;
	list-style: none;
}
/* 使用100vw 消除左右滚动条 */
html {
 overflow-y: scroll;
 /*兼容ie 360浏览器*/
 -ms-overflow-style: none; 
}

:root {
 overflow-y: auto;
 overflow-x: hidden;
}

:root body {
 position: absolute;
}

body {
 width: 100vw;
 overflow: hidden;
 
}

/* 使用100vw 消除左右滚动条结束 */
.S-Tou{
	width: 1200px;
	height: 91px;
	border-bottom: solid 1px #c8c8c8;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.S-Tiao{
	width: 170px;
	line-height: 91px;
	display: flex;
}
.duan-san{
	width: 86px;
	height: 91px;
	text-align: center;
	color: #fff;
	background-color: #FF6648;
	cursor: pointer;
}
.d-s{
	width: 86px;
	height: 91px;
	text-align: center;
	color: #141414;
	cursor: pointer;
}
.Ka-kuang{
	width: 1200px;
	margin: auto;
}
.ti-1{
	width: 1200px;
	display: block;
	/* background-color: #4c96e0; */
}
.sk-yi{
	width: 1200px;
	position: relative;
}
.ui-L{
	width: 350px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 10px;
	display: flex;
	justify-content: space-between;
}
.li_ti{
	height: 26px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	border-radius: 25px;
	font-size: 12px;
	padding-left:15px;
	padding-right:15px;
	color: #4b4b4b;
}
.li_yi{
	height: 26px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	border-radius: 25px;
	font-size: 12px;
	padding-left:15px;
	padding-right:15px;
	background-color: #FF6648;
	color: #fff;
}
.dz-yi{
	height: 500px;
	position: relative;
	display: block;
	top:80px;
}
.dz-yi>p{
	font-size: 14px;
	color: #4b4b4b;
	margin-top: 10px;
}
/* 二、 */
.ti-2{
	display: none;
	margin-top: 20px;
}
.ti-2-biaoti{
	display: flex;
	justify-content: space-between;
}
.ti-2-biaoti>p:last-child{
	color: #646464;
	font-size: 13px;
}
.biaoge-{
	width: 1200px;
	border-collapse: collapse;
	margin-top: 20px;
}
th{
	
	font-size: 15px;
}
th:first-child{
	width: 517px;
}
td{
	text-align: center;
	font-size: 13px;
	line-height: 25px;
}
/* 三、 */
.ti-3{
	width: 1200px;
	display: none;
}
.wantu-op{
	width: 1200px;
	height: 80px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ebebeb;
	display: flex;
	position: relative;
}
.ti-3-biao{
	display: flex;
	font-weight: 700;
	font-size: 14px;
	margin-top: 30px;
}
.xianse{
	width: 8px;
	height: 15px;
	background-color: #ff9d3d;
	margin-right: 10px;
}
.ce-biao{
	position: absolute;
	right: 0;
	width: 750px;
	margin-top: 30px;
}
.ce-biao>li{
	float: left;
	font-size: 14px;
	margin-right: 86px;
	cursor: pointer;
	margin-bottom: 10px;
}
.ce-biao>li:hover{
	font-weight: 700;
}
/* 2、 */
.wenzi-duo{
	width: 1200px;
	font-size: 13px;
	text-align: left;
	position: relative;
	top: 50px;
	padding-bottom: 200px;
	display: none;
}
.wenzi-duo p:first-child{
	font-weight: bold;	
}
.wenzi-duo>p{
	white-space: pre-line;
	padding: 0 0 10px 0;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
}
.wenzi-ershao{
	width: 1200px;
	font-size: 13px;
	position: relative;
	top: 50px;
	display: none;
}
.wenzi-ershao>p{
	white-space: pre-line;
	padding: 0 0 80px 0;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
}
.wenzi-sanshao{
	width: 1200px;
	font-size: 13px;
	position: relative;
	top: 50px;
	display: none;
}
.wenzi-sanshao>p{
	white-space: pre-line;
	padding: 0 0 80px 0;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
}