/* 首页 */
#bg_video {
    position: relative;
    width: 100%;
    font-size: 0px;
}

#bg_video video {
    width: 100%;
}

#bg_video_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 700px;
    text-align: center;
    height: 260px;
}

#bg_video_title p {
    color: #fff;
    font-size: 14px;

    line-height: 30px;
}

#bg_video_title a {
    display: inline-block;
    width: 200px;
    color: #fff;
    font-size: 15px;

    text-decoration: none;
    margin-top: 20px;
    line-height: 28px;
    background-color: #81d17b7b;
    border-radius: 6px;
}

#bg_video_title a:hover {
    background-color: #81d17b;
}

h1 {
    font-size: 50px;
    color: #fff;

}

.bg1 {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 20px;
}

#index_mid {
    position: relative;
    font-size: 0px;
}

.bg2 {
    width: 100%;
}

#index_mid_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    text-align: center;
    height: 320px;
    background-color: #462618cf;
    font-size: 16px;
}

#index_mid_content_left {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

h2 {

    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.new_msg {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.new_msg li {
    width: 540px;
    border-bottom: 1px solid #583f3ab1;
    line-height: 40px;
}

.new_msg li span:last-child {
    float: right;
}

.more2 {
    text-align: right;
    margin-top: 10px;
}

.more2 a {
    color: #fff;
    text-decoration: none;
}

#index_mid_content_right {
    float: right;
}

#index_mid_content_right ul li {
    position: relative;
    width: 590px;
    height: 80px;
    box-sizing: border-box;
    box-sizing: border-box;
}



#index_mid_content_right ul li:nth-child(1) {
    background: url(../images/bg3.jpg) no-repeat;
    transition: all 0.2s;
    background-size: 100%;
    background-position: center;
}

#index_mid_content_right ul li:nth-child(2) {
    background: url(../images/bg4.jpg) no-repeat;
    transition: all 0.2s;
    background-size: 100%;
    background-position: center;
}

#index_mid_content_right ul li:nth-child(3) {
    background: url(../images/bg5.jpg) no-repeat;
    transition: all 0.2s;
    background-size: 100%;
    background-position: center;
}

#index_mid_content_right ul li:nth-child(4) {
    background: url(../images/bg6.jpg) no-repeat;
    transition: all 0.2s;
    background-size: 100%;
    background-position: center;
}

#index_mid_content_right ul li:hover {
    background-position: center;
    background-size: 110%;
    transition: all 0.2s;
}

.border_customize {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0.281);
}

.border_customize img {
    height: 120px;
    position: absolute;
    right: 0px;
    top: -30px;
    opacity: 0;
    transition: all 0.2s;
}

.border_customize:hover {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #fff;
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0);
}

.border_customize:hover img {
    opacity: 1;
    transition: all 0.2s;
}

.border_customize p {
    color: #fff;
    line-height: 80px;
    background: url(../images/font_bg.png) no-repeat;
    background-position: center;
    background-size: 60px;
}