.fd-section1 {
  background-color: #fff;
}
.fd-section1 article {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 210px 0;
  text-align: center;
}
.fd-section1 article header {
  margin-bottom: 50px;
  font-size: 40px;
  color: #333;
}
.fd-section1 article p {
  margin-bottom: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  text-align: left;
}
.fd-section1 .fd-more {
  font-size: 18px;
  color: #9ea5ad;
  text-decoration: none;
}
.fd-section1 .fd-more:hover {
  color: #03a1f4;
}

.fd-bg-gray {
  padding: 100px 0;
  background-color: #f3f6f7;
  padding-bottom:88px;
}


.fd-section2 {
  width: 1200px;
  height: 200px;
  margin: -200px auto 0 auto;
  background-color: #fff;
  box-shadow: 0 0 12px #e1edef;
}
.fd-section2 > ul {
  display: flex;
}
.fd-section2 li {
  flex: 1;
  height: 200px;
  background: url(../image/section2-line.png) no-repeat right center;
  text-align: center;
  display:inline-block;
  width:296px;
}
.fd-section2 li:last-child {
  background: none;
}
.fd-section2 li:hover .fd-num {
  animation: enter .8s linear;
}
.fd-section2 .fd-num {
  height: 60px;
  margin-top: 50px;
}
.fd-section2 .fd-text {
  margin-top: 20px;
  font-size: 18px;
}
.fd-section2 li:nth-child(1) .fd-num {
  background: url(../image/section2-num1.png) no-repeat center center;
}
.fd-section2 li:nth-child(2) .fd-num {
  background: url(../image/section2-num2.png) no-repeat center center;
}
.fd-section2 li:nth-child(3) .fd-num {
  background: url(../image/section2-num3.png) no-repeat center center;
}
.fd-section2 li:nth-child(4) .fd-num {
  background: url(../image/section2-num4.png) no-repeat center center;
}


.fd-section3 {
  width: 1200px;
  margin: 0 auto;
}
.fd-section3 > header {
  margin: 104px 0 46px 0;
  text-align: center;
  font-size: 40px;
  color: #333;
  margin-top:104px;
  margin-bottom: 56px;
}
.fd-section3 > ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.fd-section3 li {
  position: relative;
  width: 580px;
  height: 160px;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 0 23px 0 153px;
  background-color: #fff;
  box-shadow: 0 5px 7px #e1e5e9;
  display:inline-block;
  margin-right:17px;
}
.fd-section3 li > i {
  position: absolute;
  left: 30px;
  top: 32px;
  display: block;
  width: 92px;
  height: 92px;
}
.fd-section3 .fd-icon1 {
  background:url(../image/section3-icon1.png) no-repeat;
}
.fd-section3 .fd-icon2 {
  background:url(../image/section3-icon2.png) no-repeat;
}
.fd-section3 .fd-icon3 {
  background:url(../image/section3-icon3.png) no-repeat;
}
.fd-section3 .fd-icon4 {
  background:url(../image/section3-icon4.png) no-repeat;
}
.fd-section3 .fd-icon5 {
  background:url(../image/section3-icon5.png) no-repeat;
}
.fd-section3 .fd-icon6 {
  background:url(../image/section3-icon6.png) no-repeat;
}
.fd-section3 li > h3 {
  margin-top: 40px;
  font-size: 28px;
  color: #333;
}
.fd-section3 li > p {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}

.fd-section3 li.fd-line2 > h3 {
  margin-top: 27px;
}
.fd-section3 li.fd-line2 > p {
  margin-top: 15px;
  line-height: 30px;
}

.fd-section3 li.fd-line3 > h3 {
  margin-top: 27px;
}
.fd-section3 li.fd-line3 > p {
  margin-top: 15px;
  line-height: 20px;
}

.fd-section3 li:hover {
  transform: scale(1.03);
  box-shadow: 8px 8px 7px #e1e5e9;
}
.fd-section3 li:hover i {
  animation: enter .5s linear;
}


