@charset "UTF-8";
/*导入字体图标*/
@import url(iconfont.css);

p {
  margin: 0;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: 'PingFangSC', 'helvetica neue', 'hiragino sans gb', 'arial', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
  color: #222;
}

a {
  color: #222;
}

head,
footer,
section {
  display: block;
}

.no-right-padding {
  padding-right: 0;
}

.no-left-padding {
  padding-left: 0;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

@keyframes imgHover1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../img/A0homepage/leftArrow.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../img/A0homepage/rightArrow.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: -17px center;
}

.bg-gray {
  background: #f7f8f9;
}

/*navbar*/
.header {
  width: 100%;
  position: absolute;
  z-index: 3;
}

.header .navbar {
  height: 70px;
  padding-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-brand {
  margin-right: 130px;
}

.navbar-nav>li {
  margin-right: 35px;
}

.navbar-nav>a {
  font-size: 16px;
  letter-spacing: 1px;
}

.navbar-nav>li>a {
  color: #fff;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
  background: transparent;
  color: #0885dd;
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:hover,
.navbar-nav>.open>a:focus {
  color: #0885dd;
  background: transparent;
}

.navbar-nav>.active:after,
.navbar-nav>li:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #0885dd;
  margin-top: 6px;
}

.search {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.login-search {
  line-height: 50px;
}

.login-search a {
  color: #fff;
}

.navbar-toggle {
  border: none;
}

.phone-close-nav,
.phone-blue-logo {
  display: none;
}

.header .dropdown-menu {
  min-width: 100%;
  text-align: center;
  border: none;
  background: rgba(255, 255, 255, 0.9);
}

.header .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: transparent;
  color: #0885dd;
}

.header .dropdown-menu>li {
  margin-right: 0;
}

.header .dropdown-menu>li>a {
  padding: 8px 0;
}

.login-search a:hover {
  text-decoration: none;
  color: #ccc;
}

/*详情页的header*/
.header-static {
  position: static;
  box-shadow: 0 4px 6px 0 #e5e5e5;
}

.header-static .navbar li a {
  color: #222;
}

.header-static .login-search a {
  color: #222;
}

.header-static .navbar-toggle .icon-bar {
  background: #0885dd;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .navbar-brand {
    margin-right: 10px;
  }

  .navbar-nav>li {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-brand {
    margin-right: 5px;
  }

  .navbar-nav>li {
    margin-right: 0;
  }

  .nav>li>a {
    padding: 15px 6px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    margin-right: 30px;
  }

  .bavbar-fff {
    background: #fff;
    border-color: #fff;
  }

  .navbar-collapse {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    font-size: 18px;
    box-shadow: none;
    margin-top: 8px;
  }

  .navbar-nav>li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 15px;
  }

  .navbar-nav>li:last-child {
    border: none;
  }

  .navbar-nav>li>a {
    color: #333;
    line-height: 50px;
  }

  .navbar-nav>.active>a,
  .navbar-nav>.active>a:hover,
  .navbar-nav>.active>a:focus,
  .navbar-nav>li>a:hover,
  .navbar-nav>li>a:focus {
    color: #333;
  }

  .navbar-nav>.active:after,
  .navbar-nav>li:hover:after {
    display: none;
  }

  .navbar-toggle {
    position: relative;
  }

  .phone-close-nav {
    font-size: 34px;
    color: #1389e4;
    width: 110%;
    height: 110%;
    background: #fff;
    position: absolute;
    /*top: -7%;*/
    left: -7%;
    line-height: 100%;
  }

  .phone-blue-logo img {
    width: 120px;
    height: 30px;
  }

  .bavbar-fff .navbar-brand {
    display: none;
  }

  .bavbar-fff .phone-close-nav,
  .bavbar-fff .phone-blue-logo {
    display: block;
  }

  .header .navbar-nav .open .dropdown-menu {
    padding: 0;
  }

  .header .dropdown img {
    width: 20px;
    margin-top: 18px;
    color: #ccc;
  }

  .header .dropdown-menu {
    text-align: left;
  }

  .header .dropdown-menu li {
    border-top: 1px solid #e5e5e5;
  }

  .header .navbar-nav .open .dropdown-menu>li>a,
  .header .navbar-nav .open .dropdown-menu .dropdown-header {
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /*谷歌测试时有一条下边框,高度+1则不显示*/
  .header .navbar {
    height: 71px;
    margin-top: -15px;
  }

  .navbar-nav>.open>a,
  .navbar-nav>.open>a:hover,
  .navbar-nav>.open>a:focus {
    background: transparent;
    color: #333;
  }

  .login-search {
    display: none;
    float: left !important;
    padding-left: 15px;
  }

  .login-search a {
    color: #333;
  }
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-common {
  width: 140px;
  height: 40px;
  line-height: 26px;
  color: #fff;
  background: #0885dd;
  transition: background-color, color 0.5s;
}

.btn-common:hover {
  background: transparent;
  border: 1px solid #0885dd;
  color: #0885dd;
}

/*footer*/
#footer {
  color: #fff;
}

#footer .contact {
  padding-top: 40px;
  height: 200px;
  background: url("../img/A0homepage/bottomBanner.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

#footer .contact h3 {
  font-size: 30px;
  margin: 0 0 40px;
}

#footer .black {
  background: #0b0f12;
  padding: 30px 10px;
}

#footer .btn-box {
  width: 380px;
  margin: 0 auto;
  position: relative;
}

#footer .tooltip {
  position: absolute;
  top: -10px;
  left: 396px;
  display: none;
}

#footer .tooltip-inner {
  font-size: 14px;
  min-width: 260px;
  padding: 10px;
  text-align: left;
}

#footer .tooltip-arrow {
  top: 50%;
}

@media screen and (min-width: 767px) {
  .logo {
    position: absolute;
    left: calc(50vw - 600px);
  }
}

@media screen and (max-width: 767px) {
  #footer .btn-box {
    width: 320px;
  }

  #footer .contact h3 {
    font-size: 22px;
  }

  #footer .tooltip {
    top: 50px;
    left: 54px;
  }

  #footer .tooltip-arrow {
    top: 0;
    left: 80%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    border-right-color: transparent;
  }

  #footer .black {
    padding: 30px 10px;
  }

  #footer .logo {
    display: block;
    margin: 0 auto;
  }
}

.fixed-side {
  position: fixed;
  right: 8px;
  bottom: 30%;
  z-index: 1;
}

.fixed-side .contact-box {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 70px;
  width: 320px;
  height: 200px;
  text-align: left;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
}

.fixed-side .contact-box:after,
.fixed-side .contact-box:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -5px;
}

.fixed-side .contact-box:before {
  border-width: 10px;
  border-left-color: #ddd;
  margin-top: -6px;
  right: -20px;
}

.fixed-side .contact-box h6 {
  line-height: 60px;
  padding-left: 30px;
  background: #0885dd;
  margin: 0;
  font-size: 20px;
}

