﻿@charset "utf-8";
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Wang Shichao
	Styles updated: 2015/1/22
*/
/*---------------------------------------*/
body,
dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft yahei", Arial;
}
body {
  background: #fff;
  line-height: 1.42857143;
  color: #666;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
fieldset,
img {
  border: 0;
}
* {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 100 !important;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
a {
  text-decoration: none !important;
}
@font-face {
  font-family: 'iconfont';
  /* project id 268536 */
  src: url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.eot');
  src: url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.woff') format('woff'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.ttf') format('truetype'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.side-bar {
  position: fixed;
  z-index: 19900107;
  right: 10px;
  top: 150px;
  width: 140px;
  background: #fff;
  border: 1px solid #F4F2F2;
}
.side-bar ul {
  padding: 10px 16px;
  width: 140px;
}
.side-bar ul li {
  float: left;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.side-bar ul li a {
  color: #333;
}
.side-bar ul li a:hover {
  color: #e93553;
}
.side-bar ul li p {
  line-height: 24px;
}
.side-bar ul .tel p {
  float: left;
  width: 100%;
}
.side-bar ul .tel .img {
  color: #e93553;
}
.side-bar ul .tel img {
  float: left;
}
.side-bar ul .weixin img {
  float: left;
  width: 108px;
}
.side-bar .gk-gotop {
  float: left;
  width: 100%;
  background: #ffb400;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 16px 0;
}
.fixed-box {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 400px;
  background: url("../images/fixed-box-bg.jpg") no-repeat;
  -moz-box-shadow: 0px 2px 10px #333333;
  -webkit-box-shadow: 0px 2px 10px #333333;
  box-shadow: 0px 2px 10px #333333;
  border-radius: 10px;
}
.fixed-box .title {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.fixed-box .title h4 {
  text-indent: -99999px;
}
.fixed-box .title .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.fixed-box .title .close img {
  float: left;
  width: 40px;
  height: 40px;
}
.fixed-box .cont {
  float: left;
  width: 100%;
  margin-top: 110px;
  margin-left: 20px;
}
.fixed-box .cont .input {
  height: 40px;
  left: 40px;
  width: 300px;
  padding: 0 10px;
  border: 1px solid #b4b4b4;
}
.fixed-box .cont .input:hover {
  border: 1px solid #e93553;
}
.fixed-box .cont .btn {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.fixed-box .cont .btn a {
  display: block;
  float: left;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  width: 300px;
  font-size: 16px;
}
.fixed-box .cont .btn .open-call {
  background: #f49400;
  color: #000;
  text-align: center;
}
.fixed-box .cont .btn .open-call:hover {
  background: #cc7d00;
}
.fixed-box .cont .btn .open-swt {
  background: #f49400;
  color: #fff;
  text-align: center;
}
.fixed-box .cont .btn .open-swt:hover {
  background: #cc7d00;
}
.w {
  width: 100%;
}
.w1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.flw {
  float: left;
  width: 100%;
}
.ffm {
  font-family: "Microsoft yahei", Arial;
}
.ffs {
  font-family: simsun;
}
.bg-home {
  background: #f2f2f2 !important;
}
.bg-white {
  background: #fff;
}
.textarea {
  color: #666 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.bt0 {
  border-top: 0 !important;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.hide {
  display: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100 !important;
}
ul,
ul li {
  padding: 0 ;
  margin: 0 ;
  list-style: none;
}
.topbar-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 40px;
  background: #4b4b4b;
  border-bottom: 1px solid #757575;
  font-size: 12px;
}
.topbar-bg .topbar {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.topbar-bg .slogan {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.topbar-bg .slogan a {
  float: left;
  display: block;
  margin-right: 10px;
  color: #ffc504;
}
.topbar-bg .topbar-a {
  float: left;
  color: #757575;
}
.topbar-bg .topbar-a a {
  color: #fff;
  margin: 0 6px;
}
.topbar-bg .topbar-a a:hover {
  color: #dcdcdc;
}
.topbar-bg .tel {
  float: right;
  margin-right: 30px;
}
.topbar-bg .tel span {
  color: #ffc504;
}
header {
  margin-top: 40px;
  width: 100%;
  height: 88px;
  background: #4b4b4b;
}
header .header {
  margin: 0 auto;
  width: 1200px;
  height: 88px;
}
header .logo {
  display: block;
  float: left;
  height: 88px;
  width: 240px;
}
header nav {
  float: left;
  margin-left: 40px;
  height: 88px;
  width: 910px;
}
header nav a {
  display: block;
  padding: 0 28px;
  float: left;
  line-height: 88px;
  font-size: 18px;
  color: #fff;
}
header nav a:hover,
header nav a.active {
  background: #e93553;
}
.server {
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}
.server .title {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}
.server .title .tit {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 100 !important;
  text-align: center;
  color: #000;
}
.server .title p {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.server .item {
  float: left;
  margin-top: 30px;
  width: 240px;
  padding: 0 15px;
}
.server .item .img {
  display: block;
  width: 100%;
  text-align: center;
}
.server .item .img img {
  width: 160px;
}
.server .item h3 {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.server .item h3 a {
  color: #000;
}
.server .item h3 a:hover {
  color: #e93553;
}
.server .column {
  float: left;
  width: 385px;
  height: 250px;
  margin-left: 14px;
  margin-bottom: 14px;
  background: url("../images/column01.png") no-repeat top left;
  background-size: cover;
  color: #ffffff;
}
.server .column h3 {
  font-size: 24px;
  color: #fff;
  padding: 28px 0 24px 16px;
}
.server .column ul {
  margin-left: 20px;
}
.server .column ul li {
  width: 50%;
  float: left;
  color: #fff;
  line-height: 31px;
  position: relative;
}
.server .bg02 {
  background: url("../images/column05.png") no-repeat top left;
}
.server .bg03 {
  background: url("../images/column06.png") no-repeat top left;
}
.server .bg04 {
  background: url("../images/column04.png") no-repeat top left;
}
.server .bg05 {
  background: url("../images/column02.png") no-repeat top left;
}
.server .bg06 {
  background: url("../images/column03.png") no-repeat top left;
}
.three-in-one {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 1200px;
  height: 440px;
  background: url("../images/three-in-one.jpg") no-repeat 30px top;
  text-align: center;
}
.three-in-one .open-swt {
  display: inline-block;
  margin-top: 380px;
  background: #e93553;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-size: 20px;
  border-radius: 50px;
}
.three-in-one .open-swt:hover {
  background: #ba2e45;
}
.web {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
}
.web .title {
  float: left;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  background: #4b4b4b;
}
.web .title li {
  float: left;
  width: 300px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}
.web .title li:hover,
.web .title li.active {
  background: #e93553;
  color: #fff;
}
.web .cont {
  float: left;
  width: 100%;
}
.web .cont .items {
  float: left;
  width: 1000px;
}
.web .cont .item {
  float: left;
  width: 230px;
  height: 66px;
  margin: 10px 20px 10px 0;
}
.web .cont .item img {
  float: left;
  margin-right: 10px;
  width: 56px;
  height: 56px;
}
.web .cont .item h4 {
  margin-top: 2px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #000;
}
.web .cont .item p {
  font-size: 12px;
}
.web .cont .mod-price {
  float: right;
  width: 200px;
}
.web .cont .mod-price .txt {
  float: left;
  margin-top: 20px;
  font-size: 16px;
  width: 180px;
  color: #f05200;
}
.web .cont .mod-price .btn {
  display: block;
  float: left;
  margin-top: 10px;
  width: 120px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  background: #e93553;
  color: #fff;
}
.web .cont .mod-price .btn:hover {
  background: #ba2e45;
}
.web .cont .mod-price .tel {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #e93553;
}
.cases-bg {
  margin-top: 30px;
  width: 100%;
  height: 620px;
  background: #eee;
  overflow: hidden;
}
.cases-bg .cases {
  position: relative;
  width: 1200px;
  height: 620px;
  margin: 0 auto;
  overflow: hidden;
}
.cases-bg .cases .title {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.cases-bg .cases .title h2 {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 100 !important;
}
.cases-bg .cases .title p {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.cases-bg .cases .cont {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.cases-bg .cases .cont .swiper-slide {
  float: left;
}
.cases-bg .cases .cont .swiper-slide .item {
  display: block;
  float: left;
  width: 285px;
  height: 208px;
}
.cases-bg .cases .cont .swiper-slide .item img {
  float: left;
  width: 285px;
  height: 176px;
}
.cases-bg .cases .cont .swiper-slide .item h3 {
  float: left;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.advantage {
  width: 1200px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}
.advantage .title {
  float: left;
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #eee;
}
.advantage .title h2 {
  float: left;
  margin-right: 20px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  border-left: 3px solid #e93553;
  color: #000;
  font-size: 18px;
}
.advantage .title p {
  float: left;
  line-height: 50px;
  color: #999;
}
.advantage .title .more {
  display: block;
  float: right;
  margin-right: 20px;
  line-height: 46px;
  color: #666;
}
.advantage .title .more:hover {
  color: #e93553;
}
.advantage .content {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.advantage .content .left {
  float: left;
  width: 760px;
}
.advantage .content .left .tit {
  float: left;
  width: 100%;
  background: #eee;
  height: 46px;
  line-height: 46px;
}
.advantage .content .left .tit li {
  float: left;
  width: 33.33%;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.advantage .content .left .tit li:hover,
.advantage .content .left .tit li.active {
  background: #e93553;
  color: #fff;
}
.advantage .content .left .cont {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.advantage .content .left .cont .img {
  float: left;
  margin-right: 20px;
  width: 254px;
}
.advantage .content .left .cont .txt {
  line-height: 30px;
  font-size: 14px;
}
.advantage .content .right {
  float: right;
  width: 410px;
  border: 1px solid #eee;
  padding: 0 15px 15px 15px;
  overflow: hidden;
}
.advantage .content .right .tit {
  float: left;
  width: 100%;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.advantage .content .right .tit h2 {
  float: left;
  width: 80px;
  font-size: 15px;
  margin-right: 20px;
  color: #000;
}
.advantage .content .right .tit p {
  float: left;
  width: 220px;
  font-size: 13px;
  color: #999;
}
.advantage .content .right .tit .btn-prev-next {
  float: right;
  width: 56px;
  position: relative;
}
.advantage .content .right .tit .btn-prev-next .swiper-button-prev {
  background-size: 14px;
  top: 20px;
  left: 0;
}
.advantage .content .right .tit .btn-prev-next .swiper-button-next {
  background-size: 14px;
  top: 20px;
  right: 0;
}
.advantage .content .right .cont {
  float: left;
  width: 100%;
  margin-top: 20px;
  line-height: 26px;
}
.advantage .content .right .cont .swiper-slide {
  margin-right: 30px;
}
.advantage .content .right .cont .txt {
  font-size: 13px;
}
.advantage .content .right .cont .company {
  color: #e93553;
}
.guokit-school {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
.guokit-school .title {
  float: left;
  width: 100%;
  height: 46px;
  background: #eee;
}
.guokit-school .title h2 {
  float: left;
  margin-right: 20px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  border-left: 3px solid #e93553;
  color: #000;
  font-size: 18px;
}
.guokit-school .title p {
  float: left;
  line-height: 50px;
  color: #999;
}
.guokit-school .title .more {
  display: block;
  float: right;
  margin-right: 20px;
  line-height: 46px;
  color: #666;
}
.guokit-school .title .more:hover {
  color: #e93553;
}
.guokit-school .guokit-school-nav {
  float: left;
  width: 100%;
  margin-top: 16px;
  height: 50px;
  text-align: center;
  display: inline-block;
}
.guokit-school .guokit-school-nav li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  padding: 0 30px;
  font-size: 16px;
  background: #eee;
  border-radius: 50px;
  cursor: pointer;
}
.guokit-school .guokit-school-nav li:hover,
.guokit-school .guokit-school-nav li.active {
  background: #e93553;
  color: #fff;
}
.guokit-school .cont {
  float: left;
  width: 1230px;
  margin-top: 6px;
}
.guokit-school .cont .item {
  float: left;
  margin-right: 20px;
  width: 386px;
  height: 100px;
  margin-bottom: 20px;
}
.guokit-school .cont .item img {
  float: left;
  height: 100px;
  width: 147px;
  margin-right: 10px;
}
.guokit-school .cont .item h3 {
  float: left;
  width: 228px;
  margin-bottom: 5px;
  overflow: hidden;
  min-height: 20px;
  max-height: 40px;
  line-height: 20px;
  font-size: 16px;
  color: #000;
}
.guokit-school .cont .item h3:hover {
  color: #e93553;
}
.guokit-school .cont .item p {
  float: left;
  overflow: hidden;
  width: 228px;
  line-height: 20px;
  min-height: 20px;
  max-height: 60px;
  font-size: 12px;
  color: #999;
}
.friend-links {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.friend-links .title {
  float: left;
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #eee;
}
.friend-links .title h2 {
  float: left;
  margin-right: 20px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  border-left: 3px solid #e93553;
  color: #000;
  font-size: 18px;
}
.friend-links .title p {
  float: left;
  line-height: 50px;
  color: #999;
}
.friend-links .title .more {
  display: block;
  float: right;
  margin-right: 20px;
  line-height: 46px;
  color: #666;
}
.friend-links .title .more:hover {
  color: #e93553;
}
.friend-links .friend-imgs {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.friend-links .friend-imgs img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 190px;
  height: 70px;
}
.friend-links .friend-txt {
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.friend-links .friend-txt .txt {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #666;
}
.friend-links .friend-txt .txt:hover {
  color: #e93553;
}
footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  background: #4b4b4b;
}
footer .footer {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
footer .footer .web-site {
  display: block;
  width: 100%;
}
footer .footer .item {
  float: left;
  width: 150px;
}
footer .footer .item .tit {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
footer .footer .item a {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #d1d1d1;
  font-size: 14px;
}
footer .footer .item a:hover {
  color: #fff;
}
footer .footer .tel {
  float: left;
  margin-top: 8px;
}
footer .footer .erweima {
  float: right;
}
footer .footer .site-allright {
  float: left;
  width: 100%;
  color: #d1d1d1;
  border-top: 1px solid #999;
  margin-top: 20px;
  padding-top: 20px;
}
footer .footer .site-allright p {
  font-size: 13px;
  line-height: 24px;
}
footer .footer .site-allright a {
  display: block;
  color: #d1d1d1;
}
footer .footer .site-allright a:hover {
  color: #fff;
}
.page {
  float: left;
  width: 100%;
  height: 60px;
}
.page a {
  display: block;
  float: left;
  margin-right: 10px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #eee;
  color: #333;
  font-size: 16px;
}
.page a.active,
.page a:hover {
  background: #e93553;
  color: #fff;
  border: 1px solid #e93553;
}
.banner-n {
  width: 100%;
  text-align: center;
  height: 350px;
  overflow: hidden;
  background: url("../images/banner-case.jpg") center;
}
.banner-n img {
  display: none;
}
/*小程序*/
.banner-mini {
  width: 100%;
  text-align: center;
  height: 520px;
  overflow: hidden;
  background: url("../images/banner-mini.png") center;
}
.banner-mini img {
  display: none;
}
.content-middle {
  padding: 40px 0 80px;
  width: 1200px;
  margin: 0 auto;
}
.content-middle .title {
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}
.content-middle .scene {
  background: url("../images/hbg.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 120px;
  padding-top: 30px;
}
.content-middle .scene ul {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.content-middle .scene li {
  width: 300px;
  text-align: center;
  float: left;
}
.mini-advantage {
  width: 100%;
  background: #f2f9fc;
}
.mini-advantage .mini {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.mini-advantage .mini .title {
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  color: #333;
}
.mini-advantage .mini .desc {
  font-size: 14px;
  color: #888;
  text-align: center;
  line-height: 20px;
  height: 20px;
  margin-bottom: 50px;
}
.mini-advantage .mini ul {
  width: 1200px;
  overflow: hidden;
}
.mini-advantage .mini ul li {
  float: left;
  width: 285px;
  height: 375px;
  background: #fff;
  padding: 20px;
  margin-left: 20px;
}
.mini-advantage .mini ul li img {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}
.mini-advantage .mini ul li span {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 30px;
  height: 60px;
  margin: 15px 0;
}
.mini-advantage .mini ul li p {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 20px;
}
.mini-advantage .mini ul li:nth-child(1) {
  margin-left: 0;
}
.mini-many {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.mini-many .title {
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}
.mini-many .cont {
  width: 100%;
  overflow: hidden;
}
.mini-many .cont .swiper-slide {
  float: left;
}
.mini-many .cont .swiper-slide img {
  display: block;
  width: 100%;
}
.crumbs {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
.crumbs li {
  float: left;
  margin-right: 12px;
}
.crumbs a {
  display: block;
  color: #666;
}
.crumbs a:hover {
  color: #e93553;
}
.crumbs a:after {
  float: right;
  margin-left: 5px;
  content: '>';
}
.case-list {
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
}
.case-list .case-nav {
  float: left;
  width: 220px;
}
.case-list .case-nav .title {
  float: left;
  width: 100%;
  height: 60px;
  background: #e93553;
}
.case-list .case-nav .title h2 {
  float: left;
  line-height: 60px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.case-list .case-nav .cont {
  float: left;
  width: 100%;
  margin-top: 2px;
}
.case-list .case-nav .cont a {
  float: left;
  width: 100%;
  display: block;
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  border-left: 3px solid #eee;
  background: #eee;
  color: #333;
}
.case-list .case-nav .cont a:hover {
  border-left: 3px solid #e93553;
  background: #e2e2e2;
}
.case-list .case-nav .cont a.active {
  background: #e93553;
  color: #fff;
  border-left: 3px solid #e93553;
}
.case-list .case-nav .case-contact {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.case-list .case-nav .case-contact h2 {
  font-size: 16px;
  font-weight: 700 !important;
  color: #e93553;
  height: 40px;
  line-height: 40px;
}
.case-list .case-nav .case-contact p {
  line-height: 24px;
}
.case-list .case-content {
  float: right;
  width: 960px;
  overflow: hidden;
}
.case-list .case-content ul {
  float: left;
  width: 100%;
  position: relative;
}
.case-list .case-content li {
  float: left;
  margin-bottom: 20px;
  width: 300px;
  margin-right: 20px;
  border: 1px solid #eee;
  padding: 10px;
  background: #fafafa;
}
.case-list .case-content li img {
  float: left;
  width: 100%;
  height: 185px;
}
.case-list .case-content li h3 {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  height: 48px;
  line-height: 24px;
}
.case-list .case-content li a {
  font-size: 15px;
  color: #333;
}
.case-list .case-content li a:hover {
  color: #e93553;
}
.case-list .case-content li:hover {
  border: 1px solid #e93553;
  background: #fff;
}
.case-list .case-detail {
  float: right;
  width: 960px;
  overflow: hidden;
}
.case-list .case-detail .img {
  float: left;
  margin-right: 20px;
  width: 300px;
}
.case-list .case-detail .img img {
  float: left;
  width: 300px;
  height: 185px;
}
.case-list .case-detail .txt {
  float: left;
  width: 640px;
}
.case-list .case-detail .txt h1 {
  float: left;
  width: 100%;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #000;
}
.case-list .case-detail .txt .attr {
  float: left;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.case-list .case-detail .txt .attr p {
  float: left;
  margin-right: 20px;
}
.case-list .case-detail .txt .attr p span {
  color: #e93553;
}
.case-list .case-detail .txt .web-attr {
  float: left;
  width: 100%;
  margin-top: 8px;
  height: 104px;
  overflow: hidden;
}
.case-list .case-detail .txt .web-attr p {
  float: left;
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.case-list .case-detail .case-detail-contents {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top: 12px;
  line-height: 26px;
}
.case-list .case-detail .case-detail-contents img {
  max-width: 960px;
}
.relation-list {
  width: 1200px;
  margin: 20px auto;
  position: relative;
}
.relation-list .title {
  float: left;
  width: 100%;
  height: 46px;
  background: #eee;
}
.relation-list .title h2 {
  float: left;
  margin-right: 20px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  border-left: 3px solid #e93553;
  color: #000;
  font-size: 18px;
}
.relation-list .title p {
  float: left;
  line-height: 50px;
  color: #999;
}
.relation-list .title .more {
  display: block;
  float: right;
  margin-right: 20px;
  line-height: 46px;
  color: #666;
}
.relation-list .title .more:hover {
  color: #e93553;
}
.relation-list .cont {
  float: left;
  width: 1220px;
  margin-top: 16px;
}
.relation-list .item {
  float: left;
  margin-right: 20px;
  width: 285px;
  height: 206px;
  margin-bottom: 20px;
}
.relation-list .item img {
  float: left;
  width: 100%;
  height: 176px;
  width: 285px;
}
.relation-list .item h3 {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 3px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.relation-list .item h3:hover {
  color: #e93553;
}
.news-lists {
  float: right;
  width: 960px;
  overflow: hidden;
}
.news-lists .news-lists-summary {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.news-lists .news-lists-summary .img {
  float: left;
  margin-right: 20px;
  width: 200px;
}
.news-lists .news-lists-summary .img img {
  float: left;
  width: 200px;
}
.news-lists .news-lists-summary .txt {
  float: left;
  width: 740px;
}
.news-lists .news-lists-summary .txt h1 {
  float: left;
  width: 100%;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #000;
}
.news-lists .news-lists-summary .txt .attr {
  float: left;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.news-lists .news-lists-summary .txt .attr p {
  float: left;
  margin-right: 20px;
}
.news-lists .news-lists-summary .txt .attr p span {
  color: #e93553;
}
.news-lists .news-lists-summary .txt h2 {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  color: #000;
}
.news-lists .news-lists-summary .txt h2 a {
  color: #000;
}
.news-lists .news-lists-summary .txt h2 a:hover {
  color: #e93553;
}
.news-lists .news-lists-summary .txt p.summary {
  float: left;
  width: 100%;
  height: 46px;
  line-height: 23px;
  color: #999;
  overflow: hidden;
}
.news-lists .news-lists-summary .txt .web-attr {
  float: left;
  width: 100%;
  margin-top: 8px;
}
.news-lists .news-lists-summary .txt .web-attr p {
  float: left;
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.web-obj-bg {
  padding: 60px 0;
  width: 100%;
  background: url("../images/web-obj-bg.jpg") no-repeat;
}
.web-obj {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.web-obj .title {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}
.web-obj .title h1 {
  display: none;
}
.web-obj .title h2 {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 100 !important;
  text-align: center;
  color: #000;
}
.web-obj .title p {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.web-obj .item {
  float: left;
  width: 220px;
  margin: 0 10px;
  background: #fff;
}
.web-obj .item .img {
  display: block;
  width: 100%;
  text-align: center;
}
.web-obj .item .img img {
  width: 220px;
}
.web-obj .item h3 {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.web-obj .item h3 a {
  color: #000;
}
.web-obj .item h3 a:hover {
  color: #e93553;
}
.web-response {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}
.web-response .title {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}
.web-response .title h2 {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 100 !important;
  text-align: center;
  color: #000;
}
.web-response .title p {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.web-response .img {
  float: left;
  width: 800px;
}
.web-response .txt {
  float: right;
  margin-top: 30px;
  width: 340px;
}
.web-response .txt p {
  float: left;
  width: 100%;
  line-height: 36px;
  font-size: 16px;
}
.web-response p.tip {
  float: left;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.development-net-bg {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  background: url("../images/build_dark.png") repeat;
}
.development-net {
  width: 1200px;
  position: relative;
  padding: 30px 0;
  margin: 0 auto;
  overflow: hidden;
}
.development-net .title {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}
.development-net .title h2 {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 100 !important;
  text-align: center;
  color: #fff;
}
.development-net .title p {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #eee;
  text-align: center;
}
.development-net .cont .icon-yun {
  float: left;
  width: 100%;
  height: 202px;
  text-align: center;
}
.development-net .cont .icon-mod {
  width: 1000px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
}
.development-net .cont .icon-mod li {
  float: left;
  margin: 0 20px;
}
.web-icon-fun {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}
.web-icon-fun .title {
  float: left;
  width: 100%;
  height: 46px;
  font-size: 28px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.web-icon-fun .cont {
  float: left;
  width: 100%;
}
.web-icon-fun .cont .items {
  float: left;
  width: 1200px;
}
.web-icon-fun .cont .item {
  float: left;
  width: 280px;
  margin: 10px 20px 10px 0;
}
.web-icon-fun .cont .item img {
  float: left;
  margin-right: 10px;
  width: 56px;
  height: 56px;
}
.web-icon-fun .cont .item h4 {
  margin-top: 5px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #000;
}
.web-icon-fun .cont .item p {
  font-size: 12px;
}
.weixin-banner {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/weixin-banner1.jpg") center no-repeat;
}
.weixin-obj-bg {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url("../images/web-obj-bg.jpg") no-repeat;
}
.weixin-obj {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.weixin-obj .title {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}
.weixin-obj .title h2 {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 100 !important;
  text-align: center;
  color: #000;
}
.weixin-obj .title p {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.weixin-obj .item {
  float: left;
  width: 180px;
  border: 1px solid #06c800;
  margin: 0 10px;
  background: #fff;
}
.weixin-obj .item .img {
  display: block;
  width: 100%;
  text-align: center;
}
.weixin-obj .item .img img {
  width: 180px;
}
.weixin-obj .item h3 {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.weixin-obj .item h3 a {
  color: #000;
}
.weixin-obj .item h3 a:hover {
  color: #e93553;
}
.weixin-web {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
.weixin-web .title {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}
.weixin-web .title h2 {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 100 !important;
  text-align: center;
  color: #000;
}
.weixin-web .title p {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.weixin-web .cont {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.weixin-web .cont .img {
  float: left;
  width: 600px;
}
.weixin-web .cont .img img {
  float: left;
  width: 100%;
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 40px;
  -moz-box-shadow: 0px 2px 10px #333333;
  -webkit-box-shadow: 0px 2px 10px #333333;
  box-shadow: 0px 2px 10px #333333;
}
.weixin-web .cont .txt {
  float: right;
  width: 550px;
}
.weixin-web .cont .txt h2 {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #000;
}
.weixin-web .cont .txt p {
  float: left;
  width: 100%;
  line-height: 30px;
  color: #666;
  font-size: 15px;
}
.weixin-web .cont .txt a.open-swt {
  margin-top: 30px;
  display: block;
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  padding: 0 30px;
  background: #069700;
  color: #fff;
}
.weixin-web .cont .txt a.open-swt:hover {
  background: #067b00;
}
.server-lc-bg {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  background: url("../images/lc-bg.jpg") center no-repeat;
}
.server-lc {
  width: 1200px;
  margin: 60px auto;
}
.server-lc .title {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
}
.server-lc .title h2 {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 100 !important;
  text-align: center;
  color: #fff;
}
.server-lc .title p {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #f1f1f1;
  text-align: center;
}
.server-lc .cont {
  float: left;
  width: 100%;
}
.server-lc .cont .item {
  float: left;
  width: 200px;
  text-align: center;
}
.wei-shop-bg {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  background: url("../images/wei-shop-img-1.jpg") center no-repeat;
}
.wei-shop {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.wei-shop h2 {
  float: left;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 100 !important;
}
.wei-shop p {
  width: 900px;
  margin: 0 auto;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}
.wei-shop a.open-swt {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  line-height: 50px;
  font-size: 20px;
  width: 200px;
  text-align: center;
  height: 50px;
  color: #fff;
  background: #069700;
  border-radius: 50px;
  border: 1px solid #fff;
}
.wei-shop a.open-swt:hover {
  background: #067b00;
}
.wei-shop-mod {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.wei-shop-mod .item {
  float: left;
  width: 400px;
  padding: 15px 25px;
  text-align: center;
}
.wei-shop-mod .item .title {
  font-size: 18px;
  color: #000;
  height: 40px;
  line-height: 40px;
}
.wei-shop-mod .item .content {
  text-align: left;
  line-height: 26px;
  color: #666;
}
.weixin-o2o-bg {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  background: #e5a200;
}
.weixin-o2o-bg .weixin-o2o {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  position: relative;
}
.weixin-o2o-bg .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 550px;
}
.weixin-o2o-bg .img img {
  float: left;
  width: 550px;
}
.weixin-o2o-bg .txt {
  float: left;
  margin-top: 100px;
  width: 600px;
}
.weixin-o2o-bg .txt h2 {
  float: left;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #fff;
}
.weixin-o2o-bg .txt h2 img {
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}
.weixin-o2o-bg .txt .mods {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.weixin-o2o-bg .txt .mods .mod {
  float: left;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  margin: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  cursor: pointer;
}
.weixin-o2o-bg .txt .mods .mod:hover {
  background: rgba(0, 0, 0, 0.2);
}
.weixin-o2o-bg .txt p {
  float: left;
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.weixin-o2o-bg .txt a.open-software {
  display: block;
  float: left;
  margin-top: 30px;
  padding: 0 30px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  background: #ffb400;
  color: #fff;
  border: 1px solid #fff;
}
.weixin-o2o-bg .txt a.open-software:hover {
  background: #6c4a00;
}
.erweihuo-banner-bg {
  width: 100%;
  height: 500px;
  background: url("../images/erweihuo-banner-bg.jpg");
  background-size: cover;
}
.erweihuo-banner-bg .erweihuo-banner {
  width: 1100px;
  margin: 0 auto;
}
.erweihuo-banner-bg .erweihuo-banner .txt {
  float: left;
  width: 600px;
  margin-top: 60px;
}
.erweihuo-banner-bg .erweihuo-banner .txt h1 {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 38px;
  font-weight: 100 !important;
}
.erweihuo-banner-bg .erweihuo-banner .txt h2 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}
.erweihuo-banner-bg .erweihuo-banner .txt p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.erweihuo-banner-bg .erweihuo-banner .txt .open-swt {
  display: block;
  margin-top: 40px;
  float: left;
  clear: both;
  height: 50px;
  line-height: 50px;
  font-weight: 100 !important;
  padding: 0 40px;
  background: #e93553;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
}
.erweihuo-banner-bg .erweihuo-banner .txt .open-swt:hover {
  background: #ba2e45;
}
.erweihuo-banner-bg .erweihuo-banner .img {
  float: right;
  margin-top: 20px;
  width: 380px;
}
.erweihuo-shouyinji {
  width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.erweihuo-shouyinji .item {
  float: left;
  width: 300px;
  text-align: center;
}
.erweihuo-shouyinji .item img {
  width: 260px;
}
.erweihuo-shouyinji .item .title {
  font-size: 18px;
  color: #000;
  height: 40px;
  line-height: 40px;
}
.erweihuo-fangshi-bg {
  background: #f1f1f1;
  overflow: hidden;
}
.erweihuo-fangshi {
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}
.erweihuo-fangshi .title {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}
.erweihuo-fangshi .title h2 {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 100 !important;
  text-align: center;
  color: #000;
}
.erweihuo-fangshi .item {
  float: left;
  width: 170px;
  padding: 0 15px;
}
.erweihuo-fangshi .item .img {
  display: block;
  width: 100%;
  text-align: center;
}
.erweihuo-fangshi .item h3 {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.erweihuo-fangshi .item h3 a {
  color: #000;
}
.erweihuo-fangshi .item h3 a:hover {
  color: #e93553;
}
.ewh-mod {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ewh-mod.ewh-mod-01 {
  background: url("../images/ewh-mod-01.jpg") no-repeat;
}
.ewh-mod.ewh-mod-02 {
  background: url("../images/ewh-mod-02.jpg") no-repeat;
}
.ewh-mod.ewh-mod-03 {
  background: url("../images/ewh-mod-03.jpg") no-repeat;
}
.ewh-mod.ewh-mod-04 {
  background: url("../images/ewh-mod-04.jpg") no-repeat;
}
.ewh-mod.ewh-mod-05 {
  background: url("../images/ewh-mod-05.jpg") no-repeat;
}
.ewh-mod.ewh-mod-06 {
  background: url("../images/ewh-mod-06.jpg") no-repeat;
}
.ewh-mod .ewh-mods-img {
  width: 1100px;
  height: 400px;
  margin: 0 auto;
}
.ewh-mod .ewh-mods-img .txt {
  margin-top: 80px;
}
.ewh-mod .ewh-mods-img .txt.fr {
  margin-left: 780px;
}
.ewh-mod .ewh-mods-img h2 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #fff;
}
.ewh-mod .ewh-mods-img p {
  float: left;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
}
.ewh-mod .ewh-mods-mod {
  width: 1100px;
  margin: 20px auto;
  overflow: hidden;
}
.ewh-mod .ewh-mods-mod .item {
  float: left;
  width: 500px;
  margin: 20px 25px;
}
.ewh-mod .ewh-mods-mod .item .img {
  float: left;
  position: relative;
  width: 80px;
  height: 80px;
  background: #de1733;
  border-radius: 8px;
}
.ewh-mod .ewh-mods-mod .item .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ewh-mod .ewh-mods-mod .item .txt {
  float: left;
  margin-left: 20px;
}
.ewh-mod .ewh-mods-mod .item .txt h3 {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #000;
}
.ewh-mod .ewh-mods-mod .item .txt p {
  height: 44px;
  line-height: 22px;
}
.error-404-bg {
  width: 100%;
  background: #e93553;
  overflow: hidden;
}
.error-404-bg .error-404 {
  width: 1200px;
  margin: 30px auto;
}
.guokit-team {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.guokit-team .item {
  float: left;
  width: 300px;
  margin: 10px;
  position: relative;
  cursor: pointer;
}
.guokit-team .item img {
  float: left;
}
.guokit-team .item .hide-box {
  display: none;
  position: absolute;
  width: 300px;
  height: 300px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.guokit-team .item .hide-box .team-pop {
  margin-top: 80px;
}
.guokit-team .item .hide-box h3,
.guokit-team .item .hide-box p {
  color: #fff;
}
.guokit-team .item .hide-box strong {
  font-weight: normal;
}
.guokit-team .item .hide-box h3 {
  font-size: 30px;
  line-height: 60px;
}
.guokit-team .item .hide-box p {
  float: left;
  margin-left: 50px;
  line-height: 26px;
  font-size: 12px;
  width: 200px;
}
