@font-face {
  font-family: "CustomFont";
  src: url("font-file.ttf") format("truetype"),
    url("font-file.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
p {
  text-indent: 2em; /* 缩进两个字符 */
  }
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  /* max-height: 100%; */
  font-size: 12px;
  font-family: Adobe Heiti Std;
  /* overflow: hidden; */
}

body {
  /* display: flex; */
  /* flex-direction: column; */
  min-height: 400px;
  overflow: visible;
  /* display: none; */
}
.width {
  width: 930px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
.header {
  height: 64px;
  background-color: #f5f5f5;
  border-bottom: 6px solid #fd652c;
}
.header > :first-child {
  justify-content: space-between;
}
.content > * {
  flex-direction: column;
  align-items: start;
}
#content{
    margin-bottom: 80px;
}
.header .logo {
  display: inline-flex;
  height: auto;
  align-items: center;
  font-family: Adobe Heiti Std;
  font-size: 20px;
  color: #fd652c;
}
.right > * {
  cursor: pointer;
  margin-left: 4px;
  padding: 5px;
}
.right > *:hover,
.right > .active {
  color: #fd652c;
}
.content {
  min-height: calc(100% - 64px - 355px);
  /* height: 100%; */
}
.items .title {
  display: flex;
  align-items: center;
  margin-top: 40px;
  height: 30px;
  font-size: 20px;
  margin-left: 30px;
}
.items .title:before {
  content: "";
  display: inline-block;
  width: 33px;
    height: 26px;
  background-image: url(../images/title.bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.items {
  width: 100%;
}
.other{
    padding: 20px;
}
.other .title:before {
    margin-right: 5px;
}
.other .title{
    margin-left: 0px;
}
.items .image {
  width: 96px;
  height: 96px;
  background: #cccccc;
  border-radius: 7px 7px 7px 7px;

  margin: 10px;
}
.items .image img {
  width: 100%;
  height: 100%;
}
.items .images {
  display: flex;
  /* padding: 10px; */
  margin-top: 10px;
  flex-wrap: wrap;
}
.logo{
    margin-left: 26px;
}
.header .logo::before {
  content: "";
  display: inline-block;
  width: 60px;
    height: 43px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer {
  height: 355px;
  background-color: #fd652c;
  font-family: Adobe Heiti Std;
  background-image: url(/images/footer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comp {
  font-size: 25px !important;
  /* margin-bottom: 10px; */
}
.footer .width {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .width div {
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.footer > * {
    cursor: pointer;
}
/* [name="icp"] {
    margin-top: 10px;
} */


.gongan, .gongan:active {
  color: #fff
}
.gongan::before {
  content: '';
  display: inline-block;
  width: 30px;
  height:30px;
  background-image: url(../images/gongan.png);
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wenwang , .wenwang a{
  color: #ffffff;
  text-decoration: none;
  outline: none;
}