*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
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;
 
}
.T-U{
	width: 100vw;
	height: 405px;
	position: relative;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.T-list{
	width: 1200px;
	height: 39px;
	position: absolute;
	top: -39px;
	display: flex;
}
.L-tou{
	width: 188px;
}
.w-lou{
	width: 188px;
	height: 41px;
	background-color: #FF6648;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.Y-c{
	width: 186px;
	height:150px;
	border: #FF6648 solid 1px;
	background-color: #fff;
	transition: 0.3s;
	display: none;
}
.Y-c>li{
	width: 172px;
	height: 35px;
	border-bottom: solid 1px #c5c5c5;
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content:space-around;
	 cursor: pointer;
	 margin: auto;
}
.Y-c>li:last-child{
	border: none;
}
.L-tou:hover .Y-c{
	
	display: block;
}
.list-biao{
	width: 700px;
	align-items: center;
	display: flex;
	justify-content: space-around;
	margin-left: 20px;
}
.list-biao>a{
	font-size: 15px;
	font-weight: 800;
	color: #1e1e1e;
}
.U-img{
	width: 100%;
	
}
.U-img>img{
	width: 100%;
	height: 100%;
}
.i-tu{
	width: 100vw;
}
.ting-tu{
	width: 1200px;
	margin: 0 auto;
	margin-top:80px;
}
.x-x-1{
	width: 1200px;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom: 20px;
}
.x-tou{
	width: 1200px;
	height: 41px;
	border-top: solid 1px #FF6648;
	background-color: #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bx-ti{
	height: 40px;
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.bx-ti img{
	width: 30px;
	height: 30px;
}
.J-zhuang{
	font-weight: 700;
	font-size: 15px;
	color: #FF6648;
	margin-left: 10px;
}
.G-duo{
	margin-right: 18px;
	font-size: 14px;
	cursor: pointer;
}
.wai-chang{
	width: 1200px;
}
.wai-chang>a{
	width: 1180px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	border-bottom: solid 1px #f3f3f3;
}
.wai-chang>a>p{
	font-size: 13px;
	color: #1e1e1e;
}
.wai-chang>a>p:nth-child(2){
	color: #aaaaaa;
}