@charset "utf-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

#bsWXBox {
  box-sizing: content-box;
}

ul {
  list-style: none;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
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,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}

a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: arial;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}

input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666666;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}

/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pic img {
  transition: 0.5s;
}

.pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 1440px;
}

@media (max-width: 1650px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1300px) {
  .container {
    width: 1080px;
  }
}

@media (max-width: 1100px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

#container {
  overflow: hidden;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 66;
}

.header {
  height: 60px;
  width: 100%;
  z-index: 4;
  transition: 0.7s;
  position: relative;
}

.header .container {
  width: 1600px;
}

.header .logo {
  padding: 0;
  float: left;
  margin-top: 10px;
}

.header .logo a {
  display: block;
  font-size: 27px;
  color: #333333;
  position: relative;
}

.header .logo a img {
  display: inline-block;
  vertical-align: top;
  z-index: 5;
  height: 40px;
  transition: 0.5s;
}

.header .header-right {
  float: right;
}

.header .header-right .zixun {
  float: right;
  margin-top: 9px;
}

.header .header-right .zixun a {
  display: block;
  width: 130px;
  line-height: 42px;
  background-color: #1f73ff;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}

.header .header-right .menu {
  float: right;
  position: relative;
  width: 30px;
  height: 30px;
  display: none;
}

.header .header-right .menu a {
  display: block;
}

.header .header-right .menu a svg {
  width: 30px;
  margin-top: 15px;
  fill: #1f73ff;
  vertical-align: middle;
  transform: rotate(180deg);
}

.header .header-right .header-search {
  float: right;
  margin-top: 29px;
  margin-right: 57px;
  position: relative;
  /*搜索*/
}

.header .header-right .header-search .pull-right {
  width: 30px;
  position: relative;
  z-index: 14;
  height: 42px;
}

.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
}

.header .header-right .header-search .pull-right a .iconfont {
  font-size: 30px;
  color: #333333;
  vertical-align: top;
}

.header .header-right .header-search .search {
  z-index: 9;
}

.header .header-right .header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}

.header .header-right .header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}

.header .header-right .header-search .search .search-main {
  top: 67px;
  right: -100px;
  z-index: 9;
  width: 860px;
  display: none;
  padding: 30px;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}

.header .header-right .header-search .search-container {
  padding-left: 0;
  overflow: hidden;
  position: relative;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.header .header-right .header-search .search-container .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background: none;
  border-bottom: 1px solid #fff;
}

.header .header-right .header-search .search-container .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: absolute;
}

.header .header-right .header-search .search-container .btn .iconfont {
  font-size: 20px;
  color: #1f73ff;
}

.header .header-right .header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}

.headerFixed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  background: #fff;
}

.nav {
  float: right;
  margin-right: 55px;
}

.lange {
  float: right;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
  height: 60px;
  line-height: 60px;
  padding-right: 32px;
}

.lange i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: #1f73ff;
  background: url(../images/arrow1.png) no-repeat center center;
  background-size: 14px;
  margin-left: 6px;
}

.lange ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
  z-index: 666;
  padding: 0px 0;
  border-radius: 4px;
  text-align: center;
}

.lange:hover ul {
  display: block;
}

.lange ul li:hover {
  color: #1c69e8;
  background: #1c6ae82f;
}

.lange ul a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.nav ul li {
  text-align: center;
  float: left;
  margin-left: 40px;
  position: relative;
}

.nav ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  padding: 10px 0;
  position: relative;
}

.nav>ul>li>a {
  /* max-width: 100px; */
  height: 60px;
  line-height: 60px;
  padding: 0;
}

.nav ul li:hover a {
  color: #1f73ff;
}

.nav ul li:hover .subnav {
  display: block;
}

.nav ul li .subnav {
  display: none;
  position: absolute;
  top: 60px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 160px;
  left: 50%;
  margin-left: -80px;
  z-index: 666;
  padding: 20px 0;
}

.nav ul li .subnav ul li {
  float: none;
  margin: 0;
}

.nav ul li .subnav ul li a {
  font-size: 14px;
  line-height: 1.67;
  color: #333;
}

.nav ul li .subnav ul li a:hover {
  color: #1f73ff;
}

.nav ul .active a {
  color: #1f73ff;
}

#menu {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 60px 15px;
}

#menu ul {
  overflow: hidden;
  padding: 0 20px;
}

#menu ul li {
  position: relative;
}

#menu ul li a {
  font-size: 16px;
  color: #111;
  font-weight: bold;
  display: block;
  line-height: 48px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #1f73ff;
  text-align: center;
  background: url("../images/arrow1.png") no-repeat center center;
  background-size: 14px;
}

#menu ul li ul {
  display: none;
  padding: 10px 0;
}

#menu ul li ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #666;
  border: 0;
  font-weight: normal;
}

#menu ul li ul li:before {
  display: none;
}

#menu ul .active i {
  background: url("../images/arrow2.png") no-repeat center center;
  background-size: 13px;
}

#menu ul li:nth-child(1):before {
  display: none;
}

#menu .close {
  background: url(../images/jia.png) no-repeat center center;
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 20px;
  top: 14px;
  border-radius: 50%;
  background-size: 24px;
  transform: rotate(45deg);
}

#menu.show1 {
  top: 0;
}

#menu .lange {
  position: absolute;
  right: 20px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-nav {
  position: fixed;
  right: 15px;
  top: 0;
  line-height: 60px;
  display: none;
  z-index: 15;
}

.phone-nav svg {
  width: 31px;
  fill: #fff;
  vertical-align: middle;
}

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}

.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}

.prompt span a {
  text-decoration: underline;
}

.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}

