@import url(./normalize.css);
@import url(./font-awesome.min.css);
@import url(./font-pop.css);
@import url(./block-icon.css);
body {
  font-family: Arial;
  touch-action: pan-y;
  overflow: hidden auto;
}

header .container {
  max-width: 1180px;
  margin: 0 auto;
}
header {
  background: rgb(255, 255, 255);
  height: 126px;
  position: fixed;
  z-index:99;
  width: 99vw;
}
header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  z-index: 7;
  position: relative;
  min-height: 37px;
}
header .servicebar {
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 26px);
  transform: translateY(-50%);
  right: calc(50% - 590px);
  z-index: 8;
}
.servicebar .linksText i{
  font-size: 14px;
  color: #ddd;
  font-weight: 400;
  font-style: normal;
}
.servicebar .linksText i a {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2em;
  text-align: left;
  cursor: pointer;
}
.servicebar .divider {
  display: flex;
  align-items: center;
  position: relative;
}
.divider .language {
  margin: 0 20px;
}
.divider .language span {
  display: block;
  padding: 8px 12px;
  text-align: center;
  border-left: 2px solid #ececec;
  border-right: 2px solid #ececec;
  color: #666;
  cursor: pointer;
}
header .navCenter2 {
  position: relative;
  height: 52px;
}
header .bottom-box::before {
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -3px;
  left: 0;
  background: #c0d2dc;
  content: '';
}
header .navCenter {
  position: absolute;
  left: 0;
  width: 100%;
  height: 52px;
  bottom: 0;
}
.navBox {
  display: flex;
  transition: all .3s;
}

