* {
  margin: 0;
  padding: 0;
}
@keyframes pingtai1 {
    from {width: 300px;}
    to {width: 400px;}
}
@keyframes pingtai2 {
  from {width: 300px;left: 0;}
  to {width: 400px;left: -50px;}
}

ul,ol {
  list-style: none;
}
a {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
/*通用样式*/
.publish-title {
  text-align: center;
}
  .publish-title h1 {
    color: #444;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .publish-title p {
    color: #999;
    font-size: 14px;
  }
html,body {
  width: 100%;
  font-family: 'Microsoft YaHei';
}
.container {
  width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
  min-width: 1200px;
  height: 640px;
  overflow: hidden;
  position: relative;
}
header .swiper-container .header-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1200px;
  height: 90px;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  border-color: rgba(255,255,255,0.1);
  overflow: hidden;
}
header .header-nav-logo {
  margin-top: 17px;
  float: left;
}
header .header-nav-list {
  margin-top: 50px;
  float: right;
}
header .header-nav-list li {
  float: left;
  margin-left: 36px;
}
header .header-nav-list li a {
  color: #fff;
  font-size: 14px;
}
header .header-nav-list li:last-child a {
  margin: 0 14px;
}
header .header-nav-list li:last-child span {
  color: #fff;
  opacity: 0.2;
  filter: opacity(20);
}
header .swiper-slide {
  width: 100%;
  min-width: 1200px;
  height: 640px;
  overflow: hidden;
  position: relative;
}
header .swiper-slide1 img,
header .swiper-slide2 img,
header .swiper-slide3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 640px;
  z-index: 0;
}
header .swiper-slide1 div,
header .swiper-slide2 div,
header .swiper-slide3 div
{
  position: relative;
  z-index: 100;
  margin-top: 225px;
}
header .swiper-slide1 div h1,
header .swiper-slide2 div h1,
header .swiper-slide3 div h1
 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 24px;
}
header .swiper-slide1 div p,
header .swiper-slide2 div p,
header .swiper-slide3 div p
 {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
header .swiper-slide1 div a,
header .swiper-slide2 div a,
header .swiper-slide3 div a
 {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin-top: 60px;
  color: #fff;
  display: block;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
header .swiper-pagination-bullet {
  background: #fff;
}
header .swiper-pagination-bullet-active {
  background: #fff!important;
}


.youshi {
  padding: 60px 0;
}
.youshi .youshi-list {
  margin-top: 30px; 
}
.youshi .youshi-list li {
  float: left;
  width: 300px;
  height: 270px;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 40px 48px;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}
.youshi .youshi-list li:last-child {
  border-right: 0;
}
.youshi .youshi-list h2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;  
}
.youshi .youshi-list p {
  font-size: 14px;
  color: #888;
  display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-webkit: line clamp 2;
  -moz-webkit: line clamp 2;
  -ms-webkit: line clamp 2;
  -o-webkit: line clamp 2;
	overflow:hidden;
}
.youshi .youshi-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}
.youshi .youshi-list li:nth-child(1) .youshi-icon {
  background: url(../img/youshiicon01.png) center center no-repeat;
}
.youshi .youshi-list li:nth-child(1):hover {
  background: url(../img/youshi01.png) center center no-repeat;
}
.youshi .youshi-list li:nth-child(1):hover .youshi-icon {
  background: url(../img/youshiicon01-active.png) center center no-repeat;
}

.youshi .youshi-list li:nth-child(2) .youshi-icon {
  background: url(../img/youshiicon02.png) center center no-repeat;
}
.youshi .youshi-list li:nth-child(2):hover {
  background: url(../img/youshi02.png) center center no-repeat;
}
.youshi .youshi-list li:nth-child(2):hover .youshi-icon {
  background: url(../img/youshiicon02-acitve.png) center center no-repeat;
}

.youshi .youshi-list li:nth-child(3) .youshi-icon {
  background: url(../img/youshiicon03.png) center center no-repeat;
}
.youshi .youshi-list li:nth-child(3):hover {
  background: url(../img/youshi03.png) center center no-repeat;
}
.youshi .youshi-list li:nth-child(3):hover .youshi-icon {
  background: url(../img/youshiicon03-active.png) center center no-repeat;
}

.youshi .youshi-list li:nth-child(4) .youshi-icon {
  background: url(../img/youshiicon04.png) center center no-repeat;
}
.youshi .youshi-list li:nth-child(4):hover {
  background: url(../img/youshi04.jpg) center center no-repeat;
}
.youshi .youshi-list li:nth-child(4):hover .youshi-icon {
  background: url(../img/youshiicon04-active.png) center center no-repeat;
}

