
body{background: #fff;  }

.head1{padding-left:150px;padding-bottom:10px;padding-top:10px;border-bottom:solid 1px #e9ecef; }
.nav a{text-decoration:none;}
ul.nav li{padding-left:60px;}
.nav-link1{
	color:#212529;
	display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

div.line {height:1px;margin-top: 3px; margin-bottom: 3px; border-bottom:1px dashed #e9ecef;}
div.marginline{margin-top: 60px;margin-bottom: 60px;}
.footer1{
    color: #6c757d !important;
    border-top: 1px solid #dee2e6 !important;
    padding-bottom: 6px;
}
.footer1 h5{font-weight: bold;}
.footer1 a{color: #6c757d;}
.softdesc{padding-top: 10px; padding-bottom: 20px;}
.bg-gray-200{
    background-color: #f1f4f8 !important;
}
.sxz{
    width: 28rem; margin: 0 auto;
}



/* 悬停时样式 */
.box div:hover {
    /* 移动 */
    top: -2px;
    /* 阴影 */
    box-shadow: 10px 10px 15px rgba(124, 113, 173, 0.171);
    /* 鼠标变化 */
    cursor: pointer;
}
.lista1 li a{
    color: #000;
}

.desclist li{
    line-height: 32px;
    padding-left: 25px;
    background: url(../img/dot.png) no-repeat 2px 13px;
    font-size: 15px;
}