h1,p{
    margin: 0;
}

li {
    list-style: none;
}

.sryh-logo {
    background: url("https://gxmesda.cn/images/logo.png") no-repeat;
    background-size: 100% auto;
    width: 375px;
    height: 49px;
    text-indent: -9999px;
    display: block;
}
@media (max-width: 960px) {
    .sryh-logo {
        width: 230px;
        height: 30px;
    }
}

.sryh-flex-between {
    justify-content: space-between;
}

#preview {
    /* margin-top: 80px; */
    background: #f7f7f7;
    
}
@media (max-width: 960px){
    #preview {
        /* margin-top: 60px; */
        /* margin-bottom: 50px; */
    }
}
.max-line-1 {
    -webkit-line-clamp: 1;
}

.max-line-2 {
    -webkit-line-clamp: 2;
}

.max-line-3 {
    -webkit-line-clamp: 3;
}

.max-line-4 {
    -webkit-line-clamp: 4;
}

.max-line-1, .max-line-2, .max-line-3, .max-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/*头部导航选项栏的代码——开始*/ /*必需有*/
#header-tab .my-navbar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header-tab .uk-navbar-nav > li > a {
    color: #000!important;
    height: 80px;
    position: relative;
    white-space:nowrap;
}

#header-tab .uk-navbar-nav > li > a::before {
    content: '';
    display: none;
    position: absolute;
    bottom: 24px;
    height: 1px;
    background-color: #AECD29;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-property: background-color, border-color, box-shadow, height, right;
    transition-property: background-color, border-color, box-shadow, height, right;
    left: 15px;
    right: calc(77%);
}

#header-tab .uk-navbar-nav > li:hover > a,
#header-tab .uk-navbar-nav > li > a:focus,
#header-tab .uk-navbar-nav > li > a.uk-open {
    color: #AECD29;
    outline: none;
}

#header-tab .uk-navbar-nav > li > a:hover::before {
    background-color: #AECD29;
}

#header-tab .uk-navbar-nav > li.uk-active > a {
    color: #AECD29;
}

#header-tab .uk-navbar-nav > li.uk-active > a::before {
    background-color: #AECD29;
}

#header-tab .uk-navbar-nav .menu-item a:hover,
#header-tab .uk-navbar-nav .uk-active a {
    font-weight: bolder;
}

#header-tab .uk-navbar-nav .menu-item a:hover::before,
#header-tab .uk-navbar-nav .uk-active a::before {
    right: 15px;
    display: block;
}

@media (min-width: 960px){
    #header-tab .uk-navbar-nav .menu-item a {
        white-space:nowrap;
    }
}

@media (max-width: 960px) {
    #header-tab {
        padding: 0;
    }

    #header-tab .my-modal-dialog {
        box-sizing: border-box;
        background: #fff;
        padding: 15px;
        min-height: 100vh;
        height: 100vh;
    }

    #header-tab .my-navbar {
        margin-top: 150px;
    }

    #header-tab .uk-navbar-nav {
        display: flex;
        flex-direction: column;
    }

    #header-tab .uk-navbar-nav li a {
        display: block;
        line-height: 1.5;
        color: #999;
        font-size: 1.5rem;
        padding: 15px 0;
        height: auto;
        text-align: center;
        font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    }

    #header-tab .uk-navbar-nav .menu-item a:hover::before,
    #header-tab .uk-navbar-nav .uk-active a::before {
        display: none;
    }
}
/*头部导航选项栏的代码——结束*/

/*头部导航栏-3*/
#header-3 {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}

#header-3 .uk-navbar-sticky {
    box-shadow: 0 8px 12px -5px rgba(0, 0, 0, 0.07);
}

#header-3 .uk-modal {
    position: static;
    background: #fff;
    opacity: 1;
}

@media (min-width: 960px){
    #header-3 .uk-modal {
        display: block;
    }
}

@media (max-width: 960px) {
    #header-3 .uk-container {
        padding-right: 0;
    }

    #header-3 nav {
        height: 60px;
    }

    #header-3 .uk-button-primary{
        background-color: #AECD29;
    }

    #header-3 #div1 {
        margin-right: 15px;
    }

    #header-3 #div2 {
        height: 60px;
    }
}

@media (max-width: 640px) {
    #header-3 .uk-button {
        padding: 0 20px;
        line-height: 35px;
    }
}

