@font-face {
  font-family: 'architects daughter';
  font-style: normal;
  font-weight: 400;
  src: local('architects daughter'), local('architectsdaughter'), url(/uploads/image/sfonts/rxtgooq9aatavohxx0iubm3t7gjcyufj5txv5vna2p8.woff2) format('woff2');
  unicode-range: u 0000-00ff, u 0131, u 0152-0153, u 02c6, u 02da, u 02dc, u 2000-206f, u 2074, u 20ac, u 2212, u 2215, u e0ff, u effd, u f000;
}
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", fontawesome, sans-serif;
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}
pre,
pre *,
.title *,
.footer *,
.m5 *,
h2 {
  font-family: 'architects daughter';
}
div,
table,
p {
  margin: 0 auto;
  text-align: left;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
}
.lk {
  width: 100%;
  overflow: hidden;
  text-align: center;
  /*note: "..此处里面的样式有问题,请联系鲁康。"*/
}
.git {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 0;
}
.lk .main {

  /*note:"..此处调整整体宽度.."*/

  overflow: hidden;
}
.lk .main .div {
  margin: 10px 0;
}
.lk .main .h1 {
  font-size: 25px;
  padding-bottom: 20px;
}
.lk .main .l {
  width: 300px;
  float: left;
  padding: 5px;
}
.lk .main .r {
  width: 800px;
  float: left;
  padding: 5px;
}
.m1 {
  background-color: #f2f3ee;
  border-bottom: 1px dashed #fff;
}
.m1:last-child {
  border-bottom: 0 !important;
}
.m2 {
  border-bottom: 1px dashed #ddd;
}
.m3 {
  background-color: #fff3e3;
}
.m4 {
  background-color: #3d8ad1;
}
.m0 .main {
  font-size: 35px;
  text-align: center;
  height: 350px;
  line-height: 250px;
  position: relative;
  z-index: 99;
  color: #fff;
  font-family: 'architects daughter', 'helvetica neue', helvetica, arial, serif;
}
.iframe {
  width: 100%;
  height: 350px;
  border: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.pre {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.pre .kwa {
  color: #2f6f9f;
}
.pre .kwb {
  color: #4f9fcf;
}
.pre .str {
  color: #d44950;
}
.pre .kwd {
  color: #aa6708;
}
.title .p1 {
  margin-bottom: 20px;
}
.footer .p {
  font-size: 18px;
  line-height: 25px;
}
.footer .p a {
  color: #000;
}
.m5 {
  border-top: 1px solid #ddd;
}
.m5 .main {
  text-align: center;
  padding: 15px 0;
}
.m6 {
  background: #f8ecf1;
}
.m7 {
  background-color: #f3f3f3;
}
.m8 {
  border-bottom: 1px solid #ddd;
}
.content .main {
  padding: 0;
}
.content .main .h2 {
  font-size: 25px;
  line-height: 50px;
}
.content .main .slide {
  float: left;
  width: 23%;
  margin-right:2%;
  margin-right: 20px;
  margin-bottom:20px;
  cursor: pointer;
    background: #ddd;
    padding: 1%;
    box-sizing: border-box;
    transition: 0.4s;
}
.content .main .slide  div{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
@media screen and (max-width:767px){
    .content .main .slide {

  width: 100%;

}
}
.content .main .slide:nth-child(4n){
    margin-right: 0;
}
.content .main .slide:hover {
  box-shadow: 0 0 8px #999;
}

