﻿html,body{
  padding:0;
  margin:0;
  font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;
  background-color: #f2f1f0;
}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;}
ul{padding:0px;margin:0px;list-style:none;}
a {text-decoration: none;}
.flex {
  display: flex;
}
.flex-col-center {
  display: flex;
  align-items: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* img */
.img-logo {
  width: 152px;
  height: 57px;
}
/* img end */
.nav {
  max-width: 1100px;
  margin: 0 auto;
  height: 94px;
}
.nav ul {
  margin-left: 120px;
}
.nav ul li {
  margin-right: 70px;
  font-size: 16px;
  cursor: pointer;
  min-width: 80px;
  color: #3e3a39;
}
.nav-right {
  color: #3e3a39;
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
}
.line-grey {
  max-width: 1200px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}
.nav-right::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 12px;
  margin-right: 8px;
  background: url('./images/english.png') center/100% no-repeat;
}
.web{max-width:1200px;margin:0 auto;}
.navtworank { position: absolute; z-index: 999999; left: 0; top: 93px; background: url('./images/bg-16.png') repeat-x left bottom; width: 100%; }
.navtworankM { background: url('./images/icon-03.png') no-repeat center bottom; }
.navtworankM2 { background: url('./images/bg-17.png') repeat-x left top; width: 100%;}
.navtworank .web { position: relative;}
.headnavtwo { padding: 38px 0; display: flex;}
.product-nav,.pl235{padding-left:80px; box-sizing: content-box;}
.navproduct ul { text-align: center; }
.navproduct ul li { display: inline-block; width: 203px; border-right: 1px solid #01469a; text-align: center; font-size: 18px; line-height: 24px; }
.navproduct ul li.firstli { border-left: 1px solid #01469a; }
.navproduct ul li img { display: block; width: 126px; height: 118px; margin: 0 auto; }
.navproduct ul li a { color: #01469a; display: block; }
.product-nav{float: left;/*width:185px;*/}
.wqpsolution-title{color:#01469a;font-size:18px;margin-bottom: 25px;}

.nav-solutionbox .witem{padding-right:30px !important;}
@media (max-width:1300px) {
	.nav-solutionbox .witem {
        padding-right: 25px !important;
        font-size: 14px;
    }
}
@media (max-width:1200px) {
	.nav-solutionbox .witem {
        padding-right: 20px !important;
        font-size: 12px;
    }
}
.nav-solutionbox .witem{float: left;padding-right:80px;}
.nav-solutionbox a{color:#595959;display: block;padding-bottom: 16px; font-size: 15px;cursor: pointer;}
.navsolution  .navsolutionR{width:450px;}
.navsolutionL { float: left; width: 684px; padding-left: 120px; padding-right: 22px; border-right: 1px solid #e6e6e6; box-sizing: content-box; }
.navsolutionL ul li { float: left; width: 200px; margin-left: 54px; }
.navsolutionL ul li h4 { font-size: 18px; color: #01469a; line-height: 20px; margin-bottom: 14px; }
.navsolutionL ul li h4 a { color: #01469a; }
.navsolutionL ul li .Snavs a { display: block; font-size: 14px; line-height: 33px; color: #595959; }
.navsolutionL ul li.li1 { margin-left: 0; width: 196px; padding-right: 30px; }
.navsolutionL ul li.li1 .Snavs a { float: left; width: 80px; }
.navsolutionL ul li .Snavs a:hover { color: #01469a; }
.navsolutionR { float: left; margin-left: 49px; width: 203px; font-size: 14px; line-height: 24px; }
.navsolutionR h4 { font-size: 18px; color: #1b1b1b; line-height: 20px; margin-bottom: 14px; }
.navsolutionR img { display: block; width: 203px; height: 114px; margin-bottom: 5px; }
.navsolutionR a { color: #595959;text-decoration: none; }
.navsolutionR a:hover { color: #01469a; }
.wqpindustry{border-right:1px solid #CCCCCC;}
.wqpindustry .witem{width:140px;padding-right:0;}
.witem a:hover{color:#01469a;}
.product-solutionnav .nav-solutionbox .witem{padding-right:45px;}
.product-solutionnav{float:left;border-left:1px solid #CCCCCC;padding-left:60px;}
.wqpsolution-left{float:left;padding-left:235px;width:460px; box-sizing: content-box; border-right:1px solid #CCCCCC;}
.wqpsulotion .qsitem{float:left;margin-right:10px;}
.wqpindustry{border-right:1px solid #CCCCCC;}

/* banner */
.img-banner {
  width: 100%;
  background: url('./images/banner-bg.png') bottom center / cover no-repeat;
  height: 620px;
}

.banner-content {
  position: absolute;
  top: 200px;
  left: 200px;
  box-sizing: border-box;
  /* padding: 200px 250px; */
  transform-style: preserve-3d;
}
.banner-title {
  font-size: 40px;
  color: #fff;
}
.banner-desc {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner-content img {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: all .5s ease-in-out;
}
.img-online {
  background: url('./images/banner-btn-2.png') no-repeat;
  margin-left: 20px;
  width: 198px;
  height: 54px;
}
.img-online:hover {
  background: url('./images/banner-2-hover.png') no-repeat;
}
.breath {
  animation: breath 1s infinite;
}

.banner-content .js-effect-wrap:hover{
  /* animation: banner linear 1s alternate; */
}

.banner-rights {
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 500px;
  height: 500px;
}

/* @keyframes banner {
  0% {
      transform: translateY(10px);
      opacity: 0;
  }
  100% {
      transform: translateY(-10px);
      opacity: 1;
  }
} */
.banner-img-1 {
  position: absolute;
  right: 354px;
  bottom: 68px;
  animation: banner linear 1.5s infinite alternate;
}
.banner-img-2 {
  position: absolute;
  right: 100px;
  bottom: 100px;
  animation: banner linear 1.5s infinite alternate;
}

.banner-img-3 {
  position: absolute;
  right: 0;
  top: -50px;
  animation: banner linear 1.5s infinite alternate;
}

@keyframes banner {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 68px;
  z-index: 100;
  opacity: .9;
  background: url('./images/footer.jpg') bottom center / cover no-repeat #f2f1f0;
}
.btn-contact {
  width: 50%;
  height: 100px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
/* part-2 */
.part-2,
.part-3,
.part-4,
.part-5,
.part-6,
.part-7,
.part-8 {
  max-width: 1100px;
  margin: 0 auto;
}
.part-1 {
  position: relative;
  max-width: 1200px;
  margin: 100px auto -110px;
  z-index: 10;
  height: 507px;
  background: url('./images/part1/bg.png') bottom center/cover no-repeat;
}
.part-1 > div {
  width: 120px;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}
.part-1 > div:hover .part-1-title{
  background-image: linear-gradient(90deg, #255ada 0%, #25c8e7 100%);
  color: #fff;
}
.part-1 > div:hover {
  transform: translateY(-5px);
}
.part-1-title {
  width: 100px;
  line-height: 30px;
  margin-bottom: 10px;
  height: 30px;
  border-radius: 20px;
  color: #595959;
  padding: 4px 10px;
  border: 1px solid #25c7e7;
  text-align: center;
  background: #fff;
}
.part-1-home {
  background-color: #fff;
}
.part-1-home .h3-title {
  padding: 80px 0;
}
.part-1-1 {
  position: absolute;
  top: -20px;
  left: 150px;
}
.part-1-2 {
  position: absolute;
  top: -90px;
  left: 380px;
}
.part-1-3 {
  position: absolute;
  top: -80px;
  right: 360px;
}
.part-1-4 {
  position: absolute;
  top: -20px;
  right: 150px;
}
.part-1-5 {
  position: absolute;
  bottom: 250px;
  right: 300px;
}
.part-1-6 {
  position: absolute;
  bottom: 250px;
  left: 300px;
}




.part-2-home {
  background-color: #ecf8ff;
  padding: 80px 0;
}
.part-2 li {
  width: 173px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #ffffff;
  margin: 10px;
  color: #3e3a39;
  font-size: 20px;
  cursor: pointer;
}
.part-2 li.active {
  color: #2558da;
  font-weight: bold;
}
.part-2 li:first-child {
  margin-top: 0;
}
.part-2 li:last-child {
  margin-bottom: 0;
}
.part-2-right {
  width: 631px;
  height: 486px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.home {
  /* margin-bottom: 100px; */
}
.block {
  display: block;
}
.hide {
  display: none;
}
.h3-title {
  margin: 0 auto 70px;
  font-size: 34px;
  color: #3e3a39;
  font-weight: normal;
  text-align: center;
}
.part-3-home {
  padding: 80px 0;
  background-color: #fff;
}
.part-3-home .h3-title {
  margin-top: 0;
  margin-bottom: 50px;
}
.part-3 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.part-3 .content-title {
  box-sizing: border-box;
  width: 536px;
  height: 47px;
  line-height: 47px;
  font-size: 20px;
  padding-left: 20px;
  color: #fff;
	background-image: linear-gradient(90deg, #2558da 0%, #34bbd7 100%);
}
.part-3 .content-title span {
  font-weight: bold;
}
.part-3-content {
  width: 536px;
  box-shadow: 0px 8px 20px 0px 
		rgba(200, 209, 215, 0.35);
  border: solid 1px #ededed;
  margin-top: 20px;
  overflow: hidden;
  cursor: pointer;
}
.part-3 .img-box {
	height: 295px;
	background-color: #ededed;
}
.part-3 .img-box img {
  width: 100%;
  height: 100%;
}
.part-3 .content-bottom {
  height: 194px;
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.part-3 .content-bottom div {
  margin-bottom: 14px;
  font-size: 18px;
  color: #3e3a39;
  padding-bottom: 14px;
  border-bottom: solid 3px #ededed;
}
.part-3 .content-bottom div:last-child {
  border: none;
}
.part-3 .content-bottom div span {
  font-weight: bold;
}
.part-3 .another-height {
  height: 250px;
}
.part-4-home {
  padding: 80px 0;
  background-color: #ecf8ff;
}
.part-4-home .text-title {
  text-align: center;
  font-size: 34px;
  color: #3e3a39;
  font-weight: normal;
}
.part-4 {
  margin-top: 70px;
  justify-content: space-between;
}
.part-4 li {
  position: relative;
  height: 384px;
  background-color: #ffffff;
	box-shadow: 0px 8px 20px 0px 
    rgba(200, 209, 215, 0.35);
  text-align: center;
  color: #3e3a39;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all .5s ease;
}
.img-title {
  transform: scale(1);
  transition-duration: 1s;
}
.part-4 li:hover {
  box-shadow: 0 5px 10px #e4e8ec;
  transform: translateY(-5px);
}
.part-4 li:hover .part-4-title {
  color: #0040e9;
}
.part-4 li:hover .img-title {
  transform: scale(1.1);
  transition-duration: 1s;
}
.part-4 .part-4-title {
  font-size: 20px;
	font-weight: bold;
  color: #3e3a39;
  margin-top: 54px;
}
.line-blue {
  width: 36px;
	height: 5px;
  background-color: #255ada;
  margin: 17px auto 14px;
}
.icon-part-4 {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.part-5-home {
  height: 710px;
  background: url('./images/part5/bg.png') bottom center / cover no-repeat;
}
.part-5 {
  height: 714px;
  background: url('./images/part5/bg5.png') bottom center / cover no-repeat;
}
.part-5-home .h3-title {
  color: #fff;
  padding: 80px;
  margin-bottom: 0;
}
.part-5-li {
  position: relative;
  font-size: 22px;
  color: #ffffff;
  width: 240px;
  height: 385px;
  text-align: center;
  margin-right: 153px;
}
.part-5-li:first-child {
  margin-left: 50px;
}
.part-5-li.li-second {
  margin-right: 134px;
}
.part-5-home .li-title {
  width: 240px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 40px;
}
.part-5-home .li-desc {
  font-size: 24px;
}
.part-5-li:first-child .li-desc {
  margin-top: 60px;
}
.part-5-home .li-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 240px;
  height: 64px;
  margin: 0 auto;
	line-height: 64px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #255ada;
  cursor: pointer;
}
.part-5-home .li-btn:hover {
  background-image: linear-gradient(90deg, 
		#255ada 0%, 
		#25c8e7 100%);
  border: solid 1px #25c7e7;
  color: #fff;
}
.part-6-home {
  padding: 80px 0;
  background-color: #ecf8ff;
}
.part-6 li {
  flex-basis: 33%;
  text-align: center;
  background: #fff;
}
.part-6 li div {
  height: 54px;
  line-height: 54px;
  color: #3e3a39;
  border-bottom: solid 1px #d2d2d2;
  border-right: solid 1px #d2d2d2;
}
.part-6 .more-height {
  height: 90px;
  line-height: 1.5;
} 
.part-6 li div:first-child {
  border-top: solid 1px #d2d2d2;
  /* border-left: solid 1px #d2d2d2; */
}
.part-6 li:first-child div{
  /* border-right: none; */
  border-left: solid 1px #d2d2d2;
}
.part-6 .text-blue {
  background-color: #255ada;
  color: #fff !important;
}
.part-6 .part-6-second {
  background-image: linear-gradient(0deg,#ffffff 0%, #edf8ff 100%);
 
}
.part-6 .part-6-second div {
  color: #255ada;
}
.part-7-home {
  padding: 80px 0;
  background-color: #fff;
}
.part-7-home .h3-title {
  margin-bottom: 20px;
}
.part-7-desc {
  font-size: 20px;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 60px;
}
.part-7 li {
  width: 300px;
  margin-right: 10px;
}
.part-7-title {
  height: 58px;
  line-height: 58px;
  background-color: #255ada;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.part-7-content {
  height: 220px;
  box-sizing: border-box;
  padding: 30px;
  color: #3e3a39;
  background-image: linear-gradient(15deg, #ecf8ff 0%, #ffffff 100%);
}
.part-7-content .content-line1 {
  height: 60px;
  box-sizing: border-box;
}
.line-grey {
  height: 2px;
  background-color: #d2d2d2;
  margin-top: 30px;
  margin-bottom: 20px;
}
.part-7-title::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  background: url('./images/part-7/icon-7-1.png') center/100% no-repeat;
}
.part-7-title-2::before {
  background: url('./images/part-7/icon-7-2.png') center/100% no-repeat;
}
.part-7-title-3::before {
  background: url('./images/part-7/icon-7-3.png') center/100% no-repeat;
}
.part-7-home .li-btn {
  width: 224px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size:20px;
  font-weight:bold;
  background-color: #255ada;
  margin-right: 50px;
  cursor: pointer;
  color: #FFF;
}
.part-7-home .li-btn:hover {
  background-image: linear-gradient(90deg, #2557da 0%, #25c8e7 100%);
  box-shadow: 0px 8px 20px 0px rgba(200, 209, 215, 0.35);
  color: #fff;
  font-weight: bold;
}
.part-7-home .btns {
  margin: 70px auto 0;
  width: 500px;
}
.part-7 .li-first {
  text-align: center;
  font-weight: bold;
}
.part-7 .li-first div:first-child {
  margin-top: 100px;
}
.part-7 .li-first div:last-child {
  margin-top: 80px;
}
.part-8-home {
  padding: 80px 0;
  background-color: #ecf8ff;
}
.part-8-tabs {
  justify-content: space-between;
}
.part-8-tabs li {
  width: 265px;
	height: 64px;
	line-height: 64px;
	background-color: #255ada;
	box-shadow: 0px 8px 20px 0px 
		rgba(200, 209, 215, 0.35);
  text-align: center;
  color: #FFF;
  font-size: 22px;
  cursor: pointer;
}
.part-8-tabs li.active {
  position: relative;
  color: #0070d5;
  font-weight: bold;
}
.part-8-tabs li.active::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 83px;
	height: 3px;
  background-color: #0070d5;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.part-8 .part-8-detail {
  width: 265px;
	height: 213px;
  background: #fff;
	box-shadow: 0px 8px 20px 0px 
		rgba(200, 209, 215, 0.35);
  border-radius: 3px;
  margin-bottom: 24px;
  overflow: hidden;
  transition: all .5s;
}
.part-8 .part-8-detail:hover {
  background-color: #255ada;
  color: #fff;
  box-shadow: 0 5px 10px #e4e8ec;
  transform: translateY(-5px);
}
.part-8 .part-8-detail:hover .detail-bottom {
  color: #fff;
}
/* .part-8 .part-8-detail.active {
  background-color: #255ada;
  color: #fff;
} */
.part-8 .part-8-detail.active .detail-bottom {
  color: #fff;
} 
.part-8 .detail-bottom {
  color: #3e3a39;
  font-size: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.part-8-content {
  cursor: pointer;
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part-8-detail:hover .img-title {
  transform: scale(1.1);
  transition-duration: 1s;
}
.part-3-content:hover .img-title {
  /* transform: scale(1.1); */
  /* transition-duration: 1s; */
}
.btn-more {
  text-align: center;
  margin-top: 70px;
  color: #255ada;
  font-size: 20px;
  cursor: pointer;
}

/*é¡µè*/
.footer { border-top: none; margin-bottom: 68px;}
.header-area {color:#333;margin-right:100px;}

/*é¡µè*/
.footer { margin-top: -50px; position: relative; z-index: 10; border-top: 2px solid #004599; padding-top: 40px; background-color: #FFF;}
.footertopL { float: left; border-right: 1px dashed #aaa; margin-right: -1px; }
.footertopL ul li { float: left; margin-right: 70px; width: 108px; }
.footertopL ul li h4 { display: block; font-size: 18px; color: #004599; line-height: 20px; padding-bottom: 24px; }
.footertopL ul li h4 a { color: #004599; }
.foottwonav a { display: block; width: 96px; margin-right: 12px; font-size: 13px; color: #363636; line-height: 20px; margin-bottom: 10px; }
.footertopL ul li.li1 { width: 216px; }
.footertopL ul li.li1 .foottwonav a { float: left; }
.footertopR { float: right; font-size: 18px; line-height: 24px; margin-right:80px;}
.footertopR h4 { display: block; font-size: 18px; color: #004599; line-height: 20px; padding-bottom: 24px; }
.footertopR .num { font-size: 21px; font-weight: bold; color: #004599; }
.footattention { margin-top: 20px; }
.footattention dl dt { float: left; font-size: 13px; position: relative; margin-right: 6px; }
.footattention dl dd { float: left; position: relative; margin-right: 6px; }
.footattention dl dd img { display: block; }
.footattention dl dd .img2 { display: none; }
.footattention dl dd .EWMbox { position: absolute; bottom: 30px; display: block; width: 173px; height: 192px; left: 50%; margin-left: -91px; display: none; text-align: center; font-size: 13px; color: #333; line-height: 20px; padding: 12px 4px 20px 4px; }
.footattention dl dd .EWMbox img { width: 160px; margin: 0 auto; }
.footattention dl dd.hover .img1 { display: none; }
.footattention dl dd.hover .img2 { display: block; }
.footattention dl dd.hover .EWMbox { display: block; }
.footerbottom a { color: #333; }
.footerbottomR { margin-right:50px;}
.footerbottomR a { float: right; margin-left: 8px; }
.footerbottomR a img { display: block; height: 22px; }
/* .slidelinkbtn { padding-right:14px;background:url(./images/sicon-01.png) no-repeat right center;} */
/*åæé¾æ¥*/
.friendlinkbox { position:absolute;left:50%;bottom:36px;margin-left:-450px;border:1px solid #dcdcdc;width:132px;padding:10px 0;-moz-box-shadow:0 0px 4px rgba(0,0,0,0.2);-webkit-box-shadow:0 0px 4px rgba(0,0,0,0.2);-ms-box-shadow:0 0px 4px rgba(0,0,0,0.2);box-shadow:0 0px 4px rgba(0,0,0,0.2);display:none;z-index:5;background-color:#fff;}
.friendlinkbox a { display:block;line-height:33px;height:33px;overflow:hidden;text-align:center;font-size:13px;color:#333;}
.friendlinkbox a:hover { color:#01469a;}

.footertopL ul li{margin-right:97px;}
.footer a {color: #666;font-size: 14px;}


.hotlink {
  margin-top: -20px;
}
.hotlink a{
  margin-right: 35px;
  color: #666;
  font-size: 14px;
}
.remen{
	font-size: 18px;
	font-family: å¾®è½¯éé»;
	font-weight: bold;
	color: #363636;
}
.btn{
	display: inline-block;
  border-radius: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.footerbottom { font-size: 12px; color: #333; line-height: 22px; padding: 7px 0; background-color: #e1e1e1; height: 40px; margin-top: 10px;position:relative; }
.footerbottom a { color: #333; }
.footerbottomR { margin-right:50px;}
.footerbottomR a { float: right; margin-left: 8px; }
.footerbottomR a img { display: block; height: 22px; }
.fr { float:right; }
.fl { float:left; }
.footerbottomR { margin-right:50px;}
.footerbottom a { color: #333; font-size: 12px;}


/*ä¾§è¾¹æ²éå·¥å·æ ·å¼20190822*/
.slidebar {
  position: fixed;
  top:300px;
  transform: translateY(-50%);
  -moz-transform: ranslateY(-50%);
  -webkit-transform: ranslateY(-50%);
  -ms-transform: ranslateY(-50%);
  right: 0;
  height: auto;
  width: 62px;
  background-color: #fff;
  z-index: 9999999999;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.slidebar .serviceCon>div {
  border: 1px solid #DDD;
  border-top: none;
  width: 100%;
  height: 70px;
  font-size: 10px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.slidebar p {
  padding-top: 0;
  line-height: 14px;
}

.slidebar a>img {
  width: 30px;
  height: auto;
  margin-bottom: 5px;
}

.slidebar a {
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-decoration: none;
  color: #000;
}

.slidebar .toTop {
  border: 1px solid #DDD;
  height: 55px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-sizing: border-box;
}

.slidebar .toTop>img {
  width: 40px;
  height: 40px;
}

.slidebar .toggleBar {
  border: 1px solid #DDD;
  border-top: 0;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.slidebar .toggleBar>img {
  width: 35px;
  height: auto;
}

.imgRotate {
  transform: rotate(360deg) scale(0.2);
  -webkit-transform: rotate(360deg) scale(0.2);
  -o-transform: rotate(360deg) scale(0.2);
  -ms-transform: rotate(360deg) scale(0.2);
  -moz-transform: rotate(360deg) scale(0.2);
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}