.fixed-side .contact-box dl {
  font-size: 16px;
  color: #222;
  padding-left: 30px;
}

.fixed-side .contact-box dl dt {
  font-weight: normal;
  margin-top: 16px;
}

.fixed-side .contact-box dl dt .icon {
  font-size: 20px;
  color: #0885dd;
  margin-right: 6px;
  vertical-align: -0.1em;
  line-height: 100%;
}

.fixed-side .contact-box dl dd {
  padding-left: 28px;
}

.fixed-side .contact-box dl dd a:focus,
.fixed-side .contact-box dl dd a:hover {
  color: #222;
}

.fixed-side li {
  width: 60px;
  height: 60px;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0885dd;
  color: #fff;
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  transition: background-color .5s;
  cursor: pointer;
  position: relative;
}

/*.fixed-side li:nth-of-type(1){
  background-image: url(../img/public/contact.png);
}
.fixed-side li:nth-of-type(2){
  background-image: url(../img/public/tel.png);
}
.fixed-side li:nth-of-type(3){
  visibility: hidden;
  margin-bottom: 0;
  background-image: url(../img/public/return-top.png);
}*/
.fixed-side li:nth-of-type(3) {
  visibility: hidden;
  margin-bottom: 0;
}

.fixed-side li>.icon,
.fixed-side li>a .icon {
  font-size: 36px;
  color: #fff;
  line-height: 60px;
}

.fixed-side span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #0885dd;
  display: block;
  opacity: 0;
  padding: 7px 10px 0;
  cursor: pointer;
}

.fixed-side li:hover span {
  opacity: 1;
}

.fixed-side a {
  display: block;
  width: 100%;
  height: 100%;
}

/*z-index:1 遮挡住了联系我们弹出框*/
.case-swiper {
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .fixed-side {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: right;
    bottom: 15%;
  }
}

/*标题块*/
.block-title h4 {
  font-size: 30px;
  margin-top: 46px;
  letter-spacing: 2.3px;
}

.block-title h5 {
  font-size: 24px;
  margin: 10px 0 15px 0;
  letter-spacing: 2px;
}

.blue-line,
.white-line {
  width: 60px;
  height: 4px;
  margin: 15px auto;
}

.blue-line {
  background-color: #0885dd;
}

.white-line {
  background: #fff;
}

/*index*/
.banner .swiper-slide {
  width: 100%;
  height: 520px;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../img/A0homepage/top.banner1.png);
}

.banner .swiper-slide:nth-of-type(2) {
  background-image: url(../img/A0homepage/top.banner2.png);
}

.banner .swiper-slide:nth-of-type(3) {
  background-image: url(../img/A0homepage/top.banner3.png);
}

.banner .swiper-slide:nth-of-type(4) {
  background-image: url(../img/A0homepage/top.banner4.png);
}

@media screen and (max-width: 1200px) {
  .banner .swiper-slide {
    height: 430px;
  }
}

