@charset "UTF-8";
.fl{
    float: left;
}
.fr{
    float: right;
}
.hidden{
    display: none;
}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.color-brown{
	color: #b29e90!important;
}
.flex-box{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.main {
    margin: 0 auto;
}

.top{
    position: fixed;
    top: 0;
    width: 100%;
    height: 5.5rem;
    line-height: 5.5rem;
    background: none;
    color: #fff;
    z-index: 1000;
}
.sub-page .top{
	position: static;
}
.top .main{
    width: 88.8rem;
    margin: 0 auto;
}
.top .logo{
    width: 7.5rem;
    height: 3rem;
}
.top .logo img{
    width: 7.5rem;
    height: 3rem;
}
.top .logo img.move{
    display: none;
}
.top .nav{
    margin-left: 18rem;
}
.top .nav li{
    float: left;
    font-size: 0.8rem;
    height: 5.5rem;
    line-height: 5.5rem;
    margin-left: 3.6rem;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
}
.top .nav li a{
    display: inline-block;
    height: 5.5rem;
    color: #fff;
}
.top .nav li:hover:before,
.top .nav li.selected:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    font-weight: normal;
    border-top: 4px solid #fff;
    box-sizing: border-box;
}
.top .search-form{
    margin-left: 2rem;
    color: #fff;
}
.top .search-form input{
    font-size: 0.8rem;
    color: #fff;
    border-radius: 6px;
    border: none;
    outline: none;
    width: 12rem;
    height: 1.9rem;
    padding-left: .8rem;
    box-sizing: border-box;
    background: rgba(255,255,255, .5);
}
.top .search-form input::placeholder{
    color: #fff;
}
.top .search-form i{
    margin-left: .8rem;
    cursor: pointer;
}
.top.move{
    background: #fff;
}
.top.move .logo img.static{
    display: none;
}
.top.move .logo img.move{
    display: block;
}
.top.move .nav li a{
    color: #595857;
}
.top.move .nav li:hover:before,
.top.move .nav li.selected:before{
    border-top: 4px solid #683a1b;
}
.top.move .search-form{
    color: #ad9788;
}
.top.move .search-form input{
    color: #ad9788;
    border: 1px solid #ad9788;
    background: rgba(238,232,227,1);
}
.top.move .search-form input::placeholder{
    color: #ad9788;
}

.sub-banner{
	height: 8.2rem;
	background: url(../images/subBanner/sub-banner.png) center center no-repeat;
	background-size: cover;
}
.sub-banner img{
	width: 100%;
}

.breadcrumb{
	border-bottom: 1px solid #eee;
	height: 5.9rem;
	line-height: 5.9rem;
}
.breadcrumb .main{
	margin: 0 7.7rem;
	justify-content: space-between;
}
.breadcrumb .breadcrumb__left{
	font-size: 0.8rem;
}
.breadcrumb .breadcrumb__left a{
	display: inline-block;
	color: #999;
	margin-right: .9rem;
}
.breadcrumb .breadcrumb__left img{
	vertical-align: middle;
}
.breadcrumb .breadcrumb__left a.breadcrumb-text:hover,
.breadcrumb .breadcrumb__left a.breadcrumb-text.selected{
	color: #683a1b;
}
.breadcrumb .breadcrumb__right ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.breadcrumb .breadcrumb__right ul li{
	width: 7rem;
	text-align: center;
	font-size: 0.8rem;
}
.breadcrumb .breadcrumb__right ul li a{
	height: 5.9rem;
	color: #666;
	display: inline-block;
	box-sizing: border-box;
}
.breadcrumb .breadcrumb__right ul li a:hover,
.breadcrumb .breadcrumb__right ul li a.selected{
	color: #683a1b;
	border-bottom: 4px solid #683a1b;
}



.footer{
    min-height: 8.5rem;
    background: #595857;
    overflow: hidden;
}
.footer .main{
    width: 80rem;
    margin: 2.4rem auto;
    color: #fff;
    font-size: 0.8rem;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.footer .main .qrcode,
.footer .main .qrcode img{
    width: 7rem;
    height: 7rem;
}
.footer .main .content{
    color: #fff;
    font-size: 0.8rem;
    margin-left: 3.3rem;
}
.footer .main .contact{
    margin: 1rem 0;
}
.footer .main .relation-links li{
    float: left;
}
.footer .main .relation-links li a{
    color: #fff;
}
.footer .main .contact a{
    color: #fff;
    margin-right: 1.2rem;
}
.footer .main .contact a.tel{
    margin-left: 5rem;
}
.footer .main .copyright{
    color: #bcbcbd;
}
.footer .main .copyright span{
    margin-right: 1.2rem;
}
.footer .main .copyright span:nth-child(3){
    margin-left: 10.2rem;
}

.content-items .main{
    margin: 0 6rem;
}
.content-item{
    display: none;
    overflow: hidden;
}
.content-item .flex-box{
    align-items: flex-start;
}
.content-item.active{
    display: block;
}
.modify-image{
    font-size: 1.65rem;
    color: #ddd;
    margin-top: 6rem;
    margin-right: 5.6rem;
    width: 24rem;
}
.modify-image p{
    padding-left: 1.7rem;
}
.modify-image p + p{
    margin: 1rem 0 2.4rem;
    color: #683a1b;
    font-size: 1.5rem;
}
.modify-image img{
    width: 18.2rem;
}
.timeline{
    padding-top: 6.2rem;
    padding-left: 3rem;
    border-left: 1px solid #eee;
}
.timeline p{
    font-size: 1.5rem;
    color: #ddd;
}
.timeline p.title{
    font-size: 1.5rem;
    color: #683a1b;
}
.links{
    width: 80rem;
    font-size: 0.8rem;
    margin: 1rem auto 2rem;
}
.links p{
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .5rem;
}
.links li{
    float: left;
    width: 25%;
    text-align: left;
    margin-bottom: .5rem;
}
.links a{
    color: #fff;
}
.content-item img{
    max-width: 100%;
}