.home-banner {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.home-banner .home-banner-slick {
  position: relative;
}

.home-banner .home-banner-slick .slick-list {
  position: relative;
  display: block;
}

.home-banner .home-banner-slick .item {
  position: relative;
  overflow: hidden;
}

.home-banner .home-banner-slick .banner-hover .container {
  width: 1600px;
  font-size: 0;
  background-image: url(../index_files/77.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0 80px;
}

.home-banner .home-banner-slick .banner-hover .info {
  display: block;
  width: 70%;
  margin: auto;
  text-align: center;
}

.home-banner .home-banner-slick .banner-hover .bt {
  font-size: 28px;
  color: #fff;
  line-height: 54px;
  margin-bottom: 16px;
}

.home-banner .home-banner-slick .banner-hover .bt span {
  padding: 0 29px;
  background-color: #1f73ff;
  border-radius: 6px;
  display: inline-block;
}

.home-banner .home-banner-slick .banner-hover .p {
  font-size: 46px;
  line-height: 58px;
  color: #333333;
  margin-bottom: 23px;
}

.home-banner .home-banner-slick .banner-hover .list {
  margin-bottom: 72px;
}

.home-banner .home-banner-slick .banner-hover .list ul li {
  width: 50%;
  float: left;
  font-size: 23px;
  color: #393939;
}

.home-banner .home-banner-slick .banner-hover .list ul li img {
  display: inline-block;
}

.home-banner .home-banner-slick .banner-hover .list ul li span {
  font-size: 29px;
}

.home-banner .home-banner-slick .banner-hover .list ul li sup {
  font-size: 12px;
}

.home-banner .home-banner-slick .banner-hover .img {
  width: 55.9%;
  position: relative;
  margin-left: -11%;
  display: inline-block;
  vertical-align: middle;
}

.home-banner .home-banner-slick .banner-hover .img img {
  display: block;
}

.home-banner .home-banner-slick .banner-hover .sub1 {
  margin-right: 30px;
}

.home-banner .home-banner-slick .slick-dots {
  z-index: 10;
  bottom: 26px;
  width: 100%;
  line-height: 0;
}

.home-banner .home-banner-slick .slick-dots li {
  margin: 0 4px;
  padding: 0;
  width: 22px;
  height: 22px;
  transition: .5s;
  float: none;
  vertical-align: bottom;
  border: 1px solid transparent;
}

.home-banner .home-banner-slick .slick-dots li button {
  width: 22px;
  height: 22px;
  padding: 0;
  display: block;
  border: 0;
  background: url("../images/doth.png") no-repeat center center;
}

.home-banner .home-banner-slick .slick-dots li button:before {
  content: "";
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
  background: url("../images/dot.png") no-repeat center center;
}

.home-banner .home-banner-slick .slick-dots .slick-active button:before {
  color: transparent;
}

.home-banner .home-banner-slick .slick-active .banner-hover .bt {
  transition: 2s;
  animation: fadeInUp2 2s;
}

.home-banner .home-banner-slick .slick-active .banner-hover .p {
  transition: 2s;
  animation: fadeInUp2 2s;
}

.home-banner .home-banner-slick .slick-active .banner-hover .list {
  transition: 3s;
  animation: fadeInUp2 3s;
}

.home-banner .home-banner-slick .slick-active .banner-hover .btn {
  transition: 3s;
  animation: fadeInUp2 3s;
}

a.sub1 {
  line-height: 48px;
  background-color: #1f73ff;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 48px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: solid 1px #1f73ff;
  transition: 0.5s;
}

@media (min-width: 1025px) {
  a.sub1:hover {
    background: #1c69e8;
  }
}

a.sub2 {
  line-height: 48px;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 48px;
  text-align: center;
  color: #1f73ff;
  display: inline-block;
  border: solid 1px #1f73ff;
  transition: 0.5s;
}

@media (min-width: 1025px) {
  a.sub2:hover {
    background: #1f73ff;
    color: #fff;
  }
}

.float {
  position: fixed;
  bottom: 200px;
  right: 15px;
  z-index: 200;
}

.float ul li {
  width: 70px;
  height: 70px;
  font-size: 12px;
  text-align: center;
  position: relative;
  background: #fff;
  margin: 1px;
  box-shadow: 0px 0px 10px 0px rgba(0, 40, 106, 0.1);
  border-radius: 4px;
  padding-top: 10px;
}

.float ul li .iconfont {
  line-height: 30px;
  color: #999999;
  fill: #999;
  font-size: 30px;
  display: block;
}

.float ul li .bt {
  color: #999999;
  margin-top: 5px;
}

.float ul li .hover {
  position: absolute;
  bottom: 3px;
  right: 58px;
  width: 160px;
  padding: 15px;
  background: #1f73ff;
  display: none;
  color: #fff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  font-size: 16px;
}

.float ul li .hover a {
  color: #fff;
}

.float ul li:hover {
  background: #1f73ff;
}

.float ul li:hover .bt {
  color: #fff;
}

.float ul li:hover .iconfont {
  fill: #fff;
}

.float ul li:nth-child(3) {
  padding: 0;
}

.float ul li:nth-child(3) .box {
  padding: 0;
}

.float ul li:nth-child(3) .iconfont {
  line-height: 70px;
}

.home-title {
  font-size: 40px;
  color: #333333;
  text-align: center;
}

@keyframes zhuanquan {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes zhuanquan1 {
  100% {
    transform: rotate(-360deg);
  }
}

.home-one {
  padding: 114px 0 100px 0;
  background: #f9f9f9;
}

.home-one .home-bottom {
  margin-top: 52px;
  background: url("../images/index1.png") no-repeat top center;
  position: relative;
  margin-bottom: 59px;
}

.home-one ul {
  display: flex;
  gap: 20px;
}

/* .home-one ul li {
  position: absolute;
} */
.home-one ul li {
  flex: 1;
  background: #fff;
  min-height: 300px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.home-one ul li .box {
  /* position: relative;
  padding-right: 96px;
  height: 80px;
  line-height: 80px; */
  color: #666;
  font-size: 16px;
}


.home-one ul li .box .title {
  color: #000;
  font-size: 20px;
  margin-bottom: 12px;
}

.home-one ul li .box .content {
  font-size: 16px;
  line-height: 32px;
  text-indent: 20px;
}

.home-one ul li .img {
  width: 80px;
  line-height: 80px;
  height: 80px;
  text-align: center;
  background-color: #1f73ff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.home-one ul li .img .iconfont {
  font-size: 40px;
  color: #fff;
}

.home-one ul li .img:after {
  content: '';
  display: block;
  border: 1px dashed #fff;
  border-radius: 50%;
  width: 86%;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 7%;
  animation: zhuanquan 10s linear 0s infinite;
}

.home-one ul li .bt {
  font-size: 24px;
  color: #333333;
}

/* 
.home-one ul li:nth-child(2n) .box {
  padding-left: 96px;
  padding-right: 0;
}
.home-one ul li:nth-child(2n) .img {
  left: 0;
  right: auto;
}
.home-one ul li:nth-child(1) {
  top: 1%;
  right: 60.5%;
}
.home-one ul li:nth-child(2) {
  top: 1%;
  left: 61.5%;
}
.home-one ul li:nth-child(3) {
  top: 32%;
  right: 58.3%;
}
.home-one ul li:nth-child(3) .img .iconfont {
  font-size: 30px;
}
.home-one ul li:nth-child(4) {
  top: 32%;
  left: 59.3%;
}
.home-one ul li:nth-child(5) {
  top: 44.5%;
  right: 78.1%;
}
.home-one ul li:nth-child(5) .img .iconfont {
  font-size: 30px;
}
.home-one ul li:nth-child(6) {
  top: 44.5%;
  left: 78.1%;
}
.home-one ul li:nth-child(7) {
  top: 73%;
  right: 68%;
}
.home-one ul li:nth-child(7) .img .iconfont {
  font-size: 30px;
}
.home-one ul li:nth-child(8) {
  top: 73%;
  left: 68%;
} */
.home-one .btn {
  text-align: center;
}

.home-one .btn a {
  margin: 0 10px;
}

.home-two {
  padding: 88px 0 100px 0;
  background-image: url(../index_files/77.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.home-two .home-bottom {
  padding-top: 52px;
  padding-bottom: 20px;
}

.home-two ul {
  margin: 0 -20px;
}

.home-two ul li {
  width: 20%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
}

.home-two ul li .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 40, 106, 0.13);
  border-radius: 4px;
  text-align: center;
  transition: 0.5s;
  padding: 33px 20px;
  cursor: pointer;
}

.home-two ul li .pic {
  width: 80px;
  margin: 0 auto;
}

.home-two ul li .bt {
  font-size: 24px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 23px 0 8px 0;
}

.home-two ul li .jsh {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  height: 84px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .home-two ul li:hover .box {
    border-radius: 10px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

.home-two .btn {
  text-align: center;
}

.home-two .btn a {
  margin: 0 10px;
}

.media01 {
  background-image: url(../tiktok_files/shem3-bgi.png);
}

.media01 ul {
  margin: 0 -22px;
}

.media01 ul li {
  width: 25%;
  padding: 0 22px;
}

.media01 ul li .pic {
  width: 100px;
}

.media01 ul li .box {
  padding: 65px 50px 45px 50px;
  border-radius: 8px;
}

.media01 ul li .bt {
  margin: 8px 0 12px 0;
}

.media02 {
  padding: 87px 0 72px 0;
  background: url("../media_files/shem1-bgi.png") no-repeat top center;
  background-size: cover;
}

.media02 .home-title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

.media02 .in-bottom {
  position: relative;
  margin-top: 73px;
  height: 436px;
}

.media02 .in-bottom .p {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 26%;
  line-height: 50px;
}

.media02 .in-bottom ul li {
  position: absolute;
  width: 140px;
}

.media02 .in-bottom ul li img {
  transition: 0.5s;
}

.media02 .in-bottom ul li:hover img {
  transform: scale(1.04);
}

.media02 .in-bottom ul li:nth-child(1) {
  top: 7%;
  left: 24.5%;
}

.media02 .in-bottom ul li:nth-child(2) {
  top: 0;
  right: 16.5%;
}

.media02 .in-bottom ul li:nth-child(3) {
  bottom: 15%;
  right: -1.5%;
}

.media02 .in-bottom ul li:nth-child(4) {
  bottom: 13%;
  left: 18%;
}

.media02 .in-bottom ul li:nth-child(5) {
  bottom: 0;
  right: 32.5%;
}

.media02 .in-bottom ul li:nth-child(6) {
  top: 12%;
  left: 2%;
}

.media03 {
  padding-bottom: 60px;
  background: #fff;
}

.media03 .home-bottom {
  padding-bottom: 0 !important;
}

.media03 ul {
  margin: 0 -40px;
}

.media03 ul li {
  width: 25%;
  padding: 0 40px;
}

.media03 ul li .box {
  padding: 30px 20px 30px 20px;
  border-radius: 10px;
}

.media03 ul li .bt {
  margin: 0;
  margin-top: 10px;
}

.home-three {
  padding: 89px 0 62px 0;
  background-image: url(../index_files/back3.png);
  background-size: 100% 100%;
}

.home-three .home-bottom {
  padding-top: 51px;
}

.home-three ul {
  margin: 0 -21px;
  display: flex;
  gap: 20px;
}

.home-three ul li {
  margin-bottom: 40px;
  background: #fff;
  border: solid 1px #e0e0e0;
}

.home-three ul li .box {
  padding: 30px 20px;
}

.home-three ul li .box .title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.home-three ul li .box .content {
  font-size: 14px;
  margin-top: 20px;
  color: #666;
  line-height: 32px;
}

@media (min-width: 1025px) {
  .home-three ul li:hover {
    border: solid 1px #1f73ff;
  }

  .home-three ul li:hover .box .pic img {
    transform: scale(1.04);
  }
}

.home-message {
  padding: 79px 0 77px 0;
  background: url("../images/index2.jpg") no-repeat top center;
  background-size: cover;
}

.home-message .info {
  width: 75%;
  margin: 0 auto;
  padding: 61px 100px 49px 100px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  border: solid 1px #ffffff;
}

.home-message .home-title {
  font-size: 32px;
}

.home-message .home-bottom {
  padding-top: 33px;
}

.home-message ul {
  margin: 0 -10px;
}

.home-message ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 21px;
}

.home-message ul li .box {
  position: relative;
  text-align: center;
}

.home-message ul li .box .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 45px;
  width: 45px;
  font-size: 24px;
  text-align: center;
}

.home-message ul li .box .iconfont:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #e5e5e5;
  margin-top: -10px;
}

.home-message ul li input,
.home-message ul li textarea {
  height: 45px;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #dddddd;
  width: 100%;
  padding: 0 20px 0 50px;
}

.home-message ul li textarea {
  padding: 11px 20px 11px 50px;
  height: 134px;
}

.home-message ul li .sub1 {
  padding: 0 80px;
  margin: 25px auto 0 auto;
}

.home-message ul li:nth-child(4) .box .iconfont {
  font-size: 18px;
}

.footer {
  background: #222222;
}

.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.footer-top {
  padding: 70px 0 58px 0;
}

.footer-top .left {
  float: left;
  width: 25%;
  padding-right: 2%;
  border-right: 1px solid #393939;
}

.footer-top .center {
  float: left;
  width: 39%;
  padding-left: 4%;
  margin-top: -5px;
}

.footer-top .center ul li {
  width: 33.33333333%;
  float: left;
}

.footer-top .center ul li a {
  font-size: 16px;
  color: #ffffff;
  /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
  display: block;
  margin-bottom: 17px;
}

.footer-top .center ul li ul li {
  width: 100%;
  float: none;
}

.footer-top .center ul li ul li a {
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  opacity: 0.7;
  margin: 0;
  padding: 6px 10px 6px 0
}

.footer-top .right {
  float: right;
  width: 34%;
}

.footer-top .right .right-ewm {
  float: right;
  width: 30%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.footer-top .right .right-ewm p {
  padding-top: 7px;
}

.footer-top .right .right-left {
  float: left;
  width: 62%;
  text-align: right;
}

.footer-top .right .right-left .online {
  padding-right: 60px;
  position: relative;
  margin-bottom: 9px;
}

.footer-top .right .right-left .online .iconfont {
  font-size: 33px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #1f73ff;
}

.footer-top .right .right-left .online h3 {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.6;
}

.footer-top .right .right-left .online p {
  position: relative;
}

.footer-top .right .right-left .online p a {
  font-family: Arial;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}

.footer-top .right .right-left .p p {
  position: relative;
  padding-right: 60px;
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
  font-family: arial;
  margin-bottom: 12px;
}

.footer-top .right .right-left .p p .iconfont {
  font-size: 20px;
  color: #1f73ff;
  position: absolute;
  top: 0;
  right: 13px;
  line-height: 23px;
}

.footer-top .right .right-left .p p a {
  color: #fff;
  opacity: 0.6;
}

.footer-center {
  margin-bottom: 24px;
}

.footer-center span {
  color: #fff;
  font-weight: bold;
}

.footer-center a {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.6;
  margin: 0 6px;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.6;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
}

.translation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#privacyPopup {
  width: 750px;
  height: 616px;
  display: none;
  background: url("../images/contactbg.png") no-repeat top center;
  background-size: cover;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}

#privacyPopup .home-message {
  background: none;
  padding: 71px 0 63px 0;
}

#privacyPopup .home-message .info {
  width: 77%;
  padding: 0;
  background: none;
  border: none;
}

#privacyPopup .home-message ul li {
  width: 50%;
}

#privacyPopup .home-message ul li .sub1 {
  margin: 0 auto 0 auto;
}

#privacyPopup .close {
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
}

