﻿

.main_visual{
    height:400px;
    border-top:1px solid #d7d7d7;
    overflow:hidden;
    position:relative;
}

.main_image{
    height:400px;
    overflow:hidden;
    position:relative;
}

    .main_image ul {
        width: 9999px;
        height: 422px;
        overflow: hidden;
        position: absolute;
        top: 50px;
        left: 0;
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 422px;
    }

    .main_image li span{
        display:block;
        width:100%;
        height:422px;
    }



.main_outer2 {
    width: 100%;
    /*height:1200px;*/
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(../imgfiles/bk.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.txt_div_out2
{
    width:100%;

    /*height:300px;*/

    margin-top:0;
    margin-bottom:0;

    background-color:rgb(255, 255, 255);
}

.txt_div2
{
    width:860px;

    height:100%;

    margin-left:auto;
    margin-right:auto;

    margin-top:0;
    margin-bottom:0;

    padding-top:40px;

    padding-bottom:20px;

    /*color:#ffffff;*/
}

.foot_div2
{
    width:860px;
    height:30px;
    line-height:30px;

    margin-left:auto;
    margin-right:auto;

    margin-top:0;
    margin-bottom:0;

    background-color:rgb(251, 86, 92);
    color:rgb(255, 255, 255);
    font-family:'Microsoft YaHei';
    font-size:11px;

    text-align:center;

	padding-bottom:0px;
}