@charset "utf-8";
body {
	background-color: #F6F6F6;
}

.container.my-con {
	padding: 5% 15% 0;
}

.container.my-con img {
	margin-bottom: 10%;
}

@media (max-width: 1200px) {
	.container.my-con {
		padding: 20% 0 0;
	}
	.container.my-con img {
		transform: scale(1.2);
	}
	.container.my-con img {
		margin-bottom: 50%;
	}
}

.navbar-brand {
	padding: 10px 15px;
}

.navbar-brand img {
	width: 70%;
	height: auto;
	vertical-align: middle;
}


/*.navbar {
	height: 60px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar.animation {
	/*padding: 8px 0;
	height: 100px;
	background: #fff;
	background: rgba(255, 255, 255, .96);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}*/


/*.navbar.animation h1 a.logo {
		display: block;
		width: 192px;
		height: 44px;
		background: url(images/logo_txt_2x.png) no-repeat center;
		background-size: 192px 44px;
		text-indent: -8889px;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}*/


/*.navbar.animation ul.nav li a {
		display: block;
		font-size: 16px;
		line-height: 44px;
		color: #121212;
		text-decoration: none;
	}
	.navbar.animation ul.nav li a.cicon-qq {
		margin: 0;
		display: block;
		width: 44px;
		height: 44px;
		text-indent: -8889px;
		background: url(images/cicon_bg_qq.png) no-repeat 0px -88px;
		background-size: 44px;
	}
	.navbar.animation ul.nav li a.cicon-qq:hover {
		background: url(images/cicon_bg_qq.png) no-repeat 0px -44px;
		background-size: 44px;
	}*/


/*.navbar.animation ul.nav li a.current,
.navbar.animation ul.nav li a.current:hover {
	color: #ea3340;
	background: url(images/dot_red.png) no-repeat center bottom;
	background-size: 6px;
}*/


/* header*/

.Ued-header {
	position: fixed;
	left: 0;
	top: 0;
	padding: 15px 0;
	height: 100px;
	width: 100%;
	z-index: 1000;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.Ued-header h1 {
	float: left;
	margin: 0;
}

.Ued-header h1 a.logo {
	display: block;
	width: 192px;
	height: 44px;
	text-indent: -8889px;
	background: url(../img/bg-black.png) no-repeat center;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.Ued-header ul.nav {
	float: right;
}

.Ued-header ul.nav li {
	float: left;
	padding: 0 20px;
}

.Ued-header ul.nav li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	color: #222;
}

.Ued-header ul.nav li a:hover {
	color: #ea3340;
	text-decoration: none;
	background-color: none;
}

.Ued-header-scroll {
	padding: 8px 0;
	height: 60px;
	background: #fff;
	background: rgba(0, 0, 0, .7);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.Ued-header-scroll h1 a.logo {
	display: block;
	width: 192px;
	height: 44px;
	background: url(../img/logo.png) no-repeat center;
	background-size: 192px 44px;
	text-indent: -8889px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.Ued-header-scroll ul.nav li a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #efefef;
	text-decoration: none;
}

.Ued-header-scroll ul.nav li a.current,
.Ued-header-scroll ul.nav li a.current:hover {
	color: #ea3340;
	background: url(images/dot_red.png) no-repeat center bottom;
	background-size: 6px;
	background-color: rgba(255,255,255,0.8);
}

.Ued-header-scroll{
	/*padding: 0;*/
}