﻿.container {
    width: 100%;
    height: 825px;
    background: url("bj.jpg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.gztj {
    width: 580px;
	height: 180px;
    background: url("gztj.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.w {
    width: 1200px;
    margin:0 auto;
    margin-top: 340px;
}

.title {
    margin-top: 11px;
    margin-left: 40px;
    width: auto;
	height: 24px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 92px;
    letter-spacing: 0px;
    color: #404040;
}
.fajh {
    margin-top: 74px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 200px;
    height: 30px;
}
.fajh:hover .list_name {
    color: #2577ff;
}
.sanjiao {
    margin-right: 2px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #2577ff;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.list_name {
    font-size: 18px;
    color: #404040;
    width: 300px !important;
}
.container_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ywpx {
    background: url("yepx.png") no-repeat !important;
}
.jbml {
    width: 1200px;
    height: 180px;
    background: url("jvml.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 40px;
}
.jbml {
    overflow: hidden;
}
.mt20 {
    margin-top: 10px !important;
}
.newStyle .fajh {
    width: 300px;
}
.newStyle .list_name {
    font-size: 34px;
}
.newStyle .titl {
    font-size: 35px;
}
@media only screen and (max-width: 500px) {
    .box {
        flex-direction: column;
    }
    .gztj {
        width: 100%;
        margin-bottom: 30px;
    }
    .container {
        /* overflow: inherit; */
        height: auto;
    }
    .w {
        width: 100%;
    }
    .jbml {
        width: 100%;
    }
}