/*
 * @Description: 产业结构css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-30 13:16:01
 */

* {
  margin: 0px;
  padding: 0px;
  /* font-size: 15px; */
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #666666; */
  text-decoration: none;
}

@font-face {
  font-family: MyFontName;
  src: url(../font/SourceHanSansCN-Normal.ttf)
}

@font-face {
  font-family: YouSheTitleName;
  src: url(../font/youshetitle.ttf)
}

@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont2.eot');
  src: url('../font/iconfont2.eot') format('embedded-opentype'),
    url('../font/iconfont1.woff2') format('woff2'),
    url('../font/iconfont2.woff') format('woff'),
    url('../font/iconfont2.ttf') format('truetype'),
    url('') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: MyFontName;
}

.content {
  min-width: 1200px;
  width: 100%;
  height: 750px;
  position: relative;
  margin-top: 80px;
  padding-bottom: 100px;
}

#cyjgBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
}

.cyjg-header {
  width: 1400px;
  /* text-align: center; */
  margin: 0 auto;
  padding-top: 70px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}

.cyjg-body {
  height: 60%;
  position: relative;
  margin: 42px 4% 16% 4%;
  min-width: 1200px;
}

.cyjg-body-span {
  cursor: pointer;
  width: 18%;
  float: left;
  height: 100%;
  margin-right: 2.5%;
}

.cyjg-body-span:nth-child(5n) {
  /* float: right; */
  margin-right: 0px;
}

.cyjg-body-span:nth-child(5n) {
  /* float: right; */
  margin-right: 0px;
}
.cyjg-body-span:first-child .body-span-header {
  border-top: 5px solid #E60E0E;
}
.cyjg-body-span:last-child .body-span-header {
  border-top: 5px solid #FF9800;
}
.cyjg-body-span:nth-child(2n) .body-span-header,.cyjg-body-span:nth-child(3n) .body-span-header,.cyjg-body-span:nth-child(4n) .body-span-header {
  border-top: 5px solid #0080FF;
}

.body-span-header {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  width: 100%;
  height: 80px;
  color: #223343;
  font-size: 20px;
  background: #ffffff;
  text-align: center;
  line-height: 80px;
}

.body-span-icon {
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  margin-right: 30px;
}

.body-span-icon img {
  transform: scale(1.1);
  object-fit: cover;
  width: 100%;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  height: 100%;
}

.body-span-icon img:hover {
  transform: scale(1);
}

@media screen and (min-width: 1600px) {
  .content {
    height: 900px;
  }
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1600px) {
  .body-span-icon {
    width: 100%;
    height: 90%;
    margin-right: 30px;
  }

  .cyjg-header {
    padding-top: 50px;
  }
}

/* @media screen and (max-width: 1500px) {
  .body-span-icon {
    height: 85%;
  }
} */

@media screen and (max-width: 1400px) {
  .cyjg-header {
    width: 1200px;
  }

  .cyjg-body {
    margin: 0;
    margin-top: 42px;
  }
}
