html,
body {
    height: 100%;
}

body {
    min-width: 1200px;
}

.clearfix {
    display: block;
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.am-topbar {
    border: none;
    background: #fff;
    border-bottom: 1px solid #dedede;
    margin: 0;
    height: 121px;
}

.am-topbar .am-text-ir {
    display: block;
    margin-right: 10px;
    width: 225px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
}

.am-topbar-brand {
    height: 120px;
    line-height: 120px;
    width: 286px;
    position: relative;
}

.header-context {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
}

.am-nav>li {
    height: 120px;
    line-height: 132px;
}

.am-nav>li>a {
    padding: 0 18px;
    display: inline;
    border-right: 1px solid #dedede;
}

.am-nav>li>a:hover {
    background: transparent;
    color: #E70014
}

.am-nav>li:hover {
    color: #E70014;
}

.hover-underline {
    color: #E70014;
    border-bottom-color: #E70014 !important;
}

.hover-underline>a {
    background: transparent;
    color: #E70014
}

.am-topbar-nav>li>a:after {
    border: transparent;
}

.ty-menu a:hover {
    color: #E70014;
}

.ty-menu {
    position: absolute;
    left: 0;
    top:76%;
    display:none;
    z-index:2;
    background:#fff;
    font-size:14px;
}

.ty-menu>p {
    height: 36px;
    line-height: 36px;
    width: 96px;
    margin: 0;
    text-align: center;
}

.footer {
    background: #666666;
    width: 100%;
    position: relative;
    height: 250px;
}

.footer a {
    color: #fff;
}

.footer .phone {
    color: #D0D0D0;
}

.footer li {
    list-style: none;
    text-align: left;
}

.foot-context {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.f-logo {
    width: 240px;
    float: left;
    margin-top: 20px;
}

.f-logo img {
    display: block;
    width: 42px;
    height: 40px;
}

.f-logo .link {
    margin-bottom: 20px
}

.f-logo .link>div {
    float: left
}

.footer-list {
    float: left;
}

.footer-list div {
    float: left;
    padding: 0 30px;
}

.footer-list div h3 {
    font-weight: 500;
    font-size: 18px;
}

.footer-list div li a {
    color: #ccc;
    font-size: 14px;
}

.copy {
    color: #ccc;
    text-align: center;
    border-top: 1px solid #999;
    padding: 8px 0;
}

#top {
    width: 48px;
    height: 48px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: -24px;
    text-align: center;
    line-height: 48px;
    vertical-align: middle;
    cursor: pointer;
    right: 100px;
    box-shadow: 0 0 4px #ccc;
}

.wx{
    position: relative;
}
.wx .ewm{
    display: none;
    width: 144px;
    height: 144px;
    position: absolute;
    left: -40px;
    top: -200px;
}
.wx:hover .ewm{
    display: block;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right.png)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left.png)
}

@media screen and (max-width: 1280px) {
    .swiper-background {
        height: 400px !important;
    }
}