.youshi .youshi-list li:hover h2 {
  color: #fff;
}
.youshi .youshi-list li:hover p {
  color: #fff;
}

.seo {
  width: 100%;
  min-width: 1200px;
  padding: 60px 0;
  background: #f1f1f1;
}
.seo .seo-table {
  height: 586px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 25px;
}
.seo .seo-table b {
  color: #0066ff;
  font-size: 16px;
}
.seo .seo-table thead tr {
  height: 71px;
  text-align: center;
}
.seo .seo-table thead tr th:first-child {
  width: 510px;
  background: #0066ff;
  color: #fff;
  font-size: 24px;
}
.seo .seo-table thead tr th:nth-child(2) {
  width: 180px;
  background: #333333;
  font-size: 36px;
  color: #66ff00;
}
.seo .seo-table thead tr th:nth-child(3) {
  color: #999999;
  font-size: 24px;
  width: 510px;
  background: #fff;
}
.seo .seo-table tbody tr {
  height: 73px;
}
.seo .seo-table tbody td {
  text-align: center;
  border: 1px #e5e5e5 solid;
}
.seo .seo-table tbody td:nth-child(2) {
  background: #ebebeb;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
.seo .seo-table tbody td:nth-child(3) {
  background: #f1f1f1;
  font-size: 14px;
  color: #666666;
}
.case {
  width: 100%;
  min-width: 1200px;
  height: 870px;
  padding-top: 56px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case .publish-title {
  position: relative;
  z-index: 10;
}
.case .publish-title h1 {
  color: #fff;
}
.case .publish-title p {
  color: #fff;
}
.case .case-list {
  margin-top: 28px;
  position: relative;
  z-index: 10;
}
.case .case-list ul {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.case .case-list ul li {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.case .case-list .tab-list-active {
  color: #fff;
  background: #0066ff;
}
.case .case-list .tab-box {
  display: none;
}
.case .case-list .tab-box-active {
  display: block;
}
.case .tab-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.case .tab-box > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.case .tab-box .container {
  position: relative;
  z-index: 10;
  margin-top: 270px;
}
.case .tab-box .container div h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.case .tab-box .container div h3 {
  color: #fff;
  font-size: 24px;
}
.case .tab-box .container div h3 span {
  border-bottom: 2px #66ff00 solid;
  display: inline-block;
  padding-bottom: 14px;
}
.case .tab-box .container div p {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0 30px;
}
.case .tab-box .container div h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.case .tab-box .container div ul {
  margin-top: 10px;
}
.case .tab-box .container div li {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 28px;
}
.case .tab-box .container a {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 1px solid #0066ff;
  color: #0066ff;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 20px 0;
}


.system {
  width: 100%;
  min-width: 1200px;
  height: 280px;
  position: relative;
  background: #fff;
}
.system .container {
  height: 390px;
  position: relative;
  top: -114px;
  background: #fff;
  z-index: 100;
  border-radius: 4px;
  padding-top: 60px;
  box-sizing: border-box;
}
.system-list ul {
  height: 280px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}
.system-list li {
  float: left;
  text-align: center;
}
.system-list h4 {
  color: #333;
  font-size: 40px;
  position: relative;
  margin-bottom: 40px;
}
.system-list h4::after {
  content: '';
  height: 2px;
  width: 47px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #66ff00;
  bottom: -20px;
}
.system-list p {
  font-size: 16px;
  color: #666666;
}

.youcase {
  width: 100%;
  min-width: 1200px;
  height: 740px;
  background: #f1f1f1;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.youcase-container {
  margin-top: 30px;
  margin-bottom: 20px;
}
.youcase-container ul {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.youcase-container ul li {
  border-radius: 4px;
  box-shadow: 0 0 4px #ccc;
  overflow: hidden;
}
.youcase-container ul li > img  {
  width: 280px;
  height: 180px;
}
.youcase-container ul li > div {
  padding: 0 10px;
}
.youcase-container ul li > div h3 {
  color: #333333;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px dotted #e5e5e5;
}
.youcase-container ul li > div p {
  color: #666666;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #e5e5e5;
}
.youcase-container ul li > div p img {
  float: right;
  margin-right: 130px;
  margin-top: 10px;
}
.youcase .youcase-more {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 40px;
  border: 1px #0066ff solid;
  color: #0066ff;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
/* .youcase-container .swiper-button-disabled {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dadada'%2F%3E%3C%2Fsvg%3E");
} */
.swiper-button-prev {
  left: 250px;
}
.swiper-button-next {
  right: 250px;
}
.item {
  width: 100%;
  min-width: 1200px;
  height: 260px;
  background: url(../img/item.jpg) left top no-repeat;
  background-size: cover;
}
.item ul {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  height: 260px;
}
.item ul li {
  text-align: center;
  align-self: center;
}
.item ul li h4 {
  color: #66ff00;
  font-size: 48px;
}
.item ul li p {
  color: #bdbdbd;
  font-size: 14px;
}

.pingtai {
  width: 100%;
  min-width: 1200px;
  height: 690px;
  box-sizing: border-box;
  padding-top: 58px;
}
.pingtai-wrap {
  border-radius: 4px;
  margin-top: 100px;
  border-radius: 4px;
  width: 1200px;
  height: 340px;
  border: 1px #dadada solid;
  position: relative;
}
.pingtai-wrap > div {
  float: left;
  width: 300px;
  min-width: 300px;
  box-sizing: border-box;
  position: relative;
}
.pingtai-wrap > div {
  border-right: 1px #dadada solid;
}
.pingtai-wrap .pingtai-list {
  width: 300px;
  height: 340px;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  cursor: pointer;
}
.pingtai-wrap .pingtai-detail {
  width: 300px;
  height: 460px;
  box-sizing: border-box;
  border: 1px  #0066ff solid;
  box-shadow: 0 0 4px #0066ff;
  position: absolute;
  top: -60px;
  z-index: 10;
  background: #fff;
  padding: 30px;
  overflow: hidden;
  display: none;
  /* animation: pingtai; */
  animation-duration: 0.5s;
}
.pingtai-wrap > div:nth-child(1) .pingtai-detail {
  animation: pingtai1;
  animation-duration: 0.5s;
}
.pingtai-wrap > div:nth-child(2) .pingtai-detail {
  animation: pingtai2;
  animation-duration: 0.5s;
}
.pingtai-wrap > div:nth-child(3) .pingtai-detail {
  animation: pingtai2;
  animation-duration: 0.5s;
}
.pingtai-wrap > div:nth-child(4) .pingtai-detail {
  animation: pingtai1;
  animation-duration: 0.5s;
}
.pingtai-wrap > div:nth-child(1) .pingtai-detail {
  left: 0;
}
.pingtai-wrap > div:nth-child(2) .pingtai-detail {
  left: 0;
}
.pingtai-wrap > div:nth-child(3) .pingtai-detail {
  left: 0;
}
.pingtai-wrap > div:nth-child(4) .pingtai-detail {
  right: 0;
}
.pingtai-wrap > div:hover .pingtai-detail {
  display: block;
  width: 400px;
}
.pingtai-wrap > div:nth-child(2):hover .pingtai-detail {
  left: -50px;
}
.pingtai-wrap > div:nth-child(3):hover .pingtai-detail {
  left: -50px;
}




.pingtai-wrap .pingtai-detail > div {
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 14px;
}
.pingtai-wrap .pingtai-detail > p {
  padding: 28px 0 ;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 30px;
}
.pingtai-wrap .pingtai-detail > a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #0066ff solid;
  color: #0066ff;
  display: inline-block;
  border-radius: 4px;
  margin-top: 30px;
}
.pingtai-wrap .pingtai-detail li {
  font-size: 14px;
  color: #666;
  height: 30px;
}
.pingtai-wrap > div:last-child {
  border-right: 0;
}
.pingtai-wrap .pingtai-list li {
  text-align: center;
}
.pingtai-wrap .pingtai-list li:nth-child(1) {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px #f2f2f2 solid;
  padding: 20px 0;
}
.pingtai-wrap .pingtai-list li:not(:first-child) {
  height: 48px;
  line-height: 48px;
}

.shangji {
  width: 100%;
  min-width: 1200px;
  height: 850px;
  background: url(../img/shangji.jpg) left top no-repeat;
  background-size: cover;
  /* overflow: hidden; */
  padding-top: 80px;
  box-sizing: border-box;
}
.shangji .publish-title h1 {
  color: #fff;
}
.shangji .publish-title p {
  color: #fff;
}
.shangji .shangji-list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.shangji .shangji-list ul {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.shangji .shangji-list li {
  width: 30%;
  box-sizing: border-box;
  text-align: center;
  padding: 50px 50px;
  border-right: 1px dashed;
  border-bottom: 1px dashed;
  border-color: rgba(255, 255, 255, 0.1);
  flex-grow: 1;
  height: 270px;
  cursor: pointer;
}
.shangji .shangji-list li:nth-child(3),
.shangji .shangji-list li:nth-child(6) {
  border-right-width: 0; 
}
.shangji .shangji-list li:nth-child(4),
.shangji .shangji-list li:nth-child(5),
.shangji .shangji-list li:nth-child(6) {
  border-bottom-width: 0;
}
.shangji .shangji-list li > div {
  width: 90px;
  height: 90px;
  margin: 0 auto 12px;
}
.shangji .shangji-list h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
}
.shangji .shangji-list p {
  color: #999999;
  font-size: 14px;
}
.shangji .shangji-list li:nth-child(1) > .shangji-list-icon {
  background: url(../img/shangji01.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(2) > .shangji-list-icon {
  background: url(../img/shangji02.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(3) > .shangji-list-icon {
  background: url(../img/shangji03.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(4) > .shangji-list-icon {
  background: url(../img/shangji04.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(5) > .shangji-list-icon {
  background: url(../img/shangji05.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(6) > .shangji-list-icon {
  background: url(../img/shangji06.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(1):hover > .shangji-list-icon {
  background: url(../img/shangji01-active.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(2):hover > .shangji-list-icon {
  background: url(../img/shangji02-active.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(3):hover > .shangji-list-icon {
  background: url(../img/shangji03-active.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(4):hover > .shangji-list-icon {
  background: url(../img/shangji04-active.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(5):hover > .shangji-list-icon {
  background: url(../img/shangji05-active.png) center center no-repeat;
}
.shangji .shangji-list li:nth-child(6):hover > .shangji-list-icon {
  background: url(../img/shangji06-active.png) center center no-repeat;
}
.shangji .shangji-jiameng {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0066ff;
  border: 1px solid #0066ff;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.choose {
  width: 100%;
  min-width: 1200px;
  height: 570px;
  padding-top: 60px;
  box-sizing: border-box;
}
.choose-list {
  margin-top: 40px;
}
.choose-list ul li {
  width: 300px;
  height: 340px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px transparent solid;
  padding: 40px 26px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.choose-list ul li:hover {
  border: 1px #0066ff solid;
  box-shadow: 0 0 4px #0066ff;
}
.choose-list .choose-list-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
}
.choose-list ul li:nth-child(1) div {
  background: url(../img/choose01.png) center center no-repeat;
}
.choose-list ul li:nth-child(2) div {
  background: url(../img/choose02.png) center center no-repeat;
}
.choose-list ul li:nth-child(3) div {
  background: url(../img/choose03.png) center center no-repeat;
}
.choose-list ul li:nth-child(4) div {
  background: url(../img/choose04.png) center center no-repeat;
}
.choose-list ul li:nth-child(1):hover div {
  background: url(../img/choose01-active.png) center center no-repeat;
}
.choose-list ul li:nth-child(2):hover div {
  background: url(../img/choose02-active.png) center center no-repeat;
}
.choose-list ul li:nth-child(3):hover div {
  background: url(../img/choose03-active.png) center center no-repeat;
}
.choose-list ul li:nth-child(4):hover div {
  background: url(../img/choose04-active.png) center center no-repeat;
}
.choose-list ul li h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
}
.choose-list ul li p {
  color: #888888;
  font-size: 14px;
}

.news {
  width: 100%;
  min-width: 1200px;
  height: 690px;
  background: #ededed;
  padding-top: 60px;
  box-sizing: border-box;
}
.news-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.news-list-left {
  position: relative;
  width: 600px;
  height: 400px;
  float: left;
  overflow: hidden;
}
.news .swiper-pagination {
  position: absolute;
  right: 20px;
  bottom: 14px;
  z-index: 100;
}
.news .swiper-pagination-bullet {
  margin: 0 4px;
}
.news .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  filter: opacity(100);
}
.news .news-container .swiper-slide > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.news .news-container .swiper-slide > div img {
  width: 100%;
  height: 100%;
}
.news .news-container .swiper-slide > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
}
.news-list-right {
  width: 600px;
  height: 400px;
  overflow: hidden;
  float: left;
}
.news-list-right li {
  height: 100px;
  position: relative;
  box-sizing: border-box;
  padding-left: 24px;
  padding-top: 16px;
}
.news-list-right li:hover h1 {
  color: #0066ff;
  cursor: pointer;
}
.news-list-right li > div {
  float: left;
}
.news-list-right li > div:first-child {
  border-right: 1px #e5e5e5 solid;
  padding-right: 14px;
}
.news-list-right li > div:last-child {
  padding-left: 14px;
}
.news-list-right li > div h2 {
  color: #999999;
  font-size: 30px;
}
.news-list-right li > div span {
  color: #999999;
  font-size: 14px;
}
.news-list-right li > div h1 {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 11px;
}
.news-list-right li > div p {
  color: #888888;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 420px;
}
.news-list-right ul li > img  {
  position: absolute;
  right: 0;
  top: 30%;
  display: none;
}
.news-list-right ul li:hover img {
  display: block;
}
.news .news-more {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #0066ff solid;
  margin: 0 auto;
  display: block;
  color: #0066ff;
  margin-top: 40px;
  border-radius: 4px;
}
.kehu {
  width: 100%;
  min-width: 1200px;
  height: 760px;
  padding-top: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.kehu-list ul {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kehu-list {
  margin-top: 60px;
}
.kehu-list ul li {
  width: 230px;
  height: 150px;
  position: relative;
  text-align: center;
  border: 1px transparent solid;
}
.kehu-list ul li:hover {
  border-color: #0066ff;
  box-shadow: 0 0 4px #0066ff;
}
.kehu-list ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.yewu {
  padding: 30px 0;
  height: 80px;
}
.yewu .container div {
  float: left;
}
.yewu h1 {
  color: #333;
  font-size: 30px;
  margin-bottom: 12px;
}
.yewu p {
  font-size: 14px;
  color: #999;
}
.yewu .container div:last-child {
  float: right;
}
.yewu .container div:last-child a {
  font-size: 16px;
  color: #0066ff;
  border: 2px solid #0066ff;
  display: inline-block;
  padding: 13px 22px;
  border-radius: 30px;
  margin-left: 20px;
}
.yewu div:last-child a:hover {
  background: #0066ff;
  color: #fff;
}
footer {
  width: 100%;
  min-width: 1200px;
  height: 230px;
  background: #222222;
  padding-top: 44px;
  box-sizing: border-box;
  border-bottom: 1px #2d2d2d solid;
}
.footer-left {
  float: left;
}
.footer-left ul {
  margin-bottom: 26px;
}
.footer-left ul li {
  float: left;
  color: #fff;
  font-size: 16px;
  margin-right: 40px;
}
.footer-left ul li a {
  color: #fff;
}
.footer-left p {
  font-size: 12px;
  color: #999999;
  line-height: 2;
}
.footer-right {
  float: right;
}
.footer-right li {
  float: left;
  text-align: center;
  margin-left: 10px;
}
.footer-right li p {
  color: #999999;
  font-size: 12px;
}
.footer-list {
  width: 100%;
  min-width: 1200px;
  color: #666666;
  font-size: 12px;
  background: #222222;
  height: 67px;
  line-height: 67px;
  overflow: hidden;
}
.footer-list a {
  color: #666;
}
.footer-list span {
  float: left;
}
.footer-list ul {
  display: inline-block;
}
.footer-list li {
  float: left;
  margin-right: 20px;
  position: relative;
}
.footer-list li::after {
  content: '';
  height: 12px;
  width: 1px;
  background: #666;
  position: absolute;
  right: -10px;
  top: 28px;
}
.footer-list li:last-child::after {
  width: 0;
}
.daohang {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: none;
}
.daohang ul {
  width: 100px;
  background: #ededed;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 0 10px #0066ff;
}
.daohang li {
  height: 82px;
  text-align: center;
  padding: 18px 0;
  box-sizing: border-box;
  position: relative;
}
.daohang li:first-child {
  border-top-left-radius: 4px; 
}
.daohang li:last-child {
  border-bottom-left-radius: 4px;
}
.daohang li:hover {
  background: #0066ff;
}
.daohang li:hover span {
  color: #fff;
}
.daohang li:hover .daohangicon {
  display: none;
}
.daohang li:hover .daohangicon-active {
  display: inline;
}
.daohang li:hover .daohang-weixin {
  display: block;
}
.daohang li:hover .daohang-rexiang {
  display: block;
}
.daohang li span {
  display: block;
  color: #333333;
  font-size: 14px;
}
.daohangicon-active {
  display: none;
  text-align: center;
}
.daohang-rexiang {
  background: #0066ff;
  color: #fff;
  width: 200px;
  height: 82px;
  position: absolute;
  display: none;
  left: -190px;
  top: 0;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
.daohang-weixin {
  position: absolute;
  left: -160px;
  top: 0;
  width: 140px;
  height: 180px;
  border: 2px #0066ff solid;
  border-radius: 4px;
  box-shadow:  0 0 4px #0066ff;
  display: none;
  z-index: 1000;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
}
.daohang-weixin img {
  width: 100px;
  height: 100px;
  border: 0;
}
.daohang-weixin p {
  font-size: 12px;
  color: #333;
}