﻿/*重置样式*/
@import url("./initStyle/reset.css"); 
/*初始样式*/
@import url('./initStyle/init.css');
/*顶部导航栏*/
@import url("./componentCss/pageTopNav.css");

.search {
    position: inherit;
}


.theme-inner-banner {
    height: 300px;
}

.theme-inner-banner  .opacity {
    padding-top: 125px
}
.theme-inner-banner  .opacity .container {
    display: flex;
    flex-direction: column;
    align-items:center;
}


.img-responsive.jiaoliu_png {
    width: 600px;
}


/*移动端兼容*/
@media only screen and (max-width: 768px) {
    .theme-inner-banner {
        height: 2.7rem;
    }
    .theme-inner-banner .opacity {
        padding-top: 1rem;
        font-size: .14rem;
        line-height: .16rem;
    }

    .our-service-details {
        margin-top: .5rem;
        height: 3rem;
        min-height: 3rem;
    }
    .theme-large-sidebar .subtitle {
        display: block;
    }
    .theme-large-sidebar .content_list_li .news-intro {
        font-size: .14rem;
        line-height: .16rem;
    }


    .our-service-details .row a {
        display: flex;
    }

    .btn-submit {
        font-size: .14rem;
    }
    .img-responsive.jiaoliu_png {
        width: 100%;
    }


    #footer {
        margin-bottom: 8vh;
    }
}