.position{
	display: flex;
	color: #999;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.position a{
	color: #999;
	margin-right: 3.5px;
}
.position img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.bg{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	border-radius: 6px 6px 0 0;
	margin-top: 20px;
	padding-top: 50px;
}
.bg h1{
	font-size: 30px;
	color: #fff;
	margin-left: 50px;
	font-weight: normal;
}
.bg .nav{
	display: flex;
	margin-top: 70px;
	background: #FE5723;
	border-radius: 25px 25px 0 0;
}
.bg .nav a{
	color: #fff;
	font-size: 16px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 30px;
	margin-right: 40px;
	cursor: pointer;
}
.bg .nav .cursor{
	background: #333;
	position: relative;
	height: 60px;
	border-radius: 12px 12px 0 0;
	top: -10px;
}
.main{
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.1);
	border-radius: 0 0 6px 6px;
	padding-top: 36px;
	padding-bottom: 60px;
}
.main .info{
	display: flex;
	padding: 0 20px;
	align-items: flex-start;
}
.main .info .logo{
	display: flex;
	width: 250px;
	height: 250px;
	border-radius: 6px;
	margin-right: 30px;
}
.main .info .center{
   display:flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    flex:1;
}
.main .info .center .bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .info .center .bot span{
    display:flex;
    align-items:center;
    height: 36px;
    margin-top: 0!important;
     color:#FE5723;
    font-weight: bold;
    font-size: 16px;
}
.main .info .center h1{
	color: #333;
	font-weight: bold;
	font-size: 26px;
}
.main .info .center p{
    margin: 25px 0;
}
.main .info .center p span:nth-child(1){
	margin-top: 0;
}
.main .info .center span{
	display: flex;
	color: #999;
	font-size: 16px;
	margin-top: 20px;
}
.main .info .center font{
	color: #666;
	font-size: 16px;
}
.main .info .center .blue{
	color: #3794FF;
}
.main .info .center .orange{
	font-weight: bold;
	color: #fd4d07;
}
/*.main .info .center a{
	width: 212px;
	border-radius: 4px;
	height: 50px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	background: #FE5723;
	justify-content: center;
}*/
.main .info .digg{
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.main .info .digg img{
    display: flex;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}