.clearfix {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
.artist {
  margin-top: 80px;
}
.artist > ul > a {
  display: block;
  text-decoration: none;
  color: #333333;
}
.artist > ul > a > li {
  margin: 5px 3px;
  float: left;
  width: 250px;
  height: 188px;
  border: 1px solid #cecece;
  overflow: hidden;
}
.artist > ul > a > li > img {
  width: 248px;
  cursor: pointer;
  transition: all 0.6s;
}
.artist > ul > a > li > img:hover {
  width: 250px;
  transform: scale(1.1);
}
.artist > ul > a > li > p {
  width: 100%;
  font-size: 16px;
  margin-top: 6px;
  text-align: center;
}
.artist > ul a:hover {
  color: #333333;
}
.product {
  margin-top: 52px;
}
.product > .product-nav {
  width: 1050px;
  border: none;
  height: 24px;
  border-left: 4px solid #3161bf;
  margin-bottom: 30px;
}
.product > .product-nav > h4 {
  margin-left: 4px;
  width: 90px;
  font-size: 21px;
  font-family: 微软雅黑;
  color: #0d0d0d;
  float: left;
}
.product > .product-nav > span {
  float: left;
  font-size: 18px;
  color: #c7c7c7;
}
.product > .product-nav > .more {
  float: right;
  margin-right: 35px;
}
.product > .product-nav > .more > a {
  text-decoration: none;
}
.product > ul > li {
  float: left;
  position: relative;
  width: 340px;
  height: 406px;
  margin-right: 15px;
}
.product > ul > li > a img {
  width: 338px;
  height: 338px;
  border: 1px solid #D7D7D7;
}
.product > ul > li > a span.title {
  display: block;
  height: 66px;
  width: 338px;
  font-size: 18px;
  line-height: 66px;
  text-align: center;
}
.product > ul > li > a .viewInfo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 338px;
  height: 338px;
  border: 1px solid #D7D7D7;
  border-bottom: 0px;
  background: rgba(77, 118, 200, 0.9);
}
.product > ul > li > a .viewInfo:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: 320px;
  width: 320px;
  border: 1px solid #fff;
  margin: 10px;
}
.product > ul > li > a .viewInfo p {
  color: #fff;
  margin-top: 150px;
  margin-left: 120px;
  height: 40px;
  width: 100px;
  border: 1px solid #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.product > ul > li:nth-child(3n) {
  margin-right: 0;
}
.product > ul > li:hover a .viewInfo {
  display: block;
}
.product > ul > li:hover a span {
  background: #2E5EBE;
  color: #fff;
}
.news {
  margin-top: 52px;
}
.news > .news-nav {
  width: 1050px;
  border: none;
  height: 24px;
  border-left: 4px solid #3161bf;
  margin-bottom: 30px;
}
.news > .news-nav > h4 {
  margin-left: 4px;
  width: 90px;
  font-size: 21px;
  font-family: 微软雅黑;
  color: #0d0d0d;
  float: left;
}
.news > .news-nav > span {
  float: left;
  font-size: 18px;
  color: #c7c7c7;
}
.news > .news-nav > .more {
  float: right;
  margin-right: 35px;
}
.news > .news-nav > .more > a {
  text-decoration: none;
}
.news > #news-content {
  margin-top: 15px;
}
.news > #news-content li {
  float: right;
  width: 500px;
  margin-right: 10px;
}
.news > #news-content li > span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 6px;
}
.news > #news-content li > a {
  text-decoration: none;
  colro: #333;
}
.news > #news-content li > a div.info {
  box-sizing: border-box;
  height: 55px;
  padding-top: 22px;
}
.news > #news-content li > a div.info span {
  font-size: 18px;
  color: #333;
}
.news > #news-content li > a div.info hr {
  margin: 0;
  border-top: 1px solid #DEDEDE;
  margin-top: 5px;
}
.news > #news-content li:first-child {
  float: left;
  width: 480px;
  height: 500px;
}
.news > #news-content li:first-child img {
  width: 479px;
  height: 290px;
}
.news > #news-content li:first-child .info {
  padding: 46px;
  width: 480px;
  height: 210px;
  background: #3161BF;
}
.news > #news-content li:first-child .info span {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.news > #news-content li:first-child .info .title {
  font-size: 20px;
}
.news > #news-content li:first-child .info hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news > #news-content li:first-child .info .date {
  float: left;
  width: 100px;
  height: 151px;
  text-align: center;
}
.news > #news-content li:first-child .info .date p {
  color: #fff;
}
.news > #news-content li:first-child .info .date .day {
  font-size: 45px;
  margin: 0;
}
.news > #news-content li:first-child .info .date .year_month {
  font-size: 14px;
}
.news > #news-content li:first-child:hover {
  box-shadow: 0px 0px 20px 6px #B0B0B0;
}
.news > #news-content li:first-child:hover .info .title {
  color: #fff;
}
.news > #news-content li:first-child:hover .info span {
  color: #fff;
}
.news > #news-content li:hover div.info .title {
  color: #3161bf;
}
.news > #news-content li:hover div.info span {
  color: #3161bf;
}
.about {
  margin-top: 70px;
}
.about .about-nav {
  width: 1050px;
  border: none;
  height: 24px;
  border-left: 4px solid #3161bf;
  margin-bottom: 30px;
}
.about .about-nav > h4 {
  margin-left: 4px;
  width: 90px;
  font-size: 21px;
  font-family: 微软雅黑;
  color: #0d0d0d;
  float: left;
}
.about .about-nav > span {
  float: left;
  font-size: 18px;
  color: #c7c7c7;
}
.about .about-nav > .more {
  float: right;
  margin-right: 35px;
}
.about .about-nav > .more > a {
  text-decoration: none;
}
.about > div > span {
  display: block;
  font-size: 22px;
  text-align: center;
}
.about > div > span:nth-child(1) {
  font-weight: bold;
}
.about > div:nth-child(2) {
  height: 275px;
  background-image: url('../images/indexPic/20180704_014.jpg');
}
.about > div:nth-child(2) > .banner-public > span {
  border-color: transparent;
  border-width: 0px;
  height: 151px;
  width: 359px;
  display: block;
  word-wrap: break-word;
  float: right;
  color: #ffffff;
  margin-top: 70px;
}
.about > .banner-public > span {
  font-family: MicrosoftYaHei;
  font-weight: bold;
}
.footer .footer-nav {
  padding-left: 6px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 1050px;
  height: 42px;
  border-left: 4px solid #3161bf;
}
.footer .footer-nav > span {
  font-size: 18px;
  font-family: 微软雅黑;
  width: 100px;
  line-height: 20px;
  color: #3161bf;
  display: block;
  font-weight: bolder;
}
.footer .footer-nav .map {
  float: left;
  margin-top: 20px;
  width: 500px;
  height: 300px;
  margin-left: 0px;
}
.footer .footer-nav .address {
  float: right;
  right: 0px;
  width: 450px;
  height: 400px;
  padding-top: 70px;
}
.footer .footer-nav .address > span {
  display: block;
  margin-top: 10px;
}
.footer .footer-nav .address > span > b {
  display: inline-block;
  width: 13px;
  height: 17px;
  background-image: url("../img/00.jpg");
}
.footer .footer-nav .address > span > strong {
  line-height: 24px;
  font-weight: bold;
}
.footer .footer-nav .address .shop {
  width: 98px;
  height: 120px;
  float: right;
  margin-top: -120px;
  margin-right: 20px;
}
.footer .footer-nav .address .shop > span {
  display: block;
  text-align: center;
}
.footer .friend {
  width: 100%;
  height: 54px;
  background: #3361BF;
}
.footer .friend > span {
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
}
.footer .friend > span > a {
  color: #ffffff;
  text-decoration: none;
}
.footer .recordNumber {
  width: 100%;
  height: 135px;
  background: #3C3C3C;
  text-align: center;
  padding-top: 50px;
}
.footer .recordNumber > span {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 28px;
}
