@charset "UTF-8";
@keyframes rotation {
  0% {
    transform:rotate(0deg);
  }
  70% {
    transform:  rotate(380deg);
  }
  75% {
    transform:  rotate(340deg);
  }
  80% {
    transform:  rotate(370deg);
  }
  85% {
    transform:  rotate(350deg);
  }
  90% {
    transform:  rotate(365deg);
  }
  95% {
    transform:  rotate(355deg);
  }
  100% {
    transform:  rotate(360deg);
  }
}
.publicEntry_adv {
  -height: 300px;
  -background: url(../img/adv1.jpg) center center no-repeat;
}
.publicEntry_adv .container {
  padding: 75px 0;
}
.publicEntry_adv .publicEntry_adv_item {
  width: 360px;
  height: 150px;
  padding: 27px 50px;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.publicEntry_adv .publicEntry_adv_item:first-child {
  background-color: #126fd6;
}
.publicEntry_adv .publicEntry_adv_item:nth-child(2) {
  background-color: #5e79df;
  margin: 0 60px;
}
.publicEntry_adv .publicEntry_adv_item:last-child {
  background-color: #69c56c;
}
.publicEntry_adv .publicEntry_adv_item .icon {
  border: 2px solid #fff;
  width: 66px;
  height: 66px;
  display: block;
  box-sizing: border-box;
  line-height: 62px;
  font-size: 34px;
  border-radius: 66px;
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  margin-right: 30px;
  text-align: center;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}
.publicEntry_adv .publicEntry_adv_item .arrow {
  font-size: 24px;
}
.publicEntry_adv .publicEntry_adv_item span:nth-child(3) {
  line-height: 3;
}
.publicEntry_adv .publicEntry_adv_item:hover .icon {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
}
.publicEntry_content_title {
  /*border-bottom: 1px solid #e6e6e6;*/
  margin-bottom: 30px;
  background-color: #ddd;
}
.publicEntry_content_title > div {
  /*border-bottom: 4px solid #902b2f;*/
  margin-bottom: -1px;
  line-height: 45px;
}
.publicEntry_content_title i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: #902b2f;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}
.publicEntry_content_title .more {
  display: inline-block;
  color: #000;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 12px;
  padding: 0 12px;
}
.public_news li {
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.5s ease 0s;
  padding: 0;
  overflow: hidden;
}
.public_news li span {
  color: #808080;
  transition: all 0.5s ease 0s;
}
.public_news li:hover {
  background-color: #902b2f;
  color: #fff!important;
  padding: 0 10px;
}
.public_news li:hover span,
.public_news li:hover p {
  color: #fff!important;
}
.public_news li p {
  width: 460px;
}
.publicEntry_specialTopic ul li {
  float: left;
  margin-right: 26px;
  margin-bottom: 30px;
  width: 280px;
  height: 110px;
  overflow: hidden;
}
.publicEntry_specialTopic ul li img {
  width: 280px;
  height: 110px;
  transition: transform 1s ease 0s;
}
.publicEntry_specialTopic ul li:nth-child(4n) {
  margin-right: 0;
}
.publicEntry_specialTopic ul li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
}
/* 首页顶部banner */
.publicEntry_banner_top{
    width: 1920px;
    height: 600px;
}
.publicEntry_banner_top .swiper-wrapper{
    position: relative;
    margin: auto;
}
.publicEntry_banner_top .swiper-wrapper .swiper-slide{
    overflow: hidden;
}
.publicEntry_banner_top .swiper-wrapper .swiper-slide .link{
    
}
.swiper-slide-active img{
    transform: translate3d(0, 0, 0) scale(0.99) !important;
}
.publicEntry_banner_top .swiper-wrapper .swiper-slide .link .banner-img{
    transition: all 15s ease; 
    transform: translate3d(0, 0, 0) scale(1.4);
}
.publicEntry_guide_con {
    position: absolute;
    top: calc((100% - 40%)/2);
    left: calc((100% - 1200px)/2);
    width: 1200px;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.publicEntry_guide_con .guide_li {
    cursor: pointer;
    height: 100%;
    width: 330px;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.publicEntry_guide_con .guide_li:hover{
    background: url(../img/icon_top1.png) no-repeat center/cover;
}
.publicEntry_guide_con .guide_li .guide-img {
    height: 90px;
    width: 90px;
    margin-bottom: 16px;
    transition: transform 0.5s ease-in-out;
}
.publicEntry_guide_con .guide_li:hover .guide-img{
    animation: rotation 2s linear ;
    animation-timing-function:ease-in-out;
}
.publicEntry_guide_con .guide_li .guide-ta {
    line-height: 40px;
    font-size: 30px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.publicEntry_guide_con .guide_li .guide-tb {
    font-size: 16px;
    color: #fff;
}
/* 首页顶部banner end */