@charset "UTF-8";
/*隐藏一行*/
/*隐藏多行*/
/* rotate*/
/* scale*/
/* translate*/
/* skew*/
/*transform origin*/
/*display:inline-block;IE6,7块级元素对inline-block支持不好，需要触发Layout；内联元素就不需要了。*/
/*shadow*/
/*清楚浮动*/
/*清楚浮动2 兼容ie6+*/
/*使用方法 .container-with-floated-children {@extend %clearfix;}       */
/*rem字号*/
/*border*/
/*border分支*/
/*最小高度，IE6不支持min-height，但是使用height能达到一样的效果*/
/*使用纯CSS现实三角形，兼容所有浏览器；使用了三个参数，第一个是"方向"，第二个是"大小"，第三个是"颜色"*/
/*定义keyframes:*/
/*animationName: 动画名称; 默认： animation,*/
/*keyframes: keyframes 的帧运动；默认： 无 ,*/
/*duration: 持续时间,waitTimg:延迟; 默认： 1s,*/
/*timingFunction: 运动曲线,*/
/*iterationCount: 播放次数*/
/*上面的keyframe使用例子*/
/*.anime {*/
/*    @include animation( ( animationName: zoom, keyframes: ( 0: ( transform: scale(1), background-color: blue), 50: ( transform: scale(2), background-color: green), 100: ( transform: scale(3), background-color: red)), duration: 2, waitTime: 1, timingFunction: ease, iterationCount: infinite));*/
/*}*/
/*calc*/
/*按钮hover*/
/*媒体查询*/
/* 字体尺寸以及字体回退*/
/*使用方法  p {@include font-size(14px)}    快捷键：sis;    */
/*跨浏览器的opacity*/
/*使用方法 @include opacity(0.8);  快捷sip*/
/*隐藏元素*/
/*使用方法.  visually-hidden { @extend %visuallyhidden;}          */
/*上下居中  ie9+*/
/*rgba  白色黑色*/
/*行高*/
/*图片标题*/
/*使用方法  字体颜色，背景颜色，背景透明，padding，transition,*/
/*2017-7-26 新增*/
/*2017-7-28    使用方法sbw*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img {
  max-width: 100%;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 100px;
}

body {
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 100%;
  color: #000;
}

a {
  color: #3176bf;
  outline: none;
  text-decoration: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

a:hover {
  color: #35a2db;
}

ul {
  *height: 1%;
}

ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

button {
  font-family: "微软雅黑";
  cursor: pointer;
}

img {
  max-width: 100%;
}

b,
i {
  font-style: normal;
  font-weight: 500;
}

.center {
  width: 1200px;
  margin: auto;
  *height: 1%;
}

.center:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@font-face {
  font-family: InterUI;
  src: url(../fonts/InterUI.ttf);
}

@font-face {
  font-family: SFNewRepublic;
  src: url(../fonts/SFNewRepublic.ttf);
}

/******************************************************************/
/* header start */
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

body {
  font-size: 16px;
  font-size: 0.16rem;
}

.header hr {
  margin: .06rem auto;
  width: 1.1rem;
  display: block;
}

.header {
  padding-top: .4rem;
  font-size: 16px;
  font-size: 0.16rem;
  position: relative;
  z-index: 999;
}

.header.fixed {
  padding-top: .2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.header.fixed .naver li {
  padding: .1rem 0 .2rem 0;
}

.header .row {
  justify-content: space-between;
}

.header .nav-btn {
  display: none;
  text-align: right;
}

.header .nav-btn img {
  display: inline-block;
  width: .35rem;
}

.header .logo a {
  display: block;
  padding: 0.1rem 0;
  padding: 10px 0;
}

.header .logo a img {
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header .naver {
  text-align: center;
}

.header .naver .container {
  overflow: visible !important;
}

.header .naver ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .naver li {
  padding: .1rem 0 .5rem 0;
  position: relative;
  margin-left: 50px;
  margin-left: .5rem;
}

.header .naver li:hover:after {
  display: block;
}

.header .naver li:hover .drop-down {
  display: block !important;
}

.header .naver li:hover .drop-down ul {
  display: block;
}

.header .naver li:hover a {
  color: #ed7e34;
}

.header .naver li:after {
  display: none;
  content: '';
  position: absolute;
  left: -0.15rem;
  top: .18rem;
  width: .06rem;
  height: .06rem;
  background: #3176bf;
  border-radius: 50%;
}

.header .naver li a {
  display: block;
  color: #3176bf;
  font-size: 16px;
  font-size: .16rem;
}

.header .naver li .drop-down {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -0.8rem;
  top: .54rem;
  width: 1.6rem;
  z-index: 9999;
  text-align: left;
  padding: .1rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px #e1ebf6;
}

.header .naver li .drop-down ul {
  display: block;
  text-align: left;
}

.header .naver li .drop-down ul li {
  padding: 0;
  margin-left: .2rem;
  padding-left: .1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header .naver li .drop-down ul li:after {
  top: 0.16rem;
  background: none;
}

.header .naver li .drop-down ul li:hover {
  padding-left: .1rem;
  margin-left: .3rem;
}

.header .naver li .drop-down ul li:hover:after {
  top: 0.16rem;
  left: -0.07rem;
  background: #3176bf;
}

.header .naver li .drop-down ul li.act {
  padding-left: .1rem;
  margin-left: .3rem;
}

.header .naver li .drop-down ul li.act:after {
  top: 0.16rem;
  left: -0.07rem;
  background: #3176bf;
}

.header .naver li .drop-down a {
  display: block;
  font-size: 16px;
  font-size: .16rem;
  padding: .08rem 0;
  color: #878787 !important;
  background: #fff;
  position: relative;
}

.header .naver li .drop-down li:nth-child(1) {
  -webkit-animation: menu-5 150ms forwards ease-in-out;
  -moz-animation: menu-5 150ms forwards ease-in-out;
  -ms-animation: menu-5 150ms forwards ease-in-out;
  -o-animation: menu-5 150ms forwards ease-in-out;
  animation: menu-5 150ms forwards ease-in-out;
}

.header .naver li .drop-down li:nth-child(2) {
  -webkit-animation: menu-5 300ms forwards ease-in-out;
  -moz-animation: menu-5 300ms forwards ease-in-out;
  -ms-animation: menu-5 300ms forwards ease-in-out;
  -o-animation: menu-5 300ms forwards ease-in-out;
  animation: menu-5 300ms forwards ease-in-out;
}

.header .naver li .drop-down li:nth-child(3) {
  -webkit-animation: menu-5 450ms forwards ease-in-out;
  -moz-animation: menu-5 450ms forwards ease-in-out;
  -ms-animation: menu-5 450ms forwards ease-in-out;
  -o-animation: menu-5 450ms forwards ease-in-out;
  animation: menu-5 450ms forwards ease-in-out;
}

.header .naver li .drop-down li:nth-child(4) {
  -webkit-animation: menu-5 600ms forwards ease-in-out;
  -moz-animation: menu-5 600ms forwards ease-in-out;
  -ms-animation: menu-5 600ms forwards ease-in-out;
  -o-animation: menu-5 600ms forwards ease-in-out;
  animation: menu-5 600ms forwards ease-in-out;
}

.header .naver li .drop-down li:nth-child(5) {
  -webkit-animation: menu-5 750ms forwards ease-in-out;
  -moz-animation: menu-5 750ms forwards ease-in-out;
  -ms-animation: menu-5 750ms forwards ease-in-out;
  -o-animation: menu-5 750ms forwards ease-in-out;
  animation: menu-5 750ms forwards ease-in-out;
}

.header .naver li .drop-down li:nth-child(6) {
  -webkit-animation: menu-5 900ms forwards ease-in-out;
  -moz-animation: menu-5 900ms forwards ease-in-out;
  -ms-animation: menu-5 900ms forwards ease-in-out;
  -o-animation: menu-5 900ms forwards ease-in-out;
  animation: menu-5 900ms forwards ease-in-out;
}

.header .naver li .drop-down li:nth-child(7) {
  -webkit-animation: menu-5 1050ms forwards ease-in-out;
  -moz-animation: menu-5 1050ms forwards ease-in-out;
  -ms-animation: menu-5 1050ms forwards ease-in-out;
  -o-animation: menu-5 1050ms forwards ease-in-out;
  animation: menu-5 1050ms forwards ease-in-out;
}

.header .naver li .drop-down li:nth-child(8) {
  -webkit-animation: menu-5 1200ms forwards ease-in-out;
  -moz-animation: menu-5 1200ms forwards ease-in-out;
  -ms-animation: menu-5 1200ms forwards ease-in-out;
  -o-animation: menu-5 1200ms forwards ease-in-out;
  animation: menu-5 1200ms forwards ease-in-out;
}

.header .naver li .drop-down li:nth-child(9) {
  -webkit-animation: menu-5 1350ms forwards ease-in-out;
  -moz-animation: menu-5 1350ms forwards ease-in-out;
  -ms-animation: menu-5 1350ms forwards ease-in-out;
  -o-animation: menu-5 1350ms forwards ease-in-out;
  animation: menu-5 1350ms forwards ease-in-out;
}

@keyframes menu-5 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    /*IE8*/
  }
  90% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    /*IE8*/
  }
}

.header0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.header1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 99;
}

.header1.fixed {
  padding-top: 0;
  background: rgba(255, 255, 255, 0.85);
}

.header1.fixed .logo {
  margin-top: 0;
}

.header1.fixed .naver li:hover a {
  color: #ed7e34;
}

