﻿*{
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none
}
body{
    background-color:#f4f4f4;
}
.footer-box .footer-container .footer-left{
    padding-left:0;
    width: 870px;
}
.footer-box .footer-container .footer-img{
    top:0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.header{
    height: 300px;
    background: url(../images/gljs/headbg.png) no-repeat top center;
}
.logo{
    margin-top: 40px;
}
.logo img{
    vertical-align:middle;
}
.word{
    margin-left: 5%;
    padding-top: 12%;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.main{
    background: #fff;
    padding: 33px;
    box-sizing: border-box;
}
.banner{
    width: 508px;
    height: 304px;
}
.onebox{
    height: 360px;
    padding: 30px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.hydtbox{
    width: 545px;
}
.title{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    line-height: 46px;
    color: #0064c1;
    font-size: 24px;
    font-weight: bold;
}
.title img{
    padding-right: 8px;
    padding-left: 10px;
}
.title span{
    display: inline-block;
    border-left: 1px solid #e5e5e5;
    height: 50px;
    padding-left: 15px;
}
.title a{
    font-size: 16px;
    color: #999999;
    float: right;
    font-weight: normal;
}
.list{
    margin-top: 20px;
}
.list li{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: url(../images/gljs/libg1.png) no-repeat 0 20px;
    border-bottom: unset;
    padding: unset;
    padding-left: 20px;
}
.list li span{
    color: #999;
    float: right;
}
.list li:hover {
    transform: unset;
}
.twobox{
    height: 570px;
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-top: 25px;
    box-sizing: border-box;
}
.twobox .list{
    margin-top: 0;
}
.twobox .list div{
    float: left;
    width: 516px;
    height: 180px;
    background: url(../images/gljs/libg.png) no-repeat 3% 25%;
    background-color: #e4f0ff;
    padding-left: unset;
    padding: 35px;
    margin-top: 40px;
    box-sizing: border-box;
}
.twobox .list div:nth-child(1){
    margin-right: 40px;
}
.twobox .list div:nth-child(3){
    margin-right: 40px;
}
.twobox .list div h1{
    font-size: 18px;
    font-weight: bold;
}
.twobox .list div p{
    line-height: 28px;
    margin-top: 20px;
    text-indent: 2em;
}