@charset "UTF-8";

a:hover{
    text-decoration: none;
}

.language_main{
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 500px;
    background: #FFFFFF;
}

/*top_banner start*/
.language_main #top_banner{
    width: 1000px;
    height: 60px;
    background: url(../../imgs/spriteNavi.jpg) repeat-x left top;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 20px 0;
    box-sizing: border-box;
}
.language_main #top_banner #top_con{
    height: 30px;
    width: 1000px;
    text-align: center;
}
.language_main #top_banner a{
    display: inline-block;
    height: 20px;
    border-right: 1px solid #ffffff;
    padding: 0 30px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
}

.language_main #top_banner a:hover,
.language_main #top_banner a.active
{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

#top_banner a:last-child{
    border-right: none;
}

/*top_banner end*/

/*con*/
#con {
    padding: 30px 20px;
}

#con .banner_show{
    font-size:14px;
    color: #323232;
    text-align: left;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #9a9a9a;
}

#con .list_con{
    padding: 0 50px;
}

.list_con .top{
    width: 650px;
    height: 135px;
    border-bottom: 1px dotted #9a9a9a;
    margin: 0 auto;
}

.list_con .top .title{
    font-size: 30px;
    color: #fd6a33;
    height: 100px;
    text-align: center;
}

.list_con .top .des{
    text-align: center;
    font-size: 16px;
}

.list_con .bottom{
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    text-align: center;
}

.list_con p{
    text-indent: 2em;
    text-align: left;
}

.list_con .bottom img{
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 860px;
}