@media (min-width: 640px) {
    #header-3 .uk-modal {
        padding: 0;
    }
}
#header-3 .iconfont{
    font-size: 32px!important;
    color: #AECD29;
    margin: 8px;
}
#header-3 .iconfont:hover{
    color: #999;
}
#header-3 .wechat-qrcode{
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 190px;
    background: #fff;
    padding: 5px;
}
#header-3 .wechat-qrcode p{
    font-size: 12px;
    margin: 0;
}
#header-3 .wechat-qrcode :first-child{
    background-color: #f3f3f3;
}
#header-3 .icon-weixin-copy:hover .wechat-qrcode{
    display: block;
}

/*轮播图*/
.uk-light .uk-button-primary:hover{
    color: #aecd29;
    border-color: transparent;
    box-shadow: none;
}
.uk-position-bottom-center {
    display: block;
}

/*头部图*/
@media (min-width: 960px){
    #toubutu .uk-tile-large {
        padding-top: 170px;
        padding-bottom: 170px;
    }
}

/*产品中心路径导航*/
#lujing-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
}
#lujing-bar .uk-breadcrumb > :nth-child(2)::before{
    content: normal;
}
#lujing-bar .icon-dingwei{
    color: #adce60;
    margin-right: 10px;
}

/*工程案例*/
#anli .uk-card {
    -o-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    overflow: hidden;
}

#anli .uk-card:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);

    background: #aecd29;
    color: #fff;
}
#anli .uk-card:hover .uk-h5,
#anli .uk-card:hover .ap-icon {
    color: #fff;
}
#anli .uk-card .uk-h5,
#anli .uk-card .ap-icon {
    color: #9b9b9b;
}

/*工程案例详情*/
#jieshao .case-video{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
#jieshao .case-video iframe{
    width: 100%;
}
#jieshao .case-video img{
    width: 100%;
}
#jieshao p{
    color: #000;
}

    /*新闻资讯*/
#neirong .ap-detail-1 .ap-post-detail,
#neirong .ap-detail-1,
#neirong .ap-sidebar > div {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px){
    #neirong .uk-grid {
        margin-right: -40px;
    }
}
@media (max-width: 640px){
    #neirong .uk-grid {
        margin-right: -14px;
    }
}

#neirong .uk-title{
    color: #333333;
}

#neirong .news-video{
    text-align: center;
}
#neirong .news-video .news-videos{
    margin: 10px 0;
}
@media (min-width: 960px){
    #neirong .news-video .news-videos{
        width: 900px;
    }
}

/*页面底部*/
#footer .ap-client-logo {
    opacity: 0.6;
}

#footer .ap-client-logo:hover {
    opacity: 1;
}

#footer .uk-margin{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

#footer hr {
    border-top: #3B424A solid 1px;
}

#footer h2{
    margin-top: 20px;
    font-size: 24px;
    white-space:nowrap;
}
#footer a{
    font-size: 16px;
}
#footer p{
    font-size: 16px;
}

/*悬浮按钮*/
#flexd-button .bar-right{
    position:fixed;
    top: 53%;
    right: 0;
    width: 80px;
    height: 80px;
    margin-right: 5px;
    color: #fff;
    background-color: #aecd29;
    border-radius: 2px;
    transition: all .2s ease-in-out;
    z-index: 9999;
    -moz-box-shadow: 0 0 2px #333333;
    -webkit-box-shadow: 0 0 2px #333333;
    box-shadow: 0 0 2px #333333;
}
#flexd-button .right{
    text-align: center;
    font-size:50px;
}
#flexd-button .bar-right:hover .left{
    display: block;
}
#flexd-button .bar-right:hover{
    background: #aecd29;
    color: #999;

}
#flexd-button .left{
    position: absolute;
    top:0;
    right:80px;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 0 0 2px #333333;
    -webkit-box-shadow: 0 0 2px #333333;
    box-shadow: 0 0 2px #333333;
    width:230px;
    color:#000;
    font-size: 16px;
    padding:10px;
    border-radius:2px;
    display: none;
}
#flexd-button .left-1{
    width: 100px;
}
#flexd-button .left-2{
    margin:20px 0;
}
#flexd-button .left-3{
    width:150px;
    height: 150px;
}

/*底部导航栏*/
#m-footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 999;
}
#m-footer .img{
    text-align: center;
    padding-top: 5px;
}
#m-footer .footBar{
    width: 100%;
    text-align: center;
}
#m-footer .footBar a{
    width: 100%;
    color: #adce60;
}
#m-footer img{
    width: 30px;
}
#m-footer p{
    font-size: 10px;
    text-align: center;
    margin: 0;
    color: #373741;
}
#m-footer .row{
    display: flex;
    justify-content: space-around;
    height: 50px;
}
#m-footer .iconfont{
    font-size: 20px;
}