body {
  background: none;
  background-color: #f4f4f4;
}
.topNav .wrap {
  width: 1200px;
}
.topNav .wrap .logo {
  height: 46px;
  float: left;
}
.topNav .wrap .logo img {
  height: 40px;
  margin-top: 2px;
}
.topNav .topNavList li {
  width: 140px;
}
.topNav .topNavList li i {
  margin: 10px 5px 0 16px;
}
/*
页面主体
*/
.banner {
  width: 100%;
  height: 523px;
  background: url("../images/banner.jpg") no-repeat center top;
  position: relative;
}
.footer {
  position: absolute !important;
  top: 2365px !important;
  background: #3863cf;
}
.footer p {
  color: #fff;
}
.footer p a {
  color: #fff;
}
.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 500px;
  left: 50%;
  margin-left: -600px;
}
.main .board {
  height: 435px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}
.main .board .slideBox {
  width: 580px;
  height: 435px;
  position: relative;
  overflow: hidden;
  float: left;
}
.main .board .slideBox .hd {
  position: absolute;
  bottom: 13px;
  right: 0px;
  z-index: 999999999;
}
.main .board .slideBox .hd ul li {
  text-indent: -1978px;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #94989f;
  float: left;
  margin-right: 8px;
  cursor: pointer;
  z-index: 9999;
}
.main .board .slideBox .hd ul li.on {
  background-color: #fff;
}
.main .board .slideBox .bd ul li {
  width: 580px;
  height: 435px;
  overflow: hidden;
  position: relative;
}
.main .board .slideBox .bd ul li img {
  width: 580px;
  height: 435px;
}
.main .board .slideBox .transparency {
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 580px;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.main .board .slideBox .title-header a {
  position: absolute;
  bottom: 0px;
  display: block;
  color: #fff;
  width: 500px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.main .board .slideTxtBox {
  float: right;
  width: 560px;
  margin-top: 20px;
  margin-right: 27px;
}
.main .board .slideTxtBox .hd {
  height: 50px;
  border-bottom: 2px solid #e3e4e6;
  margin-bottom: 16px;
}
.main .board .slideTxtBox .hd ul li a {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  cursor: pointer;
  font-size: 20px;
  display: block;
  float: left;
  margin-right: 13px;
}
.main .board .slideTxtBox .hd ul li:nth-last-child(1) a {
  margin-right: 0px;
}
.main .board .slideTxtBox .hd ul .on a {
  border-bottom: 2px solid #1467A8;
  color: #1467A8;
}
.main .board .slideTxtBox .bd li {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.main .board .slideTxtBox .bd li span {
  width: 8px;
  height: 8px;
  float: left;
  background: url(icon.png) no-repeat center;
  margin-top: 14px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  margin-right: 10px;
}
.main .board .slideTxtBox .bd li a {
  line-height: 35px;
  height: 35px;
  display: block;
}
.main .board .slideTxtBox .bd li a:hover span {
  background: url("../images/icon_hover.png") no-repeat left center;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.main .board .slideTxtBox .bd .more {
  height: 25px;
  font-size: 18px;
  position: relative;
  margin-top: 20px;
}
.main .board .slideTxtBox .bd .more i {
  width: 100%;
  border-bottom: 1px solid #e3e4e6;
  position: absolute;
  top: 50%;
}
.main .board .slideTxtBox .bd .more a {
  display: block;
  width: 152px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #999999;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -71px;
}
.main .dispark {
  padding: 0 10px;
}
.main .dispark h2 {
  width: 264px;
  height: 73px;
  margin: 50px auto;
  display: block;
}
.main .dispark .item {
  height: 365px;
}
.main .dispark .item li {
  float: left;
  width: 182px;
  height: 360px;
  border-radius: 5px;
  margin-right: 17px;
  transition: 0.5s;
}
.main .dispark .item li .icon {
  width: 70px;
  height: 70px;
  margin: 65px auto 45px auto;
}
.main .dispark .item li .title {
  width: 150px;
  padding: 38px 0px 48px 0px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
  margin: 0 auto;
}
.main .dispark .item li .more a {
  display: block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  transition: 0.5s;
  position: relative;
}
.main .dispark .item li .more a span {
  position: absolute;
  z-index: 99999;
  text-align: center;
  display: block;
  width: 140px;
}
.main .dispark .item li .more a::before,
.main .dispark .item li .more a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 0px;
  background: #fff;
  transition: 0.5s;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.main .dispark .item li .more a::after {
  bottom: 0;
  top: auto;
}
.main .dispark .item li .more a:hover:before {
  height: 18.5px;
}
.main .dispark .item li .more a:hover:after {
  height: 18.5px;
}
.main .dispark .item li:nth-last-child(1) {
  margin-right: 0px;
}
.main .dispark .item li:hover {
  -webkit-box-shadow: #dcdcdc 0px 0px 20px;
  -moz-box-shadow: #dcdcdc 0px 0px 20px;
  box-shadow: #dcdcdc 0px 0px 20px;
  transform: translate(0, -10px);
}
.main .dispark .item .green {
  background: #49ce8b;
}
.main .dispark .item .green .icon {
  background: url("../images/green-icon.png") no-repeat center;
}
.main .dispark .item .green a:hover span {
  color: #4bd190;
}
.main .dispark .item .orange {
  background: #fa975c;
}
.main .dispark .item .orange .icon {
  background: url("../images/orange-icon.png") no-repeat center;
}
.main .dispark .item .orange a:hover {
  background: #fff;
  color: #fa975c;
}
.main .dispark .item .pink {
  background: #f46d6d;
}
.main .dispark .item .pink .icon {
  background: url("../images/pink-icon.png") no-repeat center;
}
.main .dispark .item .pink a:hover {
  background: #fff;
  color: #f46d6d;
}
.main .dispark .item .yellow {
  background: #fcb244;
}
.main .dispark .item .yellow .icon {
  background: url("../images/yellow-icon.png") no-repeat center;
}
.main .dispark .item .yellow a:hover {
  background: #fff;
  color: #fcb244;
}
.main .dispark .item .blue {
  background: #3f84fb;
}
.main .dispark .item .blue .icon {
  background: url("../images/bule-icon.png") no-repeat center;
}
.main .dispark .item .blue a:hover {
  background: #fff;
  color: #3f84fb;
}
.main .dispark .item .pink-ly {
  background: #ff3883;
}
.main .dispark .item .pink-ly .icon {
  background: url("../images/pinkly-icon.png") no-repeat center;
}
.main .dispark .item .pink-ly a:hover {
  background: #fff;
  color: #ff3883;
}
.main .gather {
  margin: 63px auto;
  height: 400px;
  overflow: hidden;
}
.main .gather .data-set {
  width: 760px;
  background: #fff;
  float: left;
  border-top: 2px solid #1467A8;
}
.main .gather .data-set .data-img {
  float: left;
}
.main .gather .data-set .data-list {
  width: 478px;
  float: left;
  margin-top: 18px;
}
.main .gather .data-set .data-list li a {
  width: 434px;
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0 22px;
}
.main .gather .data-set .data-list li a i {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #1467A8;
  display: block;
  float: left;
  margin-top: 18px;
  margin-right: 10px;
}
.main .gather .data-set .data-list li a span {
  color: #999999;
  float: right;
}
.main .gather .data-set .data-list .more {
  height: 25px;
  font-size: 18px;
  position: relative;
  width: 434px;
  margin: 0 auto;
  margin-top: 12px;
}
.main .gather .data-set .data-list .more i {
  width: 100%;
  border-bottom: 1px solid #e3e4e6;
  position: absolute;
  top: 50%;
}
.main .gather .data-set .data-list .more a {
  display: block;
  width: 152px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #999999;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -71px;
}
.main .gather .search-set {
  float: right;
  width: 420px;
  height: 400px;
}
.main .link-data {
  overflow: hidden;
}
.main .link-data ul li {
  float: left;
  width: 205px;
  height: 195px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.main .link-data ul li a {
  display: block;
  width: 205px;
  height: 195px;
  position: relative;
  overflow: hidden;
  background: #add7f7;
}
.main .link-data ul li a .slide {
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -102.5px;
  width: 205px;
}
.main .link-data ul li a .slide .link-icon {
  width: 74px;
  height: 74px;
  line-height: 74px;
  margin: 35px auto 25px auto;
  background: #1467A8;
  text-align: center;
  border-radius: 50px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.main .link-data ul li a .slide .link-icon img {
  display: inline-block;
  vertical-align: middle;
}
.main .link-data ul li a .slide .title {
  height: 32px;
  color: #1467A8;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.8s linear;
}
.main .link-data ul li a .slide .line {
  width: 26px;
  height: 2px;
  background: #1467A8;
  margin: 0 auto;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.main .link-data ul li a::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 205px;
  background: #1467A8;
  top: 0px;
  left: 0px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.main .link-data ul li a:hover:before {
  height: 280px;
}
.main .link-data ul li a:hover .link-icon {
  -webkit-box-shadow: #0b4fa1 0px 0px 20px;
  -moz-box-shadow: #0b4fa1 0px 0px 20px;
  box-shadow: #0b4fa1 0px 0px 20px;
}
.main .link-data ul li a:hover .title {
  color: #fff;
}
.main .link-data ul li a:hover .line {
  background: #fff;
}
.main .link-data ul li:nth-last-child(1),
.main .link-data ul li:nth-last-child(3) {
  margin-right: 0px;
}
.main .link-data ul li:nth-last-child(1),
.main .link-data ul li:nth-last-child(2) {
  margin-bottom: 0px;
}
.classification {
  overflow: hidden;
}
.classification .bd ul li {
  width: 285px;
  height: 215px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
.classification .bd ul li .pic img {
  width: 285px;
  height: 215px;
}