@charset "utf-8";
/*导航栏*/
body{
    /*background:url("../images/bg1.png");*/
    /*width:100%;*/
    /*heigth:100%;*/
    position:relative;
    /*overflow:hidden;*/
    overflow-y: hidden;
}
/*.div1 p{*/
    /*position:relative;*/
/*}*/

header{
    /*background:url("../images/bg2.png");*/
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    height:45px;
    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_p1{
    color: #ffffff;
    font-size: 60px;
    text-align:center;
    margin-top: 400px;
    font-weight:bolder;
    letter-spacing:5px;
}
.cont_p2{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    letter-spacing:3px;
 }
.cont_p3{
    color: #732702;
    font-size: 20px;
    text-align: center;
    letter-spacing:3px;
    margin-top: 15px;
}
.cont_p3 a{
    color: #ff0000;
}
.cont{
    width:100%;
    height:380%;
    background: #ffffff;
    position:absolute;
    /*bottom:0;*/
    overflow:hidden;
    margin-top: 20px;
}


/*.cont{*/
    /*width:1000px;*/
    /*height:468px;*/
    /*margin:210px 0px 0px 320px;*/
    /*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:790px;*/
    /*height:520px;*/
    /*margin:-40px 0px 0px 183px;*/
    /*background: url("../images/aboutHD.png");*/
    /*cursor: pointer;*/
    /*background: rgba(255,255,255);*/
    /*!*padding:8px 0px 0px 183px;*!*/
    /*position:absolute;*/
    /*border-style:none none solid;*/
    /*border-bottom-style:solid;*/
    /*border-bottom-width:7px;*/
    /*border-bottom-color:#BF7E2C;*/
/*}*/
/*.cont_right1{*/
    /*width:127px;*/
    /*height:420px;*/
    /*float:left;*/
    /*!*background:rgb(191,120,30,0.5);*!*/
    /*padding:35px 0 0 0;*/
/*}*/
/*.cont_right1_font1{*/
    /*flaoat:left;*/
    /*color: #BF7E2C;*/
    /*margin:0 0 15px 32px;*/
/*}*/
/*.cont_right1_img{*/
    /*margin:0 0 0 25px;*/
/*}*/
/*.cont_right1_font2{*/
    /*font-size:14px;*/
    /*color: #53a492;*/
    /*margin:293px 0 0 20px;*/
/*}*/
/*.cont_right1_font3{*/
    /*font-size:14px;*/
    /*font-weight:bolder;*/
    /*color:#BF7E2C;*/
    /*margin:0px 0 0 20px;*/
/*}*/
/*.cont_right2{*/
    /*width:623px;*/
    /*height:450px;*/
    /*float:left;*/
    /*margin-left: 5px;*/
    /*!*background: rgba(194, 132, 46, 0.5);*!*/
/*}*/
/*.cont_right2_img{*/
    /*margin:35px 0 0 0;*/
/*}*/
/*.cont_right2_font1{*/
    /*color: #c8872c;*/
    /*font-size:14px;*/
    /*font-weight:bolder;*/
    /*margin:10px 0 0 0;*/
/*}*/
/*.cont_right2_font2{*/
    /*color: #3f7e6e;*/
    /*font-size:12px;*/
    /*margin:5px 0 0 0;*/
/*}*/
/*.cont_right2_font3{*/
    /*color: #c8872c;*/
    /*font-size:14px;*/
    /*font-weight:bolder;*/
    /*margin:13px 0 0 0;*/
/*}*/
/*.cont_right2_font4{*/
    /*color: #3f7e6e;*/
    /*font-size:12px;*/
    /*margin:5px 0 0 0;*/
/*}*/
