body{
    min-width: 1050px;
    background-image: ;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f1f4f9;
}
.fgj{
    width:1050px;
    height:310px;
    margin:0 auto;
}
.fgj .logo-img{
    width:100%;
    height:155px;
    background-image: ;
    background-position: left 35px;
    background-repeat: no-repeat;
}
.fgj .nav{
    width:100%;
    height:40px;
    background-color: #fff;
    color:#2680d6;
}
.fgj .nav ul li{
    height:40px;
    width:130px;
    display: block;
    float: left;
}
.fgj .nav ul li a{
    display: block;
    width:130px;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.fgj .nav .active{
    background-color: #045fa8;
    color:#fff;
}
.fgj .nav ul li a:hover{
    background-color: #045fa8;
    color:#fff;
}
.fgj .header-tj{
    width:100%;
    height:75px;
    margin:20px auto;
    background: #fff  left top no-repeat;
}
.fgj .header-tj-title{
    display: block;
    width:580px;
    height:75px;
    line-height: 75px;
    text-align: center;
    margin-left:100px;
    font-size: 21px;
    font-weight: bold;
    color:#045fa8;  
    float: left;  
}
.fgj .header-search{
    width:370px;
    float: left;
    height:40px;
    margin-top:19px;
    font-size: 15px;
}
.fgj .header-search form input:first-child {
    box-sizing: border-box;
    float: left;
    width: 255px;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    text-align: center;
    background-color: #f0f0f0;
    color: #666;
}

.fgj .header-search form input:first-child:focus {
    text-align: left;
}

.fgj .header-search form input:first-child::-webkit-input-placeholder {
    /* webkit, blink, edge */
    color: #666;
}

.fgj .header-search form input:first-child:-moz-placeholder {
    /* mozilla firefox 4 to 18 */
    color: #666;
}

.fgj .p-nav .search-form form input:first-child::-moz-placeholder {
    /* mozilla firefox 19  */
    color: #666;
}

.fgj .header-search form input:first-child:-ms-input-placeholder {
    /* internet explorer 10-11 */
    color: #666;
}

.fgj .header-search form input:last-child {
    box-sizing: border-box;
    float: left;
    width: 90px;
    height: 40px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #e3e3e6;
    color: #555;
    margin-left:10px;
}

/* 底部 */
.fgj-footer{
    width:100%;
    height:145px;
    background-color: #e0e0e0;
    margin-top:20px;
}
.fgj-f{
    width:1050px;
    height:145px;
    margin:0 auto;
    box-sizing: border-box;
    padding-top:30px;
}
.fgj-f-left{
    display: block;
    width:80px;
    height:80px;
    float: left;
    background:  no-repeat;
}
.fgj-f-center{
    width:860px;
    height:110px;
    float: left;
}
.fgj-f-center ul{
    display: inline-block;
    width:860px;
    height:30px;
    text-align: center;
    margin-left:170px;
}
.fgj-center-top li{
    float: left;
}
.fgj-center-top li a{
    line-height: 30px;
    margin:0 8px;
    display: inline-block;
    font-size: 13px;
    color:#333;
}
.fgj-f-right{
    display: block;
    width:110px;
    height:80px;
    background:  left 10px no-repeat;
    float: left;
}
.fgj-center-center{
    width:100%;
    height:30px;
    font-size: 13px;
    color:#333;
    text-align: center;
}