/*顶部导航条样式*/
#head{
    width:100%;
    height:63px;
    /*background:rgba(0,26,42,0);*/
    position: fixed;
    top:0;
    left:0;
    z-index: 3;
}
#head .head-box{
    width:1200px;
    height:100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#head .head-box .logo{
    width:126px;
    height:23px;
    background: url("../images/header/logo.png");
    background-size: 100% 100%;
}
#head .head-box .nav li{
    width:100px;
    display: inline-block;
    margin-left: 32px;
}
#head .head-box .nav li:first-child,#head .head-box .nav li:nth-child(2){
    margin-left: 0px;
}
#head .head-box .nav li a{
    display: inline-block;
    font-size:16px;
    color:#fff;
}
#head .head-box .nav li.active a{
    color:#FF9A00;
}
#head .head-box .nav li:hover a{
    color:#FF9A00;
}
#head .head-box .btn{
    display: block;
    width:130px;
    height:37px;
    border-radius:2px;
    background-image: url("../images/header/btn.png");
    background-size: 100% 100%;
}
.container .container_box .title{
    width:100%;
    padding-top: 72px;
}
.container .container_box .title h4{
    font-size:30px;
    margin: 0 0 15px;
    font-family:BigYoungBoldGB;
    color:rgb(100,100,100);
    text-align: center;
}
.container .container_box .title span{
    display: block;
    width:54px;
    height:3px;
    background-color: #F0841C;
    margin: 0 auto;
}
/*底部样式*/
#footer{
    width:100%;
    min-width: 1200px;
    height:295px;
    background-color: #021726;
}
#footer .footer-box{
    width:1200px;
    height:100%;
    margin: 0 auto;
}
#footer .footer_up{
    height:calc(100% - 35px);
}
#footer .footer_up .footer-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_up .footer_up_lt h4{
    font-size:18px;
    font-weight:bold;
    color:#EF831D;
    margin-bottom: 30px;
}
.footer_up .footer_up_lt ul li{
    font-size:14px;
    color:rgba(253,253,253,0.67);
    margin: 16px 0;
}
.footer_up .footer_up_lt .foot_nav{
    display: flex;
    justify-content: flex-start;
}
.footer_up .footer_up_lt .foot_nav ul{
    width:70px;
    margin-right: 42px;
}
.footer_up .footer_up_lt .foot_nav ul li{
    font-size:12px;
    color:rgba(237,237,237,0.36);
}
.footer_up .footer_up_lt .foot_nav ul li:first-child{
    font-size:14px;
    color:#fff;
}
.footer_up .footer_up_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_up .footer_up_center .box1{
    margin: 0 35px;
}
.footer_up .footer_up_center .box1 .yjs{
    width:68px;
    height:68px;
    background: url("../images/footer/yjs.png") no-repeat;
}
.footer_up .footer_up_center .box1 .dsj{
    width:68px;
    height:68px;
    background: url("../images/footer/dsj.png") no-repeat;
}
.footer_up .footer_up_center .box1 .rgzn{
    width:68px;
    height:68px;
    background: url("../images/footer/rgzn.png") no-repeat;
}
.footer_up .footer_up_center .box1:first-child:hover .yjs{
    background: url("../images/footer/yjs-i.png") no-repeat;
}
.footer_up .footer_up_center .box1:nth-child(2):hover .dsj{
    background: url("../images/footer/dsj-i.png") no-repeat;
}
.footer_up .footer_up_center .box1:last-child:hover .rgzn{
    background: url("../images/footer/rgzn-i.png") no-repeat;
}

.footer_up .footer_up_center .box1 .text{
    font-size:14px;
    font-weight:bold;
    color:#FDFDFD;
    text-align: center;
    line-height: 30px;
}
.footer_up .footer_up_rt{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer_up .footer_up_rt .box2 .text1{
    font-size:14px;
    color:rgba(253,253,253,0.67);
    text-align: right;
    line-height: 30px;
}
#footer .line{
    width:100%;
    height:1px;
    background: -webkit-linear-gradient(left, #1D303D -4%,#fff 50%,#1D303D 100%);
    margin: 0 auto;
}
#footer .footer_down{
    height: 34px;
}
#footer .footer_down .footer-box{
    font-size:12px;
    color:rgba(253,253,253,0.67);
    line-height: 34px;
}
#footer .footer_down .footer-box>a{
    margin-left: 20px;
    color:rgba(253,253,253,0.67);
}
#footer .footer_down .footer-box>a:hover{
    color:#FDFDFD;
}