.navBox .navTile {
  padding: 15px 28px;
  border-left: 2px solid transparent;
  position: relative;
  height: 22px;
  line-height: 22px;
}
.navBox .navTile:last-child {
  border-right: 2px solid #fff;
}
.navBox .navTile .before {
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #2380bd;
  transition: all .3s;
}
.navBox .navTile:hover .before {
  height: 8px;
}
.navBox .navTile .before::before {
  position: absolute;
    content: '';
    width: 2px;
    left: -2px;
    bottom: 0;
    background: #fff;
    height: 5px;
}
.navBox .navTile a {
  text-align: center;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  display: block;
}
.subWra {
  visibility: hidden;
  opacity: 0;
  transform: scale3d(1, 0, 1);
  position: absolute;
  top: 100%;
  transition: .3s;
  transform-origin: top;
  left: 0;
  padding: 0 30px 20px;
  background: #fff;
}
.navBox .navTile.hasub:hover .subWra{
  visibility: visible;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.subWra ul {
  padding-top: 8px;
}
.subWra ul li {
  padding-top: 5px;
  position: relative;
}
.subWra ul .liSub a{
  color: inherit;
  font-size: 15px;
  line-height: 29px;
  height: 29px;
  display: block;
  white-space: nowrap;
  color: #333;
  text-align: left;
}
.divider .langImg {
  display: none;
}

.divider .langNa {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.divider .lang-list {
  position: absolute;
  padding: 8px 15px;
  background: #000;
  top: 100%;
  left: 20px;
  display: none;
}

.divider .lang-item {
  text-align: left;
  height: 26px;
  line-height: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  min-width: 90px;
}

.divider .lang-item:last-child {
  border-bottom: none;
}
main section {
  position: relative;
}
main section strong {
  font-weight: bold;
}
main section * {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
  color: #666;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
main section .container {
  padding: 0 10px;
}
#swiper-banner {
  height: 100%;
  padding-top:126px;
  position: relative;
}
.swiper-container img {
  width: 100%;
  height: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-image: none;
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #248fc8;
}
main .container .in-tit {
  font-family: Poppins;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  letter-spacing:0;
  line-height: 1.4em;
  text-align: center;
}
main .container .in-tit *{
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
.container .in-tit h1 {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  text-align: center;
}
.container .in-tit span {
  line-height: 1.4em;
  padding-top: 4px;
}
/* é¦–é¡µäº§å“ */
.hot-pro .container .in-tit {
  padding-top: 58px;
  margin-bottom: 40px;
}
.hot-pro .in-pro ul {
  /* display: flex; */
  width: 100%;
  border-bottom: 4px solid #dce0e8;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.hot-pro .in-pro ul li {
  position: relative;
  margin-top: 10px;
  height: 42px;
  display: inline-block;
  font-size: 16px;
}
.hot-pro .in-pro ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  color: #6c6e74;
  border: 0 solid #dce0e8;
  border-radius: 0;
}

.hot-pro .in-pro ul li.active a {
  color: #2380bd;
  border: 0 solid #e1e2e4;
  border-radius: 0;
}
.hot-pro .in-pro ul li.move-slider{
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 222px;
  background-color: #2380bd;
  display: list-item;
  transition: all .3s ease-in-out;
}
.pro-container {
  padding: 10px 0;
  position: relative;
}
#pro-item {
  overflow: hidden;
  padding-bottom: 40px;
}
#pro-item p{
  text-align: center;
  display: block;
}
#pro-item .swiper-pagination-bullets span{
  border-radius: 20px;
  background: #869791;
  cursor: pointer;
  margin: 5px 3px;
  opacity: .5;
}
#pro-item .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: .8;
}
.pro-more {
  text-align: center;
  margin-bottom: 10px;
}
.pro-more a {
  height: 46px;
  line-height: 46px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #2380bd;
  color: #fff;
  border-radius: 50px;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  z-index: 4;
  vertical-align: middle;
}
.pro-more a::before,.pro-more a::after{
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  background-color: transparent;
}
.pro-more a::before {
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #12537e;
}
.pro-more a::after {
  top: 0;
  right: 0;
  border-color: transparent #12537e transparent transparent;
}
.pro-more a:hover::before {
  border-width: 800px 0 0 800px;
}
.pro-more a:hover::after {
  border-width: 0 800px 800px 0;
}
.swiper-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5;}
.swiper-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.swiper-buttons div{padding:0;color:transparent;border-radius:0;background-color:transparent;width:42px;height:42px;background-image:url('../images/sw-botton.png')}
.swiper-buttons div:hover{background-color:transparent}
.swiper-buttons .owl-prev{background-position:left top}
.swiper-buttons .owl-prev:hover{background-position:left -42px}
.swiper-buttons .owl-next{background-position:right top}
.swiper-buttons .owl-next:hover{background-position:right -42px}
.swiper-buttons .owl-prev{position: absolute;top: 50%; left: 0;z-index: 10;}
.swiper-buttons .owl-next{position: absolute;top: 50%; right: 0;z-index: 10;}
/* é¦–é¡µå…³äºŽæˆ‘ä»¬ */
.about-us {
  background: url(../images/aboutbg.png) no-repeat fixed center center;
  padding-top: 60px;
}
.about-us .container {
  display: flex;
  flex-wrap: wrap;
}
.about-us .container .about-cont {
  width: 58.34%;
}
.about-us .container .about-img {
  width: 41.66%;
}
.about-us .container .about-img img {
  width: 100%;
}
.about-us .container .about-img a {
  display: block;
  margin: 0 10px;
  max-width: 400px;
  margin-left: 85px;
}
.about-us .container .about-bottom {
  width: 100%;
}
.about-us .in-tit h2,.service .in-tit h2 {
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.about-us .about-text {
  margin-top: 30px;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
  color: rgba(255,255,255,0.78);
  font-weight: 400;
}
.about-us .pro-more {
  text-align: left;
  margin: 30px 0;
}
.about-us .pro-more a {
  background: none;
  border-width: 1px;
}
.about-us .pro-more a::before {
  border-color: transparent transparent transparent #fff;
}
.about-us .pro-more a::after {
  border-color: transparent #fff transparent transparent;
}
.about-us .pro-more a:hover {
  color: #2380bd;
}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}
.about-img img:hover {
  animation:pulse 1s ease-in-out;
  -webkit-animation:pulse 1s ease-in-out;
  animation-iteration-count:1;
  -webkit-animation-iteration-count:1; /*Safari and Chrome*/
}
.about-bottom {
  width: 100%;
  display: flex;
}
.about-bottom li {
  background-color: #186090;
  padding: 30px 0 40px 0;
  text-align: center;
  width: 25%;
  margin-right: 20px;
}
.about-bottom li:last-child{
  margin-right: 0;
}
.about-bottom li span {
  color: #fff;
  font-size: 48px;
}
.about-bottom li p {
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  text-align: center;
}
/* Service */
.service {
  padding-top: 65px;
}
.service .container {
  display: flex;
}
.service .service-cont {
  width: 66.666%;
  box-sizing: border-box;
}
.service .in-tit {
  text-align: left;
}
.service .in-tit h2 {
  color: #333;
  font-weight: 400;
  font-size: 34px;
}
.service .in-tit span {
  display: block;
  padding: 0;
}
.service .service-list {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.service .service-list li {
  padding: 10px 0;
  margin: 0 10px;
}
.service .service-list li:first-child {
  margin-left: 0;
}
.service .service-list li img {
  width: 100%;
}
.service .service-list .service-cont-hd {
  display: block;
  position: relative;
  margin-top: 10px;
}
.service .service-list .service-cont-hd h2 {
  font-family: Poppins;
  font-size: 20px;
  color: #2380bd;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left;
}
.service .service-list .service-cont-hd a {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 1em;
  margin-top: -0.5em
}
.service .service-list .service-cont-bd {
  margin: 10px 0;
}
.service-more {
  margin-top: 20px;
  background-color: #fff;
  color: #2380bd;
  height: 24px;
  line-height: 24px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 16px;
}
.service .fa-long-arrow-right {
  font-size: 14px;
}
.service .service-faq {
  width: 33.33333%;
  margin: 10px;
  margin-left: 50px;
  padding: 30px;
  box-shadow: 0 0 8px 6px rgb(170 170 170 / 18%);
  position: relative;
}
.service .service-faq .faq-bd {
  overflow: hidden;
  position: relative;
  display: block;
  text-align: left;
  float: none;
  inset: auto;
  z-index: auto;
  margin: 0px;
  height: 350px;
  width: 100%;
}
.service .service-faq h2 {
  font-family: Poppins;
  font-size: 28px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2em;
  text-align: left;
  margin-bottom: 20px;
}
.service .service-faq li h3{
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #221815;
}
.service .service-faq li h3 i {
  color: #2380bd;
  font-weight: bold;
  line-height: 1.7em;
}
.service .faqlist-list {
  position: absolute;
  left: 0;
  top: 0;
  /* transition-delay:2s; */
}
.service .faq-answer-wrap {
  display: flex;
}
.service .faq-answer-wrap i {
  color: #2380bd;
  line-height: 1.7em;
  margin-right: 10px;
  font-size: 16px;
}
/* è§†é¢‘æ¨¡å— */
.video {
  margin-top: 55px;
}
.video ul li {
  display: flex;
  overflow: hidden;
  max-height: 640px;
  width: 100%;
  position: relative;
}
.video ul li .video-left {
  flex: 1;
}
.video ul li .vid-tit{
  position: absolute;
  font-size: 84px;
  color: #FFFFFF;
  left: 100px;
  top: 300px;
  line-height: 1.2em;
  z-index: 3;
  transition-delay: 1s;
}
 .video ul li .video-left .vid-tit {
  left: unset;
  right: 90px;
}
.video ul li  .next {
  background-image: url(../images/next.png);
  width: 100px;
  height: 100px;
  position: absolute;
  right: 60px;
  bottom: 65px;
  cursor: pointer;
  background-size: contain;
  transition: all 0.8s linear 1.6s;
  z-index: 3;
  transition-delay: 1.5s;
}


.video ul li video {
  width: 100%;
}
.video ul li .video-right {
  width: 25%;
  transition: all 1s linear;
  background: #2380bd;
  flex-shrink: 0;
}
.video ul li img {
  width: 100%;
}
.video ul .video-item2 .video-left{
  width: 25%;
  background: #2380bd;
}
.video ul .video-item2 .video-right {
  width: 75%;
  background: none;
}
.video .vid-txt {
  padding: 70px 40px 0;
  font-size: 26px;
  color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.video .page {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 26px;
  opacity: 0.49;
  color: #fff;
  line-height: 1.7;
}
/* new */
.new {
  padding-top: 30px;
}
.new .container {
  padding: 30px 0 40px;
}
.new .new-list {
  position: relative;
  margin-top: 20px;
}
.new .new-list .new-item {
  background: #fff;
  cursor: pointer;
}
.new .new-list .new-item img {
  width: 100%;
  height: auto;
}
.new .new-list .new-item:first-child {
  width: 580px;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.new .new-list .new-item:first-child .new-cont{
  position: absolute;
  line-height: 1.4em;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #e6e6e6;
  padding: 10px 5%;
  transition: 600ms;
  -webkit-transition: 600ms;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new .new-list .new-item:first-child .new-cont .time {
  width: 27%;
  font-size: 14px;
}
.new .new-list .new-item:first-child .new-cont h5 {
  width: 70%;
  font-size: 16px;
}
.new .new-list .new-item:first-child:hover .new-cont {
  transform: scale(1.05);
}
.new .new-list .new-item:nth-child(2) {
  top: 0;
}
.new .new-list .new-item:nth-child(3) {
  top: 151px;
}
.new .new-list .new-item:nth-child(4) {
  bottom: 0;
}
.new .new-list .new-item:not(:first-child) {
  position: absolute;
  right: 0;
  width: 580px;
  height: 116px;
  display: flex;
  overflow: hidden;
}
.new .new-list .new-item:not(:first-child)::after {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 10px;
  position: absolute;
  border-style: solid;
  right: 0px;
  bottom: 0px;
  border-color: transparent #12537e #12537e transparent;
}
.new .new-list .new-item:not(:first-child) .img-box {
  width: 170px;
  height: 116px;
}
.new .new-list .new-item:not(:first-child) .time {
  padding: 13px 40px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  width: calc(100% - 80px);
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #323232;
  color: inherit;
}
.new .new-list .new-item:not(:first-child) .time * {
  font-weight: inherit;
  color: inherit;
}
.new .new-list .new-item:not(:first-child) img {
  height: 100%;
  width: auto;
}
.new .new-list .new-item:not(:first-child) .new-cont h5 {
  overflow: hidden;
  width: calc(100% - 80px);
  color: #9b9999;
  margin: 0 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  font-size: 16px;
  color: inherit;
}
.new .new-list .new-item:not(:first-child):hover {
  background-color: #2380bd;
}
.new .new-list .new-item:not(:first-child):hover .new-cont {
  color: #fff;
}
.new .pro-more {
  margin: 40px 0 20px;
}
/* åº•éƒ¨ */
footer {
  background-color: #28364e;
  padding-top: 56px;
}
footer .foot-hd ul {
  display: flex;
  width: 100%;
  height: 94px;
}
footer .foot-hd ul li {
  padding-left: 44px;
  width: 25%;
}
footer .foot-hd ul li h2 {
  font-size: 16px;
    color: rgba(255,255,255,0.64);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 4px;
}
footer .foot-hd ul li p {
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
  color: #fff;
}
footer .foot-hd ul li:nth-child(1) {
  background: url(../images/foot-icon1.png) no-repeat ;
}
footer .foot-hd ul li:nth-child(2) {
  background: url(../images/foot-icon2.png) no-repeat;
}
footer .foot-hd ul li:nth-child(3) {
  background: url(../images/foot-icon3.png) no-repeat ;
}
footer .foot-hd ul li:nth-child(4) {
  background: url(../images/foot-icon4.png) no-repeat ;
}
footer .foot-bd {
  padding: 40px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
footer .foot-bd ul {
  display: flex;
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
  font-size: 14px;
  color: rgba(255,255,255,0.46);
  font-weight: 400;
}
footer .foot-bd ul .foot-bd-item {
  width: 25%;
  position: relative;
}
footer .foot-bd ul .foot-bd-item:first-child {
  width: 33.333%;
}
footer .foot-bd ul .foot-bd-item:first-child p {
  margin-top: 30px;
  padding-right: 40px;
}
footer .foot-bd ul .foot-bd-item:nth-child(2) {
  width: 16.66666%;
}
footer .foot-bd .foot-bd-item h3 {
  font-family: Poppins;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left;
  padding-bottom: 16px;
}
footer .foot-bd .foot-bd-item ul {
  display: flex;
  flex-wrap: wrap;
}
footer .foot-bd .foot-bd-item li {
  width: 100%;
}
.foot-bd-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.foot-bd-box a{
  letter-spacing: 4px;
  line-height: 1.8em;
  margin: 0 5px 0 0;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.foot-bd-box a span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
  background: url(../images/style123tiny.png) no-repeat;
}
.foot-bd-box a:nth-child(1) span {
  background-position: 0 0;
  background-color: #3b5998;
}
.foot-bd-box a:nth-child(2) span {
  background-position: 0 -256px ;
  background-color: #00aced;
}
.foot-bd-box a:nth-child(3) span {
  background-position: 0 -320px;
  background-color: #cd332d;
}
.foot-bd-box a:nth-child(4) span {
  background-position: 0 -960px ;
  background-color: #3f729b;
}
.foot-bd-box a:hover span {
  transform: rotateY(
    360deg);
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(
    360deg);
        -o-transform: rotateY(360deg);
        transition: transform 1s;
        -moz-transition: transform 1s;
        -webkit-transition: transform 1s;
        -o-transition: transform 1s;
}
footer .foot-bd .foot-btn {
  background-color: rgba(255,255,255,0.1);
  position: relative;
  margin: 6px 0 12px;
}
footer .foot-bd .foot-btn input {
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  height: 42px;
  line-height: 42px;
  width: 160px;
  text-indent: 10px;
  background-color: transparent;
  border: 0;
}
footer .foot-bd .foot-btn button {
  line-height: 30px;
  height: 42px;
  position: absolute;
  right: 0;
  border: 0;
  font-size: 14px;
  color: #fff;
  background-color: #2380bd;
  padding: 0 24px;
  transition: all .3s ease;
}
footer .foot-bd .foot-btn button:hover {
  opacity: .9;
}
footer .foot-bt {
  color: rgba(255,255,255,0.3);
  line-height: 1.6em;
  text-align: left;
  padding-bottom: 10px;
}
.online-list {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 20px;
}
.online-list ul {
  background: rgba(0,0,0,0.5);
  border-radius: 30px;
}
.online-list ul li {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.online-list ul li a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  padding-left: 16px;
  height: 100%;
  line-height: 50px;
  text-align: left;
  background: #2380bd;
  color: #fff;
  border-radius: 50px;
  z-index: 19;
  overflow: hidden;
  transition: width .5s;
  transform: scale(0);
}
.online-list ul li:hover i{
  transform: scale(1.2);
}
.online-list ul li:hover>a {
  width: 175px;
  transform: scale(1);
}
.online-list ul li:nth-child(3):hover>a {
  width: 200px;
}
.online-list ul li:nth-child(5):hover>a {
  width: 130px;
}
.icon-top:hover {
  transform: scale(1.1);
}
.online-list ul li .big-icon {
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  z-index: 99;
  position: absolute;
}
.online-list ul li .big-icon.block-iconyouxiang {
  font-size: 20px;
}
.online-list ul li .big-icon.block-iconfanhuidingbu {
  background-color: #2380bd;
  font-size: 16px;
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin-top: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}
.tawk-min-container {
  position: fixed;
  display: block;
  z-index: 99;
  justify-items: center;
  left: 0;
  bottom: 0;
  height: 10%;
  width: 10%;
}
.tawk-button {
  width: 64px;
  height: 60px;
  left: 20px;
  bottom: 20px;
  background-color: #2380bd;
  border-radius: 50%;
  position:absolute;
  cursor: pointer;
}
#Chat-icon {
  fill: #fff;
  position: absolute;
  left: 16px;
  top: 14px;
}
#Chat-icon path{
  transition: all 1s linear;
}
.tawk-min-container.active #Chat-icon path {
  d: path("M466.24042,400.4053l272.927-275.99463c6.94586-8.76452,11.13092-20.00501,11.13092-32.20959 s-4.18506-23.42317-11.21857-32.29724l0.08765,0.10955c-8.76453-6.94588-20.005-11.13094-32.20959-11.13094 c-12.20453,0-23.42316,4.18505-32.29724,11.21858l0.10956-0.08765L401.84311,336.008L125.84851,60.0134 c-8.76452-6.94588-20.00501-11.13094-32.2096-11.13094s-23.42316,4.18506-32.29724,11.21858l0.10955-0.08765 C54.50535,68.77792,50.32029,80.01842,50.32029,92.223s4.18505,23.42317,11.21858,32.29724l-0.08764-0.10956l275.9946,275.99463 L61.45122,673.33234c-6.94588,8.76453-11.13094,20.005-11.13094,32.20959s4.18506,23.42316,11.21858,32.29724l-0.08765-0.1095 c8.19483,7.64703,19.2162,12.33606,31.33314,12.33606c0.83263,0,1.68717-0.02191,2.49789-0.06573h-0.10957 c0.54779,0.02191,1.20512,0.04382,1.86246,0.04382c11.32813,0,21.5388-4.71094,28.79144-12.29224l0.0219-0.02191 l275.99463-272.92703l272.92703,272.92703c7.2746,7.58136,17.48523,12.31415,28.81335,12.31415 c0.65735,0,1.29279-0.02191,1.95013-0.04382h-0.08765c0.72308,0.04382,1.55573,0.06573,2.38831,0.06573 c12.11694,0,23.16022-4.68903,31.37695-12.35797l-0.02185,0.02191c6.94586-8.76447,11.13092-20.005,11.13092-32.20959 c0-12.20453-4.18506-23.42316-11.21857-32.29724l0.08765,0.10956L466.24042,400.4053z");
  transition: all 1s linear;
}
.tawk-flex {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 90px;
  left: 10px;
  border-radius: 10px;
  font-family: Helvetica,sans-serif;
  border: 1px solid #e9e9e9;
  background-color: #2380bd;
  flex-direction: column;
  transform: scale(0);
  transition: all .3s linear;
}
.tawk-min-container.active .tawk-flex {
  transform: scale(1);
  height: 470px;
  width: 350px;
  display: flex;
}
.tawk-flex-hd {
  width: 100%;
  flex: 1;
}
.tawk-flex-hd p{
  padding: 16px;
  padding-bottom: 26px;
  font-size: 16px;
  line-height: 1.618;
  text-align: center;
  color: #fff;
  margin: 10px 0 ;
}
.tawk-flex-bd {
  position:absolute;
  flex: 0;
  width: 262px;
  height: 300px;
  top:20%;
  left: calc(50% - 150px);
  background-color: #fff;
  border: 1px solid #d9dbe4;
  border-left: 5px solid #2380bd;
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 8%);
  border-top-left-radius: 0;
}
.tawk-flex-fd {
  background-color: #fff;
  width: 100%;
  flex: 3.5;
  margin-top: 1px;
  border: 1px solid #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tawk-flex-bd form {
  position: relative;
  display: flex;
  flex-direction: column;
}
.tawk-flex-bd form .tawk-flex-bd-item {
  position: relative;
  margin-bottom: 16px;
}
.tawk-flex-bd form input,.tawk-flex-bd form textarea {
  height: 24px;
  max-width: 100%;
  width: calc(100% - 16px);
  border: 1px solid #d9dbe4;
  background: #fff;
  color: #545454;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
  color: inherit;
  border-color: inherit;
  padding: 8px;
}
.tawk-flex-bd form label {
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 0 100%;
    transform: translateY(10px);
    color: #545454;
    background-color: transparent;
    padding: 0 8px;
    transition: all .3s ease-in-out;
    font-family: Lato ;
    font-size: 13px;
    display: block;
    line-height: normal;
    margin-left: 8px;
    color: inherit;
}
.tawk-flex-bd form textarea {
  height: 60px;
}
.tawk-flex-bd form label.active {
  transform: translateY(-10px) scale(.9);
  background-color: #fff;
  color: #bf1212;
}
.tawk-form-danger, .tawk-form-danger:focus {
  color: #bf1212;
  border-color: #bf1212;
}
.tawk-text-regular{
  color: #bf1212;
  font-size: 12px;
}
.tawk-form-footer .tawk-butto2 {
    margin-top: -5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 40px;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 16px;
    vertical-align: middle;
    font-size: 16px;
    background-color: #2380bd;
    border-color: #2380bd;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 0;
}
.tawk-butto2 p {
  text-align: center;
  position: relative;
  font-size: 16px;
}
.tawk-butto2 .tawk-icon {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  background: url(../images/tawk-icon.png) no-repeat;
  right: calc(50% + 28px);
  top: -2px;
}
.servicebar .linksText i a:hover ,.service .service-list .service-cont-hd a:hover,.subWra ul .liSub a:hover{
  color: #2380bd;
}
.hot-pro {
  background: url(../images/bg.png) no-repeat scroll center top;;
}
.service,.o-news,.appliction-list li:nth-child(2),.new {
  background: rgb(240, 244, 249);
}
