﻿@charset "utf-8";
.head {
    width: 95%;
    margin: 10px auto;
}

.head .logo .select{
	float:right;
	margin-top:20px;	
}

.head .logo .select select{
	height:30px;	
}

.head .nav{
	margin:10px auto;
	background:#F90;
	text-align:center;
	padding:3px 0;	
}

.head .banaer img{
	width:100%;	
}

.Outcloudpromotion_Profile{
	width:90%;
	margin:0 auto;
	margin-bottom:10px;	
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu{
	width:20%;
	float:left;
	border:1px solid #F90;	
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu .menutitle{
	background:#f90;
	text-align:center;
	padding:5px 0;
	border-bottom:1px dashed #fff;	
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu .menutitle span{
	color:#fff;
	font-size:15px;
	font-weight:bold;	
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu ul{
	padding:0;
	margin:0;
	text-align:center;		
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu ul li{
	padding:3px 0;
	list-style:none;	
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu ul li{
	cursor:pointer;	
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu ul li a{
	color:#000;	
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu ul li:nth-child(1){
	background:#f90;	
}

.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu ul li:nth-child(1) a{
	color:#fff;	
}

.Outcloudpromotion_Profile .Download{
	width:79%;
	float:right;
	border:1px solid #f90;	
}

.Outcloudpromotion_Profile .Download ul{
	padding:0;
	margin:0;	
}

.Outcloudpromotion_Profile .Download ul li{
	list-style:none;
	padding:3px 10px;
	border-bottom:1px solid #f90;	
}

.Outcloudpromotion_Profile .Download ul li a{
	color:#000;
	width:100%;
	display:block;	
}

.Outcloudpromotion_Profile .Download ul li a i:nth-child(1){
	margin-right:5px;	
}

.Outcloudpromotion_Profile .Download ul li a i:nth-child(2){
	float:right;
	margin-top:3px;	
}

.page{
	float:right;
	margin-top:10px;	
}

.Recommend{
	width:90%;
	margin:0 auto;	
}

.Recommend>div{
	border:1px dashed #f90;
}

.Recommend>div:last-child{
	border:0px solid red;	
}

.Recommend .Recommendcontent{
	padding:10px;	
}

.Recommend .Recommendcontent .Recommendtitle{
	border-bottom:1px solid #bcbcbc;
	padding-bottom:5px;	
}

.Recommend .Recommendcontent .Recommendtitle span{
	font-size:15px;
	font-weight:bold;	
}

.Recommend .Recommendcontent .Recommendinfo{
	margin-top:10px;
	width:49%;
	float:left;
	text-align:center;	
}

.Recommend .Recommendcontent .Recommendinfo:nth-child(even){
	float:right;
}

.Recommend .Recommendcontent .Recommendinfo img{
	width:100%;
	margin-bottom:5px;
	transition: all 0.6s; 		
}

.Recommend .Recommendcontent .Recommendinfo img:hover{
	transform: scale(1.1); 	
}

.Recommend .Recommendcontent .Recommendinfo a{
	color:#000;	
}

.Recommend .Recommendcontent .Recommendinfo a:hover{
	color:#0cf;	
}

.Recommend .Recommendcontent ul{
	margin:5px 0;
	padding-left:15px;	
}

.Recommend .Recommendcontent ul li{
	line-height:24px;	
}

.Recommend .Recommendcontent ul li a{
	color:#000;
	letter-spacing:1px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;		
}

.Recommend .Recommendcontent ul li a:hover{
	text-decoration:underline;	
}


.tail{
	background:#ccc;
	margin:10px 0 0 0;
	border:1px solid #ccc;
}

.tail .link{
	width:90%;
	margin:0 auto;		
}

.tail .link ul{
	padding:0;
	margin:5px 0;	
}

.tail .link ul li{
	font-size:15px;
	font-weight:bold;
	list-style:none;
}

.tail .link ul li a{
	color:#000;	
}

.tail .link ul li a:hover{
	color:#0cf;	
}

.tail .link ul li:first-child(){
				
}

.tail .link ul li:nth-child(n+2){
	padding:0 10px 0 0;
	display:inline-block;
	font-size:12px;
	font-weight:inherit;
}

.tail .copyright{
	width:90%;
	margin:0 auto;
	text-align:center;	
}

.tail .copyright ul{
	padding:0;
	margin:5px 0;	
}

.tail .copyright ul li{
	list-style:none;
	line-height:23px;	
}

.cl{
	clear:both;
}

@media screen and (max-width:768px){
	.Outcloudpromotion_Profile .Outcloudpromotion_Profilemenu{
		width:100%;
		margin-bottom:10px;	
	}
	
	.Outcloudpromotion_Profile .Download{
		width:100%;	
	}
}
/* CSS Document */

