﻿@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../../fonts/SourceHanSansCN-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "SourceHanSansCN-Medium","Microsoft Yahei","微软雅黑",sans-serif!important;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    color: #383129;
}


@media only screen and (max-width: 1200px) {
    body {
        overflow-x: scroll;
        width: 1200px;
    }
}



.sec-wrapper {
    min-width: 1657px;
}

.container {
    position:relative;
    width: 1200px;
    height: 100%;
    padding: 0;
}



@media only screen and (min-width: 2000px) {
    .container {
        margin: 0 auto;
    }
}



@media only screen and (min-width: 769px) {
    .hide-pc {
        display: none;
    }
}





/*面包屑*/

.sec-crumbs {
    height: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.sec-crumbs .container {
    display: flex;
    align-items: center;

}

.sec-crumbs .container a:hover {
    color: #383129;
}



/*屏幕兼容*/

@media only screen and (max-width: 768px) {
    /*.sec-top-nav {
        display: none
    }*/

    .hide-m {
        display: none !important;
    }
    body {
        overflow-x: hidden;
        width: auto !important;
    }


    .container {
        width: 3.2rem;
        margin-left: 0;
        min-width: inherit;
        margin: 0 auto;
    }




   /*面包屑*/
    .sec-crumbs {
        font-size: .14rem;
        line-height: .14rem;
        height: .45rem;
    }

}
