.section_top_content {
    height: auto;
    position: relative;
    background: #E7E7EF;
}

.section_top_content .sec_slider {
    min-height: 850px;
    /*    min-height: 940px;*/
    position: relative;
    z-index: 0;
}

.section_top_content .sec_slider li {
    /*    min-height: 940px;*/
    min-height: 850px;
    height: 100%;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.section_top_content .sec_slider img {
    display: block;
    width: 100%;
    height: 100%;/*2408ti*/
}

.section_top_content .sec_inner {
    width: 100%;
    padding-top: 45px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.section_top_content .links {
    float: right;
    width: 220px;
    margin-left: 20px;
}

.section_top_content .links li {
    margin-top: 10px;
    border: 1px solid #FFF;
    overflow: hidden;
}

.section_top_content .links li:first-child {
    margin-top: 0;
}

.section_top_content .links li a,
.section_top_content .links li a img {
    display: block;
    width: 100%;
	height: auto;/*2408ti*/
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.section_top_content .news {
    float: left;
    width: 440px;
    padding-left: 25px;
}

.section_top_content .news .title {
    margin-bottom: 18px;
    color: #434343;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
}

.section_top_content .news .list:first-of-type {
    margin-bottom: 30px;
}

.section_top_content .news .list li {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.2em;
    overflow: hidden;
}

.section_top_content .news .list li:first-child {
    margin-top: 0;
}

.section_top_content .news .list li .cat {
    float: left;
    display: block;
    width: 95px;
    margin-right: 5px;
    border-right: 1px solid #766857;
}

.section_top_content .news .list li .ctn {
    float: right;
    display: block;
    width: 330px;
}

.section_top_content .news .list li .ctn a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-decoration: underline;
}

.section_top_content .news .button {
    margin-top: 20px;
}

.section_top_content .news .button a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #2D2D2D;
}

.section_top_content .news .button a span {
    padding: 0 0.2em;
    color: #2D2D2D;
    text-decoration: underline;
}

.section_top_menu .menu_list {
    background: #FFF;
    position: relative;
}

/*.section_top_menu .menu_list:before {
	content: " ";
	display: block;
	width: 16.66%;
	height: 100%;
	border-left: 1px solid #E7E7EF;
	border-right: 1px solid #E7E7EF;
	position: absolute;
	left: 66.66%;
	top: 0;
	z-index: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
.section_top_menu .menu_list li {
    float: left;
    width: 16.66%;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.section_top_menu .menu_list li .image a,
.section_top_menu .menu_list li .image img {
    display: block;
    width: 100%;
	height: auto;/*2408ti*/
}

.section_top_menu .menu_list li .content {
    padding: 10% 12px;
}

.section_top_menu .menu_list li .content .title {
    margin-bottom: 8%;
    padding: 3% 0;
    border-bottom: 2px solid #7C6C5D;
    color: #666666;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
}

.section_top_menu .menu_list li .content .desc {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.section_top_menu .menu_list li.large {
    width: 50%;
    border-right: 1px solid #E7E7EF;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section_top_menu .menu_list li.large .content {
    width: 200px;
    padding: 5% 20px;
    position: absolute;
    top: 0;
    /*left: 0;*/
    right: 0;
}

.section_top_menu .menu_list li.large .content .title {
    margin-bottom: 13px;
    padding: 0 10px 8px;
    border-bottom-width: 3px;
    color: #434343;
    font-size: 40px;
    text-align: center;
}

.section_top_menu .menu_list li.large .content .desc {
    padding: 0 10px;
    color: #434343;
    font-size: 18px;
    text-align: center;
}


@media (max-width: 768px) {

    .section_top_content .sec_slider {
        min-height: 0;
    }

    .section_top_content .sec_inner {
        width: auto;
        padding: 20px 10px;
        position: static;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .section_top_content .sec_slider li {
        min-height: 0;
        display: block;
    }

    .section_top_content .links {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .section_top_content .links li {
        margin-top: 10px;
    }

    .section_top_content .links li a img {
        width: 100%;
    }

    .section_top_content .news {
        float: none;
        width: auto;
        padding: 10px 0;
    }

    .section_top_content .news .title {
        margin-bottom: 15px;
        font-size: 1.4em;
    }

    .section_top_content .news .list li {
        margin-top: 10px;
        font-size: 1em;
        line-height: 1.5em;
    }

    .section_top_content .news .list li .cat {
        width: 50px;
        margin-right: 5px;
    }

    .section_top_content .news .list li .ctn {
        float: none;
        width: auto;
        margin-left: 40px;
        width: 100%;
    }

    .section_top_content .news .list li .ctn a {
        width: 80%;
    }

    .section_top_content .news .button {
        margin-top: 15px;
    }

    .section_top_menu .menu_list {
        padding: 0 10px;
        background: #E7E7EF;
    }

    .section_top_menu .menu_list:before {
        display: none;
    }

    .section_top_menu .menu_list li {
        float: left;
        width: 48.5%;
        height: auto;
    }

    .section_top_menu .menu_list li:nth-child(even) {
        margin-right: 3%;
    }

    .section_top_menu .menu_list li .content {
        padding: 10px 0 20px;
    }

    .section_top_menu .menu_list li .content .title {
        margin-bottom: 10px;
        padding: 6px 0;
        border-bottom: 2px solid #7C6C5D;
        color: #000;
        font-size: 16px;
        letter-spacing: -0.04em;
        line-height: 1em;
        text-align: center;
        white-space: nowrap;
    }

    .section_top_menu .menu_list li .content .desc {
        text-align: center;
        font-size: 100%;
    }

    .section_top_menu .menu_list li.large {
        width: auto;
        height: auto;
        margin-bottom: 3%;
        border: none;
    }

    .section_top_menu .menu_list li.large .content {
        width: 100%;
        padding: 20px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: auto;
        bottom: 0;
    }

    .section_top_menu .menu_list li.large .content .title {
        margin: 0 10px 13px;
        padding: 0 10px;
        border-bottom-width: 2px;
        color: #434343;
        text-shadow: 0 1px 3px rgba(255, 255, 255, .5);
        font-size: 30px;
    }

    .section_top_menu .menu_list li.large .content .desc {
        padding: 0 10px;
        color: #434343;
        text-shadow: 0 1px 3px rgba(255, 255, 255, .5);
        text-align: center;
    }

}
