center {
	font-size: .16rem;
	margin-bottom: .8rem;
}
.top-banner {
	margin-top: 0;
	height: 6.3rem;
	background-color: rgba(0, 0, 0, .25);
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about-banner {
	background-image: url(../images/banner-about.jpg);
}
.banner-news {
	background-image: url(../images/banner-news.jpg);
}
.banner-product {
	background-image: url(../images/banner-product.jpg);
}
.banner-adv {
	background-image: url(../images/banner-adv.jpg);
}
.contact-banner {
	background-image: url(../images/banner-contact.jpg);
}
.banner-support {
	background-image: url(../images/banner-sup.jpg);
}
.banner-research {
	background-image: url(../images/banner-research.jpg);
}
.top-banner-title {
	font-size: .36rem;
	color: #fff;
	font-family: ITC Avant Garde Gothic LT Book;
	text-transform: uppercase;
	line-height: .6rem;
}
.top-banner-subtitle {
	margin-bottom: .25rem;
	font-size: .14rem;
	color: #fff;
	line-height: .45rem;
}
/*按钮*/
.button {
    margin-top: .34rem;
    font-size: .16rem;
    width: 2.3rem; height: .42rem;
    line-height: .42rem;
    text-align: center;
    display: block;
    color: #fff;
    transition: all .4s ease-in-out;
    background-color: var(--mainColor);
    border: 1px solid #EEA564;
    text-transform: uppercase;
}
.button:hover {
    border: 1px solid #fff;
}
.top-banner .top-index {
	display: inline-block;
	position: absolute;
	top: 50%; right: 16%;
	text-align: left;
}
.top-banner .banner-text {
	margin: 0 auto;
	width: 12.8rem;
	top: 50%; left: 0;
	position: relative;
	transform: translateY(-50%);
	text-shadow: 1px 1px #000;
	line-height: 1;
}
.top-banner .title {
	font-family: CastleTUlt;
	font-size: .6rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.top-banner .subtitle  {
	margin: .25rem 0;
	font-size: .24rem;
	color: #fff;
	text-transform: capitalize;
	opacity: .61;
}
.top-banner .button {
	margin: 0 auto;
}
/*面包屑*/
.nav {
	font-size: .14rem;
	text-align: center;
	height: .5rem;
	line-height: .5rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
	position: relative;
	top: -.5rem;
	z-index: 1;
}
.nav a {
	color: #fff;
}
.nav .iconfont {
	font-size: .14rem;
}
.nav span {
	padding-left: .26rem;
	box-sizing: border-box;
	margin: 0 auto;
	width: 12.8rem;
	display: block;
	text-align: left;
}
.index-bottom-menu {
	border-top: 1px solid #ddd;
}
.index-bottom-menu .info {
	padding: .65rem 0 .5rem;
	font-size: 0;
}
.index-bottom-menu .info::after {
	content: '';
	display: block;
	width: 0; height: 0;
	clear: both;
}
.index-bottom-menu .info .left {
	width: 50%;
	font-size: .16rem;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.index-bottom-menu .info .left img {
	width: 1.26rem;
}
.index-bottom-menu .info .left .title {
	margin: .2rem 0 .05rem;
	font-size: .18rem;
	color: #797979;
	font-family: CASTLEU;
	text-transform: uppercase;
}
.index-bottom-menu .info .left .subtitle {
	font-size: .16rem;
	color: #7a7a7a;
}
.index-bottom-menu .info .left .text {
	margin-top: .18rem;
	padding-left: .48rem;
	box-sizing: border-box;
	line-height: .4rem;
}
.index-bottom-menu .info .left .text > div {
	width: 3.85rem;
	position: relative;
	color: #a0a0a0;
}
.index-bottom-menu .info .left .text .two-line {
	line-height: .25rem;
}
.index-bottom-menu .info .left .text i {
	position: absolute;
	left: -.4rem; top: 50%;
	transform: translateY(-50%);
	font-size: .26rem;
	color: var(--mainColor);
}
.index-bottom-menu .info .left .text a {
	color: #b9b5b5;
}
.index-bottom-menu .info ul {
	margin-top: .11rem;
	float: left;
	display: inline-block;
	vertical-align: top;
}
.index-bottom-menu .info ul li {
	width: 3.1rem;
	text-align: left;
	float: left;
}
.index-bottom-menu .info ul li span {
	font-size: .18rem;
	color: var(--mainColor);
	display: block;
	line-height: .64rem;
}
.index-bottom-menu .info ul li a {
	color: #a0a0a0;
	line-height: 1.8;
	display: block;
	font-size: .14rem;
	text-transform: uppercase;
}
.index-bottom-menu .info ul li a:hover {
	color: #000;
}
.index-bottom-menu .info ul li:hover span {
	color: var(--mainColor);
}
center {
	padding-top: .4rem;
	margin-left: -1px;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
.top-banner {
	height: 4rem;	
}
.top-banner .title {
	font-size: .3rem;
}
.top-banner .subtitle {
	margin: .2rem 0;
}
.top-banner .banner-text {
	padding: 0 6%;
	box-sizing: border-box;
	width: 100%;
}
.index-bottom-menu {
	border-top: 2px solid #ddd;
}
.index-bottom-menu .info {
	padding: .3rem 0 .25rem;
}
.index-bottom-menu .info ul {
	display: none;
}
.index-bottom-menu .info .left {
	width: 100%;
}
.index-bottom-menu .info .left .text {
	margin-top: 0;
}
.index-bottom-menu .info .left .text > div {
	width: 100%;
}
.index-bottom-menu .info .left img {
	margin: 0 auto;
	display: block;
}
.index-bottom-menu .info .left .title {
	display: none;
}
.index-bottom-menu .info .left .subtitle {
	display: none;
}
center {
	margin-top: .2rem;
}



}
