#menu{
	background:#FFF
}

#menu_l1{
	line-height:22px;
	font-size:12px;
	border-bottom:1px solid rgb(187,187,187);
	text-align:right;
	height: 22px
}

#menu_l1 a{color:rgb(187,187,187);}

#menu_l2{height:45px;padding:8px}

#menu_l3{
	background:rgb(0,77,132);
	border-bottom: 2px solid #FFF;
	height:36px;
}

.am-with-topbar-fixed-top {
    padding-top: 99px;
}

.ul_list{padding:0;margin: 0;line-height: 36px}
.ul_list .head{}
.ul_list .value{margin-left:2rem}
.ul_list a.checked{color:#f08f1b}

.ul_list li{
	padding:0;
	margin:0;
}

.goods_list{
	font-size: 14px;
	line-height:28px;
	list-style: none;
	display: block;
	margin: 0 auto;
	width:100px;
}

.goods_list li{color:#575757}
.goods_list li a{color:#575757}

.menu_list{
	text-align:center;
}

.menu_list li{
	display:inline;
	margin:3rem;
}

.menu_list li a{
	color:#FFF;
	font-size:14px;
	line-height:14px;
}

.detail {
    background: #fff;
}

.detail-h2 {
    text-align: center;
    font-size: 150%;
    margin: 40px 0;
}

.detail-h3 {
    color: #1f8dd6;
}

.detail-p {
    color: #7f8c8d;
}

.detail-mb {
    margin-bottom: 30px;
}

.hope {
    background: #0bb59b;
    padding: 50px 0;
}

.hope-img {
    text-align: center;
}

.hope-hr {
    border-color: #149C88;
}

.hope-title {
    font-size: 140%;
}

.about {
    padding: 40px 0;
}

.about-title {
    font-size: 180%;
    padding: 30px 0 50px 0;
    text-align: center;
}

.about-list {
    margin-top:1rem;
    
}

.about ul li {
	list-style: none;
	margin: 0
}

footer{
	color:#FFF
}

footer a{
	color:#FFF
}

#img-list h3{text-align: center}
#img-list li{padding: 0 10px}
#img-list .am-gallery-desc{text-align: center}

.am-g-fixed {
    max-width: 1920px;
}

.content_bin{
	margin: 0 auto;
	max-width: 1024px;
}

#c_bin{padding:45px 20px;background:#f7f7f7}
#c_bin .am-gallery-item{text-align: center;padding:0 25px}
#c_bin a{color:#404040}
#c_bin .c_h1{margin-top:20px}
#c_bin .c_title{font-size: 12px}

#top_list .am-gallery-item{padding:0 12px}

p{text-align:justify;text-justify:inter-ideograph;}

.sh-zoom a:hover{
	z-index:1;
}

.sh-zoom a:hover img{
	transform: scale(1.1, 1.1);
	transition: .3s transform;
}