*{margin:0;padding:0;font-family:""}[class^=col-]{padding:0}ul{margin-bottom:0;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0}a{color:inherit}.min-width{min-width:1153px}.normal-width{width:1153px}.div-center{margin:0 auto}.banner ul{list-style:none}.tempWrap{width:100%!important}.top{width:100%;min-width:1153px;height:35px;background-color:#0450a4}.top *{height:35px;line-height:35px}.top #small_navigate,.top #welcome{width:auto;color:#fff;display:inline-block}.top #welcome{margin-left:200px}.top #small_navigate{margin-right:200px}.top #small_navigate a{color:#fff;font-family:'宋体';padding:0 12px}.logo-banner{width:100%;min-width:1153px;height:165px;background:url(../images/logo-banner.jpg) no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%}.logo-banner #logo-text{margin-top:65px;font-size:25px;color:#faf1c8}.navigate{width:100%;min-width:1153px;height:55px;background-color:#fff;margin-top:-4px}.navigate #navi-text{width:1153px;height:55px;margin:0 auto;font-size:16px}.navigate #navi-text a{width:142.25px;height:55px;line-height:55px;text-align:center;margin-left:-5px;display:inline-block;color:#000}.navigate #navi-text a.active,.navigate #navi-text a:hover{color:#466ba4;text-decoration:none;background:url(../images/bottom-line.jpg) no-repeat bottom center}.footer{width:100%;min-width:1153px;}.footer #navigate{width:75%;min-width:1153px;height:35px;font-size:13px;margin:20px auto 0;background-color:#0970cd}.footer #navigate #footer-navi-text{width:901px;height:35px;line-height:35px;color:#fff;margin:0 auto}.footer #navigate #footer-navi-text a{display:inline-block;padding:0 30px;color:#fff}.footer #shadow{width:75%;min-width:1153px;margin:0 auto}.footer #shadow img{width:100%;margin-top:-10px}.footer #copyright{line-height:30px;color:#fff;margin-top:20px;text-align:center}.footer #copyright #company span{margin-left:10px}.footer #copyright #tel span{margin-left:45px}
li{
    list-style: none;
}
a{
    text-decoration: none!important;
}
p{
    margin: 0;
}

.header_about{
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
}
.header_about li{
    float: left;
    width: 16%;
   line-height: 90px;
   font-size: 22px;
}

.header{
    background:rgba(255,255,255,0.5);

    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    left: 0;
    padding: 5px 100px;
    /*box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.15);*/
}
.logo{
    height: 80px;
}
.logo2{
    height: 80px;
    float: right;
}
.header-right{
    position: absolute;
    margin-top: 5px;
}
.nav_div{
    width: 80px;
    height: 60px;
    background: #a66e2d;
    padding-left: 5px;
}
.nav-a{
    line-height: 35px;
    font-size: 16px;
    color: white;
    display: inline-block;
    float: left;
    margin-top: 10px;
}
.nav-button{
    float: left;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    position: absolute;
    z-index: 10002;
    cursor: pointer;
}
.i1{
    width: 25px;
    height: 2px;
    margin: 5px 0;
    background: white;
    display: block;
    transition: 0.5s all;
}
.nav-button:hover .i1{
    background: #930000;
}
.nav-button1 .i1:nth-child(1){
    transform: translateY(7px) rotateZ(45deg);
}
.nav-button1 .i1:nth-child(2){
    display: none;
}
.nav-button1 .i1:nth-child(3){
    transform: translateY(-7px) rotateZ(-45deg);
}
.nav-button1 .i1{
    background: #930000;
}
.banner img{

}
.nav-back{
    background: url("../images/navbj.jpg");
    position: fixed;
    z-index: 10001;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    transition: 0.5s all;
}
.ul-nav{
    margin-top: 80px;
    text-align: center;
    color: white;
    font-size: 30px;

}

.ul-nav li{
    padding: 15px;
}
.footer{
    background: #3b200c;
    height: 360px;
}
.footer_center{
    width: 95%;
    margin: auto;

}
.footer_center{
    color: #d1d1d1;
}
.footer_left{
    float: left;
    width: 50%;
}
.ul_input{

}
.footer_messages .p1{
    font-size: 20px;
    margin-top: 20px;
}
.footer_messages input{
    float: left;
    width: 49%;
    background: transparent;
    color: white;
    border: solid 1px;
    height: 40px;
    margin-top: 20px;
}
.footer_messages textarea{
    float: left;
    width: 99%;
    background: transparent;
    border: solid 1px;
    height: 40px;
    margin-top: 20px;
    height: 90px;
}
.footer_submit{
    background: #3b200c;
    position: absolute;
    border: none;
    bottom: 80px;
    margin-left: -6%;
}
.footer_right{
    float: right;
    width: 50%;
    margin-top: 88px;
    padding-left: 2%;
}
.footer_right .p1{
    font-size: 20px;
}
.footer_right p{
    line-height: 50px;
    font-size: 18px;
}
.wechatqr{
    position: absolute;
    right: 3%;
    top: 120px;
    overflow: hidden;
    width: 120px;
    height: 120px;
}
.wechatqr img{
    max-width: 100%;
}