@charset "utf-8";
/*导航栏*/
body{
    /*background:url("../images/bg1.png");*/
    width:100%;
    heigth:100%;
    position:relative;
}
/*.div1 p{*/
    /*position:relative;*/
/*}*/

header{
    /*background:url("../images/bg2.png");*/
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    height:60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-style:none none solid;
    border-bottom-style:solid;
    border-bottom-width:7px;
    border-bottom-color:#BF7E2C;
    z-index:1;
}
/*header img{*/
    /*margin-left:180px;*/
    /*float:left;*/
    /*!*position:relative;*!*/
/*}*/
[att="logo"] {
    float: left;
    margin-left:180px;
    height:50px;
    width:113px;
}
.header_li_1{
    /*margin:0px 500px 0px 0px;*/
    /*margin-left:500px;*/
    float:left;
}
.header_li_2{
    /*margin-left:180px;*/
    float:left;
}

header ul {
    color:#FFFFFF;
    float:left;
    line-height: 58px;
    list-style: none;
    font-size: 16px;
    font-weight:500;
    letter-spacing:3px;
    cursor: pointer;
    /*margin-righti: 200px;*/
}
header a{
    color:#FFFFFF;
}
header>ul>li {
     float: left;
     width: 120px;
     text-align: center;
     position: relative;
 }
header>ul>li:hover {
    background: rgba(27,104,203,0.5)
}
.trans {
     position: absolute;
     top: 55px;
     /*left: -150px;*/
     width: 120px;
     display: none;
 }
ul>li .trans li {
      background: rgba(27,104,203,0.5);
      border-style:none none solid;
      /*border: 1px solid rgba(177,169,170,1.00);*/
  }
ul li:hover .trans {
    display: block;
}
.trans li:hover{
    background: rgba(182,237,160,0.5);
}
/*中间*/
/*.cont{*/
    /*width:873px;*/
    /*height:468px;*/
    /*margin:210px 0px 0px 415px;*/
    /*position:absolute;*/
    /*!*!*padding:150px 0px 100px 250px;*!*!*/
    /*!*background: rgba(27, 20, 23, 0.2);*!*/
/*}*/
/*.cont_left{*/
    /*width:175px;*/
    /*height:40px;*/
    /*background:rgba(191,120,30,1);*/

/*}*/
/*.cont_left p{*/
    /*color:#fff;*/
    /*text-align:center;*/
    /*font-size:18px;*/
    /*padding:8px 0px 0px 0px;*/
/*}*/
/*.cont_right{*/
    /*width:690px;*/
    /*height:461px;*/
    /*margin:-40px 0px 0px 183px;*/
    /*!*background: url("../images/aboutHD.png");*!*/
    /*!*background: rgb(255,255,255,0.5);*!*/
    /*!*!*padding:8px 0px 0px 183px;*!*!*/
    /*!*position:absolute;*!*/
    /*!*border-style:none none solid;*!*/
    /*!*border-bottom-style:solid;*!*/
    /*!*border-bottom-width:7px;*!*/
    /*!*border-bottom-color:#BF7E2C;*!*/
/*}*/

