@charset "utf-8";

/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  font-family: "PingFang SC", "Microsoft YaHei", HelveticaNeue-Thin,
    "Helvetica Neue", Helvetica, Arial;
}

body {
  position: relative;
  font-size: 14px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

body.bj1 {
  background-color: #f4f8f9;
}

html,
body {
  overflow-x: hidden;
}

table,
td,
tr,
ul,
ol,
li,
dl,
dd,
dt,
p,
input,
form,
em,
p,
img,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}

h1 {
  color: #232323;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
p,
span {
  font-size: 14px;
}

input {
  background: none;
  outline: none;
  border: none;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

p {
  color: #666666;
}

ul,
li {
  list-style: none;
}

.cursor {
  cursor: pointer;
}

.clear {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #cc031a;
}

.paddingBox {
  padding: 60px 0;
}

.left {
  float: left;
}

.right {
  float: right;
}


@media (min-width: 1280px) {
  .container {
    min-width: 1250px;
  }
}

/*****top1*****/

.sy_top1_box {
  background-color: #e6ecf2;
  border: solid 1px #eee;
  height: 38px;
}

.sy_top1_box span img {
  height: 16px;
  margin: -2px 5px 0;
}

.sy_top1_box .left_box {
  float: left;
  position: relative;
}

.sy_top1_box .left_box span {
  font-size: 12px;
  line-height: 38px;
}

.sy_top1_box .left_box span strong {
  color: #e22000;
}

/* 头部弹出 */
.sy_top1_box .left_box .tc {
  position: absolute;
  width: 100%;
  left: 90%;
  top: 40px;
  border: solid 1px #cbcbcb;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
}

.sy_top1_box .left_box .tc::after {
  content: "";
  position: absolute;
  left: 30px;
  top: -6px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 右 */
.sy_top1_box .right_box {
  float: right;
}

.sy_top1_box .right_box li {
  float: right;
  position: relative;
  margin-left: 30px;
}

.sy_top1_box .right_box li a {
  line-height: 38px;
  color: #666;
  font-size: 12px;
}

.sy_top1_box .right_box li .tc {
  width: 160px;
  height: auto;
  box-shadow: 0 0 5px #cfefff;
  border: solid 1px #007cc3;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.3s;
}

.sy_top1_box .right_box li .tc img {
  width: 100%;
}

.sy_top1_box .right_box li.xian::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #aaa;
  position: absolute;
  right: -15px;
  top: 12px;
}

/*动效*/

.sy_top1_box .right_box li:hover a {
  text-decoration: none;
  color: #007cc3;
}

.sy_top1_box .right_box li:hover a em img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.sy_top1_box .right_box li:hover .tc {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.3s;
}

.sy_top1_box .right_box li:hover b {
  transform: scale(0.5) rotate(0deg);
  transition: transform 0.3s;
}

/*****top2*****/

.sy_top2_box {
  padding: 20px 0;
  overflow: hidden;
  background-color: #fff;
}

.sy_top2_box .container {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

.sy_top2_box .logo_adv .logo {
  float: left;
}

.sy_top2_box .logo_adv .logo img {
  height: 60px;
  float: left;
}

/* 宣传语 */
.sy_top2_box .xcy {
  float: left;
  margin-left: 30px;
  min-width: 240px;
}

.sy_top2_box .xcy::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #eee;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}

.sy_top2_box .xcy p {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
}

.sy_top2_box .xcy p em {
  font-size: 18px;
  font-weight: normal;
}

/* 头部搜索 */
form.search {
  position: relative;
  border: solid 1px #d3d3d3;
  width: 30%;
  height: 46px;
  border-radius: 30px;
  background: url(../images/ss.png) #fff no-repeat;
  background-position: left 14px top 14px;
  background-size: 16px auto;
  padding: 5px;
}

form.search input {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

form.search button {
  background-color: #00399c;
  color: #fff;
  border: none;
  width: 90px;
  font-size: 14px;
  border-radius: 30px;
}

/*****top3:nav******/

.sy_nav_box {
  *z-index: 2;
  width: 100%;
  z-index: 9999;
  background-color: #003b7a;
}

.sy_nav_box .goods {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 40px;
}

.sy_nav_box .goods .bt {
  display: block;
  height: 50px;
  background-color: #cc031a;
}

.sy_nav_box .goods .bt a {
  position: relative;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  text-align: center;
}

.sy_nav_box .goods .bt i {
  position: absolute;
  margin: 20px 20px 0 0;
  width: 14px;
  height: 20px;
  left: 24%;
  top: -2px;
}

.sy_nav_box .goods .bt i span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #fff;
}

.all-goods {
  position: absolute;
  top: 100px;
  left: 0;
  width: 260px;
  height: auto;
  min-height: 400px;
  border-radius: 10px;
  background: #fafafa;
  overflow: visible;
  background: rgba(22, 2, 2, 0.8);
  padding: 0px 20px 40px 20px;
  z-index: 9;
}

.all-goods .item {
  width: 100%;
  background: url(../images/nav1.png) no-repeat;
  background-position: top left;
  padding: 0 0 0 30px;
  margin-top: 40px;
}

.all-goods .item:nth-child(2) {
  background: url(../images/nav2.png) no-repeat;
  background-position: top left;
}

.all-goods .item h1 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

.all-goods .item a {
  color: #fff;
  margin-right: 15px;
  line-height: 30px;
}

.all-goods .item a:hover {
  color: #ff0000;
}

/**横向nav**/

.sy_nav_box .nav {
  position: relative;
  width: 100%;
  height: 50px;
  padding-left: 300px;
}

.sy_nav_box .nav-list {
  height: 40px;
}

.sy_nav_box .nav-list li {
  float: left;
  margin-right: 1px;
  position: relative;
}

.sy_nav_box .nav-list li img {
  position: absolute;
  right: 0;
  top: 10px;
}

.sy_nav_box .nav-list a {
  display: block;
  height: 50px;
  float: left;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  line-height: 50px;
  position: relative;
  z-index: 0;
}

.sy_nav_box .nav-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #005bbd;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-50%) scale(0.7);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.7);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.7);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.7);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/*头部动效*/

.header.on .sy_nav_box {
  position: fixed;
  top: 0;
}

.header.on .all-goods {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header.on .goods:hover .all-goods {
  opacity: 1;
  visibility: visible;
  top: 50px;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sy_nav_box .goods a:hover {
  text-decoration: none;
}

.all-goods .item .product a:hover {
  text-decoration: none;
}

.sy_nav_box .nav-list a:hover::after,
.sy_nav_box .nav-list li.on a::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.9);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.9);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}


/* 手机导航 */
.WapHeader {
  height: 60px;
  background: url(../images/headerBj.jpg) no-repeat;
  background-size: auto 120px;
  background-position: top -10px left -30px;
  display: none;
}

.sp_header {
  float: right;
}

.WapHeader .logo {
  height: 40px;
  display: inline-block;
  float: left;
  margin: 10px 0;
}

.WapHeader .logo img {
  display: block;
  height: 100%;
}

.sp_nav {
  width: 30px;
  float: left;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 22px;
}

.sp_nav span {
  display: block;
  background: #333;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 5px;
  transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
  top: 0px;
}

.sp_nav span:nth-of-type(2) {
  top: 8px;
}

.sp_nav span:nth-of-type(3) {
  top: 16px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: relative;
  position: fixed;
  z-index: 9;
  background-color: #f9f9f9;
  width: 260px;
  height: 100vh;
  font-size: 15px;
  line-height: 40px;
  top: 60px;
  right: -260px;
  padding: 30px;
  padding-top: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: right ease 0.35s;
}

.nav_show {
  right: 0;
  transition: right ease 0.35s;
}

.sjj_nav ul li i {
  position: absolute;
  top: 24px;
  right: 0px;
  height: 20px 30px 20px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  position: relative;
  top: -26px;
  fill: #000;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  border-top: 1px rgba(0, 0, 0, 0.05) solid;
  position: relative;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
}

.sjj_nav ul li:first-child {
  border-top: none;
}

.sjj_nav ul li:nth-last-child(1) {
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}

.sjj_nav ul li ul {
  display: none;
  background-color: #fff;
  border-top: 1px rgba(0, 0, 0, 0.05) solid;
}

.sjj_nav ul li a {
  width: 80%;
  color: #333;
}

.sjj_nav ul li ul li a {
  padding-left: 20px;
}

.sjj_nav ul li ul li a {
  display: block;
  text-align: left;
  font-weight: normal;
}

.sjj_nav ul li ul li>ul {
  padding-left: 20px;
}

.sjj_nav p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
}

/* 手机搜索 */

.search2 {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  float: right;
  cursor: pointer;
  margin-top: 13px;
  background: url(../images/ss.png) no-repeat;
  background-position: center;
}

.tj_yy form.search {
  width: 100%;
}

.tj_yy {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.tj_yy .b_j {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tj_yy .n_r {
  position: relative;
  width: 400px;
  max-width: 100%;
  float: right;
  margin-top: 60px;
  margin-right: 15px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 11;
}



@media only screen and (max-width: 1199px) {
  .H {
    height: 60px;
  }

  .WapHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .header {
    display: none;
  }
}

@media only screen and (max-width: 539px) {
  .tj_yy .n_r {
    width: 100%;
    margin-right: 0;
  }
}

/*******轮播*******/

.gallery-top {
  position: relative !important;
  left: 0;
}

.gallery-top .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.gallery-top .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-top .swiper-slide .hb {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.gallery-top .swiper-slide .dxs {
  display: block;
}

.gallery-top .swiper-slide .sxs {
  display: none;
}

@media (max-width: 1439px) {
  .gallery-top .swiper-slide {
    position: relative;
    height: 560px;
  }

  .gallery-top .swiper-slide img {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

@media (max-width: 1199px) {
  .gallery-top .swiper-slide {
    height: auto;
  }

  .gallery-top .swiper-slide img {
    display: block;
    height: 100%;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .gallery-top .swiper-slide .dxs {
    display: none;
  }

  .gallery-top .swiper-slide .sxs {
    display: block;
    width: 100%;
    height: auto;
  }
}

/******** 专业顾问 快速咨询 *************/
.indexForm1 {
  position: absolute;
  top: 244px;
  right: 0;
  width: 100%;
  z-index: 2;
}

.indexForm1 main {
  float: right;
  width: 340px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 30px;
}

.indexForm1 h1 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.indexForm1 .mag {
  margin-top: 10px;
}

.indexForm1 .inputText {
  background: #fff url(../images/biaodan1.png) no-repeat;
  background-position: left 10px top 7px;
  width: 100%;
  line-height: 32px;
  border-radius: 3px;
  padding-left: 40px;
}

.indexForm1 .inputText4 {
  background: #fff url(../images/biaodan4.png) no-repeat;
  background-position: left 10px top 7px;
}

.indexForm1 .inputText5 {
  background: #fff url(../images/biaodan5.png) no-repeat;
  background-position: left 10px top 7px;
}

/* 您的称呼 */
.indexForm1 .yourName {
  position: relative;
}

.indexForm1 .dingWei {
  position: absolute;
  top: 0;
  right: 0;
}

/* select */
.indexForm1 .select {
  position: relative;
}

.indexForm1 .select dt {
  font-weight: normal;
  color: #777;
  height: 28px;
  display: inline-block;
  line-height: 34px;
  cursor: pointer;
  width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.indexForm1 .select dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0px;
  height: 0px;
  border: solid 5px transparent;
  border-top-color: #6c7073;
}

.indexForm1 .select dd {
  position: absolute;
  left: 0;
  top: 34px;
  border: 1px solid #d2ccc4;
  background: #fff;
  display: none;
  border-radius: 3px;
}

.indexForm1 .select dd ul {
  padding: 4px;
  width: 60px;
  max-height: 250px;
  overflow: auto;
}

.indexForm1 .select dd ul li a {
  line-height: 28px;
  display: block;
  padding: 0 8px;
}

.indexForm1 .select dd ul li a:hover {
  background: #f5f5f5;
}

/* 服务类型 */
.indexForm1 .leixing .select dd ul {
  width: 100%;
}

.indexForm1 .leixing {
  background: #fff url(../images/biaodan2.png) no-repeat;
  background-position: left 10px top 7px;
  width: 100%;
  padding-left: 40px;
  border-radius: 3px;
}

.indexForm1 .leixing select {
  width: 100%;
}

.indexForm1 .leixing .select dt {
  width: 100%;
}

.indexForm1 .leixing .select dd {
  width: 100%;
  z-index: 222;
}

/* 需求金额 */
.indexForm1 .jinE {
  position: relative;
}

.indexForm1 .jinE::after {
  position: absolute;
  content: "万元";
  right: 10px;
  top: 10px;
  line-height: 32px;
  color: #999;
}

/* 验证码 */
.indexForm1 .yanZheng {
  width: 100%;
}

.indexForm1 .yanZheng input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.indexForm1 .yanZheng a {
  width: 90px;
  background-color: #003b7a;
  color: #fff;
  height: 32px;
  border-radius: 3px;
  text-align: center;
  margin-left: 10px;
  line-height: 32px;
}

button.shenQing {
  display: block;
  width: 80%;
  height: 36px;
  background-color: #cc031a;
  color: #fff;
  border: none;
  border-radius: 30px;
  margin: 20px auto 0;
}

@media (max-width: 1199px) {
  .indexForm1 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    height: auto;
  }

  .wapPadding {
    padding: 40px 0;
  }

  .indexForm1 main {
    float: none;
    width: 100%;
  }
}

@media (max-width: 539px) {
  .wapPadding {
    padding: 20px 0;
  }
}

/* 优势 */
.indexYouShi {
  background-color: #fff;
}

.indexYouShi li {
  padding: 40px 0;
  width: 25%;
  padding-left: 80px;
  background: url(../images/youshi1.png) no-repeat;
  background-position: left center;
  background-size: 50px 50px;
}

.indexYouShi li.li2 {
  background: url(../images/youshi2.png) no-repeat;
  background-position: left center;
  background-size: 50px 50px;
}

.indexYouShi li.li3 {
  background: url(../images/youshi3.png) no-repeat;
  background-position: left center;
  background-size: 50px 50px;
}

.indexYouShi li.li4 {
  background: url(../images/youshi4.png) no-repeat;
  background-position: left center;
  background-size: 50px 50px;
}

.indexYouShi li strong {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .indexYouShi {
    padding: 40px 0 20px;
  }

  .indexYouShi li {
    width: 50%;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
    background-position: top center;
  }

  .indexYouShi li.li2,
  .indexYouShi li.li3,
  .indexYouShi li.li4 {
    background-position: top center;
  }
}

@media (max-width: 539px) {
  .indexYouShi li strong {
    font-size: 18px;
  }
}

/* 首页标题 */
.indexTitle .txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.indexTitle h1 {
  font-size: 32px;
  line-height: 50px;
}

.indexTitle p {
  font-size: 16px;
  color: #999;
}

.indexTitle a {
  position: relative;
  top: 34px;
  font-size: 16px;
  font-weight: bold;
  color: #cc031a;
}

/* 产品 */
.indexProduct main {
  margin-top: 20px;
}

.indexProduct .card {
  width: 24%;
  margin-right: 1.33%;
  border: solid 1px #fff;
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.1);
  border-radius: 10px;
  transition: all 0.5s;
}

.indexProduct .card:hover,
.infoProduct .card:hover {
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.3);
  transition: all 0.5s;
}

.indexProduct .card:nth-child(4n) {
  margin-right: 0;
}

.indexProduct .card .top,
.infoProduct .card .top {
  width: 100%;
  padding: 20px;
  background: url(../images/productTopBj.png) no-repeat;
  background-position: top center;
  background-size: 100% auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.indexProduct .logoBox,
.infoProduct .card .logoBox {
  width: 100%;
}

.indexProduct .logoBox .imgBox,
.infoProduct .logoBox .imgBox {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
}

.indexProduct .logoBox .imgBox img,
.infoProduct .logoBox .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
}

.indexProduct .logoBox .txt,
.infoProduct .logoBox .txt {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.indexProduct .logoBox .txt h2,
.infoProduct .logoBox .txt h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.indexProduct .num,
.infoProduct .num {
  width: 50%;
  margin-top: 20px;
}

.indexProduct .num strong,
.infoProduct .num strong {
  font-size: 20px;
  color: #cc031a;
}

.indexProduct .num strong span,
.infoProduct .num strong span {
  font-weight: normal;
}

.indexProduct .card .bottom,
.infoProduct .card .bottom {
  padding: 20px;
}

.indexProduct .card .bottom p,
.infoProduct .card .bottom p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

a.jianbianMore {
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 34px;
  background: url(../images/jianbian.png) no-repeat;
  background-size: 100%;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 34px;
}

@media (max-width: 1199px) {
  .indexProduct .card {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .indexProduct .card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 539px) {
  .paddingBox {
    padding: 30px 0;
  }

  .indexTitle .txt {
    flex: none;
    width: 100%;
  }

  .indexTitle h1 {
    font-size: 22px;
  }

  .indexTitle p {
    font-size: 14px;
  }

  .indexTitle a {
    top: 0;
    margin-top: 10px;
  }

  .indexProduct .card {
    width: 100%;
    margin-right: 0;
  }

  .indexProduct .logoBox .txt h2,
  .infoProduct .logoBox .txt h2 {
    font-size: 18px;
  }
}

/* 资讯中心 */
.indexNews {
  padding-top: 0;
}

.indexNews main {
  margin-top: 20px;
}

.indexNews .left {
  width: 64%;
}

.indexNews .right {
  width: 34.4%;
  margin-left: 1.6%;
}

.indexNews .tabList>ul {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 89, 170, 0.05);
}

.indexNews .tabList>ul li {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  color: #666;
}

.indexNews .tabList>ul li.on::before,
.indexNews .right .bt::before,
.HotNewsList .bt::before,
.newsRightBiaoQian .bt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cc031a;
}

.indexNews .tabList>ul li.on {
  color: #cc031a;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.1);
}

.indexNews .right .bt,
.HotNewsList .bt,
.newsRightBiaoQian .bt {
  position: relative;
  background-color: #fff;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #cc031a;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.1);
}

.indexNews .tabContent {
  background-color: #fff;
  margin-top: 15px;
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.1);
  height: 364px;
  overflow: hidden;
}

.indexNews .tabContent .item {
  display: none;
  padding: 30px 30px 20px 30px;
}

.indexNews .tabContent .topli {
  width: 100%;
  height: 134px;
  margin-bottom: 20px;
}

.indexNews .tabContent .topli a {
  width: 100%;
  height: 100%;
}

.indexNews .tabContent .topli .imgBox {
  display: inline-block;
  width: 200px;
  height: 100%;
  overflow: hidden;
}

.indexNews .tabContent .topli .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}

.indexNews .tabContent .topli:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.indexNews .tabContent .topli .txt {
  display: inline-block;
  flex: 1;
  margin-left: 20px;
}

.indexNews .tabContent p {
  font-size: 14px;
  color: #666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.indexNews .tabContent span,
.indexNews .tabContent .time {
  font-size: 14px;
  color: #999;
}

.indexNews .tabContent .time {
  margin-top: 10px;
}

.indexNews .tabContent .topli .txt h1 {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-bottom: 5px;
}

.indexNews .tabContent .topli:hover h1 {
  color: #cc031a;
}

.indexNews .tabContent li {
  line-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.indexNews .tabContent li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background: url(../images/jianbian.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  position: relative;
  top: -4px;
  transition: width 0.5s;
}

.indexNews .tabContent li:hover a::before {
  width: 30px;
  transition: width 0.5s;
}

.indexNews .tabContent li a {
  font-size: 16px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.indexNews .tabContent li:hover a {
  color: #cc031a;
}

.indexNews .tabContent li span {
  width: 80px;
  text-align: right;
}

/* 右侧 */
.indexNews .right ul,
.HotNewsList ul {
  padding: 30px;
  background-color: #fff;
  margin-top: 15px;
  height: 364px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.1);
}

.indexNews .right ul li,
.HotNewsList ul li {
  position: relative;
  transition: transform 0.5s;
  transform: translateX(0px);
}

.indexNews .right ul li::before,
.HotNewsList ul li::before {
  content: "1";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #c5c5c5;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.indexNews .right ul li:nth-child(1)::before,
.HotNewsList ul li:nth-child(1)::before {
  content: "1";
  background-color: #cc031a;
}

.indexNews .right ul li:nth-child(2):before,
.HotNewsList ul li:nth-child(2)::before {
  content: "2";
  background-color: #cc7803;
}

.indexNews .right ul li:nth-child(3):before,
.HotNewsList ul li:nth-child(3)::before {
  content: "3";
  background-color: #ccbf03;
}

.indexNews .right ul li:nth-child(4):before,
.HotNewsList ul li:nth-child(4)::before {
  content: "4";
}

.indexNews .right ul li:nth-child(5):before,
.HotNewsList ul li:nth-child(5)::before {
  content: "5";
}

.indexNews .right ul li:nth-child(6):before,
.HotNewsList ul li:nth-child(6)::before {
  content: "6";
}

.indexNews .right ul li:nth-child(7):before,
.HotNewsList ul li:nth-child(7)::before {
  content: "7";
}

.indexNews .right ul li:nth-child(8):before,
.HotNewsList ul li:nth-child(8)::before {
  content: "8";
}

.indexNews .right ul li:nth-child(9):before,
.HotNewsList ul li:nth-child(9)::before {
  content: "9";
}

.indexNews .right ul li a,
.HotNewsList ul li a {
  padding-left: 30px;
  font-size: 15px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 34px;
}

.indexNews .right ul li:hover,
.HotNewsList ul li:hover {
  transform: translateX(6px);
  transition: transform 0.5s;
}

.indexNews .right ul li:hover a,
.HotNewsList ul li:hover a {
  color: #cc031a;
}

@media (max-width: 1199px) {
  .indexNews .left {
    width: 100%;
  }

  .indexNews .right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 539px) {
  .indexNews .tabList>ul li {
    padding: 0;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .indexNews .tabContent .topli {
    height: auto;
  }

  .indexNews .tabContent .item {
    padding: 15px;
  }

  .indexNews .tabContent .topli .imgBox {
    width: 100%;
    height: auto;
  }

  .indexNews .tabContent .topli .imgBox img {
    display: block;
    width: 100%;
    height: auto;
  }

  .indexNews .tabContent {
    height: auto;
  }

  .indexNews .tabContent .topli .txt {
    margin-left: 0;
  }

  .indexNews .tabContent .topli .txt h1 {
    font-size: 16px;
  }

  .indexNews .tabContent li a {
    font-size: 14px;
  }

  .indexNews .right ul,
  .HotNewsList ul {
    padding: 15px;
    height: auto;
  }
}

/* 案例，让融资更简单 */
.indexyoushi {
  padding-top: 0;
}

.indexyoushi main {
  margin-top: 20px;
}

.indexyoushi a:hover {
  -webkit-box-flex: 2.2;
  -moz-box-flex: 2.2;
  -webkit-flex: 2.2;
  -ms-flex: 2.2;
  flex: 2.2;
  transition: all 0.5s;
}

.indexyoushi main a {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 400px;
  margin-right: 15px;
  padding: 40px 30px;
  border: solid 1px #fff;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.1);
  border-radius: 10px;
  transition: all 0.5s;
}

.indexyoushi main a:nth-child(4n) {
  margin-right: 0;
}

.indexyoushi main a img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  opacity: 1;
  transition: all 0.5s;
}

.indexyoushi main a:hover img {
  opacity: 0.1;
  transition: all 0.5s;
}

.indexyoushi main a h1 {
  color: #fff;
  font-size: 24px;
}

.indexyoushi main a p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
}

.indexyoushi main ul {
  margin-top: 20px;
  display: none;
}

.indexyoushi main a:hover ul {
  display: block;
}

.indexyoushi main a li {
  padding-left: 30px;
  background: url(../images/dui.png) no-repeat;
  background-position: left center;
  line-height: 24px;
  margin-top: 10px;
}

.indexyoushi main a:hover h1,
.indexyoushi main a:hover ul li {
  color: #232323;
}

.indexyoushi main a:hover p {
  color: #888;
}

.indexyoushi .ljzx {
  margin-top: 20px;
}

.indexyoushi .ljzx i {
  position: relative;
  top: 2px;
  margin-left: 20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/caseRight.png) no-repeat;
  background-size: 100%;
}

.indexyoushi main a:hover .ljzx i {
  display: none;
}

.indexyoushi main a:hover .ljzx {
  width: 160px;
  height: 36px;
  line-height: 36px;
  background: url(../images/jianbian.png) no-repeat;
  background-size: 100%;
  text-align: center;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .indexyoushi main a {
    width: 49%;
    flex: none;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .indexyoushi main a:nth-child(2n) {
    margin-right: 0;
  }

  .indexyoushi main a:hover {
    flex: none;
  }

  .indexyoushi main a ul {
    display: block;
  }

  .indexyoushi main a:hover h1,
  .indexyoushi main a:hover p,
  .indexyoushi main a:hover ul li {
    color: #fff;
  }

  .indexyoushi main a:hover img {
    opacity: 1;
  }

  .indexyoushi main a .ljzx i {
    display: none;
  }

  .indexyoushi main a .ljzx {
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: url(../images/jianbian.png) no-repeat;
    background-size: 100%;
    text-align: center;
    border-radius: 30px;
  }
}

@media (max-width: 539px) {
  .indexyoushi main a {
    padding: 10px;
  }

  .indexyoushi main a h1 {
    font-size: 18px;
  }

  .indexyoushi main a p {
    font-size: 14px;
    line-height: 20px;
  }

  .indexyoushi main a li {
    padding-left: 20px;
    background-position: left top 6px;
    font-size: 13px;
    line-height: 20px;
  }

  .indexyoushi main a .ljzx,
  .indexyoushi main a:hover .ljzx {
    width: 100%;
  }
}

/* 案例 */
.indexCase {
  padding-top: 0;
}

.indexCase main {
  margin-top: 20px;
}

.indexCase .card {
  width: 24%;
  margin-right: 1.33%;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.1);
}

.indexCase .card:nth-child(4n) {
  margin-right: 0;
}

.indexCase .card .top {
  padding: 30px 20px 20px;
  background: url(../images/caseBj.png) no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.indexCase .card .top h1 {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
}

.indexCase .card .num {
  margin-top: 20px;
  width: 50%;
}

.indexCase .card .num strong {
  font-size: 22px;
  color: #cc031a;
}

.indexCase .card .num strong span {
  color: #666;
  font-weight: normal;
  margin-left: 10px;
}

.indexCase .card .txt {
  padding: 20px;
  height: 220px;
}

.indexCase .card.ewm p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.indexCase .card .txt .bt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.indexCase .card .txt .nr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.indexCase .card.ewm {
  text-align: center;
  padding: 20px;
  background: url(../images/caseewmBj.png) no-repeat;
  background-size: cover;
}

.indexCase .card.ewm img {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.indexCase #temp5 {
  height: 100px;
  overflow: hidden;
}

.indexCase .card.ewm li h1 {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
  .indexCase .card {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .indexCase .card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width:539px) {
  .indexCase .card {
    width: 100%;
    margin-right: 0;
  }

  .indexCase .card .top h1 {
    font-size: 18px;
  }
}

/* 合作伙伴 */
.indexCase .huoban li {
  margin-top: 15px;
  width: 15.54%;
  height: 96px;
  padding: 10px;
  margin-right: 1.3%;
  border: solid 1px #fff;
  border-radius: 5px;
  background-image: -moz-linear-gradient(to bottom,
      rgba(234, 239, 240) 0%,
      rgba(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(to bottom,
      rgba(234, 239, 240) 0%,
      rgba(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(to bottom,
      rgba(234, 239, 240) 0%,
      rgba(255, 255, 255) 100%);
  box-shadow: 0 0 20px rgba(0, 89, 170, 0.1);
}

.indexCase .huoban li:nth-child(6n) {
  margin-right: 0;
}

.indexCase .huoban li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

@media (max-width: 1199px) {
  .indexCase .huoban li {
    width: 32%;
    margin-right: 2%;
  }

  .indexCase .huoban li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 539px) {

  .indexCase .huoban li,
  .indexCase .huoban li:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
  }

  .indexCase .huoban li:nth-child(2n) {
    margin-right: 0;
  }
}

/* 底部表单 */
.indexForm2 {
  padding: 50px 0;
  position: relative;
  top: 0;
  background: url(../images/bd2Bj.png) no-repeat;
  background-size: cover;
}

.indexForm2 h1 {
  font-size: 22px;
  margin-bottom: 30px;
}

.indexForm2 .inputText,
.indexForm2 .leixing,
.indexForm2 .yanZheng,
.indexForm2 button,
.indexForm2 .yourName,
.indexForm2 .jinE {
  color: #fff;
  border: solid 1px #fff;
  background-color: transparent;
  height: 36px;
  margin: 0 15px 0 0;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.indexForm2 button {
  margin-right: 0;
}

.indexForm2 .jinE::after {
  top: 0;
}

.indexForm2 button {
  background-color: #cc031a;
  border: none;
}

.indexForm2 input,
.indexForm2 .select dt {
  color: #fff !important;
  line-height: 34px !important;
}

@media (max-width: 1199px) {

  .indexForm2 .inputText,
  .indexForm2 .leixing,
  .indexForm2 .yanZheng,
  .indexForm2 button,
  .indexForm2 .yourName,
  .indexForm2 .jinE {
    flex: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

/* 服务 */
.indexFuwu {
  padding: 20px 0;
  background-color: #f3f3f3;
}

.indexFuwu li {
  padding: 20px 0 20px 70px;
  background: url(../images/footericon1.png) no-repeat;
  background-position: left center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.indexFuwu li:nth-child(2) {
  background: url(../images/footericon2.png) no-repeat;
  background-position: left center;
}

.indexFuwu li:nth-child(3) {
  background: url(../images/footericon3.png) no-repeat;
  background-position: left center;
}

.indexFuwu li:nth-child(4) {
  background: url(../images/footericon4.png) no-repeat;
  background-position: left center;
}

.indexFuwu li h1 {
  font-size: 18px;
  margin-bottom: 6px;
}

@media (max-width: 1199px) {
  .indexFuwu li {
    width: 50%;
    flex: none;
    padding: 0;
    text-align: center;
    background-position: center top;
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .indexFuwu li:nth-child(2),
  .indexFuwu li:nth-child(3),
  .indexFuwu li:nth-child(4) {
    background-position: center top;
  }
}

/* 底部 */
footer {
  background-color: #fff;
  padding: 40px 0 0;
}

footer ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer ul.contact {
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  -webkit-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

footer ul li {
  line-height: 34px;
  color: #333;
}

footer ul li:first-child {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}

footer ul li a {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

footer .ewm {
  width: 140px;
  margin-left: 30px;
  text-align: center;
}

footer .ewm img {
  display: block;
  width: 100%;
}

footer ul.contact li strong {
  font-size: 24px;
}

footer .bottom {
  margin-top: 40px;
  padding: 30px 0;
  border-top: solid 1px #eee;
  text-align: center;
}

footer .bottom img {
  float: right;
  position: relative;
  top: -10px;
}

footer .bottom a:hover {
  color: #cc031a;
}

@media (max-width: 1199px) {
  footer {
    padding-bottom: 60px;
  }

  footer ul {
    flex: none;
    width: 50%;
    margin-bottom: 20px;
  }

  footer ul.contact {
    flex: none;
    width: 100%;
  }

  footer .ewm {
    width: 160px;
    margin: 0;
  }

  footer .ewm img {
    width: 120px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  footer .bottom img {
    float: none;
    margin: 0 auto;
    top: 10px;
  }
}

/* 浮动栏 */

.side-always {
  position: fixed;
  z-index: 3;
  width: 76px;
  height: auto;
  right: 5px;
  bottom: 20%;
  box-sizing: border-box;
  z-index: 999;
}

.side-always .side-ico {
  padding-top: 12px;
}

.side-always .side-ico img {
  display: block;
  width: 35px;
  margin: 0 auto 2px;
}

.side-always .side-ico p {
  text-align: center;
  font-size: 13px !important;
  color: #555 !important;
  font-weight: bold;
}

.side-always .side-items {
  display: block;
  position: relative;
  overflow: visible;
  background: #f5f7fc;
  box-shadow: 0 0 20px rgba(111, 145, 170, 1);
  cursor: pointer;
  width: 76px;
  height: 76px;
  border-radius: 5px;
  transition-duration: 0.3s;
  margin-bottom: 2px;
}

.side-always .side-items p {
  font-size: 15px;
  color: #888;
}

.side-always .side-tele {
  position: absolute;
  display: none;
  width: 260px;
  padding: 15px;
  height: auto;
  box-sizing: border-box;
  left: -265px;
  top: 0;
  background-size: 100% 100%;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.side-always .side-tele-content {
  color: #cc031a;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  display: block;
}

.side-always .side-ewm {
  position: absolute;
  display: none;
  width: 160px;
  height: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  right: 105%;
  top: 50%;
  margin-top: -55px;
}

.side-always .side-ewm img {
  display: block;
  width: 100%;
  height: 100%;
}

.side-always .toTop-item img {
  position: relative;
  top: 10px;
}

@media only screen and (max-width: 1199px) {
  .side-always {
    width: 100%;
    height: 60px;
    left: auto;
    bottom: 0;
    top: auto;
    right: 0;
    display: flex !important;
    justify-content: space-between;
    background-color: #fff;
    padding: 5px;
  }

  .side-always .side-items .side-ico>p {
    display: none;
  }

  .side-always .side-items {
    display: inline-block;
    width: 24.27%;
    height: 50px;
    margin: 0;
  }

  .side-always .side-ico {
    padding-top: 8px;
    width: 100%;
    height: 100%;
    box-shadow: none;
  }

  .side-always .side-tele {
    display: none !important;
  }

  .side-always .side-ewm {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
  }

  .side-always .toTop-item img {
    top: 2px
  }
}