

.am-header-default{
	background-color:#2482C2;
}
.am-control-nav{
	bottom:10px!important;
}
.am-control-nav li a.am-active{
	background-color:#2482C2!important;
}
.search form{
    position: relative;
    margin-top: 9px;
    width: 40px;
    height: 32px;
    -webkit-transition: .15s;
    transition: .15s;
	
}
.search form button{
    position: absolute;
    top: 3px;
    left: 2px;
    z-index: 50;
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    outline: 0;
    color: #f2f2f2;
}
.search input::-moz-placeholder { color:transparent; } 
.search input:-ms-input-placeholder{ color:transparent; } 
.search input::-webkit-input-placeholder { color:transparent; } 
.search input[type=text]{
	position: absolute;
    z-index: 100;
    border: none;
	right:0px;
    background-color: transparent;
    color: transparent;
    width: 40px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.search.active input[type=text]{
	 background-color: #fff;
	 margin-left:30px;
    color: #000;
	z-index:70!important;
	width:160px;
}
.search.active form{
	width:190px;
	background-color:#fff;
}
.search.active button:focus{
	outline:none;
	border:none;
}
.search.active input[type=text]:focus{
	outline:none;
	border:none;
}
.search.active button{
	z-index:9999;
    color: #000;
}
.search.active input::-webkit-input-placeholder { color:#000; } 

.product-menus{
	text-align:center;
	text-align: center;
    height: 45px;
    line-height: 45px;
    color: #2482C2;
    font-family: "微软雅黑";
	background-color: #f1f4f5;
}
.product-menus .selected{
	color:#000;
}

.product-hot{
	border-bottom: 1px solid #dedede;
	margin-bottom:12px;
}

.am-list-news-hd h2{
	color:#000;
}
.am-list-news-hd span{
	color:#888;
}
.am-list-news-bd .am-list a{
	color:#000;
    font-size: 14px;
}
.am-list-news-hd h2{
	border-left: 5px solid #2482C2;
    padding-left: 5px;
	font-size: 18px;
}
.news-index li:first-child{
    border-top: 1px solid #dedede;
}
.news-bd li{
	border:none;
}
.news-bd li a:before{
	content:"\2022  \009F";
}

.footer{
	text-align:center;
	padding:10px;
	font-size:14px;
}

.am-navbar-default .am-navbar-nav{
	background-color:#2482C2;
}
.am-with-fixed-navbar{
	padding-bottom:49px;
}

.main{
	padding:10px;
}
.company-intro{
	font-size:14px;
	
}
.company-intro{
	text-indent:2em;
	padding-top: 1rem;
}


.frequently-class li a{
	padding:5px 10px;
	margin:0px;
	text-align:center;
	text-overflow: ellipsis;
    overflow: hidden;
	white-space:nowrap;
}
.more-class{
	float:right!important;
	list-style: none;
    width: 25%;
    text-align: center;
	position:relative;
	z-index:9999;
	height:37px;
	top:-30px;
	background-color:#fff;
}
.am-nav-tabs{
	border:none;
}
.am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover{
	color: #000;
	border: 1px solid #EEEEEE;
	cursor: default;
}
.show-more{
	border-bottom:none;
	display:none;
}

.more-class a span{
	vertical-align: middle;
}
.rotate{
	transform:rotate(180deg);
}
.am-tabs-bd{
	overflow:hidden;
	width:100%;
}
.product img{
	margin:0rem;
}
.product-intor{
	margin:0rem;
    padding: 0rem 0.8rem 0.8rem;
}

.title h1{
	padding:0 1rem;
	margin: 0rem;
}
.newaArticle{
	font-size:1.4rem;
	padding:1rem
}
.newaArticle p{
	text-indent:3rem;
}
.newaArticle img{
	width:100%;
}

.message p{
	color:#A4A4A4;
	text-align:center;
	font-size:14px;
	margin:10px;
}
.message-box{
	text-align:center;
	width:100%;
	
}
.message-box .wrap{
	padding:1rem;
}
.message-box input{
	height:44px;
}
.message-box textarea{
	height:12rem;
	resize:none;
}
.message-box input,.message-box textarea{
    width: 88%;
    background-color: #EEEEEE;
    border: none;
    outline: none;
    padding: .8rem;
	font-size:14px;
}
.message-box input[type=submit]{
	color:#fff;
	background-color:#2482C2;
	font-size:18px;
}
.message-box  input::-moz-placeholder { color:#A4A4A4; } 
.message-box  input:-ms-input-placeholder{ color:#A4A4A4; } 
.message-box  input::-webkit-input-placeholder { color:#A4A4A4; } 

.news-center li{
	border-bottom:1px solid #ccc;
	margin-bottom: 0px;
	padding-bottom:15px;
}
.news-center li a{
	padding-bottom:0px;
	padding-right:0px!important;
}
.news-time{
	left: 0px;
    padding-left: 1rem;
    position: relative;
    top: 0px;
	margin:0px
}

.news-title{
	text-align:center;
	padding: 10px;
}
.news-title h1{
	font-size: 1.8rem;
    font-weight: 500;
    margin: 0px;
}
.news-title h3{
	margin: 0px;
    color: #888;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: right;
    padding-right: 2rem;
}

.refresh{
	text-align:center;
	margin:auto;
    padding: 5px;
}
.refresh-trigger{
	display:inline-block;
    color: #888;
	cursor:pointer;
}
.show-amnimal{
	width:100%;
	background-color:#ccc;
	margin:0px;
	text-align:center;
	height:50px;
	display:none;
}