.inbanner {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.inbanner .inbg {
  position: relative;
  overflow: hidden;
  height: 720px;
}

.inbanner .inbg1 {
  display: none;
}

.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.inbanner .banner-hover .info {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  padding-left: 38px;
}

.inbanner .banner-hover .p {
  font-size: 64px;
  line-height: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 2px 5px 0px rgba(20, 74, 163, 0.2);
  margin-bottom: 106px;
}

.inbanner .banner-hover .sub1 {
  margin-right: 26px;
}

.inbanner01 .banner-hover .p {
  margin-bottom: 35px;
}

.inbanner01 .banner-hover .info {
  padding-left: 0;
}

.inbanner01 .span {
  font-size: 24px;
  color: #fefefe;
}

.inbanner02 .banner-hover .p {
  margin-bottom: 6px;
}

.inbanner02 .span {
  font-size: 36px;
  color: #fefefe;
  margin-bottom: 99px;
}

.inbanner02 .banner-hover .info {
  padding-left: 0;
}

.inbanner02 .sub1 {
  background: none;
  border: 1px solid #fff;
}

.inbanner02 .sub2 {
  margin-right: 26px;
}

.inbanner03 .banner-hover .p {
  margin-bottom: 6px;
  padding-top: 15px;
}

.inbanner03 .banner-hover .p h3 {
  font-size: 28px;
  line-height: 30px;
}

.inbanner03 .span {
  font-size: 27px;
  color: #fefefe;
  margin-bottom: 84px;
  margin-top: 20px;
  line-height: 1.67;
}

.inbanner03 .img {
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
}

.inbanner03 .span1 {
  font-size: 50px;
  color: #fefefe;
}

.inbanner03 .banner-hover .info {
  padding-left: 0;
}

.inbanner03 .sub1 {
  background: none;
  border: 1px solid #fff;
}

.inbanner03 .sub2 {
  margin-right: 26px;
}

.inbanner04 .banner-hover .p {
  margin-bottom: 13px;
  padding-top: 6px;
  font-size: 56px;
}

.inbanner04 .banner-hover .info {
  padding-left: 0;
}

.inbanner04 .span {
  color: #fefefe;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 90px;
}

.inbanner04 .span1 {
  font-size: 36px;
  color: #fefefe;
}

.inbanner04 .sub1 {
  background: none;
  border: 1px solid #fff;
}

.inbanner04 .sub2 {
  margin-right: 26px;
}

.inbanner05 .banner-hover .p {
  margin-bottom: 17px;
}

.inbanner05 .banner-hover .p p {
  font-size: 56px;
}

.inbanner05 .span {
  color: #fefefe;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 98px;
}

.inbanner05 .sub1 {
  background: none;
  border: 1px solid #fff;
}

.inbanner05 .sub2 {
  margin-right: 26px;
}

.inbanner06 .banner-hover {
  transform: translateY(-50%);
}

.inbanner06 .banner-hover .p {
  margin-bottom: 90px;
  color: #333;
}

.inbanner06 .banner-hover .info {
  padding-left: 0;
}

.home-p {
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-top: 6px;
}

.customize01 {
  padding: 85px 0 100px 0;
  background-image: url(../b2b_marketing_files/bg1.webp);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e2eaff;
}

.customize01 .list {
  padding-top: 57px;
  padding-bottom: 55px;
}

.customize01 .list li {
  width: 25%;
  float: left;
}

.customize01 .list li .box {
  padding: 68px 40px 10px 40px;
  text-align: center;
  height: 299px;
}

.customize01 .list li .pic {
  width: 70px;
  margin: 0 auto;
}

.customize01 .list li .bt {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.customize01 .list li .jsh {
  font-size: 16px;
  line-height: 23px;
  height: 69px;
  overflow: hidden;
  color: #666666;
}

.customize01 .btn {
  text-align: center;
}

.customize01 .btn .sub1 {
  margin: 0 auto;
  padding: 0 32px;
}

.customize02 {
  background-image: url(../b2b_marketing_files/cbg.jpg);
  background-size: auto 100%;
}

.customize02 .list2 {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 58px;
}

.customize02 .list2 li {
  display: block;
  margin-bottom: 30px;
  text-align: left;
}

.customize02 .list2 li .bt {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 9px;
}

.customize02 .list2 li .bt sup {
  font-size: 12px;
  color: #666666;
}

.customize02 .list2 li .jsh {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

.customize03 {
  text-align: center;
  color: #fff;
  padding: 104px 0 127px 0;
  background: url("../images/cbg.jpg") no-repeat top center;
  background-size: cover;
}

.customize03 .home-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.customize03 .home-title span {
  font-size: 72px;
  font-family: arial;
}

.customize03 .inmain-p {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

.trade01 {
  padding: 90px 0 69px 0;
  background: #ddeaff;
  background-image: url(../seo_files/back1.png);
}

.trade01 .list {
  margin: 0 -16px;
  padding-top: 56px;
  font-size: 0;
}

.trade01 .list li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding: 0 16px;
  margin-bottom: 30px;
  cursor: pointer;
}

.trade01 .list li .box {
  border-radius: 10px;
  border: solid 2px #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding: 19px 5px 24px 28px;
}

.trade01 .list li .pic {
  width: 50px;
  margin-bottom: 13px;
}

@media (min-width: 1025px) {
  .trade01 .list li:hover .box {
    background: #1f73ff;
    border: 2px solid #1f73ff;
    color: #fff;
  }
}

.seo01 {
  padding: 90px 0 99px 0;
}

.seo01 .btn {
  text-align: center;
  padding-top: 38px;
}

.seo01 .btn a {
  margin: 0 16px;
}

.trade02 {
  padding: 90px 0 110px 0;
}

.trade02 .second-nav {
  text-align: center;
  margin-top: 53px;
}

.trade02 .second-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}

.trade02 .second-nav li a {
  font-size: 18px;
  color: #333;
  width: 264px;
  line-height: 50px;
  background-color: #dddddd;
  border-radius: 6px;
  display: block;
}

.trade02 .second-nav .active a {
  color: #fff;
  background-color: #1f73ff;
}

.trade02 .show {
  padding-top: 40px;
}

.trade02 .show .info {
  display: none;
}

.trade02 .show .info .list1 {
  margin: 0 -17px;
}

.trade02 .show .info .list1 li {
  width: 25%;
  float: left;
  padding: 0 17px;
}

.trade02 .show .info .list1 li .box {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 6px;
  overflow: hidden;
}

.trade02 .show .info .list1 li .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}

.trade02 .show .info .list1 li .box .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 200px;
  line-height: 50px;
  font-size: 18px;
  background-color: #1f73ff;
  border-radius: 6px;
  color: #fff;
  z-index: 4;
  opacity: 0;
  transition: 0.5s;
}

.trade02 .show .info .list1 li .box .hover .iconfont {
  font-size: 22px;
  margin-right: 5px;
}

.trade02 .show .info .list1 li .pic:after {
  padding-bottom: 128.35820896%;
}

@media (min-width: 1025px) {
  .trade02 .show .info .list1 li:hover .box:after {
    opacity: 1;
  }

  .trade02 .show .info .list1 li:hover .box .hover {
    opacity: 1;
  }

  .trade02 .show .info .list1 li:hover .pic img {
    transform: scale(1.04);
  }
}

.trade03 {
  padding: 90px 0 100px 0;
  background: #f4f7fc;
}

.trade03 .list2 {
  margin: 0 -15px;
  padding-top: 33px;
}

.trade03 .list2 li {
  width: 20%;
  float: left;
  padding: 0 15px;
}

.trade03 .list2 li .box {
  min-height: 337px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.trade03 .list2 li .text {
  height: 126px;
  position: relative;
}

.trade03 .list2 li .text .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.trade03 .list2 li .text .h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.trade03 .list2 li .text .p {
  font-size: 18px;
  color: #ffffff;
}

.trade03 .list2 li .jsh {
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  padding: 10px 8px 10px 20px;
}

.trade03 .list2 li .jsh p {
  background: url("../seo_files/dot.png") no-repeat left 13px;
  padding-left: 16px;
}

.seo03 {
  background: none;
}

.seo03 .list2 {
  padding-top: 54px;
}

.seo03 .list2 li .box {
  min-height: 473px;
  box-shadow: 0px 0px 20px 0px rgba(0, 44, 118, 0.13);
}

.trade04 {
  padding: 86px 0;
}

.trade05 {
  padding: 86px 0;
}

.trade05 .img {
  margin-top: 50px;
}

.yandex01 {
  padding: 90px 0 98px 0;
  background: #ecf3ff;
}

.yandex01 .second-nav {
  text-align: center;
  margin-top: 45px;
  border-bottom: 1px solid #d4dae5;
}

.yandex01 .second-nav li {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  font-size: 20px;
  width: 11%;
  margin: 0 2%;
  color: #333333;
  text-align: center;
}

.yandex01 .second-nav li .iconfont {
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  color: #1f73ff;
  background: #d7e6ff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  margin-right: 5px;
  transition: 0.5s;
}

.yandex01 .second-nav li .icon-sousuo {
  font-size: 16px;
}

.yandex01 .second-nav li .icon-zhanshi {
  font-size: 23px;
}

.yandex01 .second-nav li .icon-guanggaojiaoyi {
  font-size: 16px;
}

.yandex01 .second-nav li .icon-faxian {
  font-size: 14px;
}

.yandex01 .second-nav li a {
  height: 46px;
  display: block;
  position: relative;
}

.yandex01 .second-nav li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #1f73ff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

.yandex01 .second-nav .active a {
  color: #1f73ff;
}

.yandex01 .second-nav .active a:after {
  width: 100%;
}

.yandex01 .second-nav .active .iconfont {
  background: #1f73ff;
  color: #fff;
}

.yandex01 .show {
  padding-top: 42px;
}

.yandex01 .show .info {
  display: none;
  font-size: 0;
}

.yandex01 .show .info .left {
  display: inline-block;
  vertical-align: middle;
  width: 45.5%;
}

.yandex01 .show .info .left .pic:after {
  padding-bottom: 56.40243902%;
}

.yandex01 .show .info .text {
  display: inline-block;
  vertical-align: middle;
  width: 51.5%;
  padding-left: 5%;
}

.yandex01 .show .info .text .bt {
  font-size: 32px;
  margin-bottom: 4%;
  color: #333333;
}

.yandex01 .show .info .text .jsh {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 4%;
  color: #666666;
}

.yandex01 .show .info .text .list p {
  display: inline-block;
  vertical-align: top;
  background-color: #dae8ff;
  color: #1f73ff;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 27px;
  font-size: 14px;
}

.yandex01 .show .info .text .btn {
  margin-top: 4%;
}

.yandex01 .show .info .text .sub1 {
  margin-right: 26px;
}

.yandex02 {
  padding: 88px 0 100px 0;
}

.yandex02 .img {
  margin-top: 51px;
  margin-bottom: 56px;
}

.yandex02 .btn {
  text-align: center;
}

.yandex02 .btn a {
  margin: 0 16px;
}

.google02 {
  padding: 98px 0 56px 0;
  background: url("../images/gbg.jpg") no-repeat top center;
  background-size: cover;
}

.google02 .left {
  float: left;
  margin-top: 7%;
}

.google02 .left .h3 {
  font-size: 40px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 10%;
}

.google02 .left .p {
  font-size: 20px;
  line-height: 28px;
  color: #666666;
}

.google02 .right {
  float: right;
  width: 68%;
  padding-right: 8.5%;
}

.google02 .right ul {
  margin: 0 -25px;
  font-size: 0;
}

.google02 .right ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  margin-bottom: 50px;
}

.google02 .right ul li .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 44, 118, 0.1);
  border-radius: 10px;
}

.google02 .right ul li .text {
  padding: 39px 43px;
}

