﻿iframe{width:117px;height:40px;}

.colorimg {
	color: #333;
	display: block;
}
.colorimg:hover {
	color: #0e90d2;
	transition: color 1s;/*���䶯��*/
	-moz-transition: color 1s; /* Firefox 4 */
	-webkit-transition: color 1s; /* Safari and Chrome */
	-o-transition: color 1s; /* Opera */
}
.colorimg img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.colorimg:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
filter:
}
.pagecode {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.am-topbar .am-text-ir {
	display: block;
	margin-right: 10px;
	height: 50px;
	width: 135px;
	-webkit-background-size: 135px 50px;
	background-size: 135px 50px;
	background-image: url(../i/ui/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-bottom: 5px;
}
.am-topbar {
	background-color: #01458e;
}
h2 {
	margin: 0px;
}
.more hr {
	margin-top: -17px;
}
.more-button {
	height: 37px;
	width: 130px;
}
.index-offcanvas a {
	color: #FFF;
}
.index-offcanvas a:hover {
	color: #0e90d2;
}
.news-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news-list li {
	padding-bottom: 15px;
}
.index-news-list{}
.index-news-list a {
	min-height:236px;
	position: relative;
	margin-top: 35px;
	padding-top: 35px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	color: #666;
	border: 1px solid #dedede;
}
.index-news-list a:hover {
	position: relative;
	margin-top: 35px;
	padding-top: 35px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	color: #666;
}
.index-news-list a h2 {
	color: #333;
	transition: color 1s;/*���䶯��*/
	-moz-transition: color 1s; /* Firefox 4 */
	-webkit-transition: color 1s; /* Safari and Chrome */
	-o-transition: color 1s; /* Opera */
}
.index-news-list a .index-news-date {
	position: absolute;
	left: 22px;
	width: 66px;
	height: 66px;
	background-color: #ccc;
	border-radius: 33px;
	color: #FFF;
	text-align: center;
	top: -35px;
	line-height: 20px;
	padding-top: 14px;
	transition: background-color 1s;/*���䶯��*/
	-moz-transition: background-color 1s; /* Firefox 4 */
	-webkit-transition: background-color 1s; /* Safari and Chrome */
	-o-transition: background-color 1s; /* Opera */
}
.index-news-list a:hover h2 {
	color: #0e90d2;
}
.index-news-list a:hover .index-news-date {
	position: absolute;
	left: 22px;
	width: 66px;
	height: 66px;
	background-color: #f5679f;
	border-radius: 33px;
	color: #FFF;
	text-align: center;
	top: -35px;
	line-height: 20px;
	padding-top: 14px;
}
.contact p, .contact span {
	color: #666;
}
.contact span {
	padding-right: 20px;
}
.bottom {
	background-color: #323232;
	color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0e90d2;
}
.bottom p {
	background-color: #323232;
	color: #CCC;
	font-size: 1em;
	padding: 0px;
	line-height: 2em;
	margin: 0px;
}
.bottom span {
	padding-right: 10px;
	width: 20px;
	text-align: center;
}
.bottom a {
	color: #CCC;
}
.bottom-nav {
	list-style-type: none;
}
.bottom-nav li {
	float: left;
	line-height: 14px;
	padding-right: 20px;
	padding-top: 5px;
}
.footer {
	background-color: #252525;
	color: #CCC;
}
.table-cell {
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.table-cell li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.index-banner {
	min-height: 300px;
	color: #FFF;
}
.banner-block {
	background-color: rgba(0,0,0,.5);
	overflow: hidden;
}
.banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.banner-title {
	font-size: 3rem;
}
.banner-about {
	background-image: url(../i/banner-about.jpg);
}
.banner-join {
	background-image: url(../i/banner-joinus.jpg);
}
.banner-news {
	background-image: url(../i/banner-news.jpg);
}
.banner-products {
	background-image: url(../i/banner-products.jpg);
}
.slash {
	background-color: #FFF;
	height: 5px;
	width: 50px;
	margin-top: 30px;
}
.headbar {
	color: #FFF;
	background-color: #323232;
}
.am-pink {
	background-color: #f468a1;
}
.gotobottom {
	position: absolute;
	bottom: 30px;
	left: 49.5%;
	right: 50.5%;
	animation: change 1s ease-in infinite;
	color: #fff;
	font-weight: bold
}
 @keyframes change {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 0.5;
}
 100% {
 transform: translate(0, 20px);
 opacity: 0;
}
}
@-webkit-keyframes change {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 0.5;
}
 100% {
 transform: translate(0, 20px);
 opacity: 0;
}
}
.gotobottom a {
	color: #FFF;
}
.am-topbar-nav>li>a {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
.am-topbar-nav>li>a:hover {
	background-color: #FFF;
	color: #01458e;
	transition: background-color 0.5s;/*���䶯��*/
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
}
.sub-nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.sub-nav li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.bg-yellow {
	background-color: #09C;
	color: #FFF;
}
@media only screen and (min-width:1025px) {
.am-container {
	max-width: 1200px;
}
.index-banner {
	height: 500px;
}
.am-map {
	height: 500px;
}
.banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	padding-top: 180px;
	padding-bottom: 180px;
}
}
.my-animation-delay {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.img-hide{
	display: none;
}