body{min-width: 1200px}
header {
    width: 100%;
}

.header-t {
    height: 182px;
    background-color: #003263;
}

.header-t .header-logo {
    /* width: 654px; */
    margin: 0 auto;
}

.header-b {
    background-color: #003466;
    color: white;
    height: 64px;
    font-size: 24px;
}

.header-b .inner,
nav {
    height: 100%;
}

nav div {
    cursor: pointer;
    padding: 10px;
    margin: 15px;
    /* border-bottom: 2px #003466 solid; */
    margin-top: 27px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

nav div.ac {
    background-color: white;
    color: #003466;
}
.text{
    /* background-image: url(/d7704bc4-3ffb-4831-9d8a-e3a31d595c7c/img/yzxx/main.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; */
}
.title{
    color: #003466;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}
.cut{
    width: 80%;
    margin: 0 auto;
    height: 48px;
    background-color: #ece9e0;
}
.input-box{
    width: 60%;
    margin: 0 auto;
}
.input-box .input-item{
    margin-top: 15px;
}
.input-item .label{
    width: 80px;
    text-align: right;
}
.input-item .sign{
    margin: 0 10px;
}
.input-item .input{
    width: 500px;
}
.input-item .input input{
    width: 100%;
    border: 1px solid #003466;
    height: 30px;
}
.input-item .input textarea{
    width: 100%;
    border: 1px solid #003466;
    height: 100px;
    resize: none;
}
.input-item button{
    margin-left: 120px;
    padding: 5px 15px;
    background-color:  #003466;
    color: white;
    border: 1px solid #003466;
    border-radius: 3px;
}
.list{
    width: 70%;
    margin: 0 auto;
}
.list-t{
    margin-top: 40px;
}
.list-t .input{
    width: 150px;
    margin-right: 20px;
}
.list-t .input input{
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #003466;
}
.list-t button{
    padding: 10px 20px;
    background-color:  #003466;
    color: white;
    border: 1px solid #003466;
    margin-left: 20px;
}
.list-b{
    margin-top: 20px;
}
.list-b table{
    width: 100%;
}
.list-b table th{
    text-align: left;
    padding: 10px;
}
.list-b table td{
    text-align: left;
    padding: 10px;
    color: #6e6e6e;
    border-bottom: 1px  #ece9e0 solid;
}
.list-b .list-b-header{
    padding: 5px 3px;
    background-color: #ece9e0;
}
.body-item{
    padding: 10px 3px;
    border-bottom: 1px  #ece9e0 solid;
    color: #6e6e6e;
}
.footBox{margin-top:40px;}
.footBox .foot{background-color: #003262;padding:20px 0;color:#fff}
.footBox .foot  a{text-decoration:none;}
.footBox .foot .footLogo{width: 400px;float: left;}
.footBox .foot .footLogo img{width:320px;height: 180px;}
.footBox .foot .footLink{width: 320px;padding:0 35px;float: left;border-left:2px solid #043a70;border-right:2px solid #043a70;}
.footBox .foot .footLink a{width:140px;color:#fff;line-height: 30px;}
.footBox .foot .lTitle{font-size:16px;margin-bottom:20px;}
.footBox .foot .tLink{width: 280px;padding:0 60px;float: left;}
.footBox .foot .tLink a{display:block;color:#fff;line-height: 30px;}
.footBox .bottom{height:48px;line-height: 48px;background-color: #00274e;color:#a6cef2;font-size:14px;}
.footBox .bottom span{padding:0 10px;}
.footBox .bottom span img{vertical-align: middle;width:auto}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
