

/* div.inner{
    margin: 0;
    padding: 0;
    width: 1000px;
    
} */

div#header{
    height: 96px;
    background-color: rgb(27, 27, 129);
}

.daoh {
    display: inline-block;
    width: 284px;
    height: 67px;
    position: absolute;
    left: 4px;
    top: 10px;
}
.head {
    width: 100%;
    height: 96px;
    position: relative;
    background: url(../images/logo.png) no-repeat 2px 10px;
}

.head .head_1 {
    width: 371px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0px;
}

ol, ul {
    list-style: none;
}

.bt_1  {
    float: right;
    margin-right: 200px;
    position: relative;
    font-size: 50px;
    color: #fff;
    font-family: "隶书";
    padding: 5px 5px;
}




/* 导航栏 */
.menu{
    float: left;
    width:100%;
    height:60px;
    text-align: center;
    background-color:#014b95;
}
.menu .nav{
    list-style: none;
    padding-left:18%;  
} 

.menu .nav1{
    position: relative;
    float:left;
    width:15%;
}
.menu li a{
    display: block;
    background-color: #014b95;
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:bold;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
}
.menu li:hover a {
    background-color: #1f8adc;
}
/* 子菜单 */
.sub {
    position: absolute;
    z-index: 999;
    width : 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    text-align: center;
   
}

/* 鼠标移入显示 */
li:hover ul.sub {
    opacity: 1;
    height : auto;
    
}
.sub li {
    float: none;
    z-index:999;
}
.sub a {
    color: rgb(255, 255, 255) ;
    /*因为前面定义过a的样式，加!important表示优先执行*/
    font-weight: normal !important;
    line-height: 1.5 !important;
    padding: 10px !important;
    background-color: #014b95;
}
.sub li:hover a {
    background-color: rgb(0, 114, 202);

}

  
.container_1{
    float: left;
    top:140px;
    background: url(../images/bg-3.png) fixed center 0;
    height: auto;
    width: 100%;
    padding: 0px;
    margin: auto;
    /* margin-bottom: 10px; */
    border-bottom: 6px solid #b09555;
}
h2{
    border-bottom: 1px solid #ccc;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'SimSun';
    color: #014b95;
    display: block;
    align-items: center;
}

/* 比赛场地 */
.tab-places{
    margin-left: 270px;
}
.tabs {
    overflow: hidden;
    width: 100%;
    margin-top:10px;
    margin-left:0.5%;
    padding: 0;
    list-style: none;
}
.tabs li{
    float:left;
    margin:0;
}
li a {
    position: relative;
    background: rgb(227, 227, 227);
    /* */padding: 10px 30px; 
    text-decoration: none;
    color: black;
}
.current2 a{
    outline: 0;
    background: rgb(7, 140, 228);
    color:white;
    z-index: 4;
}
.hoverItem a{
    background: rgb(204, 228, 244);
}
#content{
    /*border:1px solid black; */ 
    width:98%;
    height:400px;
    margin-top:15px;
    margin-left:0.5%;
    position:relative;
}
.item{
    display: none;
}
    
.show{
    display: block;
}

.explain{
    background-color: rgba(0,0,0,.6);
    /**/ padding: 25px; 
    position: relative;
    width:24%;
    height:250px;
    margin-left:55%;
    margin-top:0px;
}
.explain1{
    color:white;
    font-size:28px;
    font-weight:500;
}
.explain2{
    color:white;
    font-size:17px;
    font-weight:400;
    line-height: 170%;
    margin-top:15px;
}

.container_2{
    float: left;
    width: 100%;
    height: auto;
    background: #fff url(../images/back_1.jpg) no-repeat center 0;
    border-top: 6px solid #b09555;
    border-bottom: 6px solid #b09555;
}

.inner_1{
    background-color: #fff;
    width: 1200px;
    margin: auto;
}

.container_2 div.inner_1 div#cont_2_1{
    width: 312px;
    height: 356px;
    float: left;
    background-color: #f8f6ee;
    margin-top: 70px;
    margin-left: 108px;
    overflow: hidden;
}

h3{
    text-align: center;
}

.container_2 div.inner_1 div#cont_2_2{
    width: 314px;
    height: 356px;
    float: left;
    background-color: #f8f6ee;
    margin-top: 70px;
    margin-left: 32px;
    
}

.container_2 div.inner_1 div#cont_2_3{
    width: 314px;
    height: 356px;
    float: left;
    background-color: #f8f6ee;
    margin-top: 70px;
    margin-left: 32px;
}

.h2_a{
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'SimSun';
    color: #014b95;
    display: block;
    align-items: center;
}
#cont_2_1 h3{
    text-align: center;
    font-size: 24px;
    font-family: "黑体";
    /* font-weight: bold; */
}
#cont_2_2 h3{
    text-align: center;
    font-size: 24px;
    font-family: "黑体";
    /* font-weight: bold; */
}
#cont_2_3 h3{
    text-align: center;
    font-size: 24px;
    font-family: "黑体";
    /* font-weight: bold; */
}

#cont_2_1 p{
    font-size: 22px;
    font-family: "宋体";
    color:rgb(30, 29, 29);
    /* font-weight: bold; */
}
#cont_2_2 p{
    font-size: 22px;
    font-family: "宋体";
    color:rgb(30, 29, 29);
    /* font-weight: bold; */
}
#cont_2_3 p{
    font-size: 22px;
    font-family: "宋体";
    color:rgb(30, 29, 29);
    /* font-weight: bold; */
}


.inner_2{
    float: left;
    width: 1200px;
    height: auto;
    margin-top: 50px;
    margin-left: 200px;
    background: rgb(222, 222, 213) ;
}

.container_2 div.inner_2 #cont_2_4_a{
    width: 300px;
    height: auto;
    float: left;
    background-color: #fff;
    margin-top: 20px;
    margin-left: 70px;
    overflow: hidden;
}



#cont_2_4_a p{
    text-align: center;
}

.h2_b{
    text-align: center;
    border-top: 1px solid #ccc;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'SimSun';
    color: #014b95;
    display: block;
    align-items: center;
}

.container_2 div.inner_2 #cont_2_4_b{
    width: 500px;
    height: auto;
    float: right;
    background-color: #fff;
    margin-top: 20px;
    margin-right: 160px;
    overflow: hidden;
}

.footer{
    display: table;
    height: 100px;
    width: 100%;
    background: #242424;
    /* border-bottom: 1px solid #000; */
}

.footer p{
    vertical-align: middle;
    text-align:center;
    font-family:'微软雅黑';
    font-size:14px;
    color: #fff;
}