* {
    padding: 0;
    margin: 0;
}

.common {
    width: 1500px;
    margin: 0 auto;
}

.header {
    height: 92px;
    border-top: 1px solid #111111;
    /* background-color: yellow;  */
}
.head-li{
    text-align: center;
    min-width: 281px!important;
    line-height: 20px;
    padding: 15px 30px 15px 31px;
    background-color: #dda730;
}
.head-li a{
    color:#fff;
    font-family: 仿宋;
    font-size: 19px;
    text-decoration:none;
}
.head-li a:link{
    color:#fff;
}
.head-li a:hover{
    color:rgba(65, 62, 139, 1);
}
.head-li a:visited{
    color:#fff;
}
.logo {
    float: left;
}
.logo-img {
    margin-left: 2%;
    margin-top: 1%;
    max-width: 300px!important;
}
.tel{
    float: right;
}
.headerright {
    float: right;
}

/* 整体向右浮动 */
.headerright ul {
    list-style-type: none;
    padding-top: 8px;
    height: 38px;
    line-height: 38px;
}

.headerright ul li {
    float: left;
}

.headerright li a {
    padding-left: 11px;
    padding-right: 11px;
    /* 或者padding: 0 11px; */
    font-size: 11px;
    border-right: 1px solid #b2c7ea;
    color: #ababab;
}

/* a链接只是不可以设置宽高，可以设置padding,border */
.headerright .col {
    color: #eb6ca1;
}

/* 注意优先级 */
.headerright .last {
    padding-right: 0;
    border: 0;
}
.a-header{
    float: right;
}
.a-header li{
    list-style: none;
    padding: 0 10px 0 10px;
}
.a-header ul{
    display: flex;
}
.a-header a{
    color:rgba(65, 62, 139, 1);
    font-family: 仿宋;
    font-size: 19px;
    text-decoration:none;
}
.a-header a:link{
    color:#fff;
}
.a-header a:hover{
    color:#dda730;
}
.a-header a:visited{
    color:rgba(65, 62, 139, 1);
}
.nav {
    height: 44px;
    /* width: 100%; */
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.nav ul {
    list-style-type: none;
    height: 44px;
    line-height: 44px;
}

.nav ul li {
    float: left;
    list-style-type: none;
    color: white;
    font-size: 13px;
    padding-right: 63px;
}

.banner {
    width: 1500px;
    background-color: #fff;
}

.banner img{
    text-align: center;
    float: contour;
    width: 1500px;
}

.footer {
    border-top: 1px solid #cccccc;
    height: 181px;
    background-color:rgba(65, 62, 139, 1);
}

.footer img{
    height: 110px;
    max-width: 110px!important;
}
.footer ul {
    height: 69px;
    border: 1px solid #ecebeb;
    line-height: 23px;
    padding-top: 25px;
    padding-bottom: 26px;
    list-style-type: none;
}

.footer li {
    padding-left: 24px;
    width: 176px;
    float: left;
    font-size: 11px;
    color: #000078;
}

.footer p {
    font-size: 10px;
    color: #000000;
}
.wechat{
    float: right;
    padding: 8px 7px 5px 5px;
}
.wechat p{
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}
.information {
    float:right;
}
.information p{
    color: #fff;
    padding-top: 5px;
}
.icp{
    margin-top: 5px;
}
.icp p{
    font-size: 14px;
}
.icp b{
    font-family: 仿宋;
    font-size: 15px;
}

.text{
    margin-top: 42px;
    height: 100%;
    text-align: left;
    width: 1000px;
    margin-bottom:20px ;
}
.text h1{
    size: 24px;
}
.text p{
    text-align: left;
    letter-spacing:5px;

}
.text h5{
    letter-spacing:5px;
    color: red;
    font-size:15px ;
}
.text li{
    border: 1px dashed #ababab;
    margin: 7px 0 7px 0;
    list-style: none;
}
.newDate{
    float:right;
    font-size: 11px;
    color: #ababab;
    margin-top: -15px;
}