@media screen and (max-width: 992px) {
  .banner .swiper-slide {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .banner .swiper-slide {
    height: 0;
    padding-bottom: 53.33%;
    background-image: url(../img/A0homepage/banner-phone1.png);
  }

  .banner .swiper-slide:nth-of-type(2) {
    background-image: url(../img/A0homepage/banner-phone2.png);
  }

  .banner .swiper-slide:nth-of-type(3) {
    background-image: url(../img/A0homepage/banner-phone3.png);
  }

  .banner .swiper-slide:nth-of-type(4) {
    background-image: url(../img/A0homepage/banner-phone4.png);
  }
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination span {
  background: #fff;
  width: 50px;
  height: 5px;
  opacity: 0.6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .banner .swiper-pagination span {
    width: 30px;
    height: 3px;
  }
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

/*IE9以下的轮播*/
/* slideBox */
.slideBox {
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 40%;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}

.slideBox .hd ul li {
  background: #fff;
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  height: 5px;
  opacity: 0.6;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  opacity: 1;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd li img {
  width: 100%;
  height: 530px;
}

.case-swiper-box .slideBox .bd li img {
  width: 100%;
  height: 490px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}

.slideBox .prev {
  background: url(../img/A0homepage/leftArrow.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.slideBox .next {
  left: auto;
  right: 10px;
  background: url(../img/A0homepage/rightArrow.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: -17px center;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

/*introduction*/
.introduction {
  background: url("../img/A0homepage/cityBanner.png") no-repeat #f7f8f9;
  background-position: bottom center;
  padding-bottom: 3%;
}

.mt16 {
  margin-top: 16px;
}

.introduction div.text-center {
  float: none;
  margin: 0 auto;
}

.msg {
  line-height: 26px;
  color: #666;
  font-size: 16px;
  margin-top: 24px;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
  .msg {
    text-align: left;
  }
}

.msg p span {
  font-size: 20px;
  font-weight: 500;
  color: #0885dd;
}

.introduction .icons-box>div {
  height: 230px;
  margin-top: 3%;
  background: no-repeat center;
  transition: all .5s ease-in-out;
  background-image: url("../img/A0homepage/hexagonal.png");
  text-align: center;
  font-size: 16px;
}

.introduction .icons-box>div:hover {
  transform: scale(1.1) translateY(-20px);
}

.introduction .icons-box>div p {
  padding-top: 65px;
  color: #0885dd;
}

.introduction .icons-box>div p span {
  font-size: 40px;
}

.introduction .icons-box>div p em {
  font-size: 24px;
}

.introduction .icons-box>div p:after {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background: #d2d6da;
  margin: 0 auto 8px;
}

@media screen and (max-width: 992px) {
  .introduction {
    background-position: bottom;
  }

  .introduction .msg {
    letter-spacing: 0;
  }

  .introduction .icons-box>div {
    height: 200px;
    margin-top: 10px;
    transform: scale(0.8);
  }

  .introduction .icons-box>div:nth-of-type(3),
  .introduction .icons-box>div:nth-of-type(4) {
    margin-top: -10px;
  }
}

/*service and products*/
.services-products {
  background: url(../img/A0homepage/solutionSystemBanner.png);
  height: 900px;
  color: #fff;
}

.services-products a {
  color: #fff;
}

.services-products .panel {
  background: transparent;
  margin-bottom: 0;
}

.s-p-tabs {
  margin: 60px 50px 0;
  border-right: 1px solid #4e535d;
}

.s-p-tabs li {
  float: left;
  font-size: 22px;
  border: 1px solid #4e535d;
  border-right: 0;
  padding: 0;
  transition: background-color .5s;
}

.s-p-tabs li.active,
.s-p-tabs li:hover {
  background-color: #0885dd;
}

.s-p-tabs li.active a,
.s-p-tabs li:hover a {
  text-decoration: none;
}

.s-p-tabs li a {
  display: block;
  padding: 35px 0 35px 50px;
  background: no-repeat 46px center;
}

.s-p-tabs li:nth-child(1) a {
  background-image: url(../img/A0homepage/logo1w.png);
}

.s-p-tabs li:nth-child(1).active a,
.s-p-tabs li:nth-child(1):hover a {
  background-image: url(../img/A0homepage/logo1b.png);
}

.s-p-tabs li:nth-child(2) a {
  background-image: url(../img/A0homepage/logo2w.png);
}

.s-p-tabs li:nth-child(2).active a,
.s-p-tabs li:nth-child(2):hover a {
  background-image: url(../img/A0homepage/logo2b.png);
}

.s-p-tabs li:nth-child(3) a {
  background-image: url(../img/A0homepage/logo3w.png);
}

.s-p-tabs li:nth-child(3).active a,
.s-p-tabs li:nth-child(3):hover a {
  background-image: url(../img/A0homepage/logo3b.png);
}

@media screen and (max-width: 1200px) {
  .s-p-tabs li {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .services-products {
    height: 750px;
  }

  .s-p-tabs li a {
    padding: 10px;
    background-image: none !important;
  }
}

.s-p-con>div {
  display: none;
}

.s-p-con>.active {
  display: block;
}

.s-p-con {
  margin-top: 90px;
  font-size: 18px;
}

.s-p-con .panel>a {
  display: block;
  height: 44px;
  line-height: 44px;
}

.s-p-con .panel>a .icon {
  font-size: 24px;
  margin-right: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.s-p-con .panel>a .icon:nth-of-type(2) {
  display: none;
  color: #fff;
  background: #0885dd;
}

.s-p-con .panel>a,
.s-p-con .panel>a:hover {
  color: #0885dd;
  text-decoration: none;
}

.s-p-con .panel>a .icon:nth-of-type(1),
.s-p-con .panel>a:hover .icon:nth-of-type(1) {
  display: none;
}

.s-p-con .panel>a .icon:nth-of-type(2),
.s-p-con .panel>a:hover .icon:nth-of-type(2) {
  display: inline;
}

.s-p-con .panel>a.collapsed {
  color: #fff;
}

.s-p-con .panel>a.collapsed .icon:nth-of-type(1) {
  display: inline;
}

.s-p-con .panel>a.collapsed .icon:nth-of-type(2) {
  display: none;
}

.s-p-con .panel-collapse {
  color: #0885dd;
  font-size: 14px;
  padding-left: 36px;
  line-height: 20px;
}

.s-p-con .btn {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .services-products {
    height: 950px;
  }

  .s-p-tabs {
    margin: 30px 0 0;
  }

  .s-p-tabs li a {
    font-size: 16px;
    line-height: 20px;
  }

  .s-p-con {
    margin-top: 30px;
  }

  .s-p-con .col-sm-4.col-sm-offset-1 {
    height: 350px;
  }

  .panel .img-responsive {
    margin-top: 20px;
  }

  .s-p-con .btn {
    margin-top: 24px;
  }
}

/*our case*/
.our-case {
  margin-bottom: 4%;
}

.our-case .middle-btn {
  margin: 42px 0;
}

.case-img-box {
  height: 100%;
  position: relative;
  color: #fff;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.case-img-box .cover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

.case-img-box .con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.case-img-box .con .case-msg {
  margin-top: 54px;
  transition: all .3s;
}

.case-img-box .con h4 {
  font-size: 22px;
}

.case-img-box .con h5 {
  font-size: 16px;
  letter-spacing: 1px;
}

.case-img-box .con .white-line {
  width: 24px;
  height: 1px;
  margin: 10px auto;
}

.case-img-box .btn {
  visibility: hidden;
  margin-top: 20px;
  transition: all .3s;
}

.case-img-box:hover .cover {
  opacity: 1;
}

.case-img-box:hover .btn {
  visibility: visible;
}

.case-img-box:hover .case-msg {
  margin-top: 20px;
}

.hyfh {
  background-image: url("../img/A0homepage/summit_banner_nor.png");
}

.fbh {
  background-image: url("../img/A0homepage/conference_banner_nor.png");
}

.chlt {
  background-image: url("../img/A0homepage/forum_banner_nor.png");
}

.jsch {
  background-image: url("../img/A0homepage/planning_banner_nor.png");
}

.cut-block {
  height: 15px;
}

.case-swiper-box {
  height: 491px;
  padding: 0;
}

.case-swiper {
  height: 100%;
}

.case-swiper img {
  width: 100%;
  height: 100%;
}

.col-case-box {
  height: 238px;
}

@media screen and (max-width: 1200px) {
  .case-swiper-box {
    height: 407px;
  }

  .col-case-box {
    height: 196px;
  }

  .case-img-box .con .case-msg {
    margin-top: 35px;
  }

  .case-img-box .btn {
    margin-top: 10px;
  }

  .case-img-box:hover .case-msg {
    margin-top: 15px;
  }
}

@media screen and (max-width: 992px) {
  .case-img-box .con .case-msg {
    margin-top: 15px;
  }

  .case-img-box .btn {
    visibility: visible;
    margin-top: 10px;
  }

  .case-swiper-box {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .case-swiper-box img {
    width: 100%;
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .col-case-box {
    height: 170px;
  }

  .col-case-box:nth-of-type(1) {
    padding-right: 5px;
  }

  .col-case-box:nth-of-type(3) {
    padding-left: 5px;
  }

  .case-msg>img {
    display: none;
  }

  .case-img-box {
    height: 150px;
  }

  .case-swiper-box {
    height: 300px;
  }

  .case-swiper-box img {
    height: 280px;
  }
}

/*二级页面*/
.single-banner {
  background: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  position: relative;
}

.single-banner img {
  width: 100%;
}

.single-banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -35px;
}

.single-banner h2 {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 2px;
}

.single-banner h3 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}

.title-text {
  font-size: 30px;
  margin-bottom: 30px;
}

.con-text {
  font-size: 18px;
  line-height: 26px;
}

.con-text p {
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .con-text {
    padding-right: 50px;
  }
}

/*关于我们*/
.three-imgs img {
  max-width: 100%;
  background: #fff;
  position: relative;
  padding: 6px;
  display: inline-block;
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.2);
  transition: all .5s;
}

.three-imgs img:hover {
  transform: translateY(-15px);
}

.three-imgs .img1 {
  top: -10px;
}

.three-imgs .img2 {
  left: 10px;
}

.three-imgs .img3 {
  left: 78px;
  top: -20px;
}

.who-are-we .title-text {
  margin-top: 60px;
}

.middle-banner {
  height: 320px;
  background: url(../img/about/banner.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
}

.middle-banner .icon {
  margin-top: 24px;
  font-size: 36px;
  color: #0b83d8;
  transition: all .5s;
  transform-origin: bottom;
}

.middle-banner p {
  font-size: 18px;
}

.middle-banner p span {
  font-size: 32px;
}

.middle-banner p i {
  font-size: 28px;
  font-style: normal;
}

.middle-banner .col-md-3 {
  margin-top: 70px;
  height: 180px;
  background: url(../img/about/Hexagon-background.png) no-repeat center;
  transition: all .5s;
  padding-top: 24px;
}

.middle-banner .col-md-3:hover {
  color: #0885dd;
}

.middle-banner .col-md-3:hover .icon {
  font-size: 42px;
}

.about-dec {
  margin: 3% 0 4%;
  /* .img-box1{
       padding-left:100px;
   }
   .img-box2{
       padding-right:100px;
   }*/
}

.about-dec .con-text {
  margin-bottom: 40px;
}

.about-dec img {
  width: 450px;
  height: 300px;
  margin: 0 auto;
  transition: all .5s;
}

.about-dec img:hover {
  box-shadow: 0 0 20px #bbb;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
  .three-imgs .img3 {
    left: 228px;
    top: -320px;
  }

  .who-are-we {
    height: 520px;
    overflow: hidden;
  }

  .about-dec img {
    height: 250px;
  }
}

@media screen and (max-width: 992px) {
  .who-are-we {
    height: 430px;
    overflow: hidden;
  }

  .who-are-we .title-text {
    margin-top: 20px;
  }

  .con-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .con-text p {
    margin-bottom: 10px;
  }

  .three-imgs {
    transform: scale(0.7);
    transform-origin: 10% top;
    margin-top: 30px;
  }

  .three-imgs .img3 {
    top: -350px;
    left: 230px;
  }

  .three-imgs .img2 {
    left: 50px;
  }

  .middle-banner {
    height: 450px;
  }

  .middle-banner .col-md-3 {
    margin-top: 30px;
  }

  .about-dec img {
    width: 95%;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .single-banner h2 {
    font-size: 28px;
    font-weight: normal;
  }

  .single-banner h3 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
  }

  .who-are-we {
    height: 620px;
  }

  .about-dec .img-box1,
  .about-dec .img-box2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-dec img {
    margin-bottom: 10px;
  }

  .about-dec .con-text {
    text-align: left;
  }
}

.contact-page #footer .contact {
  display: none;
}

.contact-page .fixed-side li:nth-of-type(1),
.contact-page .fixed-side li:nth-of-type(2) {
  visibility: hidden;
}

.contact-block {
  margin-top: 6.5%;
  margin-bottom: 6.5%;
  background: #fff;
  position: relative;
  -webkit-transition: box-shaow .5s;
  -moz-transition: box-shaow .5s;
  -ms-transition: box-shaow .5s;
  -o-transition: box-shaow .5s;
  transition: box-shaow .5s;
}

.contact-block:hover {
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.2);
}

.contact-block .block-title {
  width: 13em;
}

.contact-block .contact-msg-box {
  position: absolute;
  width: 37.5%;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../img/E/form-left.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  line-height: 60px;
  padding: 3% 3% 0;
}

.contact-block .contact-msg-box .contact-msg {
  margin-top: 12%;
}

.contact-block .submit-demand-box {
  margin-left: 37.5%;
  padding: 3% 0;
}

.contact-block .map {
  padding: 20px;
}

/*submit demand*/
.demand-form {
  width: 85%;
  padding: 20px;
  margin: 0 auto;
  position: relative;
}

.demand-form .group {
  float: left;
  width: 45%;
}

.demand-form .group:nth-of-type(even) {
  float: right;
}

.demand-form label {
  display: block;
  font-weight: normal;
  margin: 10px 0;
}

.demand-form input,
.demand-form textarea {
  width: 100%;
  background: #f7f8f9;
  border: none;
  font-weight: bold;
  padding: 0 10px;
  outline: none;
}

.demand-form input {
  height: 40px;
}

.demand-form textarea {
  resize: none;
  height: 110px;
  padding: 10px;
}

.demand-form .necessary:after {
  content: "*";
  display: inline;
  margin-left: 4px;
  color: red;
}

.demand-form .btn {
  display: block;
  margin: 50px auto 0;
}

.demand-form .demand-info {
  display: none;
  text-align: center;
  font-size: 26px;
  color: #1389e4;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 45%;
}

@media screen and (max-width: 676px) {
  .contact-block .block-title {
    width: 100%;
    text-align: center;
  }

  .contact-block .contact-msg-box {
    position: static;
    width: 100%;
    line-height: 40px;
    padding-bottom: 4%;
  }

  .contact-block .contact-msg-box .contact-msg {
    width: 19em;
    margin-top: 6%;
    padding-bottom: 6%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contact-block .submit-demand-box {
    margin-left: 0;
  }

  .demand-form {
    width: 95%;
  }

  .demand-form .group {
    float: none;
    width: 100%;
  }

  .demand-form .btn {
    margin-top: 20px;
  }
}

.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal .close {
  padding: 10px;
  font-size: 24px;
}

.modal .btn[type=submit] {
  margin-bottom: 10px;
}

/*service*/
.service-banner img {
  width: 100%;
  height: auto;
  /*min-height: 150px;*/
}

.service-dec {
  padding: 70px 0;
}

.service-dec .text {
  padding-right: 50px;
}

.service-dec dt,
.service-dec dd {
  padding-left: 30px;
}

.service-dec dt {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  margin: 22px auto 8px;
}

.service-dec dt .icon {
  color: #0885dd;
  vertical-align: 0;
  position: relative;
  left: -30px;
  margin-right: -18px;
}

.service-dec dd {
  color: #7f7f7f;
  line-height: 20px;
}

.service-dec img {
  transition: all .5s;
}

.service-dec img:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 992px) {
  .service-dec {
    padding: 30px 0;
  }
}

@media screen and (max-width: 992px) {
  .service-dec {
    padding: 15px 0;
  }
}

.service-middle-img li {
  width: 20%;
  float: left;
  position: relative;
}

.service-middle-img li>img {
  width: 100%;
  height: auto;
}

.service-middle-img li .icon {
  font-size: 90px;
  line-height: 100%;
}

.service-middle-img li:hover .cover {
  opacity: 1;
}

.service-middle-img li:hover .con {
  padding-top: 40%;
}

.service-middle-img li:hover .text {
  opacity: 1;
}

.service-middle-img .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/cServiceIntelligentSystem/blue-background.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  transition: opacity .5s;
  opacity: 0;
}

.service-middle-img .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
  padding-top: 65%;
  line-height: 24px;
  background: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all .5s;
}

.service-middle-img .con h4 {
  font-size: 26px;
  margin: 22px 0;
}

.service-middle-img .con .text {
  opacity: 0;
  transition: opacity .3s;
}

.service-img-swiper {
  width: 90%;
  margin: 10px auto;
  display: none;
}

.service-img-swiper .swiper-slide>img {
  width: 100%;
  max-height: 500px;
}

.service-img-swiper .swiper-slide .con {
  padding-top: 18%;
}

.service-img-swiper .swiper-slide .text {
  opacity: 1;
}

.service-pc-img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .service-middle-img li .con {
    padding-top: 40%;
  }

  .service-middle-img li:hover .con {
    padding-top: 20%;
  }
}

@media screen and (max-width: 992px) {
  ul.service-middle-img {
    display: none;
  }

  .service-img-swiper {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .service-img-swiper .swiper-slide>img {
    max-height: 450px;
  }

  .service-img-swiper .swiper-slide .con {
    padding-top: 20%;
  }
}

/*static img*/
.service-static-img {
  width: 78%;
  margin: 0 auto -10px;
  padding: 2% 0 6% 0;
}

.service-static-img>div {
  float: left;
  margin-top: 10px;
  transition: all .3s;
}

.service-static-img>div:nth-of-type(odd) {
  margin-right: 1%;
}

.service-static-img>div:hover {
  transform: scale(0.95);
}

.service-static-img .img-box1 {
  width: 54.94%;
}

.service-static-img .img-box2 {
  width: 43.956%;
}

.service-static-img .img-box3 {
  width: 28.57%;
}

.service-static-img .img-box4 {
  width: 70.33%;
}

@media screen and (max-width: 992px) {
  .service-static-img {
    width: 100%;
    padding: 15px 0;
  }
}

.service01-dec {
  padding: 100px 0;
  background: #f7f8f9;
}

.service01-dec .title-text {
  margin-top: 50px;
}

.service01-dec img {
  transition: all .5s;
}

.service01-dec img:hover {
  box-shadow: 0 0 16px #aaa;
}

@media screen and (max-width: 767px) {
  .service01-dec {
    padding: 0;
  }

  .title-text {
    margin-top: 0;
    font-size: 22px;
  }
}

.service-slide {
  padding: 3% 0 6%;
}

.service-slide .slideImgBox {
  position: relative;
}

.service-slide .slideImgBox .prev,
.service-slide .slideImgBox .next {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
}

.service-slide .slideImgBox .prev {
  left: 26%;
  background: url(../img/C0.1/go.png);
}

.service-slide .slideImgBox .next {
  right: 26%;
  background: url(../img/C0.1/go-copy.png);
}

.service-slide .slideImgBox .prevStop,
.service-slide .slideImgBox .nextStop {
  cursor: default;
}

.service-slide .slideImgBox h3 {
  font-size: 30px;
  margin: 0 0 30px;
}

.service-slide .slideImgBox p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-bottom: 8%;
}

.service-slide .slideImgBox .img-box:hover img:nth-of-type(2) {
  transform: scale(1) !important;
  z-index: 1 !important;
}

.service-slide .slideImgBox .img-box:hover img:nth-of-type(2):hover {
  transform: scale(1.2) !important;
  z-index: 2 !important;
}

.service-slide .slideImgBox .img-box img {
  display: block;
  float: left;
  width: 33.33%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  transform-origin: center 75%;
  position: relative;
}

.service-slide .slideImgBox .img-box img:hover {
  transform: scale(1.2);
  z-index: 2;
}

.service-slide .slideImgBox .img-box img:nth-of-type(2) {
  transform: scale(1.2);
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .service-slide .slideImgBox p {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 992px) {
  .service-slide .slideImgBox .prev {
    left: 18%;
  }

  .service-slide .slideImgBox .next {
    right: 18%;
  }
}

@media screen and (max-width: 767px) {
  .service-slide {
    padding-bottom: 20px;
  }

  .service-slide .slideImgBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .service-slide .slideImgBox p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .service-slide .slideImgBox .prev,
  .service-slide .slideImgBox .next {
    top: 0;
  }

  .service-slide .slideImgBox .prev {
    left: 0;
  }

  .service-slide .slideImgBox .next {
    right: 0%;
  }
}

@keyframes circle {
  from {
    transform: scale(0);
    opacity: 1;
    border-width: 1px;
  }

  to {
    transform: scale(1);
    opacity: 0;
    border-width: 3px;
  }
}

@-moz-keyframes circle {
  from {
    transform: scale(0);
    opacity: 1;
    border-width: 1px;
  }

  to {
    transform: scale(1);
    opacity: 0;
    border-width: 3px;
  }
}

@-webkit-keyframes circle {
  from {
    transform: scale(0);
    opacity: 1;
    border-width: 1px;
  }

  to {
    transform: scale(1);
    opacity: 0;
    border-width: 3px;
  }
}

@-o-keyframes circle {
  from {
    transform: scale(0);
    opacity: 1;
    border-width: 1px;
  }

  to {
    transform: scale(1);
    opacity: 0;
    border-width: 3px;
  }
}

.service02-bottom {
  padding-bottom: 0;
}

.service02-bottom .map {
  width: 1000px;
  height: 634px;
  margin: 0 auto;
  position: relative;
  transform-origin: top center;
}

.service02-bottom .map img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.service02-bottom .map .city {
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 12px;
  margin-top: -40px;
  margin-left: -40px;
}

.service02-bottom .map .city i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #0885dd;
  margin: 35px 4px 0 5px;
}

.service02-bottom .map .city span {
  position: absolute;
  top: 32px;
  left: 48px;
  width: 3em;
  text-align: left;
}

.service02-bottom .map .city.left span {
  text-align: right;
  left: auto;
  left: -9px;
}

.service02-bottom .map .city:before,
.service02-bottom .map .city:after {
  display: block;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0885dd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  animation: circle 4s infinite;
  -moz-animation: circle 4s infinite;
  -webkit-animation: circle 4s infinite;
  -o-animation: circle 4s infinite;
}

.service02-bottom .map .city:nth-of-type(odd):before,
.service02-bottom .map .city:nth-of-type(odd):after {
  animation: circle 5s infinite;
}

.service02-bottom .map .city:after {
  -webkit-animation-delay: 2.5s !important;
  -moz-animation-delay: 2.5s !important;
  -o-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.service02-bottom .map .beijing {
  left: 500px;
  top: 186px;
}

.service02-bottom .map .qingdao {
  left: 536px;
  top: 226px;
}

.service02-bottom .map .shanghai {
  left: 546px;
  top: 266px;
}

.service02-bottom .map .nanjing {
  left: 522px;
  top: 260px;
}

.service02-bottom .map .hanghzou {
  left: 536px;
  top: 276px;
}

.service02-bottom .map .xiamen {
  left: 524px;
  top: 314px;
}

.service02-bottom .map .xian {
  left: 444px;
  top: 248px;
}

.service02-bottom .map .chengdu {
  left: 420px;
  top: 278px;
}

.service02-bottom .map .chongqing {
  left: 434px;
  top: 284px;
}

.service02-bottom .map .guangzhou {
  left: 484px;
  top: 324px;
}

.service02-bottom .map .shenzhen {
  left: 494px;
  top: 330px;
}

.service02-bottom .map .mangu {
  left: 376px;
  top: 396px;
}

.service02-bottom .map .huzhiming {
  left: 424px;
  top: 424px;
}

.service02-bottom .map .jilongpo {
  left: 368px;
  top: 480px;
}

.service02-bottom .map .xinjiapo {
  left: 380px;
  top: 500px;
}

.service02-bottom .map .yajiada {
  left: 420px;
  top: 588px;
}

.service02-bottom .map .balidao {
  left: 494px;
  top: 606px;
}

.service02-bottom .slideImgBox p {
  margin-bottom: 2%;
}

/*case*/
.case-banner .text {
  margin-top: -45px;
}

.case-banner .container {
  text-align: left;
}

.case-banner p {
  line-height: 22px;
  font-size: 16px;
  width: 57%;
}

.case-con {
  padding: 4% 0;
}

.case-con li {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.case-con li:hover {
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.2);
}

.case-con li:last-child {
  margin-bottom: 0;
}

.case-con li .img-box {
  width: 55%;
}

.case-con li img:hover {
  animation: imgHover1 1s;
}

.case-con li .text-box {
  width: 45%;
  padding: 20px;
  height: 100%;
}

.case-con li .text-box h6 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0;
}

.case-con li .text-box p {
  font-size: 16px;
  line-height: 22px;
}

.case-con li .btn {
  position: absolute;
  bottom: 15%;
}

.case-con .textBox-right .img-box .btn {
  left: calc(100% + 20px);
}

.case-con .textBox-right .text-box {
  float: right;
}

.case-con .textBox-right .btn {
  left: calc(55% + 20px);
}

.case-con .textBox-left .img-box {
  margin-left: 45%;
}

.case-con .textBox-left .img-box .btn {
  right: calc(100% + 20px);
}

.case-con .textBox-left .text-box {
  float: left;
  padding-left: 5px;
}

.case-con .textBox-left .btn {
  left: 25px;
}

.case-con .btn-box {
  margin-top: 4%;
}

@media screen and (max-width: 992px) {
  .case-banner p {
    width: 80%;
  }

  .case-con li .text-box h6 {
    font-size: 20px;
    line-height: 22px;
  }

  .case-con li .text-box p {
    font-size: 16px;
    line-height: 18px;
  }

  .case-con li .btn {
    bottom: 10%;
  }
}

@media screen and (max-width: 677px) {

  .case-con li .img-box,
  .case-con li .text-box {
    width: 100%;
    float: none !important;
    margin: 0 !important;
    padding: 0 0 20px;
  }

  .case-con li .btn {
    position: static;
    display: block;
    margin: 15px auto 0;
  }

  .case-con .btn-box .btn {
    width: 100%;
  }
}

/*case detail*/
.case-detail-box {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 6%;
}

.case-detail-box .bread-nav {
  margin: 3% 0;
  font-size: 16px;
  color: #787979;
}

.case-detail-box .bread-nav a {
  color: #2c2c2c;
}

.case-detail-box h3 {
  font-size: 30px;
  margin: 4% 0 6%;
  text-align: center;
}

.case-detail-box p {
  font-size: 16px;
  text-indent: 2em;
}

.case-detail-box .img-responsive {
  margin: 20px auto;
}

.case-detail-box .img-responsive:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 676px) {
  .case-detail-box {
    width: 100%;
  }
}

/*流星效果*/
@keyframes star {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0);
    -moz-transform: translate3d(0, 0);
    -ms-transform: translate3d(0, 0);
    -o-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 500px, 0);
    -moz-transform: translate3d(50px, 500px, 0);
    -ms-transform: translate3d(50px, 500px, 0);
    -o-transform: translate3d(50px, 500px, 0);
    transform: translate3d(50px, 500px, 0);
  }
}

.star {
  width: 4px;
  height: 4px;
  background: #188cd4;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: star 3s infinite ease-in;
  -o-animation: star 3s infinite ease-in;
  animation: star 3s infinite ease-in;
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.3);
}

.star:before {
  content: '';
  display: block;
  top: 0px;
  left: 4px;
  border: 0px solid #fff;
  border-width: 2px 70px 2px 70px;
  border-color: transparent transparent transparent rgba(24, 140, 212, 0.3);
  -webkit-transform: rotate(-105deg) translate3d(1px, 4px, 0);
  -moz-transform: rotate(-105deg) translate3d(1px, 4px, 0);
  -o-transform: rotate(-105deg) translate3d(1px, 4px, 0);
  transform: rotate(-105deg) translate3d(1px, 4px, 0);
  box-shadow: 0 0 1px 0 rgba(24, 140, 212, 0.1);
  transform-origin: 0% 100%;
}

.star:nth-of-type(1) {
  left: 1.6%;
}

.star:nth-of-type(2) {
  left: 3.2%;
}

.star:nth-of-type(3) {
  left: 4.8%;
}

.star:nth-of-type(4) {
  left: 6.4%;
}

.star:nth-of-type(5) {
  left: 8%;
}

.star:nth-of-type(6) {
  left: 9.6%;
}

.star:nth-of-type(7) {
  left: 11.2%;
}

.star:nth-of-type(8) {
  left: 12.8%;
}

.star:nth-of-type(9) {
  left: 14.4%;
}

.star:nth-of-type(10) {
  left: 16%;
}

.star:nth-of-type(11) {
  left: 17.6%;
}

.star:nth-of-type(12) {
  left: 19.2%;
}

.star:nth-of-type(13) {
  left: 20.8%;
}

.star:nth-of-type(14) {
  left: 22.4%;
}

.star:nth-of-type(15) {
  left: 24%;
}

.star:nth-of-type(16) {
  left: 25.6%;
}

.star:nth-of-type(17) {
  left: 27.2%;
}

.star:nth-of-type(18) {
  left: 28.8%;
}

.star:nth-of-type(19) {
  left: 30.4%;
}

.star:nth-of-type(20) {
  left: 32%;
}

.star:nth-of-type(21) {
  left: 33.6%;
}

.star:nth-of-type(22) {
  left: 35.2%;
}

.star:nth-of-type(23) {
  left: 36.8%;
}

.star:nth-of-type(24) {
  left: 38.4%;
}

.star:nth-of-type(25) {
  left: 40%;
}

.star:nth-of-type(26) {
  left: 41.6%;
}

.star:nth-of-type(27) {
  left: 43.2%;
}

.star:nth-of-type(28) {
  left: 44.8%;
}

.star:nth-of-type(29) {
  left: 46.4%;
}

.star:nth-of-type(30) {
  left: 48%;
}

.star:nth-of-type(31) {
  left: 49.6%;
}

.star:nth-of-type(32) {
  left: 51.2%;
}

.star:nth-of-type(33) {
  left: 52.8%;
}

.star:nth-of-type(34) {
  left: 54.4%;
}

.star:nth-of-type(35) {
  left: 56%;
}

.star:nth-of-type(36) {
  left: 57.6%;
}

.star:nth-of-type(37) {
  left: 59.2%;
}

.star:nth-of-type(38) {
  left: 60.8%;
}

.star:nth-of-type(39) {
  left: 62.4%;
}

.star:nth-of-type(40) {
  left: 64%;
}

.star:nth-of-type(41) {
  left: 65.6%;
}

.star:nth-of-type(42) {
  left: 67.2%;
}

.star:nth-of-type(43) {
  left: 68.8%;
}

.star:nth-of-type(44) {
  left: 70.4%;
}

.star:nth-of-type(45) {
  left: 72%;
}

.star:nth-of-type(46) {
  left: 73.6%;
}

.star:nth-of-type(47) {
  left: 75.2%;
}

.star:nth-of-type(48) {
  left: 76.8%;
}

.star:nth-of-type(49) {
  left: 78.4%;
}

.star:nth-of-type(50) {
  left: 80%;
}

.star:nth-of-type(51) {
  left: 81.6%;
}

.star:nth-of-type(52) {
  left: 83.2%;
}

.star:nth-of-type(53) {
  left: 84.8%;
}

.star:nth-of-type(54) {
  left: 86.4%;
}

.star:nth-of-type(55) {
  left: 88%;
}

.star:nth-of-type(56) {
  left: 89.6%;
}

.star:nth-of-type(57) {
  left: 91.2%;
}

.star:nth-of-type(58) {
  left: 92.8%;
}

.star:nth-of-type(59) {
  left: 94.4%;
}

.star:nth-of-type(60) {
  left: 96%;
}

.star:nth-of-type(61) {
  left: 97.6%;
}

.star:nth-of-type(62) {
  left: 99.2%;
}

.star:nth-of-type(63) {
  left: 100.8%;
}

.star:nth-of-type(64) {
  left: 102.4%;
}

.star:nth-of-type(65) {
  left: 104%;
}

.star:nth-of-type(66) {
  left: 105.6%;
}

.star:nth-of-type(67) {
  left: 107.2%;
}

.star:nth-of-type(68) {
  left: 108.8%;
}

.star:nth-of-type(69) {
  left: 110.4%;
}

.star:nth-of-type(70) {
  left: 112%;
}

.star:nth-of-type(71) {
  left: 113.6%;
}

.star:nth-of-type(72) {
  left: 115.2%;
}

.star:nth-of-type(73) {
  left: 116.8%;
}

.star:nth-of-type(74) {
  left: 118.4%;
}

.star:nth-of-type(75) {
  left: 120%;
}

.star:nth-of-type(76) {
  left: 121.6%;
}

.star:nth-of-type(77) {
  left: 123.2%;
}

.star:nth-of-type(78) {
  left: 124.8%;
}

.star:nth-of-type(79) {
  left: 126.4%;
}

.star:nth-of-type(80) {
  left: 128%;
}

.star:nth-of-type(81) {
  left: 129.6%;
}

.star:nth-of-type(82) {
  left: 131.2%;
}

.star:nth-of-type(83) {
  left: 132.8%;
}

.star:nth-of-type(84) {
  left: 134.4%;
}

.star:nth-of-type(85) {
  left: 136%;
}

.star:nth-of-type(86) {
  left: 137.6%;
}

.star:nth-of-type(87) {
  left: 139.2%;
}

.star:nth-of-type(88) {
  left: 140.8%;
}

.star:nth-of-type(89) {
  left: 142.4%;
}

.star:nth-of-type(90) {
  left: 144%;
}

.star:nth-of-type(91) {
  left: 145.6%;
}

.star:nth-of-type(92) {
  left: 147.2%;
}

.star:nth-of-type(93) {
  left: 148.8%;
}

.star:nth-of-type(94) {
  left: 150.4%;
}

.star:nth-of-type(95) {
  left: 152%;
}

.star:nth-of-type(96) {
  left: 153.6%;
}

.star:nth-of-type(97) {
  left: 155.2%;
}

.star:nth-of-type(98) {
  left: 156.8%;
}

.star:nth-of-type(99) {
  left: 158.4%;
}

.star:nth-of-type(100) {
  left: 160%;
}

.star:nth-of-type(101) {
  left: 161.6%;
}

.star:nth-of-type(102) {
  left: 163.2%;
}

.star:nth-of-type(103) {
  left: 164.8%;
}

.star:nth-of-type(104) {
  left: 166.4%;
}

.star:nth-of-type(105) {
  left: 168%;
}

.star:nth-of-type(106) {
  left: 169.6%;
}

.star:nth-of-type(107) {
  left: 171.2%;
}

.star:nth-of-type(108) {
  left: 172.8%;
}

.star:nth-of-type(109) {
  left: 174.4%;
}

.star:nth-of-type(110) {
  left: 176%;
}

.star:nth-of-type(111) {
  left: 177.6%;
}

.star:nth-of-type(112) {
  left: 179.2%;
}

.star:nth-of-type(113) {
  left: 180.8%;
}

.star:nth-of-type(114) {
  left: 182.4%;
}

.star:nth-of-type(115) {
  left: 184%;
}

.star:nth-of-type(116) {
  left: 185.6%;
}

.star:nth-of-type(117) {
  left: 187.2%;
}

.star:nth-of-type(118) {
  left: 188.8%;
}

.star:nth-of-type(119) {
  left: 190.4%;
}

.star:nth-of-type(120) {
  left: 192%;
}

.star:nth-of-type(121) {
  left: 193.6%;
}

.star:nth-of-type(122) {
  left: 195.2%;
}

.star:nth-of-type(123) {
  left: 196.8%;
}

.star:nth-of-type(124) {
  left: 198.4%;
}

.star:nth-of-type(125) {
  left: 200%;
}

.star:nth-of-type(126) {
  left: 201.6%;
}

.star:nth-of-type(127) {
  left: 203.2%;
}

.star:nth-of-type(128) {
  left: 204.8%;
}

.star:nth-of-type(129) {
  left: 206.4%;
}

.star:nth-of-type(130) {
  left: 208%;
}

.star:nth-of-type(131) {
  left: 209.6%;
}

.star:nth-of-type(132) {
  left: 211.2%;
}

.star:nth-of-type(133) {
  left: 212.8%;
}

.star:nth-of-type(134) {
  left: 214.4%;
}

.star:nth-of-type(135) {
  left: 216%;
}

.star:nth-of-type(136) {
  left: 217.6%;
}

.star:nth-of-type(137) {
  left: 219.2%;
}

.star:nth-of-type(138) {
  left: 220.8%;
}

.star:nth-of-type(139) {
  left: 222.4%;
}

.star:nth-of-type(140) {
  left: 224%;
}

.star:nth-of-type(141) {
  left: 225.6%;
}

.star:nth-of-type(142) {
  left: 227.2%;
}

.star:nth-of-type(143) {
  left: 228.8%;
}

.star:nth-of-type(144) {
  left: 230.4%;
}

.star:nth-of-type(145) {
  left: 232%;
}

.star:nth-of-type(146) {
  left: 233.6%;
}

.star:nth-of-type(147) {
  left: 235.2%;
}

.star:nth-of-type(148) {
  left: 236.8%;
}

.star:nth-of-type(149) {
  left: 238.4%;
}

.star:nth-of-type(150) {
  left: 240%;
}

.star:nth-of-type(151) {
  left: 241.6%;
}

.star:nth-of-type(152) {
  left: 243.2%;
}

.star:nth-of-type(153) {
  left: 244.8%;
}

.star:nth-of-type(154) {
  left: 246.4%;
}

.star:nth-of-type(155) {
  left: 248%;
}

.star:nth-of-type(156) {
  left: 249.6%;
}

.star:nth-of-type(157) {
  left: 251.2%;
}

.star:nth-of-type(158) {
  left: 252.8%;
}

.star:nth-of-type(159) {
  left: 254.4%;
}

.star:nth-of-type(160) {
  left: 256%;
}

.star:nth-of-type(161) {
  left: 257.6%;
}

.star:nth-of-type(162) {
  left: 259.2%;
}

.star:nth-of-type(163) {
  left: 260.8%;
}

.star:nth-of-type(164) {
  left: 262.4%;
}

.star:nth-of-type(165) {
  left: 264%;
}

.star:nth-of-type(166) {
  left: 265.6%;
}

.star:nth-of-type(167) {
  left: 267.2%;
}

.star:nth-of-type(168) {
  left: 268.8%;
}

.star:nth-of-type(169) {
  left: 270.4%;
}

.star:nth-of-type(170) {
  left: 272%;
}

.star:nth-of-type(171) {
  left: 273.6%;
}

.star:nth-of-type(172) {
  left: 275.2%;
}

.star:nth-of-type(173) {
  left: 276.8%;
}

.star:nth-of-type(174) {
  left: 278.4%;
}

.star:nth-of-type(175) {
  left: 280%;
}

.star:nth-of-type(176) {
  left: 281.6%;
}

.star:nth-of-type(177) {
  left: 283.2%;
}

.star:nth-of-type(178) {
  left: 284.8%;
}

.star:nth-of-type(179) {
  left: 286.4%;
}

.star:nth-of-type(180) {
  left: 288%;
}

.star:nth-of-type(181) {
  left: 289.6%;
}

.star:nth-of-type(182) {
  left: 291.2%;
}

.star:nth-of-type(183) {
  left: 292.8%;
}

.star:nth-of-type(184) {
  left: 294.4%;
}

.star:nth-of-type(185) {
  left: 296%;
}

.star:nth-of-type(186) {
  left: 297.6%;
}

.star:nth-of-type(187) {
  left: 299.2%;
}

.star:nth-of-type(188) {
  left: 300.8%;
}

.star:nth-of-type(189) {
  left: 302.4%;
}

.star:nth-of-type(190) {
  left: 304%;
}

.star:nth-of-type(191) {
  left: 305.6%;
}

.star:nth-of-type(192) {
  left: 307.2%;
}

.star:nth-of-type(193) {
  left: 308.8%;
}

.star:nth-of-type(194) {
  left: 310.4%;
}

.star:nth-of-type(195) {
  left: 312%;
}

.star:nth-of-type(196) {
  left: 313.6%;
}

.star:nth-of-type(197) {
  left: 315.2%;
}

.star:nth-of-type(198) {
  left: 316.8%;
}

.star:nth-of-type(199) {
  left: 318.4%;
}

.star:nth-of-type(200) {
  left: 320%;
}

.star:nth-of-type(201) {
  left: 321.6%;
}

.star:nth-of-type(202) {
  left: 323.2%;
}

.star:nth-of-type(203) {
  left: 324.8%;
}

.star:nth-of-type(204) {
  left: 326.4%;
}

.star:nth-of-type(205) {
  left: 328%;
}

.star:nth-of-type(206) {
  left: 329.6%;
}

.star:nth-of-type(207) {
  left: 331.2%;
}

.star:nth-of-type(208) {
  left: 332.8%;
}

.star:nth-of-type(209) {
  left: 334.4%;
}

.star:nth-of-type(210) {
  left: 336%;
}

.star:nth-of-type(211) {
  left: 337.6%;
}

.star:nth-of-type(212) {
  left: 339.2%;
}

.star:nth-of-type(213) {
  left: 340.8%;
}

.star:nth-of-type(214) {
  left: 342.4%;
}

.star:nth-of-type(215) {
  left: 344%;
}

.star:nth-of-type(216) {
  left: 345.6%;
}

.star:nth-of-type(217) {
  left: 347.2%;
}

.star:nth-of-type(218) {
  left: 348.8%;
}

.star:nth-of-type(219) {
  left: 350.4%;
}

.star:nth-of-type(220) {
  left: 352%;
}

.star:nth-of-type(221) {
  left: 353.6%;
}

.star:nth-of-type(222) {
  left: 355.2%;
}

.star:nth-of-type(223) {
  left: 356.8%;
}

.star:nth-of-type(224) {
  left: 358.4%;
}

.star:nth-of-type(225) {
  left: 360%;
}

.star:nth-of-type(226) {
  left: 361.6%;
}

.star:nth-of-type(227) {
  left: 363.2%;
}

.star:nth-of-type(228) {
  left: 364.8%;
}

.star:nth-of-type(229) {
  left: 366.4%;
}

.star:nth-of-type(230) {
  left: 368%;
}

.star:nth-of-type(231) {
  left: 369.6%;
}

.star:nth-of-type(232) {
  left: 371.2%;
}

.star:nth-of-type(233) {
  left: 372.8%;
}

.star:nth-of-type(234) {
  left: 374.4%;
}

.star:nth-of-type(235) {
  left: 376%;
}

.star:nth-of-type(236) {
  left: 377.6%;
}

.star:nth-of-type(237) {
  left: 379.2%;
}

.star:nth-of-type(238) {
  left: 380.8%;
}

.star:nth-of-type(239) {
  left: 382.4%;
}

.star:nth-of-type(240) {
  left: 384%;
}

.star:nth-of-type(241) {
  left: 385.6%;
}

.star:nth-of-type(242) {
  left: 387.2%;
}

.star:nth-of-type(243) {
  left: 388.8%;
}

.star:nth-of-type(244) {
  left: 390.4%;
}

.star:nth-of-type(245) {
  left: 392%;
}

.star:nth-of-type(246) {
  left: 393.6%;
}

.star:nth-of-type(247) {
  left: 395.2%;
}

.star:nth-of-type(248) {
  left: 396.8%;
}

.star:nth-of-type(249) {
  left: 398.4%;
}

.star:nth-of-type(250) {
  left: 400%;
}

.star:nth-of-type(251) {
  left: 401.6%;
}

.star:nth-of-type(252) {
  left: 403.2%;
}

.star:nth-of-type(253) {
  left: 404.8%;
}

.star:nth-of-type(254) {
  left: 406.4%;
}

.star:nth-of-type(255) {
  left: 408%;
}

@media screen and (max-width: 992px) {
  .star:nth-of-type(3n) {
    display: none;
  }
}

@media screen and (max-width: 677px) {
  .star {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }

  .star:nth-of-type(2n),
  .star:nth-of-type(5n) {
    display: none;
  }
}

/*# sourceMappingURL=public.css.map */