.header1.fixed .naver li a {
  color: #468fe7;
}

.header1.fixed .naver .search {
  margin-top: 0;
}

.header1.fixed .naver .search span {
  background: url("https://img.mofyi.com/201811/2117020275673.png") no-repeat center center;
  background-size: 27px;
}

.header1 .row {
  align-items: center;
}

.header1 .logo {
  margin-top: -0.4rem;
}

.header1 .naver {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header1 .naver li {
  cursor: pointer;
}

.header1 .naver li a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header1 .naver li .drop-down ul {
  display: block;
  text-align: left;
}

.header1 .naver li .drop-down ul li {
  margin-left: 0;
}

.header1 .naver li .drop-down ul li:hover {
  margin-left: 0.1rem;
}

.header1 .naver li .drop-down ul li a {
  font-size: 14px;
  font-size: .14rem;
}

.header1 .naver .search {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-top: .1rem;
}

.header1 .naver .search span {
  display: block;
  width: 35px;
  height: 35px;
  background: url("https://img.mofyi.com/201811/1917023077260.png") no-repeat center center;
  background-size: 27px;
}

.header1 .naver .search .searc {
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 9;
  width: 250px;
  border: 1px solid #e6eef7;
  background: #fff;
  border-radius: 30px;
  height: 37px;
  line-height: 37px;
}

.header1 .naver .search .searc.act {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header1 .naver .search .searc .inp1 {
  width: 210px;
  display: block;
  background: none;
  border: none;
  outline: none;
  text-indent: 1em;
}

.header1 .naver .search .searc .btn1 {
  display: block;
  width: 45px;
  height: 35px;
  background: url("https://img.mofyi.com/201811/2117020275673.png") no-repeat center center;
  border: none;
  outline: none;
  cursor: pointer;
}

#menu {
  display: none;
}

.mm-slideout {
  z-index: auto !important;
}

/***footer**/
.footer {
  border-top: 2px solid #e6eef7;
  padding: .45rem 0;
}

.footer .row {
  justify-content: space-between;
}

.footer .email {
  color: #313234;
  font-size: 16px;
  font-size: .16rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.footer .email img {
  margin-right: .1rem;
}

.footer .beia {
  color: #777777;
  font-size: 14px;
  font-size: .14rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.footer .beia a {
  color: #777777;
  font-size: 14px;
  font-size: .14rem;
}

.footer .beia .lang {
  margin-left: .1rem;
}

.footer .beia .lang select {
  background: none;
  border: none;
  color: #777777;
  font-size: 14px;
  font-size: .14rem;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/**footer end**/
.banner {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.banner .a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.banner .a img {
  display: block;
  max-width: 100%;
}

.banner .a .tit {
  width: 100%;
  position: relative;
  z-index: 99;
}

.banner .a .tit .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.banner .a .tit .con {
  text-align: left;
}

.banner .a .tit h3 {
  color: #3176bf;
  font-size: 48px;
  font-size: .48rem;
  margin-bottom: .3rem;
  letter-spacing: 3px;
}

.banner .a .tit p {
  font-size: 30px;
  font-size: .3rem;
  color: #777777;
  letter-spacing: 2px;
}

.banner .img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: bottom center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-pagination span {
  width: 13px;
  height: 13px;
  background: #c5c4bf;
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE8*/
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff8a00;
}

.banner .swiper-button-prev {
  width: 60px;
  height: 65px;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.banner .swiper-button-next {
  width: 60px;
  height: 65px;
  right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.ban {
  position: relative;
}

.ban img {
  display: block;
}

.fanhui {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 60px;
  z-index: 9999;
  cursor: pointer;
  background: url("/static/images/top.png") no-repeat center center;
  background-size: 100%;
}

.fanhui:hover {
  background: url("/static/images/top1.png") no-repeat center center;
  background-size: 100%;
}

.language {
  position: fixed;
  right: 50%;
  bottom: .8rem;
  z-index: 999;
  margin-right: -600px;
}

.language:hover span {
  -webkit-animation: living 3s linear infinite;
  animation: living 3s linear infinite;
}

.language .button {
  position: relative;
  letter-spacing: 1px;
  background-color: #fff;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: .1rem .2rem;
  text-decoration: none;
  color: #777777;
  font-size: .18rem;
  box-shadow: 0px 0px 10px #dfeaf5;
  -moz-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
  -o-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
  -webkit-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
  transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
  animation: shadow 2s infinite;
}

.language span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 6px;
  z-index: -1;
}

.language i {
  position: relative;
  top: -3px;
  margin-left: 4px;
  display: inline-block;
  width: 0.12rem;
  height: 0.08rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("https://img.mofyi.com/201811/2717114117026.png") no-repeat center;
  background-size: cover;
}

.language span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.language .lanu {
  position: absolute;
  bottom: -2rem;
  right: 0;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 20px #8dbbec;
}

.language .lanu a {
  display: block;
  text-align: center;
  padding: .1rem 0;
  font-size: .14rem;
  color: #777777;
}

.language .lanu a:hover {
  background: #eee;
  color: #3176bf;
}

.language .lanu.he {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  bottom: 70px;
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-moz-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-o-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.language .lanu.te {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
  bottom: 70px;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.language .lanu:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
}

@keyframes living {
  0% {
    transform: scale(1);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
    /*圆形放大的同时，透明度逐渐减小为0*/
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
}

@-webkit-keyframes living {
  0% {
    transform: scale(1);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
    filter: alpha(opacity=100);
    /*IE8*/
    /*圆形放大的同时，透明度逐渐减小为0*/
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
}

@-moz-keyframes living {
  0% {
    transform: scale(1);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
    /*圆形放大的同时，透明度逐渐减小为0*/
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
}

@-o-keyframes living {
  0% {
    transform: scale(1);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
    /*圆形放大的同时，透明度逐渐减小为0*/
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
}

@keyframes shadow {
  0% {
    box-shadow: 0px 0px 5px #dfeaf5;
  }
  50% {
    box-shadow: 0px 0px 20px #8dbbec;
  }
  100% {
    box-shadow: 0px 0px 5px #dfeaf5;
  }
}

@-moz-keyframes shadow {
  0% {
    box-shadow: 0px 0px 5px #dfeaf5;
  }
  50% {
    box-shadow: 0px 0px 20px #c7ddf5;
  }
  100% {
    box-shadow: 0px 0px 5px #dfeaf5;
  }
}

@-webkit-keyframes shadow {
  0% {
    box-shadow: 0px 0px 5px #dfeaf5;
  }
  50% {
    box-shadow: 0px 0px 20px #c7ddf5;
  }
  100% {
    box-shadow: 0px 0px 5px #dfeaf5;
  }
}

@-o-keyframes shadow {
  0% {
    box-shadow: 0px 0px 5px #dfeaf5;
  }
  50% {
    box-shadow: 0px 0px 20px #c7ddf5;
  }
  100% {
    box-shadow: 0px 0px 5px #dfeaf5;
  }
}

/***业务体系 人工智能****/
.business-ban {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.business-ban .business-ban-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business-ban .business-ban-left .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.business-ban .business-ban-left h3 {
  color: #3176bf;
  font-size: 36px;
  font-size: 0.36rem;
  margin-bottom: .5rem;
}

.business-ban .business-ban-left .con {
  color: #777777;
  font-size: 16px;
  font-size: 0.16rem;
  line-height: .32rem;
  padding-right: .5rem;
}

.business-ms {
  height: 3.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #4583c5 url("https://img.mofyi.com/201811/2709394442824.png") repeat-y center center fixed;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  position: relative;
  /* index of 'each'*/
  -webkit-animation: zoom 100s ease infinite;
  -moz-animation: zoom 100s ease infinite;
  -o-animation: zoom 100s ease infinite;
  animation: zoom 100s ease infinite;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

.business-ms .business-ms-bg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  background: url("https://img.mofyi.com/201810/3014012444600.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  height: 100%;
  /* index of 'each'*/
  -webkit-animation: zoom 100s ease infinite;
  -moz-animation: zoom 100s ease infinite;
  -o-animation: zoom 100s ease infinite;
  animation: zoom 100s ease infinite;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

.business-ms .business-ms-bg .parallax-demo {
  position: relative;
  background-image: url("https://img.mofyi.com/201810/3014012444600.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 6rem;
  width: 100%;
}

.business-ms .business-ms-bg .parallax-wrapper {
  position: relative;
  height: 4rem;
  overflow: hidden;
  width: 100%;
  z-index: 99;
}

.business-ms .row {
  justify-content: flex-end;
}

.business-ms .content {
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 99;
}

.business-ms .content span {
  display: block;
}

.business-ms .content .box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.business-ms .content .box:nth-child(1) {
  padding-right: 1rem;
}

.business-ms .content .box span:nth-child(1) {
  animation: sca1 1s linear;
}

.business-ms .content .box span:nth-child(2) {
  animation: sca1 1.2s linear;
}

.business-ms .content .box span:nth-child(3) {
  animation: sca1 1.4s linear;
}

.business-ms .content .box span:nth-child(4) {
  animation: sca1 1.6s linear;
}

.business-ms .content .box span:nth-child(5) {
  animation: sca1 1.8s linear;
}

.business-ms .content .box span:nth-child(6) {
  animation: sca1 2s linear;
}

.business-ms .content .box span:nth-child(7) {
  animation: sca1 2.2s linear;
}

@keyframes sca1 {
  0% {
    transform: scale(1.8);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    /*IE8*/
  }
}

@-moz-keyframes sca1 {
  0% {
    transform: scale(1.8);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    /*IE8*/
  }
}

@-webkit-keyframes sca1 {
  0% {
    transform: scale(1.8);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    /*IE8*/
  }
}

@-o-keyframes sca1 {
  0% {
    transform: scale(1.8);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    /*IE8*/
  }
}

.business-data {
  padding-top: .9rem;
  padding-bottom: 1rem;
  position: relative;
}

.business-data h3 {
  color: #313234;
  font-size: 24px;
  font-size: .24rem;
  margin-bottom: .9rem;
}

.business-data .business-data-content .content .content-tit-l ul {
  padding: 0 .3rem;
  text-align: left;
}

.business-data .business-data-content .content .content-tit-l li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  font-size: 18px;
  font-size: .18rem;
  padding: .4rem 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data .business-data-content .content .content-tit-l li:hover {
  box-shadow: 0px 0px 20px #e7eff7;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data .business-data-content .content .content-tit-l li.act {
  box-shadow: 0px 0px 20px #e7eff7;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data .business-data-content .content .content-tit-l li img {
  margin-left: .25rem;
  width: .4rem;
  height: .4rem;
}

.business-data .business-data-content .content .content-tit-r ul {
  padding: 0 .3rem;
  text-align: left;
}

.business-data .business-data-content .content .content-tit-r li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  font-size: 18px;
  font-size: .18rem;
  padding: .4rem 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data .business-data-content .content .content-tit-r li:hover {
  box-shadow: 0px 0px 20px #e7eff7;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data .business-data-content .content .content-tit-r li.act {
  box-shadow: 0px 0px 20px #e7eff7;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data .business-data-content .content .content-tit-r li span {
  display: block;
  width: 1rem;
}

.business-data .business-data-content .content .content-tit-r li img {
  margin-right: .25rem;
  width: .4rem;
  height: .4rem;
}

.business-data .business-data-content .content .content-con .img {
  box-shadow: 0px 10px 50px #d9e6f3;
}

.business-data .business-data-content .content .content-con img {
  display: block;
  margin: 0 auto;
}

.business-data .business-data-content .content .content-con .con {
  margin-top: .6rem;
  color: #313234;
  font-size: 20px;
  font-size: .20rem;
}

.business-data .business-data-content .content .content-con .box {
  display: none;
}

.business-plan {
  background: #e6eef7;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.business-plan .business-plan-content {
  width: 100%;
}

.business-plan h3 {
  color: #313234;
  font-size: 24px;
  font-size: .24rem;
  text-align: center;
}

.business-plan .content {
  margin-top: 1rem;
}

.business-plan .content .box {
  overflow: hidden;
  border-radius: 6px;
  width: 20%;
  padding: 0 .1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-plan .content .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-plan .content .box:hover .tit {
  bottom: -120%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-plan .content .box:hover .con {
  bottom: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-plan .content .box img {
  display: block;
  width: 100%;
}

.business-plan .content .overimg {
  position: relative;
  display: block;
}

.business-plan .content .light {
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 180px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}

.business-plan .content .overimg:hover .light {
  left: 120%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.business-plan .content .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: .16rem;
  background: rgba(49, 50, 52, 0.5);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-plan .content .con {
  position: absolute;
  bottom: -110%;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: auto;
  padding: .2rem;
  background: rgba(49, 50, 52, 0.5);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-plan .content .con h4 {
  color: #fff;
  font-size: 16px;
  font-size: .16rem;
  margin-bottom: .1rem;
}

.business-plan .content .con .msg {
  color: #fff;
  font-size: 12px;
  font-size: .12rem;
}

.business-mag {
  margin-top: -0.85rem;
  position: relative;
  z-index: 9;
  margin-bottom: 1.7rem;
}

.business-mag .row {
  padding: .7rem 0;
  background: #fff;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 20px 50px #d6e4f2;
}

.business-mag .row .img {
  display: none;
}

.business-mag .row img {
  display: block;
}

.business-mag .row img:nth-child(3) {
  margin-left: .3rem;
}

.business-mag .row .shan {
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}

.business-mag .row .shan:hover .light {
  left: 120%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.business-mag .row .people {
  width: 100%;
  color: #3176bf;
  font-size: 30px;
  font-size: .3rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

/***业务体系服务软件***/
.business-ms-1 {
  height: 3.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #4583c5 url("https://img.mofyi.com/201811/2709424882462.png") repeat-y center center fixed;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  position: relative;
  /* index of 'each'*/
  -webkit-animation: zoom 100s ease infinite;
  -moz-animation: zoom 100s ease infinite;
  -o-animation: zoom 100s ease infinite;
  animation: zoom 100s ease infinite;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

.business-ms-1 .business-ms-bg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  background: url("https://img.mofyi.com/201810/3109391618732.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  height: 100%;
  /* index of 'each'*/
  -webkit-animation: zoom 100s ease infinite;
  -moz-animation: zoom 100s ease infinite;
  -o-animation: zoom 100s ease infinite;
  animation: zoom 100s ease infinite;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

.business-ms-1 .row {
  justify-content: flex-end;
}

.business-ms-1 .content {
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.business-ms-1 .content .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  position: relative;
  padding: .1rem;
  font-size: 50px;
  font-size: .5rem;
}

.business-ms-1 .content .box .yuan {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #6eb3df;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-size: .5rem;
}

.business-ms-1 .content .box .yuan span {
  font-size: 50px;
  font-size: .5rem;
}

.business-ms-1 .content .box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: url("https://img.mofyi.com/201810/3109463264023.png") no-repeat center center;
  background-size: 100% 100%;
  animation: rotate 6s linear infinite;
}

/***业务体系-移动应用***/
.business-technology-1 {
  padding-bottom: .4rem;
}

.business-technology-1 .tech .box {
  border: 1px solid #eaf1f8;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: .4rem;
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology-1 .tech .box:hover {
  border: 1px solid #3e7fc3;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology-1 .tech .box:hover .img .img2 {
  transform: translateX(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology-1 .tech .box:hover .img .img1 {
  transform: translateX(100px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology-1 .tech .box:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

.business-technology-1 .tech .box:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
}

.business-technology-1 .tech .box p {
  text-align: center;
  color: #313234;
  font-size: 20px;
  font-size: .2rem;
  margin-top: .3rem;
  letter-spacing: 2px;
}

.business-technology-1 .tech .box .img {
  display: block;
  position: relative;
  overflow: hidden;
}

.business-technology-1 .tech .box img {
  display: block;
  margin: 0 auto;
}

.business-technology-1 .tech .box .img1 {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology-1 .tech .box .img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transform: translateX(-100px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.business-ms-2 {
  height: 3.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #4583c5 url("https://img.mofyi.com/201811/2615482433294.png") repeat-y top center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  /* index of 'each'*/
  -webkit-animation: zoom 100s ease infinite;
  -moz-animation: zoom 100s ease infinite;
  -o-animation: zoom 100s ease infinite;
  animation: zoom 100s ease infinite;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

.business-ms-2 .business-ms-bg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  background: url("https://img.mofyi.com/201810/3114432867626.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  height: 100%;
  /* index of 'each'*/
  -webkit-animation: zoom 100s ease infinite;
  -moz-animation: zoom 100s ease infinite;
  -o-animation: zoom 100s ease infinite;
  animation: zoom 100s ease infinite;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

@-moz-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

@-o-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

.business-technology {
  padding-bottom: .8rem;
}

.business-technology .tech {
  text-align: center;
  padding: .4rem 0;
  border-radius: 10px;
  position: relative;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology .tech:hover {
  position: relative;
  z-index: 9;
  box-shadow: 0 0 20px #e7eff7;
  background: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology .tech:hover .ms {
  opacity: 0.1;
  filter: alpha(opacity=10);
  /*IE8*/
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology .tech .box {
  position: relative;
  z-index: 5;
}

.business-technology .tech .ms {
  text-align: center;
  font-size: 60px;
  font-size: .6rem;
  color: #777777;
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  font-weight: bold;
  position: absolute;
  top: -.55rem;
  left: 0;
  width: 100%;
  letter-spacing: 5px;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-technology .tech .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
  background: #fff;
}

.business-technology .tech p {
  font-size: 20px;
  font-size: .2rem;
  color: #777;
  letter-spacing: 3px;
}

.business-technology .tech p span {
  color: #313234;
  font-size: 30px;
  font-size: .3rem;
  letter-spacing: 0;
  margin: .05rem;
}

.business-technology .tech img {
  display: block;
  margin: 0 auto;
  margin-bottom: .25rem;
}

.business-data-1 {
  position: relative;
  padding-bottom: 2rem;
  overflow: hidden;
}

.business-data-1 .img1 {
  position: absolute;
  bottom: -0.15rem;
  width: 100%;
  left: 0;
  text-align: center;
  display: block;
  padding: 0 .2rem;
}

.business-data-1 .content-1 .box {
  margin-bottom: .4rem;
  cursor: pointer;
}

.business-data-1 .content-1 .box:hover .cont {
  box-shadow: 0px 0px 25px #d1e0f0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data-1 .content-1 .box:hover .top, .business-data-1 .content-1 .box:hover .bottom {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data-1 .content-1 .box:hover .right, .business-data-1 .content-1 .box:hover .left {
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data-1 .content-1 .box .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3176bf;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data-1 .content-1 .box .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background: #3176bf;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data-1 .content-1 .box .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #3176bf;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data-1 .content-1 .box .left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #3176bf;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data-1 .content-1 .box .cont {
  padding: .3rem;
  position: relative;
  border: 1px solid #e6eef7;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-data-1 .content-1 .box h3 {
  color: #313234;
  font-size: 20px;
  font-size: .2rem;
  margin-bottom: .2rem;
  font-weight: normal;
  letter-spacing: 1px;
}

.business-data-1 .content-1 .box .con {
  color: #777777;
  font-size: 14px;
  font-size: .14rem;
  line-height: .3rem;
  min-height: .9rem;
}

.business-customer {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
  background: #e6eef7;
}

.business-customer .content {
  width: 100%;
}

.business-customer .content h3 {
  text-align: center;
  color: #313234;
  font-size: 30px;
  font-size: .3rem;
  margin-bottom: .8rem;
}

.business-customer .content .con {
  margin-bottom: .8rem;
}

.business-customer .content .con .box {
  margin-bottom: .1rem;
}

.business-customer .content .con .box:hover a {
  border-radius: 10px;
  background: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-customer .content .con .box:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}

.business-customer .content .con .box a {
  padding: .15rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-customer .content .con .box a .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: .6rem;
  padding: 0 .1rem;
}

.business-customer .content .con .box a img {
  display: block;
  max-width: 65%;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.business-customer .content .con1 .box {
  margin-bottom: .3rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-customer .content .con1 .box:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-customer .content .con1 .box:hover .box-img {
  box-shadow: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-customer .content .con1 .box:hover .box-img img {
  box-shadow: 0;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-customer .content .con1 .box a {
  display: block;
}

.business-customer .content .con1 .box .box-img {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 10px #d1e0f0;
  padding: .15rem;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-customer .content .con1 .box .box-img img {
  display: block;
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.business-customer .content .con1 .box .box-img .date {
  position: absolute;
  top: .2rem;
  left: .2rem;
  z-index: 9;
  width: .55rem;
  height: .55rem;
  text-align: center;
  border-radius: 8px;
  background: #e6eef7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3176bf;
  font-size: 20px;
  font-size: .2rem;
}

.business-customer .content .con1 .box .box-img .date span {
  font-size: 16px;
  font-size: .16rem;
}

.business-customer .content .con1 .box .box-tit {
  margin-top: .3rem;
}

.business-customer .content .con1 .box .box-tit h4 {
  color: #313234;
  font-size: 20px;
  font-size: .2rem;
  margin-bottom: .15rem;
}

.business-customer .content .con1 .box .box-tit .msg {
  color: #777777;
  font-size: 16px;
  font-size: .16rem;
}

/**关于我们公司荣誉**/
.honor {
  padding: 100px 0;
  padding: 1rem 0;
}

.honor h2 {
  text-align: center;
  color: #3176bf;
  font-size: 30px;
  font-size: .3rem;
}

.honor .ms {
  text-align: center;
  font-size: 16px;
  font-size: .16rem;
  color: #777;
  padding: 30px 0 40px 0;
  padding: .3rem 0 .4rem 0;
}

.honor .content li {
  line-height: 30px;
  line-height: .3rem;
  margin-bottom: 6px;
  margin-bottom: 0.06rem;
}

.honor .content li:hover a {
  color: #3176bf;
}

.honor .content li a {
  font-size: 18px;
  font-size: .18rem;
  display: block;
  color: #313234;
}

/**关于我们公司简介**/
.companyprofile {
  padding: 60px 0 100px 0;
  padding: 0.6rem 0 1rem 0;
}

.companyprofile h2 {
  color: #3176bf;
  font-size: 30px;
  font-size: .3rem;
  margin-bottom: 60px;
  margin-bottom: .6rem;
}

.companyprofile .content {
  color: #313234;
  font-size: 18px;
  font-size: .18rem;
  margin-bottom: 30px;
  margin-bottom: .3rem;
  line-height: 30px;
  line-height: .3rem;
}

/**关于我们加入我们**/
.joinus {
  padding: 60px 0 100px 0;
  padding: 0.6rem 0 1rem 0;
}

.joinus h2 {
  color: #3176bf;
  font-size: 30px;
  font-size: .3rem;
  margin-bottom: 60px;
  margin-bottom: .6rem;
}

.joinus .join {
  margin-bottom: 40px;
  margin-bottom: .4rem;
}

.joinus .join h3 {
  color: #313234;
  font-size: 18px;
  font-size: .18rem;
  margin-bottom: 20px;
  margin-bottom: .2rem;
}

.joinus .join h3 span {
  display: inline-block;
  padding: 15px 0;
  padding: .15rem 0;
  padding-right: 100px;
  padding-right: 1rem;
  border-bottom: 1px solid #e6eef7;
}

.joinus .join .con {
  color: #777777;
  font-size: 14px;
  font-size: .14rem;
  margin-bottom: 30px;
  margin-bottom: .3rem;
  line-height: 30px;
  line-height: .3rem;
}

.joinus .join h4 {
  color: #313234;
  font-size: 14px;
  font-size: .14rem;
  margin-bottom: 20px;
  margin-bottom: .2rem;
}

.joinus .join .ms {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.joinus .join .ms li {
  color: #777777;
  font-size: 14px;
  font-size: .14rem;
  line-height: 30px;
  line-height: .3rem;
}

.joinus .join .apply {
  color: #e6eef7;
  border-radius: 8px;
  font-size: 16px;
  font-size: .16rem;
  padding: 5px 15px;
  padding: .05rem .15rem;
  display: inline-block;
  margin-top: 10px;
  margin-top: .1rem;
  position: relative;
}

.joinus .join .apply span {
  position: relative;
  z-index: 99;
}

.joinus .join .apply:hover span {
  color: #3176bf;
}

.joinus .join .apply:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.joinus .join .apply:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE8*/
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.joinus .join .apply:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE8*/
  border-radius: 8px;
  background-color: rgba(49, 118, 191, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.joinus .join .apply:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(49, 118, 191, 0.5);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/**技术和产品ivs招聘管理**/
.technologyrecuit .te_ban {
  position: relative;
}

.technologyrecuit .te_ban img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.technologyrecuit .te_ban .te_ban_con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.technologyrecuit .te_ban h3 {
  font-size: 48px;
  font-size: .48rem;
  margin-bottom: 40px;
  margin-bottom: .4rem;
  color: #fff;
}

.technologyrecuit .te_ban p {
  color: #e6eef7;
  font-size: 18px;
  font-size: .18rem;
}

.technologyrecuit .te_ban .banb {
  margin-top: 55px;
  margin-top: .55rem;
}

.technologyrecuit .te_ban .banb .bana1 {
  display: inline-block;
  padding: 15px 35px;
  padding: 0.15rem 0.35rem;
  background: #ffffff;
  border: 1px solid #3176bf;
  color: #3176bf;
  font-size: 18px;
  font-size: .18rem;
  margin-right: 75px;
  margin-right: .75rem;
  position: relative;
}

.technologyrecuit .te_ban .banb .bana1:hover {
  color: #fff;
  background: #3176bf;
}

.technologyrecuit .te_ban .banb .bana1:hover:after {
  -webkit-animation: sonarEffect .6s ease-out;
  -moz-animation: sonarEffect .6s ease-out;
  animation: sonarEffect .6s ease-out;
}

.technologyrecuit .te_ban .banb .bana1:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.technologyrecuit .te_ban .banb .bana2 {
  display: inline-block;
  padding: 15px 35px;
  padding: 0.15rem 0.35rem;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.technologyrecuit .te_ban .banb .bana2:hover {
  background: #fff;
  color: #3176bf;
}

.technologyrecuit .te_ban .banb .bana2:hover:after {
  -webkit-animation: sonarEffect1 .6s ease-out;
  -moz-animation: sonarEffect1 .6s ease-out;
  animation: sonarEffect1 .6s ease-out;
}

.technologyrecuit .te_ban .banb .bana2:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.technologyrecuit .te_pa1 {
  padding: 100px 0 80px 0;
  padding: 1rem 0 .8rem 0;
}

.technologyrecuit .te_pa1 .row {
  align-items: stretch;
}

.technologyrecuit .te_pa1 .title {
  padding-bottom: 40px;
  padding-bottom: .4rem;
  text-align: center;
  font-size: 24px;
  font-size: .24rem;
}

.technologyrecuit .te_pa1 .tepa1box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  border-radius: 6px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyrecuit .te_pa1 .tepa1box:hover {
  box-shadow: 0px 0px 20px #e1ebf6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.technologyrecuit .te_pa1 .tepa1box:hover .img .yin {
  display: none;
}

.technologyrecuit .te_pa1 .tepa1box a {
  padding: 35px 0;
  padding: .35rem 0;
  width: 100%;
  display: block;
  text-align: center;
}

.technologyrecuit .te_pa1 .tepa1box .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.technologyrecuit .te_pa1 .tepa1box .img img {
  display: block;
  max-height: 4rem;
}

.technologyrecuit .te_pa1 .tepa1box .img .yin {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyrecuit .te_pa2 .tepa2box {
  padding: 20px;
  padding: .2rem;
  border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyrecuit .te_pa2 .tepa2box:hover {
  box-shadow: 0px 0px 20px #e1ebf6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyrecuit .te_pa2 .tepa2box:hover .te2top .cover .line {
  width: 50px;
  width: .5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyrecuit .te_pa2 .tepa2box .te2top {
  position: relative;
}

.technologyrecuit .te_pa2 .tepa2box .te2top img {
  border-radius: 8px;
  display: block;
  width: 100%;
}

.technologyrecuit .te_pa2 .tepa2box .te2top .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(49, 50, 52, 0.7);
  text-align: center;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technologyrecuit .te_pa2 .tepa2box .te2top .cover .cov {
  color: #fff;
  font-size: 24px;
  font-size: .24rem;
  width: 100%;
}

.technologyrecuit .te_pa2 .tepa2box .te2top .cover img {
  display: block;
  margin: 0 auto;
  border-radius: 0;
  width: auto;
  height: 60px;
  height: .6rem;
}

.technologyrecuit .te_pa2 .tepa2box .te2top .cover .line {
  width: 30px;
  width: .3rem;
  height: 3px;
  background: #fff;
  margin: 20px auto;
  margin: .2rem auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyrecuit .te_pa2 .tepa2box .te2bot {
  padding-top: 30px;
  padding-top: .3rem;
}

.technologyrecuit .te_pa2 .tepa2box .te2bot li {
  text-align: center;
  color: #313234;
  font-size: 16px;
  font-size: .16rem;
  width: 50%;
  float: left;
  margin-bottom: 40px;
  margin-bottom: .4rem;
}

.technologyrecuit .te_pa2 .tepa2box .te2bot li span {
  display: block;
  color: #777777;
  font-size: 12px;
  font-size: .12rem;
  margin-top: 20px;
  margin-top: .2rem;
}

.technologyrecuit .te_pa3 {
  padding: 100px 0;
  padding: 1rem 0;
}

.technologyrecuit .te_pa3 .title {
  padding-bottom: 100px;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 24px;
  font-size: .24rem;
}

.technologyrecuit .te_pa3 .content .box {
  border-right: 1px solid #e6eef7;
  margin-bottom: 35px;
  margin-bottom: .35rem;
}

.technologyrecuit .te_pa3 .content .box:nth-child(4) {
  border-right: none;
}

.technologyrecuit .te_pa3 .content .box h3 {
  color: #313234;
  font-size: 18px;
  font-size: .18rem;
  margin-bottom: 30px;
  margin-bottom: .3rem;
  font-weight: normal;
}

.technologyrecuit .te_pa3 .content .box p {
  color: #777777;
  font-size: 16px;
  font-size: .16rem;
  line-height: 20px;
}

.technologyrecuit .te_pa3 .content .box a {
  display: block;
  color: #777777;
  font-size: 16px;
  font-size: .16rem;
  line-height: 20px;
}

.technologyrecuit .te_pa3 .content .box a:hover {
  color: #3176bf;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*IE8*/
  }
  40% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3176bf, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3176bf, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*IE8*/
  }
  40% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3176bf, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3176bf, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*IE8*/
  }
  40% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3176bf, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3176bf, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
}

@-webkit-keyframes sonarEffect1 {
  0% {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*IE8*/
  }
  40% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
}

@-moz-keyframes sonarEffect1 {
  0% {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*IE8*/
  }
  40% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
}

@keyframes sonarEffect1 {
  0% {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*IE8*/
  }
  40% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*IE8*/
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
    /*IE8*/
  }
}

/***关于我们联系我们***/
.contactus {
  padding: 60px 0 100px 0;
  padding: 0.6rem 0 1rem 0;
}

.contactus h2 {
  color: #3176bf;
  font-size: 30px;
  font-size: .3rem;
  margin-bottom: 60px;
  margin-bottom: .6rem;
}

.contactus .content {
  color: #313234;
  font-size: 18px;
  font-size: .18rem;
  line-height: 30px;
  line-height: .3rem;
}

.contactus .content p {
  line-height: 30px;
  line-height: .3rem;
}

/**技术和产品zoo内容管理**/
.technologyzoo .te_ban {
  position: relative;
}

.technologyzoo .te_ban img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.technologyzoo .te_ban .te_ban_con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.technologyzoo .te_ban .te_ban_con .p-con {
  text-align: center;
}

.technologyzoo .te_ban h3 {
  font-size: 60px;
  font-size: .6rem;
  margin-bottom: 50px;
  margin-bottom: .5rem;
  color: #fff;
  text-align: center;
}

.technologyzoo .te_ban p {
  color: #e6eef7;
  font-size: 18px;
  font-size: .18rem;
  line-height: 30px;
  line-height: .3rem;
}

.technologyzoo .zoo1 .zo1top {
  text-align: center;
  color: #313234;
  font-size: 20px;
  font-size: .2rem;
  line-height: 30px;
  line-height: .3rem;
  padding: 70px 0;
  padding: .7rem 0;
}

.technologyzoo .zoo1 .zo1bot {
  padding: 65px 20px 120px 20px;
  padding: .65rem .2rem 1.2rem .2rem;
  border-radius: 6px;
  background: url("https://img.mofyi.com/201811/1616013090649.jpg") no-repeat center center;
  background-size: cover;
}

.technologyzoo .zoo1 .zo1bot img {
  display: block;
  margin: 0 auto;
}

.technologyzoo .zoo2 {
  padding: 100px 0;
  padding: 1rem 0;
}

.technologyzoo .zoo2 h3 {
  text-align: center;
  color: #313234;
  font-size: 24px;
  font-size: .24rem;
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.technologyzoo .zoo2 .con {
  color: #777777;
  font-size: 18px;
  font-size: .18rem;
  width: 60%;
  line-height: 30px;
  line-height: .3rem;
  margin: 0 auto;
  text-align: center;
}

.technologyzoo .zoo2 .zoo2bot {
  padding-top: 100px;
  padding-top: 1rem;
}

.technologyzoo .zoo2 .zoo2bot .box {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyzoo .zoo2 .zoo2bot .box:hover {
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  -o-transform: translateY(-35px);
  transform: translateY(-35px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyzoo .zoo2 .zoo2bot .box:hover .z2b {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE8*/
}

.technologyzoo .zoo2 .zoo2bot .box img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.technologyzoo .zoo2 .zoo2bot .box .z2b {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  overflow: hidden;
}

.technologyzoo .zoo2 .zoo2bot .box .more {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3176bf;
  font-size: 14px;
  font-size: .14rem;
  padding: 0 15px;
}

.technologyzoo .zoo2 .zoo2bot .box .more img {
  width: auto;
  height: 10px;
  margin: inherit;
}

.technologyzoo .zoo3 {
  padding: 100px 0 30px 0;
  padding: 1rem 0 .3rem 0;
}

.technologyzoo .zoo3 h3 {
  text-align: center;
  color: #313234;
  font-size: 24px;
  font-size: .24rem;
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.technologyzoo .zoo3 .con {
  color: #777777;
  font-size: 18px;
  font-size: .18rem;
  width: 60%;
  line-height: 30px;
  line-height: .3rem;
  margin: 0 auto;
  text-align: center;
}

.technologyzoo .zoo3 .zo2bot {
  padding-top: 70px;
  padding-top: .7rem;
}

.technologyzoo .zoo3 .zo2bot .box {
  text-align: center;
  margin-bottom: 70px;
  margin-bottom: .7rem;
}

.technologyzoo .zoo3 .zo2bot .box:hover img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.technologyzoo .zoo3 .zo2bot .box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-bottom: .3rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.technologyzoo .zoo4 {
  height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: url("https://img.mofyi.com/201811/2616060687126.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  box-shadow: 0px 2px 15px #3989cb;
}

.technologyzoo .zoo4 .zoo4-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  background: url("https://img.mofyi.com/201811/2616060687126.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  height: 100%;
  /* index of 'each'*/
  -webkit-animation: zoom 100s ease infinite;
  -moz-animation: zoom 100s ease infinite;
  -o-animation: zoom 100s ease infinite;
  animation: zoom 100s ease infinite;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  50% {
    transform: scale(1.2);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
  100% {
    transform: scale(1);
  }
  /* if last in loop and waitTime is not 0, add the last frame as 100% (this is what creates the pause)*/
}

.technologyzoo .zoo4 .row {
  justify-content: flex-end;
}

.technologyzoo .zoo4 .content {
  position: relative;
  z-index: 99;
}

.technologyzoo .zoo4 .content p {
  display: inline-block;
  color: #fefeff;
  font-size: 10em;
  font-family: '微软雅黑';
  background: linear-gradient(to right, #fefeff, #4e8acb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-size: 30px;
  font-size: .3rem;
  margin-right: 35px;
  margin-right: .35rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.technologyzoo .zoo4 .content div {
  margin-top: 12px;
  margin-top: .12rem;
}

.technologyzoo .te_pa3 {
  padding: 100px 0;
  padding: 1rem 0;
}

.technologyzoo .te_pa3 .title {
  padding-bottom: 100px;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 24px;
  font-size: .24rem;
}

.technologyzoo .te_pa3 .content .box {
  border-right: 1px solid #e6eef7;
  margin-bottom: 35px;
  margin-bottom: .35rem;
}

.technologyzoo .te_pa3 .content .box:nth-child(4) {
  border-right: none;
}

.technologyzoo .te_pa3 .content .box h3 {
  color: #313234;
  font-size: 18px;
  font-size: .18rem;
  margin-bottom: 30px;
  margin-bottom: .3rem;
  font-weight: normal;
}

.technologyzoo .te_pa3 .content .box p {
  color: #777777;
  font-size: 16px;
  font-size: .16rem;
  line-height: 20px;
}

.technologyzoo .te_pa3 .content .box a {
  display: block;
  color: #777777;
  font-size: 16px;
  font-size: .16rem;
  line-height: 20px;
}

.technologyzoo .te_pa3 .content .box a:hover {
  color: #3176bf;
}

/**客户案例、详情**/
.casexq {
  padding: 60px 0;
  padding: 0.6rem 0;
}

.casexq h2 {
  color: #313234;
  font-size: 24px;
  font-size: .24rem;
}

.casexq .ms {
  color: #777777;
  font-size: 14px;
  font-size: .14rem;
  margin-top: 10px;
  margin-top: .1rem;
}

.casexq .content {
  padding: .2rem 0;
  margin-bottom: 50px;
  margin-bottom: .5rem;
}

.casexq .content p {
  margin-top: 30px;
  color: #404040;
  line-height: 1.8;
}

.case {
  padding: 100px 0;
  padding: 1rem 0;
}

.case h2 {
  color: #3176bf;
  font-size: 30px;
  font-size: .3rem;
  margin-bottom: 60px;
  margin-bottom: .6rem;
  text-align: center;
}

.case .select {
  padding: 50px 0;
  padding: .5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case .select .sel {
  width: 70%;
}

.case .select .sel a {
  color: #313234;
  font-size: 18px;
  font-size: .18rem;
  display: inline-block;
  padding: 0 10px;
  padding: 0 .1rem;
}

.case .select .sel a.act {
  color: #3176bf;
}

.case .select .sou {
  max-width: 30%;
  width: 220px;
  height: 40px;
  border: 1px solid #e6eef7;
  border-radius: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case .select .sou .inp {
  width: 160px;
  outline: none;
  border: none;
  text-indent: 1em;
}

.case .select .sou .btn1 {
  width: 50px;
  height: 37px;
  outline: none;
  border: none;
  cursor: pointer;
  background: url("https://img.mofyi.com/201811/1910444234384.png") no-repeat center center;
}

.case .content .box {
  margin-bottom: 20px;
  margin-bottom: .2rem;
}

.case .content .box:hover a {
  box-shadow: 0px 0px 25px #e1ebf6;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.case .content .box a {
  display: block;
  border: 1px solid #e6eef7;
  border-radius: 12px;
  overflow: hidden;
}

.case .content .box .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.case .content .box .bot {
  padding: 10px 25px;
  padding: .1rem .25rem;
}

.case .content .box .bot .tit {
  color: #313234;
  font-size: 20px;
  font-size: .2rem;
}

.case .content .box .bot .ms {
  color: #777777;
  font-size: 14px;
  font-size: .14rem;
}

/**企业文化核心理念**/
.idea {
  padding: 60px 0 100px 0;
  padding: 0.6rem 0 1rem 0;
}

.idea h2 {
  color: #3176bf;
  font-size: 30px;
  font-size: .3rem;
  margin-bottom: 60px;
  margin-bottom: .6rem;
  text-align: center;
}

.idea .content {
  max-width: 85%;
  margin: 0 auto;
  color: #313234;
  font-size: 18px;
  font-size: .18rem;
  line-height: 30px;
  line-height: .3rem;
}

.idea .content img {
  display: block;
  margin: 0 auto;
}

/**特别鸣谢**/
.specialthanks {
  padding: 100px 0;
  padding: 1rem 0;
}

.specialthanks h2 {
  color: #3176bf;
  font-size: 30px;
  font-size: .3rem;
  margin-bottom: 30px;
  margin-bottom: .3rem;
  text-align: center;
}

.specialthanks .ms {
  text-align: center;
  color: #777777;
  font-size: 16px;
}

.specialthanks .content {
  padding-top: 70px;
  padding-top: .7rem;
}

.specialthanks .content .box {
  margin-bottom: 45px;
  margin-bottom: .45rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.specialthanks .content .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.specialthanks .content .box a {
  display: block;
}

.specialthanks .content .box a img {
  display: block;
  margin: 0 auto;
}

/****/
.zootopia .ban {
  position: relative;
}

.zootopia .ban .img1 {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.zootopia .ban .bancon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.zootopia .ban .bancon .banl {
  padding-bottom: 100px;
  padding-bottom: 1rem;
}

.zootopia .ban .bancon .banl h3 {
  color: #fff;
  font-size: 72px;
  font-size: .72rem;
  font-family: SFNewRepublic;
}

.zootopia .ban .bancon .banl .ms {
  color: #fff;
  font-size: 18px;
  font-size: .18rem;
  padding: 40px 0 90px 0;
  padding: .4rem 0 .9rem 0;
  line-height: 35px;
  line-height: .35rem;
}

.zootopia .ban .bancon .banl a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 185px;
  padding: 24px 28px;
  padding: .24rem .28rem;
  background: #fff;
  color: #37474f;
  font-size: 16px;
  font-size: .16rem;
  border-radius: 20px;
  border-top-right-radius: 0;
  position: relative;
  overflow: hidden;
}

.zootopia .ban .bancon .banl a:hover {
  border-radius: 20px;
}

.zootopia .ban .bancon .banl a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.zootopia .ban .bancon .banl a:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.zootopia .ban .bancon .banl a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE8*/
  -webkit-transform: translate(105%, 0);
  transform: translate(105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  background: rgba(47, 201, 239, 0.5);
  border-right-color: white;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.zootopia .ban .bancon .banl a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE8*/
  -webkit-transform: translate(105%, 0);
  transform: translate(105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  background: rgba(47, 201, 239, 0.5);
  border-right-color: white;
}

.zootopia .ban .bancon .banl a img {
  height: .15rem;
  display: block;
  margin: 0 auto;
}

.zootopia .zootop1 {
  position: relative;
}

.zootopia .zootop1 .img1 {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.zootopia .zootop1 .zpptop1con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.zootopia .zootop1 .zpptop1con .zt1con {
  width: 100%;
}

.zootopia .zootop1 .zpptop1con .title {
  text-align: center;
}

.zootopia .zootop1 .zpptop1con .title span {
  display: block;
  color: #b0bec5;
  font-size: 16px;
  font-size: .16rem;
  margin-bottom: 20px;
  margin-bottom: .2rem;
  text-transform: uppercase;
}

.zootopia .zootop1 .zpptop1con .title h3 {
  color: #37474f;
  font-size: 33px;
  font-size: .33rem;
  font-weight: bold;
}

.zootopia .zootop1 .zpptop1con .content {
  margin-top: 60px;
  margin-top: .6rem;
}

.zootopia .zootop1 .zpptop1con .content .box:hover a {
  background: #fff;
  box-shadow: 0px 0px 25px #e1ebf6;
}

.zootopia .zootop1 .zpptop1con .content .box a {
  padding: 70px 40px;
  padding: 0.7rem 0.4rem;
  display: block;
  border-radius: 14px;
}

.zootopia .zootop1 .zpptop1con .content .box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: .2rem;
}

.zootopia .zootop1 .zpptop1con .content .box h4 {
  color: #37474f;
  font-size: 20px;
  font-size: .2rem;
  text-align: center;
}

.zootopia .zootop1 .zpptop1con .content .box .con {
  margin-top: 10px;
  margin-top: .10rem;
  font-size: 16px;
  font-size: .16rem;
  color: #566f7b;
  text-align: center;
}

.zootopia .zootip2 {
  position: relative;
}

.zootopia .zootip2 .img1 {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.zootopia .zootip2 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
  padding-bottom: .7rem;
}

.zootopia .zootip2 .more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #2fc9ef;
  width: 280px;
  width: 2.8rem;
  padding: 0 40px;
  padding: 0 .4rem;
  height: 75px;
  height: .75rem;
  font-size: 20px;
  font-size: .2rem;
  text-align: center;
  line-height: 75px;
  line-height: .75rem;
  border-radius: 20px;
  border-top-right-radius: 0;
  margin-bottom: 2.5rem;
  overflow: hidden;
  position: relative;
}

.zootopia .zootip2 .more:hover {
  border-radius: 20px;
}

.zootopia .zootip2 .more:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.zootopia .zootip2 .more:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  /*IE8*/
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.zootopia .zootip2 .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE8*/
  -webkit-transform: translate(105%, 0);
  transform: translate(105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  background: rgba(255, 255, 255, 0.5);
  border-right-color: white;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.zootopia .zootip2 .more:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE8*/
  -webkit-transform: translate(105%, 0);
  transform: translate(105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  background: rgba(255, 255, 255, 0.5);
  border-right-color: white;
}

.zootopia .zootip2 .more img {
  height: .15rem;
}

.zootopia .zootip3 {
  margin-bottom: 100px;
  margin-bottom: 1rem;
}

.zootopia .zootip3 .container {
  position: relative;
  padding: 0 .5rem;
  padding-bottom: 1rem;
  background: url("https://img.mofyi.com/201811/2010150597774.png") no-repeat left bottom;
}

.zootopia .zootip3 .swiper-slide {
  padding: .8rem 20px;
}

.zootopia .zootip3 .swiper-button-next {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  border: 2px solid #d2f2f9;
  background: #fff url("https://img.mofyi.com/201811/2010153334669.png") no-repeat center center;
  background-size: .3rem;
  right: -0.5rem;
  top: 1.5rem;
  margin-top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.zootopia .zootip3 .swiper-button-next:hover {
  box-shadow: 0px 17px 32px #dfe9f8;
  border: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.zootopia .zootip3 .swiper-button-prev {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  border: 2px solid #d2f2f9;
  background: #fff url("https://img.mofyi.com/201811/2010150517123.png") no-repeat center center;
  background-size: .3rem;
  left: -0.5rem;
  top: 1.5rem;
  margin-top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.zootopia .zootip3 .swiper-button-prev:hover {
  box-shadow: 0px 17px 32px #dfe9f8;
  border: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.zootopia .zootip3 .box {
  border-radius: 25px;
  background: #fff;
  padding: 70px;
  padding: .7rem;
  position: relative;
  border-bottom-right-radius: 40px;
}

.zootopia .zootip3 .box img {
  display: block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -0.5rem;
}

.zootopia .zootip3 .box .con .ms {
  color: #546e7a;
  font-size: 16px;
  font-size: .16rem;
  line-height: 30px;
  line-height: .3rem;
  margin-bottom: 40px;
  margin-bottom: .4rem;
}

.zootopia .zootip3 .box .con .name {
  color: #2fc9ef;
  font-size: 20px;
  font-size: .2rem;
  margin-bottom: 15px;
  margin-bottom: .15rem;
}

.zootopia .zootip3 .box .con .posi {
  color: #263238;
  font-size: 18px;
  font-size: .18rem;
}

.footer-zoo {
  background: url("https://img.mofyi.com/201811/2011364590152.jpg") no-repeat top center;
  background-size: cover;
}

.footer-zoo .footzotop {
  width: 100%;
  padding-bottom: 100px;
  padding-bottom: 1rem;
}

.footer-zoo .footzotop .row {
  position: relative;
}

.footer-zoo .footzotop .fozl {
  border-radius: 15px;
  border-top-right-radius: 0;
  padding: 85px 80px;
  padding: .85rem .8rem;
  background: url("https://img.mofyi.com/201811/2011475720928.jpg") no-repeat center center;
  background-size: cover;
  box-shadow: 0px 10px 25px #3b78e1;
}

.footer-zoo .footzotop .fozl h3 {
  color: #fff;
  font-size: 36px;
  font-size: .36rem;
  line-height: 50px;
  line-height: .5rem;
}

.footer-zoo .footzotop .fozl .ms {
  color: #b2c9f3;
  font-size: 16px;
  font-size: .16rem;
  margin: 30px 0 35px 0;
  margin: .3rem 0 .35rem 0;
}

.footer-zoo .footzotop .fozl .content .contl:nth-child(1) {
  padding-left: 0;
}

.footer-zoo .footzotop .fozl .content .contl .box {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.footer-zoo .footzotop .fozl .content .contl .box label {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: .16rem;
  margin-bottom: 10px;
  margin-bottom: .10rem;
}

.footer-zoo .footzotop .fozl .content .contl .box .form-control {
  padding: .15rem .2rem;
  font-size: 16px;
  font-size: .16rem;
  border-radius: 10px;
  color: #546e7a;
  border-top-right-radius: 0;
  box-shadow: none;
}

.footer-zoo .footzotop .fozl .content .subcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.footer-zoo .footzotop .fozl .content .subcon .sub {
  display: block;
  background: #2fc9ef;
  border-radius: 10px;
  border-top-right-radius: 0;
  font-size: 20px;
  font-size: .2rem;
  width: 180px;
  width: 1.8rem;
  height: 75px;
  height: .75rem;
  text-align: center;
  line-height: 75px;
  line-height: .75rem;
  border: none;
  color: #fff;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-zoo .footzotop .fozl .content .subcon .sub img {
  height: .15rem;
  display: inline-block;
  margin-left: .15rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-zoo .footzotop .fozl .content .subcon .sub:hover {
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-zoo .footzotop .fozl .content .subcon .sub:hover img {
  position: relative;
  margin-left: .25rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-zoo .footzotop .fozr {
  position: absolute;
  top: 50%;
  right: -2.2rem;
  padding-right: .2rem;
  transform: translate(0, -50%);
}

.footer-zoo .footzotop .fozr img {
  display: block;
  border-radius: 20px;
  border-bottom-right-radius: 0;
}

.footer-zoo .footzotop .fozr .con {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5rem;
}

.footer-zoo .footzotop .fozr .con h4 {
  font-size: 20px;
  font-size: .2rem;
}

.footer-zoo .footzotop .fozr .con .con1 {
  font-size: 16px;
  font-size: .16rem;
  padding: 25px 0;
  padding: .25rem 0;
}

.footer-zoo .footzotop .fozr .con p {
  font-size: 16px;
  font-size: .16rem;
}

.footer-zoo .footzotop .fozr .con p em {
  color: #2fc9ef;
  font-style: normal;
}

.footer-zoo .footzobot .foottop .container {
  padding-bottom: 35px;
  padding-bottom: .35rem;
  border-bottom: 1px solid #69aaeb;
}

.footer-zoo .footzobot .foottop .foottopl .content {
  color: #fff;
  font-size: 16px;
  font-size: .16rem;
  line-height: 30px;
  line-height: .3rem;
}

.footer-zoo .footzobot .foottop .foottopr .box h3 {
  color: #fff;
  font-size: 16px;
  font-size: .16rem;
  margin-bottom: 40px;
  margin-bottom: .4rem;
}

.footer-zoo .footzobot .foottop .foottopr .box a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: .16rem;
  margin-bottom: 15px;
  margin-bottom: .15rem;
}

.footer-zoo .footzobot .foottop .foottopr .box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /*IE8*/
}

.footer-zoo .footzobot .footbot {
  padding: 30px 0;
  padding: .3rem 0;
}

.footer-zoo .footzobot .footbot .fbl a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-size: .14rem;
  line-height: 30px;
  line-height: .3rem;
}

.footer-zoo .footzobot .footbot .fbr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.footer-zoo .footzobot .footbot .fbr a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  width: .45rem;
  height: .45rem;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
}

.footer-zoo .footzobot .footbot .fbr a:hover {
  background: #eee;
}

.footer-zoo .footzobot .footbot .fbr a img {
  display: block;
}

@media screen and (max-width: 1401px) {
  .banner .swiper-slide {
    background-size: 100%;
  }
  .banner .img {
    background-size: 100%;
  }
  .zootopia .ban {
    position: relative;
    background: url("https://img.mofyi.com/201811/1917490035357.jpg") no-repeat top center;
    background-size: cover;
    padding: 1rem 0;
  }
  .zootopia .ban .img1 {
    display: none;
  }
  .zootopia .ban .bancon {
    position: static;
  }
  .zootopia .zootop1 {
    position: relative;
    background: url("https://img.mofyi.com/201811/2215413653506.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 1rem;
  }
  .zootopia .zootop1 .img1 {
    display: none;
  }
  .zootopia .zootop1 .zpptop1con {
    position: static;
  }
  .footer-zoo .footzotop .fozl .content {
    width: 75%;
  }
  .footer-zoo .footzotop .fozr {
    right: -1.5rem;
  }
}

@media screen and (max-width: 1320px) {
  .footer-zoo .footzotop .row {
    justify-content: center;
  }
  .footer-zoo .footzotop .fozl {
    width: 100%;
  }
  .footer-zoo .footzotop .fozl .content {
    width: 100%;
  }
  .footer-zoo .footzotop .fozr {
    margin-top: .2rem;
    position: static;
    top: 0;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1200px) {
  .language {
    right: .2rem;
    bottom: .2rem;
    margin: 0;
  }
  .banner .img {
    background-size: cover;
  }
  .zootopia .zootip3 .swiper-button-next {
    right: -0.15rem;
  }
  .zootopia .zootip3 .swiper-button-prev {
    left: -0.15rem;
  }
}

@media screen and (max-width: 993px) {
  .header {
    padding-top: .2rem;
  }
  .header .row {
    align-items: center;
  }
  .header .naver {
    display: none;
  }
  .header1 {
    padding-top: 0;
  }
  .header1 .logo {
    margin-top: 0;
  }
  .header1 .logo a img {
    height: .6rem;
  }
  .banner .a .img {
    background-size: 200%;
  }
  .banner .a .tit {
    padding: 0 .1rem;
  }
  .banner .a .tit h3 {
    font-size: 32px;
    font-size: .32rem;
  }
  .banner .a .tit p {
    font-size: 24px;
    font-size: .24rem;
  }
  .banner .img {
    background-size: 100%;
  }
  .nav-btn {
    display: block !important;
  }
  .business-ban {
    margin-top: 1.8rem;
  }
  .business-ban .business-ban-left .con {
    padding-right: 0;
    margin-bottom: .6rem;
  }
  .business-ms {
    height: 2.5rem;
  }
  .business-ms .content img {
    width: .5rem;
  }
  .business-plan .content {
    justify-content: center;
  }
  .business-plan .content .box {
    width: 33%;
    margin-bottom: .5rem;
  }
  .business-data .business-data-content .content .content-tit-l {
    margin-bottom: .35rem;
  }
  .business-data .business-data-content .content .content-tit-l li {
    width: 33%;
    float: left;
  }
  .business-data .business-data-content .content .content-tit-r {
    margin-top: .35rem;
  }
  .business-data .business-data-content .content .content-tit-r li {
    width: 33%;
    float: left;
  }
  .technologyrecuit .te_ban img {
    display: block;
  }
  .technologyrecuit .te_ban h3 {
    font-size: 20px;
    font-size: .2rem;
    margin-bottom: 10px;
    margin-bottom: .1rem;
  }
  .technologyrecuit .te_ban p {
    font-size: 15px;
    font-size: .15rem;
    line-height: 20px;
    line-height: .2rem;
  }
  .technologyrecuit .te_ban .banb {
    margin-top: 10px;
    margin-top: .1rem;
  }
  .technologyrecuit .te_ban .banb .bana1 {
    padding: 6px 10px;
    padding: 0.03rem 0.06rem;
    font-size: 14px;
    font-size: .14rem;
    margin-right: 30px;
    margin-right: .3rem;
  }
  .technologyrecuit .te_ban .banb .bana2 {
    padding: 6px 10px;
    padding: 0.03rem 0.06rem;
    font-size: 14px;
    font-size: .14rem;
  }
  .technologyrecuit .te_pa1 {
    padding: 0 15px;
  }
  .technologyrecuit .te_pa1 .tepa1box {
    width: 50%;
    padding: 0 15px;
  }
  .technologyrecuit .te_pa1 .tepa1box .img img {
    max-height: .5rem;
    max-width: 70%;
  }
  .technologyzoo .te_ban h3 {
    font-size: 30px;
    font-size: .3rem;
    margin-bottom: 10px;
    margin-bottom: .1rem;
  }
  .technologyzoo .te_ban p {
    font-size: 15px;
    font-size: .15rem;
    line-height: 20px;
    line-height: .2rem;
  }
  .technologyzoo .zoo1 .zo1top {
    font-size: 160px;
    font-size: .16rem;
    line-height: 25px;
    line-height: .25rem;
    padding: 40px 0;
    padding: .4rem 0;
  }
  .technologyzoo .zoo2 .con {
    width: 100%;
  }
  .technologyzoo .zoo3 .con {
    width: 100%;
  }
  .case {
    padding: 50px 0;
    padding: .5rem 0;
  }
  .case .select {
    padding: 50px 0;
    padding: .5rem 0;
    display: block;
  }
  .case .select .sel {
    width: 100%;
  }
  .case .select .sou {
    max-width: 100%;
    width: 100%;
    margin-top: .15rem;
  }
  .case .select .sou .inp {
    width: 80%;
    height: 37px;
    line-height: 37px;
  }
  .zootopia .zootop1 .zpptop1con .content .box a {
    padding: .4rem .1rem;
  }
  .zootopia .zootip3 .container {
    padding: 0 15px;
    background-size: 2.5rem;
  }
  .zootopia .zootip3 .swiper-button-prev {
    left: 0.1rem;
  }
  .zootopia .zootip3 .swiper-button-next {
    right: 0.1rem;
  }
}

@media screen and (max-width: 720px) {
  .fanhui {
    display: none !important;
  }
  .footer .email {
    padding-left: .2rem;
    margin-bottom: .1rem;
  }
  .footer .email img {
    height: .2rem;
  }
  .footer .beia {
    padding-left: .2rem;
  }
  .business-ban {
    padding-bottom: .5rem;
  }
  .business-data .business-data-content .content .content-tit-l {
    margin-bottom: .35rem;
  }
  .business-data .business-data-content .content .content-tit-l ul {
    padding: 0;
  }
  .business-data .business-data-content .content .content-tit-l li {
    width: 50%;
    float: left;
  }
  .business-data .business-data-content .content .content-tit-r {
    margin-top: .35rem;
  }
  .business-data .business-data-content .content .content-tit-r ul {
    padding: 0;
  }
  .business-data .business-data-content .content .content-tit-r li {
    width: 50%;
    float: left;
  }
  .business-data-1 {
    padding-bottom: 0.7rem;
  }
  .business-plan {
    padding-bottom: 1rem;
  }
  .business-plan .content {
    justify-content: center;
  }
  .business-plan .content .box {
    width: 50%;
    margin-bottom: .5rem;
  }
  .business-mag {
    margin-bottom: 1rem;
  }
  .business-mag .row img {
    display: none;
  }
  .business-mag .row .img {
    display: block;
    padding: 0 .1rem;
  }
  .business-mag .row .img img {
    display: block;
  }
  .business-ms .content {
    padding-right: .15rem;
  }
  .business-ms-1 .content .box {
    margin-right: .15rem;
  }
  .business-ms-1 .content .box .yuan span {
    font-size: .42rem;
  }
  .business-technology .tech .ms {
    display: none;
  }
  .business-technology-1 .tech .box {
    width: 2rem;
    height: 2rem;
  }
  .business-customer .content .con1 .box .box-img .date {
    top: .1rem;
    left: .1rem;
  }
  .technologyzoo .zoo3 {
    padding: 0 0 .3rem 0;
  }
  .zootopia .ban .bancon .banl h3 {
    font-size: .36rem;
  }
  .zootopia .ban .bancon .banl .ms {
    width: 70%;
    padding: .2rem 0 .2rem 0;
    line-height: .3rem;
  }
  .zootopia .ban .bancon .banl a {
    width: 150px;
    padding: .14rem .18rem;
  }
  .zootopia .zootip3 {
    margin-bottom: 0;
  }
  .zootopia .zootip3 .container {
    background: none;
  }
  .footer-zoo .footzotop {
    padding: 0 .15rem;
    padding-bottom: .5rem;
  }
  .footer-zoo .footzotop .fozl {
    padding: .85rem .2rem;
  }
  .footer-zoo .footzotop .fozl .content .contl:nth-child(1) {
    padding-left: 15px;
  }
  .footer-zoo .footzobot .foottop .foottopl {
    margin-bottom: .5rem;
  }
  .idea {
    padding: .5rem 0;
  }
  .idea .content {
    max-width: 100%;
  }
  .honor {
    padding: .5rem 0;
  }
  .joinus {
    padding: .5rem 0;
  }
  .specialthanks {
    padding: .5rem 0;
  }
  .case h2 {
    margin-bottom: 0;
  }
  .header.fixed {
    padding-top: .05rem;
  }
  .contactus {
    padding: .5rem 0;
  }
  .technologyrecuit .te_pa1 {
    padding-top: 15px;
  }
  .casexq {
    padding-top: .5rem;
  }
  .casexq .content {
    height: auto;
    max-height: inherit;
    min-height: 4rem;
  }
}

@keyframes shake {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate(-60px, -20px);
    -ms-transform: translate(-60px, -20px);
    transform: translate(-60px, -20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(60px, 40px);
    -ms-transform: translate(60px, 40px);
    transform: translate(60px, 40px);
  }
}

@-webkit-keyframes shake {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate(-60px, -20px);
    -ms-transform: translate(-60px, -20px);
    transform: translate(-60px, -20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(60px, 40px);
    -ms-transform: translate(60px, 40px);
    transform: translate(60px, 40px);
  }
}

@-moz-keyframes shake {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate(-60px, -20px);
    -ms-transform: translate(-60px, -20px);
    transform: translate(-60px, -20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(60px, 40px);
    -ms-transform: translate(60px, 40px);
    transform: translate(60px, 40px);
  }
}

@-o-keyframes shake {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate(-60px, -20px);
    -ms-transform: translate(-60px, -20px);
    transform: translate(-60px, -20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(60px, 40px);
    -ms-transform: translate(60px, 40px);
    transform: translate(60px, 40px);
  }
}

.shake {
  -webkit-animation-name: shake !important;
  animation: shake infinite linear 80s !important;
  -webkit-animation: shake infinite linear 80s !important;
}

@keyframes shake1 {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate(60px, 20px);
    -ms-transform: translateX(60px, 20px);
    transform: translateX(60px, 20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(-60px, -40px);
    -ms-transform: translate(-60px, -40px);
    transform: translate(-60px, -40px);
  }
}

@-webkit-keyframes shake1 {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate(60px, 20px);
    -ms-transform: translateX(60px, 20px);
    transform: translateX(60px, 20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(-60px, -40px);
    -ms-transform: translate(-60px, -40px);
    transform: translate(-60px, -40px);
  }
}

@-moz-keyframes shake1 {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate(60px, 20px);
    -ms-transform: translateX(60px, 20px);
    transform: translateX(60px, 20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(-60px, -40px);
    -ms-transform: translate(-60px, -40px);
    transform: translate(-60px, -40px);
  }
}

@-o-keyframes shake1 {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate(60px, 20px);
    -ms-transform: translateX(60px, 20px);
    transform: translateX(60px, 20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(-60px, -40px);
    -ms-transform: translate(-60px, -40px);
    transform: translate(-60px, -40px);
  }
}

.shake1 {
  -webkit-animation-name: shake1 !important;
  animation: shake1 infinite linear 80s !important;
  -webkit-animation: shake1 infinite linear 80s !important;
}

#menu1 {
  display: none;
  position: fixed;
  top: 0.7rem;
  left: 0;
  right: 0;
  font-size: .24rem;
  padding: 0.52rem 0 0 0.2rem;
  height: 100%;
  color: #222222;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 500;
}

#menu1 hr {
  width: 100%;
  margin: .07rem 0;
}

#menu1 ul {
  position: relative;
  z-index: 10;
  background: #fff;
}

#menu1 ul li a {
  display: inline-block;
  padding: .1rem 0;
}

#menu1 ul li span.arrow {
  position: relative;
  top: -3px;
  margin-left: 10px;
  display: inline-block;
  width: 0.12rem;
  height: 0.08rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url("https://img.mofyi.com/201811/2715025680036.png") no-repeat center;
  background-size: cover;
}

#menu1 ul li span.arrow.act {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -5px;
}

#menu1 ul li ul {
  display: none;
}

#menu1 ul li ul li {
  font-size: .18rem;
  color: #9A9A9A;
}

#menu1 ul li ul li:hover a {
  color: #3176bf;
}

#menu1 ul li ul li a {
  color: #9A9A9A;
}

#menu1 .yin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.plus {
  padding: 60px 0 100px;
  padding: .6rem 0 1rem 0;
  font-size: .2rem;
}

.plus .content {
  background: #e6eef7;
  border-radius: 8px;
  padding: .2rem;
  min-height: 6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_beian {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: none;
}

.footer_beian a {
  background: none;
  display: block;
  text-align: center;
  font-size: 14px;
}
