body {
  width: 100%;
  font-family: "Microsoft YaHei", sans-serif !important;
}
body > div {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
body .head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .06);
  box-sizing: border-box;
  padding: 0 calc(50% - 600px);
}
body .head div.logo {
  display: inline-block;
  line-height: 30px;
}
body .head div.logo h1 {
  text-indent: -9999px;
}
body .head .nav {
  float: right;
}
body .head .nav ul {
  display: inline-block;
}
body .head .nav ul li {
  display: inline-block;
}
body .head .nav ul li.active a {
  border-bottom: 2px solid #009EFF;
  color: #009EFF;
}
body .head .nav ul li a {
  padding-bottom: 10px;
  text-decoration: none;
  color: #000;
  line-height: 100px;
  margin-left: 35px;
}
body .head .nav ul li a:last-of-type {
  margin-right: 10px;
}
body .head .nav ul li a:hover {
  border-bottom: 2px solid #009EFF;
  color: #009EFF;
}
body .banner {
  width: 1200px;
  height: 551px;
  margin: 0 auto;
  position: relative;
}
body .banner .banner-text {
  overflow: hidden;
  width: 358px;
  height: 150px;
  position: absolute;
  bottom: 200px;
  right: 117px;
}
body .banner p {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  position: absolute;
  bottom: 23px;
  left: 12px;
}
body .banner p:last-of-type {
  width: 330px;
  margin-left: 19px;
  line-height: 64px;
}
body .top {
  padding-top: 100px;
}
body .top .content-text {
  text-align: center;
}
body .top .content-text .title {
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}
body .top .content-text .title-en {
  font-size: 16px;
  color: #999;
  margin-bottom: 45px;
}
body .top .content-text .line {
  width: 60px;
  height: 2px;
  background-color: #009EFF;
  text-align: center;
  margin: 0 auto 16px;
}
body .top .content-text .text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 30px;
}
body .bottom {
  width: 100%;
  background-color: #F7F9F9;
  padding: 86px 0;
}
body .profile {
  width: 100%;
}
body .profile .top {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
body .profile .top .content-text {
  text-align: left;
  width: 595px;
  display: inline-block;
}
body .profile .top .content-text .line {
  margin: 0 0 16px;
}
body .profile .top .content-img {
  width: 521px;
  float: right;
}
body .profile .bottom ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
body .profile .bottom ul li {
  display: inline-block;
  width: 24.5%;
}
body .profile .bottom ul li p {
  color: #77D3C2;
  font-size: 16px;
  margin-bottom: 20px;
}
body .profile .bottom ul li p:nth-of-type(1) {
  font-size: 36px;
}
body .profile .bottom ul li p:nth-of-type(1) span {
  font-size: 72px;
}
body .business {
  width: 100%;
}
body .business .top {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
body .business .top .content-text .text {
  width: 928px;
  margin: 0 auto;
}
body .business .top .content-img {
  padding: 18px 32px 50px;
}
body .business .top .content-img ul {
  padding: 0;
  text-align: left;
}
body .business .top .content-img ul li {
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  height: 134px;
  margin-bottom: 50px;
  vertical-align: top;
}
body .business .top .content-img ul li .icon {
  display: inline-block;
  width: 38px;
  vertical-align: top;
}
body .business .top .content-img ul li .icon img {
  width: 100%;
  vertical-align: top;
}
body .business .top .content-img ul li .item-content {
  width: 282px;
  display: inline-block;
  text-align: left;
  padding-top: 5px;
}
body .business .top .content-img ul li .item-content .item-content-title {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
}
body .business .top .content-img ul li .item-content .item-content-text {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
body .business .bottom {
  padding: 0;
}
body .business .bottom .swiper-container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
body .business .bottom .swiper-container .swiper-slide {
  width: 960px;
  box-sizing: border-box;
  padding: 50px;
  text-align: center;
}
body .business .bottom .swiper-container .swiper-slide img {
  vertical-align: top;
}
body .business .bottom .swiper-container .swiper-slide .swiper-text {
  width: 650px;
  display: inline-block;
  margin-left: 67px;
  margin-top: 26px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-family: 'stxingka';
  color: #4A4A4A;
}
body .business .bottom .swiper-container .swiper-slide .swiper-text div {
  text-align: right;
  font-size: 16px;
  color: #999;
}
body .business .bottom .swiper-container .swiper-button-prev,
body .business .bottom .swiper-container .swiper-container-rtl .swiper-button-next {
  background-image: url(https://easyfun.me/lib/img/left.png);
  background-size: 100%;
  width: 12px;
  height: 21px;
}
body .business .bottom .swiper-container .swiper-button-next,
body .business .bottom .swiper-container .swiper-container-rtl .swiper-button-prev {
  background-image: url(https://easyfun.me/lib/img/right.png);
  background-size: 100%;
  width: 12px;
  height: 21px;
}
body .culture .top ul.text {
  width: 1200px;
  margin: 0 auto 47px;
}
body .culture .top ul.text li {
  display: inline-block;
  padding: 0 45px;
  border-right: 1px solid #f0f0f0;
  line-height: 20px;
}
body .culture .top ul.text li:last-of-type {
  border-right: none;
}
body .culture .top .content-img ul li {
  width: 393px;
  height: 250px;
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 10px;
  font-size: 0;
  color: #4a4a4a;
}
body .culture .top .content-img ul li img {
  width: 100%;
}
body .culture .top .content-img ul li:nth-of-type(3n) {
  padding-right: 0;
}
body .product .content-img {
  font-size: 0;
}
body .product .content-img ul li {
  width: 25%;
  display: inline-block;
}
body .product .content-img ul li div {
  height: 244px;
  position: relative;
}
body .product .content-img ul li div img {
  width: 100%;
  height: 100%;
}
body .product .content-img ul li div .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom right, #0c8366, #006287);
  opacity: 0;
  font-size: 12px;
  color: #fff;
  text-align: left;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  /* Firefox 4 */
  -webkit-transition: opacity 1s;
  /* Safari 鍜?Chrome */
  -o-transition: opacity 1s;
  /* Opera */
  top: 0;
}
body .product .content-img ul li div .wrap:hover {
  opacity: 0.9;
}
body .product .content-img ul li div .wrap p {
  text-align: left;
  padding-left: 54px;
  margin-top: 103px;
}
body .product .content-img ul li div .wrap p:nth-of-type(2) {
  margin-top: 13px;
}
body .product .content-img ul li:nth-of-type(1) div:nth-of-type(2) .wrap p {
  padding-left: 100px;
}
body .product .content-img ul li:nth-of-type(2) div .wrap p {
  padding-left: 100px;
}
body .product .content-img ul li:nth-of-type(3) div {
  height: 100%;
}
body .product .content-img ul li:nth-of-type(3) div .wrap p {
  margin-top: 225px;
}
body .product .content-img ul li:nth-of-type(3) div .wrap p:nth-of-type(2) {
  margin-top: 13px;
}
body .product .content-img ul li:nth-of-type(4) div .wrap p {
  padding-left: 112px;
}
body .news .content-img ul li {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}
body .news .content-img ul li:nth-of-type(3) {
  margin-right: 0;
}
body .news .content-img ul li .news-img {
  position: relative;
}
body .news .content-img ul li .news-img .news-date {
  width: 60px;
  height: 70px;
  background: #95E1D3;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: -10px;
  font-size: 15px;
  text-align: center;
}
body .news .content-img ul li .news-img .news-date span {
  display: block;
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 3px;
}
body .news .content-img ul li .news-item .news-title {
  margin: 18px 0 15px;
  font-size: 15px;
  color: #333;
}
body .news .content-img ul li .news-item .news-content {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
body .partner {
  padding-bottom: 100px;
  width: 1200px;
}
body .partner .content-img {
  padding-top: 30px;
}
body .partner .content-img ul li {
  display: inline-block;
  width: 296px;
  text-align: left;
  margin-bottom: 50px;
}
body .footer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}
body .footer .top {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
}
body .footer .top .logo {
  display: inline-block;
  width: 65%;
  font-size: 15px;
  color: #999;
  vertical-align: top;
}
body .footer .top .logo img {
  width: 149px;
  margin-bottom: 23px;
}
body .footer .top .contact {
  width: 34%;
  display: inline-block;
  color: #999;
  font-size: 15px;
}
body .footer .top .contact p {
  margin-bottom: 20px;
}
body .footer .top .copyright {
  margin-top: 80px;
  text-align: center;
  font-size: 15px;
  color: #999;
}