.google02 .right ul li .bt {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.google02 .right ul li .span {
  font-size: 20px;
  color: #666666;
  margin-bottom: 27px;
}

.google02 .right ul li .jsh {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.google02 .right ul li .jsh p {
  min-width: 50%;
  margin-bottom: 4px;
  float: left;
}

.google02 .right ul li .jsh p .iconfont {
  color: #1f73ff;
  margin-right: 6px;
}

.google02 .right ul li .jsh p img {
  margin-left: 6px;
}

.google02 .right ul li .pic:after {
  padding-bottom: 57.5%;
}

.google02 .right ul li:nth-child(3) {
  margin-left: -22%;
}

.google03 {
  text-align: left;
  font-size: 0;
  padding: 96px 0 85px 0;
  background: url("../images/gbg2.jpg") no-repeat top center;
  background-size: cover;
}

.google03 .home-title {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  text-align: left;
  line-height: 1.1;
  margin-bottom: 20px;
}

.google03 .home-p {
  color: #fff;
  text-align: left;
  font-size: 24px;
}

.google03 .left {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.google03 .img {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.facebook01 {
  padding: 90px 0 101px 0;
  background-image: linear-gradient(0deg,
      rgba(255, 255, 255, 0) 0%, rgba(231, 240, 255, 0.7) 100%);
}

.facebook01 ul {
  margin: 0 -20px;
  padding-top: 56px;
  padding-bottom: 20px;
  font-size: 0;
}

.facebook01 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 40px;
}

.facebook01 ul li .box {
  position: relative;
  padding: 22px 22px 28px 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 44, 118, 0.08);
}

.facebook01 ul li .box .pic {
  width: 303px;
  position: absolute;
  top: 22px;
  left: 22px;
}

.facebook01 ul li .box .pic:after {
  padding-bottom: 93.39933993%;
}

.facebook01 ul li .text {
  padding-top: 22px;
  padding-left: 321px;
  min-height: 283px;
}

.facebook01 ul li .bt {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  max-height: 72px;
  overflow: hidden;
}

.facebook01 ul li .jsh {
  font-size: 16px;
  line-height: 36px;
  margin-top: 18px;
  border-top: 1px solid #333;
  position: relative;
  padding-top: 14px;
}

.facebook01 ul li .jsh h3 {
  color: #1f73ff;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 14px;
  padding-right: 20px;
}

.facebook01 ul li .jsh h3:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  right: 0;
}

.facebook01 ul li .jsh p span {
  color: #333333;
}

.facebook01 .btn {
  text-align: center;
}

.facebook01 .btn a {
  margin: 0 10px;
}

.facebook02 {
  padding: 89px 0 0 0;
}

.facebook02 ul {
  padding-top: 66px;
}

.facebook02 ul li {
  font-size: 0;
  margin-bottom: 85px;
}

.facebook02 ul li .img {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

.facebook02 ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 51%;
  padding-right: 30px;
}

.facebook02 ul li .bt {
  font-size: 32px;
  color: #333333;
  margin-bottom: 33px;
}

.facebook02 ul li .jsh {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  margin-bottom: 72px;
}

.facebook02 ul li .jsh p {
  padding-left: 25px;
  background: url("../seo_files/dot.png") no-repeat left 13px;
}

.facebook02 ul li .btn .sub1 {
  margin-right: 36px;
}

.facebook02 ul li:nth-child(2) {
  padding-left: 30px;
}

.facebook02 ul li:nth-child(2) .text {
  padding-left: 30px;
}

.facebook03 {
  padding-top: 0 !important;
}

/* æ•°æ® */
.gsjj {
  position: relative;
  margin-top: -75px;
  z-index: 4;
}

.gsjj.dataShow .txtbox {
  color: #333333;
  height: 158px;
  background: linear-gradient(360deg, #ffffff 0%, #f0f1fa 100%);
  box-shadow: 0px 14px 20px 0px rgba(110, 86, 75, 0.06), 0px 12px 17px 0px rgba(68, 68, 68, 0.03), inset 2px 1px 0px 0px #ffffff, inset -2px 2px 0px 0px #ffffff;
  border-radius: 8px;
  padding-top: 34px;
}

.gsjj.dataShow .txtbox li {
  width: 16.65%;
  float: left;
  text-align: center;
}

.gsjj.dataShow .txtbox li .num {
  letter-spacing: 1px;
  text-shadow: 0px 14px 20px rgba(110, 86, 75, 0.06);
  color: #1f73ff;
  line-height: 44px;
  font-size: 34px;
  margin-bottom: 18px;
}

.gsjj.dataShow .txtbox li .txt {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-shadow: 0px 14px 20px rgba(110, 86, 75, 0.06);
}

.zdIntroBox .txt {
  height: 144px;
  overflow: hidden;
  padding: 0px 59px;
  margin-top: 40px;
}

.zdIntroBox .txt.expandTxt {
  height: auto;
}

.packBtn {
  color: #FE5E00;
  font-size: 18px;
  cursor: pointer;
  display: none;
}

.zdIntroBox .txt p {
  font-weight: 400;
  color: #5C5C5C;
  line-height: 38px;
  font-size: 20px;
  margin-bottom: 20px;
}

.zdIntroBox {
  padding-top: 88px;
  padding-bottom: 74px;
}

.zdIntroBox .more,
.zdIntroBox .more a {
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  margin-top: 89px;
  cursor: pointer;
}

.zdIntroBox .moreBtn,
.zdIntroBox .packBtn {
  padding: 0 20px;
  line-height: 50px;
  background-color: #1f73ff;
  border-radius: 6px;
  color: #fff;
}

.zdIntroBox .moreBtn {
  display: inline-block;
}

.zdIntroBox .more img {
  width: 10px;
  margin-left: 8px;
}

.zdIntroBox .moreBtn img {
  transform: rotate(90deg);
}

.zdIntroBox .packBtn img {
  transform: rotate(-90deg);
}

.zdIntroBox.zdReason {
  padding: 78px 0 85px 0;
}

.zdIntroBox.zdReason .home-title {
  margin-bottom: 65px;
}

.zdReason .reason-box .box {
  width: 345px;
  height: 402px;
  float: left;
  margin-right: 20px;
  background: #fff;
  padding: 0 22px 0;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: inset 2px 1px 0px 0px #ffffff, inset -2px 2px 0px 0px #ffffff;
  background-size: cover;
  border-radius: 8px;
}

.zdReason .reason-box .box:nth-last-of-type(1) {
  margin-right: 0;
}

.zdReason .reason-box .box .boxTit {
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  letter-spacing: 1px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 50px;
}

.zdReason .reason-box .box .boxTxt {
  font-size: 20px;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 28px;
  letter-spacing: 1.5px;
}

.zdReason .reason-box .box:hover {
  box-shadow: 0px 12px 17px 0px rgba(68, 68, 68, 0.09), inset 2px 1px 0px 0px #ffffff, inset -2px 2px 0px 0px #ffffff;
}

.zdlayout.zdIntroBox {
  padding: 71px 0 75px;
}

.zdlayout.zdIntroBox .home-title {
  color: #FFFFFF;
  margin-bottom: 12px;
}

.zdlayout.zdIntroBox .small {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 80px;
}

.zdlayout.zdIntroBox .layout-box .dqBox {
  width: 462px;
  /* width: 32.084%; */
  height: 258px;
  float: left;
  background: #2C3341;
  border-radius: 8px;
  margin-right: 27px;
  margin-bottom: 27px;
  padding: 0 22px;
  box-sizing: border-box;
  position: relative;
}

.zdlayout.zdIntroBox .layout-box .dqBox:nth-of-type(3n) {
  margin-right: 0;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqName {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0px 14px 17px rgba(0, 0, 0, 0.12);
  margin-top: 29px;
  width: 120px;
  margin-bottom: 30px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 {
  width: 202px;
  /* width: 48.326%; */
  height: 255px;
  margin-left: 128px;
  position: relative;
  transition: all 0.3s ease-in;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 .area {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #FF7438;
  line-height: 20px;
  text-shadow: 0px 14px 17px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 .area.shanghai {
  top: 105px;
  right: 11px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 .area.wuxi .dot {
  top: -6px;
  left: 23px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 .area .dot,
.layout-box .dqBox .dqMap1 .area .dot::before,
.layout-box .dqBox .dqMap1 .area .dot::after {
  width: 5px;
  height: 5px;
  background: #FF7D4A;
  position: absolute;
  top: 8px;
  right: 36px;
  border-radius: 50%;
  content: '';
}

.layout-box .dqBox .dqMap1 .area .dot::before,
.layout-box .dqBox .dqMap1 .area .dot::after {
  right: 0px;
  top: 0px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 .area .dot::before {
  animation: scale 2s infinite;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 .area .dot::after {
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(6);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: .9;
  }

  100% {
    transform: scale(12);
    opacity: 0;
  }
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 .area.wuxi {
  top: 114px;
  right: 32px;
  width: 60px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 .area.wuxi .name {
  position: absolute;
  top: -28px;
  right: 5px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap2 {
  width: 216px;
  /* width: 51.675%; */
  height: 154px;
  margin-top: 29px;
  margin-left: 112px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap3 {
  width: 325px;
  height: 217px;
  margin-top: 29px;
  margin-left: 72px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap4 {
  width: 140px;
  height: 193px;
  margin-top: 29px;
  margin-left: 169px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap5 {
  width: 281px;
  height: 248px;
  margin-left: 96px;
  margin-top: 12px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqMap6 {
  width: 313px;
  height: 167px;
  margin-left: 72px;
  margin-top: 59px;
}

.zdlayout.zdIntroBox .layout-box .dqBox .dqAll {
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 14px 17px rgba(0, 0, 0, 0.12);
  padding-left: 10px;
  box-sizing: border-box;
  padding-right: 22px;
}

.zdlayout.zdIntroBox .layout-box .dqBox:hover {
  box-shadow: 0px 14px 17px 0px rgba(0, 0, 0, 0.12);
}

.zdIntroBox.zdReason .honor .hnBox {
  width: 48.75%;
  float: left;
  background: #f1f1f3;
  margin-right: 36px;
  border-radius: 10px;
  margin-bottom: 36px;
  height: 295px;
  background-size: cover;
}

.zdIntroBox.zdReason .honor .hnBox:nth-of-type(2n) {
  margin-right: 0;
}

.zdIntroBox.zdReason .honor .hnBox .insideBox {
  padding: 26px 30px;
  box-sizing: border-box;
}

.zdIntroBox.zdReason .honor .hnBox .hnImg {
  width: 182px;
  height: 248px;
  border-radius: 6px;
  float: left;
  margin-right: 28px;
}

.zdIntroBox.zdReason .honor .hnBox .hnTxt {
  /* width: 431px; */
  width: 67.0%;
  float: left;
}

.zdIntroBox.zdReason .honor .hnBox .hnTxt .hnTit {
  font-size: 20px;
  font-weight: 500;
  color: #434343;
  line-height: 28px;
  margin-bottom: 13px;
}

.zdIntroBox.zdReason .honor .hnBox .hnTxt .hnDes {
  font-size: 16px;
  font-weight: 400;
  color: #737984;
  line-height: 24px;
}

.zdIntroBox.zdReason .honor .hnBox:hover .hnTxt .hnTit {
  color: #1f73ff;
}

.zdIntroBox.zdReason .honor .hnBox:hover {
  box-shadow: 0px 12px 17px 0px rgba(76, 76, 76, 0.08);
}

.zdIntroBox .more.hnmore {
  margin-top: 35px;
}

.zdIntroBox .more.hnmore a {
  padding: 0 38px;
  line-height: 50px;
  background-color: #1f73ff;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  margin: 0;
}

.zdIntroBox.zdReason.zdCulture .home-title {
  margin-bottom: 12px;
}

.zdIntroBox.zdReason.zdCulture .small {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #848992;
  line-height: 28px;
}

.culture-pyramid {
  padding-bottom: 70px;
}

/* 企业文化 */
.main .ll .yidong {
  /* width: 707px;
  height: 579px; */
  background: url(../images/999.png) no-repeat center center;
  /* background-size: cover; */
  float: left;
  margin-top: 122px;
}

.main .ll .yidong .center-sanjiao {
  /* width: 680px; */
  width: 694px;
  height: 536px;
  /* height: 480px; */
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.main .ll .yidong .center-sanjiao .desc {
  font-size: 40px;
  font-weight: 500;
  color: rgba(125, 151, 171, 0.3);
  line-height: 56px;
  width: 40px;
  position: absolute;
  left: 328px;
  top: 144px;
}

.main .ll .yidong .center-sanjiao .box {
  position: absolute;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main .ll .yidong .center-sanjiao .box span {
  color: #7d97ab;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 10000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main .ll .yidong .center-sanjiao .box1 {
  width: 237px;
  height: 157px;
  left: 49%;
  top: 10px;
  margin-left: -111.5px;
  text-align: center;
}

.main .ll .yidong .center-sanjiao .box1 span {
  display: block;
  margin-top: 92px;
}

.main .ll .yidong .center-sanjiao .box1.active {
  background: url(../images/jz1.png) no-repeat center;
  /* background-size: cover; */
}

.mjzt {
  display: none;
}

.main .ll .yidong .center-sanjiao .box2 {
  width: 227px;
  height: 147px;
  left: 124px;
  top: 163px;
}

.main .ll .yidong .center-sanjiao .box2 span {
  float: left;
  margin-top: 63px;
  margin-left: 104px;
}

.main .ll .yidong .center-sanjiao .box2.active {
  background: url(../images/jz2.png) no-repeat center;
  /* background-size: cover; */
}

.main .ll .yidong .center-sanjiao .box3 {
  width: 221px;
  height: 147px;
  right: 124px;
  top: 163px;
}

.main .ll .yidong .center-sanjiao .box3 span {
  float: right;
  margin-top: 63px;
  margin-right: 104px;
}

.main .ll .yidong .center-sanjiao .box3.active {
  background: url(../images/jz3.png) no-repeat center;
  /* background-size: cover; */
}

.main .ll .yidong .center-sanjiao .box4 {
  width: 126px;
  height: 189px;
  left: 3px;
  bottom: 38px;
}

.main .ll .yidong .center-sanjiao .box4 span {
  float: left;
  margin-top: 127px;
  margin-left: 54px;
}

.main .ll .yidong .center-sanjiao .box4.active {
  background: url(../images/jz4.png) no-repeat center;
  /* background-size: cover; */
}

.main .ll .yidong .center-sanjiao .box5 {
  width: 219px;
  height: 188px;
  left: 130px;
  bottom: 38px;
}

.main .ll .yidong .center-sanjiao .box5 span {
  float: left;
  margin-top: 115px;
  margin-left: 41px;
}

.main .ll .yidong .center-sanjiao .box5.active {
  background: url(../images/jz5.png) no-repeat center;
  /* background-size: cover; */
}

.main .ll .yidong .center-sanjiao .box6 {
  width: 216px;
  height: 189px;
  left: 131px;
  bottom: 37px;
}

.main .ll .yidong .center-sanjiao .box6 span {
  float: right;
  margin-top: 50px;
  margin-right: 49px;
}

.main .ll .yidong .center-sanjiao .box6.active {
  background: url(../images/jz6.png) no-repeat center;
  /* background-size: cover; */
}

.main .ll .yidong .center-sanjiao .box1.active span,
.main .ll .yidong .center-sanjiao .box2.active span {
  color: #FFFFFF;
}

.main .ll .yidong .center-sanjiao .box3.active span,
.main .ll .yidong .center-sanjiao .box4.active span {
  color: #FFFFFF;
}

.main .ll .yidong .center-sanjiao .box6.active span,
.main .ll .yidong .center-sanjiao .box5.active span {
  color: #FFFFFF;
}

.main .ll .yidong .center-sanjiao .box7.active span,
.main .ll .yidong .center-sanjiao .box8.active span {
  color: #FFFFFF;
}

.main .ll .yidong .center-sanjiao .box9.active span,
.main .ll .yidong .center-sanjiao .box10.active span {
  color: #FFFFFF;
}

.main .ll .yidong .center-sanjiao .box7 {
  width: 216px;
  height: 188px;
  right: 128px;
  bottom: 37px;
}

.main .ll .yidong .center-sanjiao .box7 span {
  float: left;
  margin-top: 50px;
  margin-left: 48px;
}

.main .ll .yidong .center-sanjiao .box7.active {
  background: url(../images/jz7.png) no-repeat center;
  /* background-size: cover; */
}

.main .ll .yidong .center-sanjiao .box8 {
  width: 214px;
  height: 188px;
  right: 127px;
  bottom: 38px;
}

.main .ll .yidong .center-sanjiao .box8 span {
  float: right;
  margin-top: 115px;
  margin-right: 50px;
}

.main .ll .yidong .center-sanjiao .box8.active {
  background: url(../images/jz8.png) no-repeat center;
  /* background-size: cover; */
}

.main .ll .yidong .center-sanjiao .box9 {
  width: 126px;
  height: 189px;
  right: 1px;
  bottom: 38px;
}

.main .ll .yidong .center-sanjiao .box9 span {
  float: left;
  margin-top: 118px;
  margin-left: 21px;
}

.main .ll .yidong .center-sanjiao .box9.active {
  background: url(../images/jz9.png) no-repeat center;
  /* background-size: cover; */
}

.enterprise-culture .main .ll .yidong .center-sanjiao .canvas {
  z-index: 100;
}

.main .rr {
  float: left;
  width: 542px;
  height: 174px;
  background: linear-gradient(360deg, #ffffff 0%, #f4f4f4 100%);
  box-shadow: 0px 12px 17px 0px rgba(76, 76, 76, 0.03), inset 1px 2px 0px 0px #ffffff, inset -1px 1px 0px 0px #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-top: 219px;
}

.rr .info .desc {
  font-size: 16px;
  font-weight: 400;
  color: #737984;
  line-height: 28px;
  position: relative;
  padding-left: 68px;
  box-sizing: border-box;
}

.rr .info .desc img {
  position: absolute;
  left: 0;
}

.rr .info .desc .sub-title {
  font-size: 24px;
  font-weight: 500;
  color: #495770;
  line-height: 24px;
  margin-bottom: 21px;
}

.anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
}

.map {
  width: 100%;
  margin: 40px auto;
}

.map dl {
  border: #1f73ff solid 1px;
  border-top: #1f73ff solid 2px;
  border-bottom: 0;
  margin: 20px 0 20px 0;
}

.map dl:hover {
  background: #f5f8fa;
}

.map dl:hover dt a {
  color: #1f73ff;
}

.map dt {
  background: #fcfcfc;
  color: #232323;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}

.map dt a {
  color: #333333;
}

.map dt a:hover {
  color: #1f73ff;
}

.map dt img {
  margin-left: 20px;
  display: inline-block;
}

.map dd {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  padding-top: 10px;
}

.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}

.map dd .p2 a {
  color: #b87500;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.map dd .p2 a:hover {
  color: #764b00;
}

.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 20px 10px 10px;
}

.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}

.map dd div a:hover {
  background: #1f73ff;
  color: #ffffff;
}

@media (max-width: 1650px) {
  .header .container {
    width: 1300px;
  }

  .header .header-right .header-search {
    margin-top: 19px;
    margin-right: 47px;
  }

  .nav {
    margin-right: 0px;
  }

  .nav ul li {
    margin-left: 20px;
  }

  .home-banner .home-banner-slick .banner-hover .container {
    width: 1200px;
    padding: 140px 0 80px;
  }

  .home-banner .home-banner-slick .banner-hover .bt {
    font-size: 22px;
    line-height: 44px;
  }

  .home-banner .home-banner-slick .banner-hover .p {
    font-size: 34px;
    line-height: 48px;
  }

  .home-banner .home-banner-slick .banner-hover .list ul li {
    font-size: 18px;
  }

  .home-banner .home-banner-slick .banner-hover .list ul li span {
    font-size: 24px;
  }

  .home-banner .home-banner-slick .banner-hover .list ul li img {
    width: 22px;
  }

  .home-banner .home-banner-slick .banner-hover .list {
    margin-bottom: 56px;
  }

  .home-banner .home-banner-slick .banner-hover .sub1 {
    margin-right: 20px;
  }

  a.sub1 {
    line-height: 40px;
    font-size: 14px;
    padding: 0 38px;
  }

  a.sub2 {
    line-height: 40px;
    font-size: 14px;
    padding: 0 38px;
  }

  .home-one {
    padding: 80px 0 70px 0;
  }

  .home-title {
    font-size: 32px;
  }

  .home-one ul li .bt {
    font-size: 20px;
  }

  .home-one ul li .img {
    width: 70px;
    line-height: 70px;
    height: 70px;
  }

  .home-one ul li .img .iconfont {
    font-size: 32px;
  }

  .home-one ul li:nth-child(3) .img .iconfont {
    font-size: 24px;
  }

  .home-one ul li:nth-child(5) .img .iconfont {
    font-size: 24px;
  }

  .home-one ul li:nth-child(7) .img .iconfont {
    font-size: 24px;
  }

  .home-one .home-bottom {
    margin-top: 41px;
    height: auto;
    margin-bottom: 44px;
    background-size: 100%;
  }

  .home-two {
    padding: 62px 0 70px 0;
  }

  .home-two ul li .box {
    padding: 20px 16px;
  }

  .home-two ul li .pic {
    width: 59px;
  }

  .home-two ul li .bt {
    font-size: 20px;
    margin: 15px 0 8px 0;
  }

  .home-two ul li .jsh {
    font-size: 16px;
    line-height: 25px;
    height: 75px;
  }

  .home-two ul {
    margin: 0 -14px;
  }

  .home-two ul li {
    padding: 0 14px;
    margin-bottom: 28px;
  }

  .home-two .home-bottom {
    padding-top: 37px;
    padding-bottom: 14px;
  }

  .home-three {
    padding: 62px 0 44px 0;
  }

  .home-three .home-bottom {
    padding-top: 36px;
  }

  .home-three ul li {
    margin-bottom: 28px;
  }

  .home-three ul {
    margin: 0 -14px;
  }

  .home-message {
    padding: 54px 0 53px 0;
  }

  .home-message .info {
    padding: 42px 70px 35px 70px;
  }

  .home-message .home-bottom {
    padding-top: 23px;
  }

  .home-message ul li .sub1 {
    padding: 0 56px;
    margin: 19px auto 0 auto;
  }

  .footer-top .center ul li a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer-top .center ul li ul li a {
    font-size: 12px;
    line-height: 28px;
  }

  .footer-top .right .right-left .online h3 {
    font-size: 13px;
  }

  .footer-top .right .right-left .online p a {
    font-size: 21px;
    line-height: 32px;
  }

  .footer-top .right .right-left .p p {
    padding-right: 50px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .footer-bottom {
    padding: 17px 0;
  }

  .inbanner .inbg {
    height: 620px;
    background-size: cover !important;
  }

  .inbanner .banner-hover .p {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 74px;
  }

  .inbanner01 .banner-hover .p {
    margin-bottom: 24px;
  }

  .inbanner01 .span {
    font-size: 18px;
  }

  .home-p {
    font-size: 16px;
  }

  .trade01 {
    padding: 64px 0 49px 0;
  }

  .trade01 .list li {
    font-size: 14px;
    line-height: 25px;
    padding: 0 12px;
    margin-bottom: 22px;
  }

  .trade01 .list {
    margin: 0 -12px;
    padding-top: 42px;
  }

  .trade02 {
    padding: 64px 0 77px 0;
  }

  .trade02 .second-nav {
    margin-top: 36px;
  }

  .trade02 .second-nav li a {
    font-size: 16px;
    width: 190px;
    line-height: 40px;
  }

  .trade02 .show .info .list1 {
    margin: 0 -13px;
  }

  .trade02 .show .info .list1 li {
    padding: 0 13px;
  }

  .trade02 .show {
    padding-top: 30px;
  }

  .trade03 {
    padding: 64px 0 70px 0;
  }

  .trade03 .list2 li .text {
    height: 105px;
  }

  .trade03 .list2 li .text .h3 {
    font-size: 20px;
  }

  .trade03 .list2 li .text .info {
    padding: 0 14px;
  }

  .trade03 .list2 li .text .p {
    font-size: 15px;
  }

  .trade03 .list2 li .jsh {
    font-size: 14px;
    line-height: 28px;
    padding: 7px 8px 7px 12px;
  }

  .trade03 .list2 li .jsh p {
    background: url(../seo_files/dot.png) no-repeat left 9px;
  }

  .trade03 .list2 li .box {
    min-height: 300px;
  }

  .customize03 .home-title {
    font-size: 33px;
    margin-bottom: 7px;
  }

  .customize03 .inmain-p {
    font-size: 20px;
  }

  .customize03 .home-title span {
    font-size: 50px;
  }

  .customize03 {
    padding: 72px 0 91px 0;
  }

  .trade04 {
    padding: 60px 0;
  }

  .trade05 {
    padding: 60px 0;
  }

  .trade05 .img {
    margin-top: 35px;
  }

  .inbanner03 .img {
    width: 90px;
  }

  .inbanner03 .banner-hover .p {
    margin-bottom: 6px;
    padding-top: 10px;
  }

  .inbanner03 .banner-hover .p h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .inbanner03 .span1 {
    font-size: 40px;
  }

  .inbanner03 .span {
    font-size: 22px;
    margin-bottom: 60px;
    margin-top: 14px;
  }

  .yandex01 {
    padding: 56px 0 70px 0;
  }

  .yandex01 .second-nav {
    margin-top: 35px;
  }

  .yandex01 .second-nav li {
    font-size: 16px;
  }

  .yandex01 .show {
    padding-top: 26px;
  }

  .yandex01 .show .info .text .bt {
    font-size: 24px;
  }

  .yandex01 .show .info .text .jsh {
    font-size: 14px;
    line-height: 25px;
  }

  .google02 {
    padding: 70px 0 42px 0;
  }

  .google02 .left .h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .google02 .left .p {
    font-size: 16px;
  }

  .google02 .right ul li .text {
    padding: 28px 30px;
  }

  .google02 .right ul li .bt {
    font-size: 20px;
  }

  .google02 .right ul li .span {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .google02 .right ul li .jsh {
    font-size: 12px;
    line-height: 25px;
  }

  .google02 .right ul li .jsh p .iconfont {
    margin-right: 3px;
  }

  .google02 .right ul li .jsh p img {
    margin-left: 3px;
  }

  .google02 .right ul li {
    padding: 0 18px;
    margin-bottom: 35px;
  }

  .google02 .right ul {
    margin: 0 -18px;
  }

  .google03 .home-title {
    font-size: 35px;
  }

  .google03 .home-p {
    font-size: 20px;
  }

  .google03 {
    padding: 70px 0 60px 0;
  }

  .nav ul li .subnav {
    padding: 15px 0;
  }

  .inbanner02 .banner-hover .p {
    margin-bottom: 6px;
  }

  .inbanner02 .span {
    font-size: 26px;
    margin-bottom: 70px;
  }

  .yandex02 {
    padding: 56px 0 70px 0;
  }

  .yandex02 .img {
    margin-top: 40px;
    margin-bottom: 42px;
  }

  .seo03 .list2 li .box {
    min-height: 380px;
  }

  .inbanner05 .banner-hover .p p {
    font-size: 40px;
  }

  .inbanner05 .banner-hover .p {
    margin-bottom: 17px;
  }

  .inbanner05 .span {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 70px;
  }

  .facebook01 {
    padding: 64px 0 70px 0;
  }

  .facebook01 ul {
    margin: 0 -14px;
    padding-top: 42px;
  }

  .facebook01 ul li {
    padding: 0 14px;
    margin-bottom: 28px;
  }

  .facebook01 ul li .box .pic {
    width: 270px;
    top: 12px;
    left: 12px;
  }

  .facebook01 ul li .box {
    padding: 12px;
  }

  .facebook01 ul li .text {
    padding-top: 15px;
    padding-left: 285px;
    min-height: 252px;
  }

  .facebook01 ul li .bt {
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
  }

  .facebook01 ul li .jsh {
    font-size: 14px;
    line-height: 30px;
    margin-top: 12px;
    padding-top: 10px;
  }

  .facebook01 ul li .jsh h3 {
    font-size: 14px;
    top: 10px;
    padding-right: 13px;
  }

  .facebook02 {
    padding: 64px 0 0 0;
  }

  .facebook02 ul li .bt {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .facebook02 ul li .jsh {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .facebook02 ul li .jsh p {
    background: url(../images/dot1.png) no-repeat left 8px;
  }

  .facebook02 ul li {
    margin-bottom: 60px;
  }

  .media03 ul li .bt {
    margin-top: 10px;
  }

  .inbanner04 .banner-hover .p {
    font-size: 40px;
    margin-bottom: 13px;
  }

  .inbanner04 .span {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 63px;
  }

  .media02 .in-bottom .p {
    font-size: 22px;
    line-height: 40px;
  }

  .media02 .in-bottom {
    margin-top: 50px;
    height: 310px;
  }

  .media02 {
    padding: 63px 0 50px 0;
  }

  .media02 .home-title {
    font-size: 35px;
  }

  .media02 .in-bottom ul li {
    width: 100px;
  }

  .media03 {
    padding-bottom: 42px;
  }

  .footer-top {
    padding: 50px 0 42px 0;
  }

  .customize01 {
    padding: 63px 0 70px 0;
  }

  .customize01 .list {
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .customize01 .list li .box {
    padding: 48px 28px 10px 28px;
    height: 245px;
    background-size: 100%;
  }

  .customize01 .list li .pic {
    width: 50px;
  }

  .customize01 .list li .bt {
    font-size: 20px;
  }

  .customize01 .list li .jsh {
    font-size: 14px;
  }

  .customize02 .list2 {
    margin-top: 28px;
    margin-bottom: 42px;
  }

  .gsjj.dataShow .txtbox {
    height: 120px;
    padding-top: 28px;
  }

  .gsjj.dataShow .txtbox li .num {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 8px;
  }

  .gsjj.dataShow .txtbox li .txt {
    font-size: 16px;
  }

  .zdIntroBox {
    padding-top: 63px;
    padding-bottom: 56px;
  }

  .zdIntroBox .txt p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .zdIntroBox .txt {
    height: 120px;
    padding: 0 40px;
    margin-top: 30px;
  }

  .zdIntroBox .more,
  .zdIntroBox .more a {
    font-size: 15px;
    margin-top: 63px;
  }

  .zdIntroBox .moreBtn,
  .zdIntroBox .packBtn {
    line-height: 40px;
  }

  .zdIntroBox.zdReason {
    padding: 56px 0 60px 0;
  }

  .zdIntroBox.zdReason .home-title {
    margin-bottom: 45px;
  }

  .zdReason .reason-box .box {
    width: 289px;
    height: 330px;
    margin-right: 14px;
    padding: 0 16px 0;
  }

  .zdReason .reason-box .box .boxTit {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 35px;
  }

  .zdReason .reason-box .box .boxTxt {
    font-size: 16px;
  }

  .zdlayout.zdIntroBox {
    padding: 50px 0 53px;
  }

  .zdlayout.zdIntroBox .small {
    font-size: 16px;
    margin-bottom: 56px;
  }

  .zdlayout.zdIntroBox .home-title {
    margin-bottom: 6px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox {
    width: 386px;
    height: 258px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 14px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqName {
    font-size: 16px;
    margin-top: 19px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap1 {
    width: 48.326%;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqAll {
    font-size: 14px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap2 {
    width: 51.675%;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap3 {
    width: 275px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap5 {
    width: 240px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap6 {
    width: 263px;
  }

  .zdIntroBox.zdReason .honor .hnBox .insideBox {
    padding: 16px 20px;
  }

  .zdIntroBox.zdReason .honor .hnBox .hnImg {
    width: 170px;
    height: 231px;
    margin-right: 14px;
  }

  .zdIntroBox.zdReason .honor .hnBox .hnTxt {
    width: 60%;
  }

  .zdIntroBox.zdReason .honor .hnBox {
    height: auto;
    margin-bottom: 26px;
    width: 47.75%;
  }

  .zdIntroBox.zdReason .honor .hnBox .hnTxt .hnDes {
    font-size: 14px;
  }

  .main .ll .yidong {
    margin-top: 91px;
  }

  .zdIntroBox.zdReason.zdCulture .small {
    font-size: 16px;
  }

  .main .rr {
    width: 490px;
    margin-top: 180px;
  }

  .culture-pyramid {
    padding-bottom: 40px;
  }

  .rr .info .desc .sub-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .rr .info .desc {
    font-size: 14px;
    line-height: 25px;
  }

  #privacyPopup .home-message {
    padding: 49px 0 42px 0;
  }

  #privacyPopup {
    width: 525px;
    height: 510px;
  }

  .trade02 .show .info .list1 li .box .hover {
    font-size: 15px;
  }

  .inbanner04 .span1 {
    font-size: 26px;
  }

  .zdIntroBox .more.hnmore a {
    padding: 0 30px;
    line-height: 40px;
  }

  .zdIntroBox .more.hnmore {
    margin-top: 22px;
  }

  #privacyPopup {
    width: 750px;
    height: 544px;
  }
}

@media (max-width: 1360px) {
  .inbanner .inbg {
    height: 520px;
    background-size: cover !important;
  }
}

@media (max-width: 1300px) {
  .nav ul li a {
    font-size: 14px;
  }

  .trade01 .list li .box {
    padding: 19px 5px 24px 11px;
  }

  .trade03 .list2 li .text .p {
    font-size: 13px;
  }

  .inbanner .banner-hover .p {
    font-size: 37px !important;
    line-height: 50px;
  }

  .inbanner03 .span1 {
    font-size: 30px;
  }

  .yandex01 .show .info .text .bt {
    font-size: 20px;
    margin-bottom: 2%;
  }

  .home-message .info {
    padding: 42px 50px 35px 50px;
  }

  .facebook01 ul li .jsh {
    font-size: 13px;
    line-height: 27px;
  }

  .home-title {
    font-size: 24px;
  }

  .zdReason .reason-box .box {
    width: 259px;
    height: 280px;
  }

  .zdReason .reason-box .box .boxTxt {
    font-size: 14px;
    line-height: 25px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox {
    width: 345px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap4 {
    margin-left: 136px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap5 {
    width: 221px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap6 {
    width: 242px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap3 {
    width: 250px;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqAll {
    font-size: 12px;
  }

  .zdIntroBox.zdReason .honor .hnBox .hnTxt .hnDes {
    font-size: 12px;
  }

  .main .rr {
    width: 386px;
    margin-top: 150px;
  }

  .rr .info .desc {
    font-size: 12px;
  }

  .main .ll .yidong {
    margin-top: 51px;
  }

  .rr .info .desc .sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1100px) {
  .home-banner .home-banner-slick .banner-hover .container {
    width: 100%;
  }

  .header .container {
    width: 100%;
  }

  .nav {
    display: none;
  }

  .lange {
    display: none;
  }

  .header .logo {
    margin-top: 6px;
  }

  .inbanner {
    margin-top: 60px
  }

  .header .header-right .zixun {
    display: none;
  }

  .header .header-right .menu {
    display: block;
  }

  .header .header-right .header-search {
    margin-top: 9px;
    margin-right: 27px;
  }

  .home-banner .home-banner-slick .banner-hover .bt span {
    padding: 0 15px;
  }

  .home-banner .home-banner-slick .banner-hover .bt {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  .home-banner .home-banner-slick .banner-hover .info {
    width: 100%;
  }

  .home-banner .home-banner-slick .item {
    padding: 30px 0;
    background-size: cover !important;
  }

  .home-banner .home-banner-slick .banner-hover .p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .home-banner .home-banner-slick .banner-hover .list {
    margin-bottom: 16px;
  }

  .home-banner .home-banner-slick .banner-hover .list ul li {
    font-size: 14px;
    width: 100%;
  }

  .home-banner .home-banner-slick .banner-hover .list ul li span {
    font-size: 20px;
  }

  .home-banner .home-banner-slick .banner-hover .list ul li img {
    width: 15px;
  }

  .home-banner .home-banner-slick .banner-hover .img {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  a.sub1 {
    line-height: 34px;
    font-size: 12px;
    padding: 0 18px;
  }

  a.sub2 {
    line-height: 34px;
    font-size: 12px;
    padding: 0 18px;
  }

  .home-banner .home-banner-slick .banner-hover .sub1 {
    margin-right: 13px;
  }

  .home-one {
    padding: 40px 0;
  }

  .home-one ul li {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
    min-height: auto;
  }

  .home-one ul li .box {
    padding-right: 0;
    /* padding-left: 60px !important; */
    /* height: 50px; */
    /* line-height: 50px; */
    text-align: left !important;
  }

  .home-one ul li .img {
    width: 50px;
    line-height: 50px;
    height: 50px;
    right: auto !important;
    left: 0 !important;
  }

  .home-one ul li .bt {
    font-size: 14px;
  }

  .home-one .home-bottom {
    margin-top: 21px;
    height: auto;
    margin-bottom: 20px;
    background: none;
  }

  .home-one ul {
    flex-direction: column;
  }

  .float {
    display: none;
  }

  .home-two {
    padding: 40px 0;
  }

  .home-title {
    font-size: 22px;
  }

  .home-two .home-bottom {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .home-two ul li .box {
    padding: 13px;
  }

  .home-two ul li .pic {
    width: 40px;
  }

  .home-two ul li .bt {
    font-size: 16px;
    margin: 8px 0 4px 0;
  }

  .home-three {
    padding: 40px 0;
  }

  .home-three .home-bottom {
    padding-top: 20px;
  }

  .home-three ul li {
    margin-bottom: 12px;
    width: 100%;
  }

  .home-three ul {
    margin: 0 -6px;
    flex-direction: column;
  }

  .home-message {
    padding: 40px 0;
  }

  .home-message .info {
    padding: 20px;
    width: 100%;
  }

  .home-message .home-title {
    font-size: 22px;
  }

  .home-message ul li {
    width: 100%;
    margin-bottom: 13px;
  }

  .home-message ul li .sub1 {
    padding: 0 36px;
    margin: 13px auto 0 auto;
  }

  .footer-top .left {
    width: 165px;
    padding-right: 0;
    border-right: 0;
  }

  .footer-top .center {
    display: none;
  }

  .footer-top .right {
    width: 100%;
  }

  .footer-top {
    padding: 25px 0;
  }

  .inbanner .inbg {
    display: none;
  }

  .inbanner .inbg1 {
    display: block;
    height: 400px;
    background-size: cover !important;
  }

  .inbanner .banner-hover .p {
    font-size: 22px !important;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .inbanner01 .span {
    font-size: 15px;
  }

  .trade01 {
    padding: 40px 0;
  }

  .home-p {
    font-size: 13px;
  }

  .trade01 .list {
    margin: 0 -6px;
    padding-top: 20px;
  }

  .trade01 .list li {
    padding: 0 6px;
    margin-bottom: 12px;
  }

  .trade02 .show .info .list1 li {
    padding: 0 6px;
  }

  .trade02 .show .info .list1 {
    margin: 0 -6px;
  }

  .trade02 .show {
    padding-top: 20px;
  }

  .trade03 {
    padding: 40px 0;
  }

  .trade03 .list2 {
    margin: 0 -6px;
    padding-top: 20px;
  }

  .trade03 .list2 li {
    padding: 0 6px;
  }

  .customize03 .home-title {
    font-size: 20px;
  }

  .customize03 .home-title span {
    font-size: 30px;
  }

  .customize03 .inmain-p {
    font-size: 16px;
  }

  .trade04 {
    padding: 40px 0;
  }

  .trade05 {
    padding: 40px 0;
  }

  .trade05 .img {
    margin-top: 20px;
  }

  .customize01 {
    padding: 40px 0;
  }

  .customize01 .list {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .customize03 {
    padding: 40px 0;
  }

  .customize02 .list2 {
    margin-top: 18px;
    margin-bottom: 22px;
  }

  .inbanner05 .banner-hover .p p {
    font-size: 26px;
  }

  .inbanner05 .span {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .inbanner05 .sub2 {
    margin-right: 16px;
  }

  .facebook01 {
    padding: 40px 0;
  }

  .facebook01 ul {
    margin: 0 -6px;
    padding-top: 22px;
  }

  .facebook01 ul li {
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .facebook02 {
    padding: 40px 0 0 0;
  }

  .facebook02 ul {
    padding-top: 26px;
  }

  .facebook02 ul li {
    margin-bottom: 20px;
  }

  .home-two ul li {
    padding: 0 6px;
    margin-bottom: 18px;
  }

  .home-two ul {
    margin: 0 -6px;
  }

  .inbanner .banner-hover .sub1 {
    margin-right: 10px;
  }

  .inbanner04 .span1 {
    font-size: 16px;
  }

  .inbanner04 .span {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 13px;
  }

  .inbanner04 .sub2 {
    margin-right: 10px;
  }

  .home-two .btn a {
    margin: 0 5px;
  }

  .media02 {
    padding: 40px 0;
  }

  .inbanner02 .span {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .seo01 .btn {
    padding-top: 18px;
  }

  .seo01 .btn a {
    margin: 0 5px;
  }

  .inbanner03 .img {
    width: 70px;
  }

  .inbanner03 .banner-hover .p {
    font-size: 20px !important;
  }

  .inbanner03 .span1 {
    font-size: 20px;
  }

  .inbanner03 .span {
    font-size: 18px;
    margin-bottom: 19px;
    margin-top: 10px;
  }

  .inbanner03 .sub2 {
    margin-right: 16px;
  }

  .google03 {
    padding: 40px 0;
  }

  .google02 {
    padding: 40px 0;
  }

  .yandex01 {
    padding: 40px 0;
  }

  .yandex01 .second-nav {
    margin-top: 21px;
  }

  .yandex02 {
    padding: 40px 0;
  }

  .yandex02 .btn a {
    margin: 0 5px;
  }

  .yandex02 .img {
    margin-top: 20px;
    margin-bottom: 22px;
  }

  .footer-center a {
    font-size: 12px;
    margin: 0 3px;
  }

  .zdIntroBox {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .zdIntroBox .txt {
    padding: 0;
    margin-top: 20px;
  }

  .zdIntroBox .more,
  .zdIntroBox .more a {
    font-size: 13px;
    margin-top: 20px;
  }

  .zdIntroBox.zdReason .home-title {
    margin-bottom: 25px;
  }

  .zdReason .reason-box .box {
    width: 24%;
    margin-right: 1%;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox {
    width: 32%;
    margin-right: 1%;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap3 {
    width: 60%;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap5 {
    width: 60%;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap6 {
    width: 60%;
  }

  .zdIntroBox.zdReason .honor .hnBox .hnImg {
    width: 36%;
    height: auto;
    margin-right: 3%;
  }

  .main .ll {
    display: none;
  }

  .main .mjzt {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .culture-pyramid {
    padding-bottom: 0;
    padding-top: 20px;
  }

  .packBtn {
    font-size: 13px;
  }

  .zdIntroBox.zdReason.zdCulture .small {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .home-two ul {
    margin: 0 -6px;
  }

  .home-two ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 14px;
  }

  .home-three ul li {
    width: 100%;
  }

  .trade01 .list li {
    width: 50%;
  }

  .trade02 {
    padding: 40px 0;
  }

  .trade02 .second-nav li a {
    font-size: 14px;
    width: 130px;
  }

  .trade02 .second-nav li {
    margin: 0 5px;
  }

  .trade02 .show .info .list1 li {
    width: 50%;
    margin-bottom: 12px;
  }

  .trade03 .list2 li {
    width: 100%;
    margin-bottom: 10px;
  }

  .trade03 .list2 li .text .h3 {
    font-size: 18px;
  }

  .trade03 .list2 li .box {
    min-height: 0;
  }

  .trade03 .list2 li .text {
    height: 86px;
  }

  .customize01 .list li {
    width: 100%;
  }

  .customize01 .list li .box {
    background: none;
    height: auto;
    padding: 15px;
    border-bottom: 1px solid #c6d3e9;
  }

  .customize01 .list li .jsh {
    height: auto;
  }

  .customize01 .list li .pic {
    width: 30px;
  }

  .customize01 .btn .sub1 {
    padding: 0 12px;
  }

  .customize02 .list2 li {
    width: 100%;
  }

  .customize02 .list2 li .bt {
    font-size: 29px;
  }

  .facebook01 ul li {
    width: 100%;
  }

  .home-two ul li {
    width: 50%;
  }

  .facebook01 ul li .box .pic {
    width: 100%;
    top: auto;
    left: auto;
    position: relative;
  }

  .inbanner .banner-hover .info {
    width: 100%;
    padding-left: 0 !important;
  }

  .facebook01 ul li .text {
    padding-left: 0;
    min-height: 0;
  }

  .facebook02 ul li {
    padding: 0 !important;
  }

  .facebook02 ul li .text {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 10px;
  }

  .facebook01 ul li .bt {
    font-size: 16px;
  }

  .facebook02 ul li .img {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 10px;
    display: none;
  }

  .facebook02 ul li .bt {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .facebook02 ul li .jsh {
    margin-bottom: 20px;
  }

  .media02 .in-bottom ul li {
    width: 100px;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: inline-block;
    vertical-align: top;
  }

  .media02 .in-bottom {
    margin-top: 20px;
    height: auto;
    text-align: center;
  }

  .media02 .in-bottom .p {
    font-size: 20px;
    position: relative;
    top: auto;
    left: auto;
  }

  .media02 .home-title {
    font-size: 26px;
  }

  .yandex01 .second-nav li {
    font-size: 14px;
    width: 27%;
    margin-bottom: 10px;
  }

  .yandex01 .show .info .left {
    width: 100%;
  }

  .yandex01 .show .info .text {
    width: 100%;
    padding-left: 0;
  }

  .yandex01 .show .info .text .bt {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .yandex01 .show .info .text .jsh {
    margin-bottom: 20px;
  }

  .yandex01 .show .info .text .btn {
    margin-top: 10px;
  }

  .yandex01 .show .info .text .sub1 {
    margin-right: 16px;
  }

  .google02 .left {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .google02 .left .h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .google02 .right {
    width: 100%;
    padding-right: 0;
  }

  .google02 .right ul li {
    padding: 0 6px;
    margin-bottom: 15px;
  }

  .google02 .right ul {
    margin: 0 -6px;
  }

  .google02 .right ul li:nth-child(3) {
    margin-left: 0;
  }

  .google03 .home-title {
    font-size: 22px;
  }

  .google03 .home-p {
    font-size: 14px;
    padding-right: 10px;
  }

  .gsjj.dataShow .txtbox li {
    width: 33.3333%;
  }

  .gsjj.dataShow .txtbox {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gsjj {
    margin-top: 30px;
  }

  .zdReason .reason-box .box {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 20px;
    padding: 25px;
  }

  .zdReason .reason-box .box .boxTit {
    margin-top: 0;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox {
    width: 100%;
  }

  .zdlayout.zdIntroBox .layout-box .dqBox .dqMap {
    background-size: auto;
  }

  .zdIntroBox.zdReason .honor .hnBox {
    margin-bottom: 16px;
    width: 100%;
  }

  .gsjj.dataShow .txtbox li .num {
    margin-bottom: 0;
  }

  #privacyPopup {
    width: 96%;
    height: auto;
  }

  #privacyPopup .home-message .info {
    padding: 0;
    width: 100%;
  }

  #privacyPopup .home-message {
    padding: 20px;
  }

  #privacyPopup .home-message ul li {
    width: 100%;
  }

  #privacyPopup .close {
    top: -50px;
    right: 0;
  }
}

@media (max-width: 500px) {
  .google02 .right ul li {
    width: 100%;
  }

  .yandex01 .second-nav li {
    width: 42%;
  }

  .gsjj.dataShow .txtbox li {
    width: 50%;
  }

  .zdIntroBox .txt p {
    font-size: 14px;
  }

  .gsjj.dataShow .txtbox li .txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-dots {
  position: absolute;
  bottom: 46px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, 25px, 0);
    transform: translate3d(0, 25px, 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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, 25px, 0);
    transform: translate3d(0, 25px, 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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}

@-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);
  }

  100% {
    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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeft2 {
  animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight2 {
  animation-name: fadeInRight2;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp2 {
  animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDown2 {
  animation-name: fadeInDown2;
}

@-webkit-keyframes pulsed {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(2, 2, 2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}




.whatsapp01 {
  padding: 88px 0 91px 0;
  background: #ecf3ff;

}

.whatsapp01 .whatsapp-bottom {
  margin-top: 65px;
  height: 589px;
  position: relative;
  background: url("../images/whabg.png") no-repeat bottom center;
}

.whatsapp01 ul li .box {
  padding: 7px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 31, 82, 0.1);
  border-radius: 27px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s;
}

.whatsapp01 ul li:hover .box {
  transform: scale(1.02);
}

.whatsapp01 ul li {
  position: absolute;

  top: 0;
  left: 0;
}

.whatsapp01 ul li .pic {
  width: 40px;
  float: left;
  margin-right: 5px;
}

.whatsapp01 ul li .bt {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 22px;
  color: #333333;

}

.whatsapp01 ul li .bt span {
  color: #1f73ff;
}


.whatsapp01 ul li:nth-child(1) {
  top: 7%;
  left: 7%;
}

.whatsapp01 ul li:nth-child(2) {
  top: 0;
  left: 35%;
}

.whatsapp01 ul li:nth-child(3) {
  top: 2%;
  left: 71%;
}

.whatsapp01 ul li:nth-child(4) {
  top: 29%;
  left: 17.5%;
}

.whatsapp01 ul li:nth-child(5) {
  top: 30%;
  left: 69.5%;
}

.whatsapp01 ul li:nth-child(6) {
  top: 51%;
  left: 21%;
}

.whatsapp01 ul li:nth-child(7) {
  top: 49%;
  left: 61%;
}

.whatsapp01 ul li:nth-child(8) {
  top: 12%;
  left: 50%;
}


.whatsapp02 {
  padding: 87px 0 80px 0;
}

.whatsapp02 .whatsapp-bottom {
  margin-top: 53px;
  padding: 0 37px 0 73px;
}

.whatsapp02 .whatsapp-bottom .left {
  float: left;
  width: 45%;
}

.whatsapp02 .whatsapp-bottom .right {
  float: right;
  width: 51%;
  padding-top: 21px;
}

.whatsapp02 ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 25px;
}

.whatsapp02 ul li .pic {
  width: 40px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.whatsapp02 ul li .bt {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 20px;
  color: #333333;

}

.whatsapp02 ul li .p {
  font-size: 16px;
  color: #666666;
}

.whatsapp03 {
  padding-top: 100px;
}

.whatsapp03:nth-of-type(odd) {
  background: #fff;
}

.whatsapp03 .container .description {
  padding-bottom: 64px;
  text-align: center;
}

.whatsapp03 .container .description .title {
  position: relative;
  padding-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  color: #0b1531;
}

.whatsapp03 .container .description .text {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #555;
}


.whatsapp03 .list {
  width: 100%;
  margin: 0 auto;
}

.whatsapp03 .list ul {
  display: flex;
  justify-content: center;
}

.whatsapp03 .list ul li {
  display: inline-block;
  box-sizing: border-box;
  width: 132px;
  /* height: 132px; */
  padding: 24px 0;
  color: #68779c;
  background-color: #fff;
  color: #68779c;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  transition: none;
  border: 2px solid rgba(44, 114, 255, 0.1);
  box-shadow: 0 3px 16px rgba(0, 116, 255, 0.05);
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}

.whatsapp03 .list ul li:last-child {
  margin-right: 0;
}

.whatsapp03 .list ul li.active {
  background: #1c69e8;
  color: #fff;
}

.whatsapp03 .list ul li .pic {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
}

.whatsapp03 .list ul li .bt {
  /* margin-top: 10px; */
  /* padding-bottom: 26px; */
}

.whatsapp03 .show .info .box-view {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp03 .show .info .box-view .box-image {
  width: 600px;
  height: 700px;
}

.whatsapp03 .show .info .box-view .box-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.whatsapp03 .show .info .box-view .box-text {
  flex: 1;
  margin-left: 43px;
  max-width: 400px;
}

.whatsapp03 .show .info .box-view .box-text-title {
  margin-bottom: 24px;
  font-size: 24px;
  color: #0b1531;
  font-weight: 500;
}

.whatsapp03 .show .info .box-view .box-text-desc {
  display: inline-block;
  width: 390px;
  font-size: 16px;
  color: #68779c;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.whatsapp03 .show .info .box-view .box-text-desc p {
  padding-left: 20px;
  background: url("../seo_files/dot.png") no-repeat top left;
  background-position: 4px 10px;
}


.whatsapp04 {
  padding: 88px 0;
}

.whatsapp04 .whatsapp-bottom {
  margin-top: 54px;
}

.whatsapp04 ul {
  font-size: 0;
  text-align: center;
  margin: 0 -20px;
}

.whatsapp04 ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.whatsapp04 ul li .pic {
  width: 90px;
  margin: 0 auto;
}

.whatsapp04 ul li .box {
  height: 358px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 16, 43, 0.1), inset 0px 0px 50px 0px rgba(157, 165, 179, 0.1);
  border-radius: 6px;
  border: solid 2px #ffffff;
  padding: 55px 20px;
  cursor: pointer;
  transition: 0.5s;
}

.whatsapp04 ul li .bt {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  margin-top: 14px;
  margin-bottom: 11px;
}

.whatsapp04 ul li .jsh {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  width: 170px;
  margin: auto;
}

.whatsapp04 ul li:hover .box {
  box-shadow: 0px 0px 20px 0px rgba(0, 16, 43, 0.2), inset 0px 0px 50px 0px rgba(157, 165, 179, 0.1);
}

.whatsapp04 .box .jsh p {
  text-align: left;
  padding-left: 20px;
  background: url("../seo_files/dot.png") no-repeat center left;
}



@media(max-width:1650px) {
  .whatsapp01 {
    padding: 62px 0 64px 0;
  }

  .whatsapp01 .whatsapp-bottom {
    margin-top: 45px;
    height: 530px;
    background-size: 100%;
  }

  .whatsapp01 ul li .bt {
    line-height: 35px;
    font-size: 18px;
  }

  .whatsapp01 ul li .pic {
    width: 35px;
  }

  .whatsapp02 {
    padding: 64px 0 56px 0;
  }

  .whatsapp02 .whatsapp-bottom .right {
    padding-top: 11px;
  }

  .whatsapp02 ul li .pic {
    width: 30px;
  }

  .whatsapp02 ul li .bt {
    line-height: 30px;
    font-size: 18px;
  }

  .whatsapp02 ul li .p {
    font-size: 14px;
  }

  .whatsapp03 .list ul li {
    font-size: 16px;
  }

  .whatsapp03 .list ul li .bt {
    margin-top: 0;
  }

  .whatsapp03 .show .info ul li {
    margin-top: 40px;
  }

  .whatsapp03 .show .info ul li .p {
    font-size: 14px;
    line-height: 26px;
  }

  .whatsapp03 .show .info ul li .bt {
    font-size: 16px;
  }

  .whatsapp03 .show .info ul {
    padding-bottom: 42px;
  }

  .whatsapp04 {
    padding: 63px 0;
  }

  .whatsapp04 .whatsapp-bottom {
    margin-top: 38px;
  }

  .whatsapp04 ul li .pic {
    width: 63px;
  }

  .whatsapp04 ul li .bt {
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 6px;
  }

  .whatsapp04 ul li .jsh {
    font-size: 14px;
  }

  .whatsapp04 ul li .box {
    height: 300px;
    padding: 35px 20px;
  }
}

@media(max-width:768px) {
  .whatsapp01 ul li .bt {
    line-height: 25px;
    font-size: 14px;
  }

  .whatsapp01 ul li .pic {
    width: 25px;
  }

  .whatsapp01 ul li {
    position: relative;
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding: 0 5px;
  }

  .whatsapp01 .whatsapp-bottom {
    margin-top: 24px;
    height: auto;
    background: none;
  }

  .whatsapp01 {
    padding: 40px 0;
  }

  .whatsapp01 ul li .box {
    padding: 7px 20px;
    display: block;
  }

  .whatsapp02 {
    padding: 40px 0;
  }

  .whatsapp02 .whatsapp-bottom {
    margin-top: 20px;
    padding: 0;
  }

  .whatsapp02 .whatsapp-bottom .left {
    width: 100%;
    text-align: center;
  }

  .whatsapp02 ul li {
    margin-bottom: 15px;
  }

  .whatsapp02 .whatsapp-bottom .right {
    width: 100%;
  }

  .whatsapp03 .list {
    width: 100%;
  }

  .whatsapp03 .list ul li {
    font-size: 14px;
  }

  .whatsapp03 .list ul li .bt {
    background-size: 18px !important;
    padding-bottom: 20px;
  }

  .whatsapp03 .show .info ul li {
    width: 33.333333%;
    margin-top: 30px;
  }

  .whatsapp03 .show .info ul {
    padding-bottom: 32px;
  }

  .whatsapp04 {
    padding: 40px 0;
  }

  .whatsapp04 .whatsapp-bottom {
    margin-top: 20px;
  }

  .whatsapp04 ul li .box {
    height: 240px;
    padding: 15px;
  }

  .whatsapp04 ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .whatsapp04 ul {
    margin: 0 -10px;
  }

  .whatsapp04 ul li .pic {
    width: 40px;
  }
}


@media(max-width:500px) {
  .whatsapp03 .show .info ul li {
    width: 50%;
  }

  .whatsapp03 .show .info ul li .p {
    font-size: 12px;
    line-height: 21px;
  }

  .whatsapp04 ul li {
    width: 100%;
  }

  .whatsapp01 ul li {
    width: 100%;
  }
}

.wechat {
  display: flex;
  align-items: flex-end;
  height: 82px;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #e0eaff;
  border-bottom: 1px solid #e0eaff;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 16px rgba(0, 116, 255, 0.05);
}

.wechat .adnav-block {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: center;
}

.wechat .adnav-block a {
  position: relative;
  margin-right: 120px;
  padding-bottom: 26px;
  display: inline-block;
  font-size: 18px;
  color: #68779c;
  font-weight: 400;
}

.wechat .adnav-block a.active {
  color: #296bef;
  font-weight: 700;
}

.wechat .adnav-block a:last-child {
  margin-right: 0;
}

.article-title {
  margin-bottom: 10px;
  font-size: 18px
}

.article-content {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}

.article-content:nth-last-of-type(1){
  border-bottom: none;
}

.article-content ul {
  padding-left: 24px;
  list-style: initial;
}

.article-content li ul{
  list-style: circle;
  margin-bottom: 4px;
}

.article-content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}

.atricle-subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

@media ((max-width: 1279px)) {
  .wechat {
    height: 64px;
  }

  .wechat .adnav-block a {
    font-size: 16px;
    margin-right: 100px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .wechat {
    display: block;
    height: 50px;
    background-color: #fff;
    border-top: 1px solid #e0eaff;
    border-bottom: 1px solid #e0eaff;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0 3px 16px rgba(0, 116, 255, 0.05);
  }

  .wechat .adnav-block {
    white-space: nowrap;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 14px 16px 0;
    width: 100%;
    display: block;
  }

  .wechat .adnav-block a {
    position: relative;
    margin-right: 24px;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    color: #68779c;
    font-weight: 400;
  }

  .whatsapp03 {
    padding-top: 70px
  }

  .whatsapp03 .container .description {
    padding-bottom: 30px;
  }

  .whatsapp03 .container .description .title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .whatsapp03 .container .description .text {
    padding: 0;
    font-size: 14px;
  }

  .whatsapp03 .list {
    white-space: nowrap;
    overflow-x: auto;
  }

  .whatsapp03 .list ul {
    overflow: auto;
    display: block;
    font-size: 0;
  }

  .whatsapp03 .list ul li {
    min-width: 86px;
    position: relative;
    margin-right: 12px;
    font-size: 12px;
    display: inline-block;
    padding: 10px 6px;
    box-sizing: border-box;
  }

  .whatsapp03 .list ul li .bt {
    padding-bottom: 0;
  }

  .whatsapp03 .show .info .box-view {
    flex-direction: column-reverse;
    padding: 20px 0;
  }

  .whatsapp03 .show .info .box-view .box-text {
    width: 100%;
    flex: auto;
    margin: 0;
    text-align: center;
  }

  .whatsapp03 .show .info .box-view .box-text-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .whatsapp03 .show .info .box-view .box-text-desc {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }

  .whatsapp03 .show .info .box-view .box-image {
    width: 100%;
    height: auto;
  }
}