.fd-section4 {
  height: 777px;
  padding-top: 1px;
  background: url(../image/section4-bg.png) no-repeat center center / 100% 100%;
}
.fd-section4 > header {
  margin: 104px 0 54px 0;
  text-align: center;
  font-size: 40px;
  color: #fff;
}
.fd-section4 > ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.fd-section4 > ul >a{
	display:inline-block;
}
.fd-section4 li {
  position: relative;
  width: 380px;
  height: 140px;
  margin: 15px 0;
  padding-left: 185px;
  box-sizing: border-box;
  background: url(../image/section4-li-bg.png) no-repeat;
  cursor: pointer;
  display:inline-block;
}
.fd-section4 li > i {
  position: absolute;
  left: 70px;
  top: 25px;
  width: 77px;
  height: 77px;
  animation: enter .5s linear;
}
.fd-section4 .fd-icon1 {
  background:url(../image/section4-icon1.png) no-repeat left center;
}
.fd-section4 .fd-icon2 {
  background:url(../image/section4-icon2.png) no-repeat left center;
}
.fd-section4 .fd-icon3 {
  background:url(../image/section4-icon3.png) no-repeat left center;
}
.fd-section4 .fd-icon4 {
  background:url(../image/section4-icon4.png) no-repeat left center;
}
.fd-section4 .fd-icon5 {
  background:url(../image/section4-icon5.png) no-repeat left center;
}
.fd-section4 .fd-icon6 {
  background:url(../image/section4-icon6.png) no-repeat left center;
}
.fd-section4 .fd-icon7 {
  background:url(../image/section4-icon5.png) no-repeat left center;
}
.fd-section4 li > h3 {
  width: 120px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding-top: 50px;
}
.fd-section4 li > h3 > a{
    font-size: 28px;
    color: #fff;
    text-decoration: none;
}

.fd-section4 li:hover {
  background-image: url(../image/section4-li-active.png);
  transition: all 0.6s;
}


.fd-section5 {
  padding: 70px 0;
  background-color: #fff;
}
.fd-section5 > ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  -webkit-perspective: 500; 
  -moz-perspective: 500;
  height:463px;
}
.fd-section5 li {
  width:24%;
  float:left;
  position: relative;
  flex: 1;
  height: 420px;
  text-align: center;
}
.fd-section5 .fd-front,
.fd-section5 .fd-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-perspective: 10000;
  -moz-perspective: 10000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transition: all 2s;
}
.fd-culture .fd-front{
  background: url(../image/section5-front-bg1.png) no-repeat center center / 100% 100%;
}
.fd-honour .fd-front{
  background: url(../image/section5-front-bg2.png) no-repeat center center / 100% 100%;
}
.fd-event .fd-front{
  background: url(../image/section5-front-bg3.png) no-repeat center center / 100% 100%;
}
.fd-addUs .fd-front{
  background: url(../image/section5-front-bg4.png) no-repeat center center / 100% 100%;
}
.fd-section5 .fd-back1{
  background: url(../image/section5-back-bg1.png) no-repeat center center / 100% 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  text-shadow: 0 0 3px #666;
}
.fd-section5 .fd-back2{
  background: url(../image/section5-back-bg2.png) no-repeat center center / 100% 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  text-shadow: 0 0 3px #666;
}
.fd-section5 .fd-back3{
  background: url(../image/section5-back-bg3.png) no-repeat center center / 100% 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  text-shadow: 0 0 3px #666;
}
.fd-section5 .fd-back4{
  background: url(../image/section5-back-bg4.png) no-repeat center center / 100% 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  text-shadow: 0 0 3px #666;
}


