img.am-thumbnail,.am-thumbnail img {
    max-width: 100%;
    height: auto
}
.app-headline a {
    color: #333;
}
.app-headline h3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.app-headline ul {
    list-style: none;
    margin-top:0rem;
    margin-bottom:0.6rem;
    padding-left: 0rem;
}
.app-nav-company li.actived, .app-nav-company li.actived a {
    /*border-bottom:2px solid #0e90d2;*/
    color: #FFF;
    background-color: #0E90D2;
    border-color: #10A0EA;
}

.am-article-bd img {
max-width: 100%;
height:auto;
}

.am-cus-logo img {
    /*width: 160px;*/
    height:45px;
    /*background:url('../../image/logo2.png');*/
}

.Validform_error {
    border-color: #DD514C !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.am-form-success .am-form-field {
    border-color: #5EB95E !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.Validform_checktip.Validform_right {
    color: #5EB95E;
}
.Validform_checktip.Validform_wrong {
    color: #DD514C;
}

.am-list-noborder li {
  border:none;
}
.am-list-noborder li a {
  padding-top:0.6rem;
  padding-bottom:0.6rem;
}