@media (min-width: 769px) and (max-width:1219px) {
    body {
        width: 1220px;
        overflow: auto;
    }
}

@media (min-width: 0) and (max-width:768px) {
    body {
        width: 100%;
    }
}

body,
html {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "WenQuanYi Micro Hei", sans-serif;
}

i,
font,
em {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

a {
    color: #333333;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

@media (min-width: 0) and (max-width:365px) {}

@media (min-width: 0) and (max-width:768px) {}


/* 768px */
@media (min-width: 0) and (max-width:768px) {}

.clear:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

.pc_logo {
    margin-left: 20px;
    margin-top: 25px;
    float: left;
}

.pc_right {
    float: right;
    margin-top: 40px;
}

.pc_right li {
    float: left;
    margin-left: 24px;
    text-align: center;
}

.pc_right li:first-child {
    margin-left: 0;
}



.pc_text {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-top: 10px;
}

.pc_right .cur .pc_text {
    color: #2957a2;
}

/*ä¸“æ å…¬å…±å¤´ end*/

a:hover {
    color: #1a56a8;
}

/* 当前位置 Start */
.crumbs {
    padding: 21px 20px;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    width: 100%;
    background-color: #f7f7f7;
}

.crumbs i,
.crumbs a,
.crumbs span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.crumbs i {
    width: 15px;
    height: 18px;
    background: url(shsw_location.png) no-repeat;
    margin-right: 5px;
}

.crumbs a,
.crumbs span {
    color: #1a56a8;
}


@media (max-width: 768px) {
    .crumbs {
        padding: 9px 0;
        font-size: 14px;
        line-height: 14px;
        width: 100%;
        background: rgba(26, 86, 168, 0.05);
    }

    .crumbs i,
    .crumbs a,
    .crumbs span {
        line-height: 14px;
    }

    .crumbs i {
        width: 10px;
        height: 12px;
        background-size: 100% 100%;
        margin-right: 5px;
        margin-left: 15px;
    }

    .crumbs a,
    .crumbs span {
        color: #333333 !important;
    }

}

/* 当前位置 End */


.emt {
    color: #999999;
}