@charset "UTF-8";
@import url(style.min.css);
body {
    background-color: #FFFFFF;
    color: #d0d0d0;
}

a {
    color: #2b3242;
}

a:hover {
    color: #1ba0ff;
}

.m-hd ul,
.m-header-banner ul {
    padding: 0;
}

.m-hd ul li, ul li,
.m-header-banner ul li {
    list-style-type: none;
}

a,
a:hover,
.m-partner li img,
.m-partner li img:hover,
.m-footer .ico i,
.m-footer .ico i:hover,
.m-service-page .ico ul li span,
.m-service-page .ico ul li span:hover,
.m-service-list li:hover {
    -webkit-filter: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

[class*=am-u-] + [class*=am-u-]:last-child {
    float: left;
}

.m-images-container section img,
.m-news-container section img {
    max-width: 100%;
    height: auto;
}

.am-container {
    max-width: 1200px;
}





.m-about li {
    float: left;
    margin-left: 5px;
}

#r-nav .am-offcanvas-bar {
    width: 200px;
}

#r-nav .logo {
    margin-bottom: 20px;
}

#r-nav p {
    border-bottom: 1px solid #4F4F4F;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .m-hd .am-nav > li > a {
        position: relative;
        display: block;
        padding: 0.4em;
        font-size: 14px;
    }

    .m-hd .m-about li {
        float: left;
        margin-left: 5px;
        font-size: 14px;
    }

    .m-hd .am-btn {
        padding: 0.5em 0.4em;
    }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-hd {
        height: 50px;
        padding: 10px 0 0 0;
    }

    .m-hd .am-nav > li > a {
        position: relative;
        display: block;
        padding: 0.4em;
        font-size: 14px;
    }

    .m-hd .am-btn {
        padding: 0.5em 0.4em;
    }

}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .m-logo {
        background: url('../images/logo.png');
        -webkit-background-size: 125px 40px;
        background-size: 125px 40px;
        background-repeat: no-repeat;
    }
}

.am-btn.am-radius {
    border-radius: 50px;
}

/*
 *首页幻灯片
*/
.am-slider-i2 .am-slider-images {
    height: 900px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.am-slider-i2 .am-slider-desc {
    position: absolute;
    left: 0;
    top: 10%;
    right: 0;
    color: #ffffff;
    text-align: center;
}

.am-slider-i2 .am-slider-content h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
}
.am-thumbnails>li {
    padding: 0 .5rem 0rem;
}
.title{
    font-weight: 800;font-size: 3.5rem
}
.title2{
    font-size: 1.8rem
}
.m-case-list {
    padding-bottom: 2%;
    margin-top: 2%;
    margin-bottom: 5%;
    padding: 0 1rem;
}
.m-services {
    background: #1a1f2a;
    padding-top:40px;
    color: #fff;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {

    .am-slider-i2 .am-slider-images {
        height: 900px;
    }

    .am-slider-i2 .am-slider-desc {
        top: 10%;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {


    .am-slider-i2 .am-slider-images {
        height: 600px;
    }

    .am-slider-i2 .am-slider-desc {
        top: 14%;
    }

    .am-slider-i2 .am-slider-content h2 {
        font-size: 40px;
    }

    .am-slider-i2 .am-slider-content p {
        font-size: 24px;
    }

    .am-slider-i2 .am-btn {
        margin-top: 10px;
    }
    .title{
        font-weight: 600;font-size: 2.5rem
    }
    .title2{
        font-size: 1.5rem
    }
}
@media screen and (min-width: 480px) and (max-width: 767px){

    .am-slider-i2 .am-slider-images {
        height: 600px;
    }
    .am-slider-i2 .am-slider-desc{
        margin-top: 3%;
    }
    .title{
        font-weight: 600;font-size: 2.5rem
    }
    .title2{
        font-size: 1.5rem
    }
}

@media only screen and (max-width: 479px){

    .am-slider-i2 .am-slider-images {
        height: 340px;
    }
    .am-slider-i2 .am-slider-desc{
        position: absolute;
        top: 80%;

    }
    .title{
        font-weight: 700;font-size: 2.5rem
    }
    .title2{
        font-size: 1.8rem
    }
    #ewm{
        width: 60%;
        margin-bottom: 2rem;
    }
}