﻿/*调整圆圈链接ol位置*/
.carousel-indicators {
	bottom: -5px;
}
/*调整轮播图位置*/
#carousel-example-generic {
	top: 30px;
	width: 700px;
	margin: auto;
}

#carousel-example-generic img {
	margin: auto;
	border-radius:20px;
		
}

#mainbanner {
	text-align: center;
	padding-top: 50px;
	/*background: url(../res/mainbg.png) no-repeat center 0;*/
}

body {
	background-color: #000000;
}

#desktopnav div {
	text-align: center;
}

.desktopnavitem {
	margin: auto;
	margin-top: 40px;
	width: 60%;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

.desktopnavitem:hover {
	color: #ffffff;
	font-size: 15pt;
	text-decoration: none;
}

.logo {
	
}

#slogan {
	display: none;
}

.mobile{
	display:none;
}

.ubtn {
	display: none;
}

.header td{
	width:33%;
	text-align:center;
}

/*@media ( max-width : 450px) {*/
/*	body {*/
/*		background: url(../res//bgs/4.jpg) no-repeat center 0;*/
/*	}*/
/*	#mainbanner {*/
/*		height: 500px;*/
/*		text-align: center;*/
/*		padding-top: 50px;*/
/*		background: linear-gradient(to bottom, rgba(130, 130, 130, .4),*/
/*			rgba(252, 250, 242, .4));*/
/*		background-repeat: repeat-x;*/
/*		border-bottom-right-radius: 20px;*/
/*		border-bottom-left-radius: 20px;*/
/*	}*/
/*	#subtitle {*/
/*		width: 70%;*/
/*	}*/
/*	.shortcut {*/
/*		width: 70%;*/
/*	}*/
/*	.banner-shortcut {*/
/*		width: 100%;*/
/*	}*/
/*	.logo {*/
/*		width: 30%;*/
/*	}*/
/*	.card {*/
/*		width: 99%;*/
/*		margin: 3px;*/
/*		background-color: rgba(189, 182, 186, .4);*/
/*		border-radius: 10px;*/
/*	}*/
/*	#slogan {*/
/*		margin: auto;*/
/*		margin-top: 300px;*/
/*		width: 70%;*/
/*		border: 1px solid #ffffff;*/
/*		display: block;*/
/*		padding: 15px;*/
/*		color: #ffffff;*/
/*		text-align: center;*/
/*		border-radius: 5px;*/
/*	}*/
/*	.ubtn {*/
/*		display: block;*/
/*		border: 1px solid #ffffff;*/
/*		padding-top: 10px;*/
/*		padding-bottom: 10px;*/
/*		padding-right: 20px;*/
/*		padding-left: 20px;*/
/*		border-radius: 5px;*/
/*		color: #ffffff;*/
/*	}*/
/*	.ubtn:hover {*/
/*		text-decoration: none;*/
/*		opacity: .5;*/
/*	}*/
/*	#bgmain2 {*/
/*		text-align: center;*/
/*	}*/
/*	.ubtnholder {*/
/*		padding: 30px;*/
/*	}*/
/*	.desktop {*/
/*		display: none;*/
/*	}*/
/*	.mobile{*/
/*		display:block;*/
/*	}*/
/*}*/