.fd-section5 li:hover .fd-front{
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}
.fd-section5 li:hover .fd-back{
  -webkit-transform: rotateY(-360deg);
  -moz-transform: rotateY(-360deg);
}
.fd-section5 li .fd-icon {
  display: block;
  height: 80px;
}
.fd-section5 .fd-front .fd-icon {
  margin-top: 128px;
  margin-bottom: 40px;
}
.fd-section5 .fd-back .fd-icon {
  margin-top: 70px;
  margin-bottom: 33px;
}
.fd-culture .fd-icon {
  background: url(../image/section5-icon1.png) no-repeat center center / auto 100%;
}
.fd-honour .fd-icon {
  background: url(../image/section5-icon2.png) no-repeat center center / auto 100%;
}
.fd-event .fd-icon {
  background: #666;
  background: url(../image/section5-icon3.png) no-repeat center center / auto 100%;
}
.fd-addUs .fd-icon {
  background: url(../image/section5-icon4.png) no-repeat center center / auto 100%;
}
.fd-section5 h3 {
  letter-spacing: 3px;
  font-size: 26px;
}
.fd-section5 p {
  margin-top: 15px;
  font-size: 16px;
}
.fd-section5 .fd-back .fd-btn {
  display: block;
  width: 180px;
  height: 50px;
  margin: 55px auto 0 auto;
  line-height: 50px;
  background: url(../image/section5-btn-bg.png) no-repeat;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 12px #3e84c4;
  font-size: 16px;
}
.fd-section5 .fd-back .fd-btn:hover {
  box-shadow: 0 0 12px #666;
}

@media \0screen\,screen\9 {
  .fd-section5 .fd-back {
    display: none;
  }
  .fd-section5 li:hover .fd-front {
    display: none;
  }
  .fd-section5 li:hover .fd-back {
    display: block;
    animation: enter-left .8s linear;
  }
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .fd-section5 .fd-back {
    display: none;
  }
  .fd-section5 li:hover .fd-front {
    display: none;
  }
  .fd-section5 li:hover .fd-back {
    display: block;
    animation: enter-left .8s linear;
  }
}




.fd-section6 {
  padding: 104px 0;
  background-color: #f3f6f7;
  text-align: center;
}
.fd-section6 > header {
  margin-bottom: 70px;
  font-size: 40px;
  color: #333;
}
.fd-section6 > ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto 65px auto;
  text-align: left;
  height:200px;
}
.fd-section6 > ul > li {
  float:left;
  width: 574px;
  padding-left: 24px;
  background: url(../image/section6-point.png) no-repeat left center;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.fd-section6 > ul >li>a:hover {
  color: #3399ff;
}
.fd-section6 .fd-more {
  font-size: 18px;
  color: #9ea5ad;
  text-decoration: none;
}
.fd-section6 .fd-more:hover {
  color: #03a1f4;
}


.fd-section7 {
  padding: 104px 0;
  background-color: #fff;
  text-align: center;
}
.fd-section7 > header {
  margin-bottom: 70px;
  font-size: 40px;
  color: #333;
}
.fd-section7 .fd-media {
 
  justify-content: space-between;
  width: 1200px;
  height: 220px;
  margin: 0 auto;
}
.fd-section7 .fd-item {
  position: relative;
  width: 340px;
  height: 100%;
  background: url(../image/section7-bg1.png) no-repeat center center / 100% 100%;
  float:left;
}
.fd-section7 .fd-item.item1 {
  background-image: url(../image/section7-bg1.png);
}
.fd-section7 .fd-item.item2 {
  background-image: url(../image/section7-bg2.png);
}
.fd-section7 .fd-item.item3 {
  background-image: url(../image/section7-bg3.png);
}
.fd-section7 .fd-item .fd-layer {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 43px;
  padding: 0 8px;
  box-sizing: border-box;
  line-height: 43px;
  background-color: #54c4e8;
  border-bottom: 1px solid #95dce7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  text-decoration: none;
}
.fd-section7 .fd-item:hover {
  opacity: 0.9;
}
.fd-section7 .fd-item:hover .fd-layer {
  display: block;
  transform: all 0.6s;
}
.fd-section7 .fd-item .fd-layer:hover {
  background-color: #1586c7;
}
.fd-section7 .fd-more {
  width: 180px;
  height: 100%;
  padding-top: 160px;
  background: url(../image/section7-more.png) no-repeat center center / 100% 100%;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display:inline-block;
}
.fd-section7 .fd-more:hover {
  opacity: 0.9;
}



@keyframes enter {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes enter-left {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}