@charset "UTF-8";
/*
* 模块样式入口
*/
/*
* index
*/
.index-container .banner {
  position: relative;
  overflow-x: hidden;
}
.index-container .banner .prev, .index-container .banner .next {
  margin-top: -21px;
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 42px;
  height: 42px;
  filter: alpha(opacity=25);
  opacity: 0.25;
  -moz-opacity: 0.25;
}
.index-container .banner .prev:hover, .index-container .banner .next:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.index-container .banner .prev {
  left: 60px;
  background: url("../home/banner-prev.png") no-repeat left top;
  background-size: 100% 100%;
}
.index-container .banner .next {
  right: 60px;
  background: url("../home/banner-next.png") no-repeat left top;
  background-size: 100% 100%;
}
.index-container .banner .hd {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 100px;
  text-align: center;
  font-size: 0;
}
.index-container .banner .hd li {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 28px;
  cursor: pointer;
}
.index-container .banner .hd li:before {
  margin-top: -3px;
  content: '';
  position: absolute;
  right: 44px;
  top: 50%;
  width: 100px;
  height: 6px;
  background: url("../home/indicator-point.png") no-repeat left top;
  background-size: 100% 100%;
  pointer-events: none;
}
.index-container .banner .hd li + li {
  margin-left: 130px;
}
.index-container .banner .hd li:first-child:before {
  display: none;
}
.index-container .banner .hd li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../home/indicator-normal.png") no-repeat left top;
  background-size: 100% 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.index-container .banner .hd li.on:after {
  background: url("../home/indicator-active.png") no-repeat left top;
  background-size: 100% 100%;
}
.index-container .banner .hd li:hover:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.index-container .banner .bd {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.index-container .banner .bd li {
  position: relative;
  display: inline-block;
  width: 100%;
}
.index-container .banner .bd li .pic {
  display: block;
  width: 100%;
  height: auto;
}
.index-container .banner .bd li .text-wrapper {
  margin-left: -600px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 36%;
  width: 1200px;
}
.index-container .banner .bd li .text-wrapper .text-logo {
  display: block;
  width: auto;
  height: 112px;
}
.index-container .banner .bd li .text-wrapper .text-more {
  margin-top: 100px;
  padding: 0 34px;
  display: inline-block;
  height: 60px;
  line-height: 58px;
  font-size: 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-container .banner .bd li .text-wrapper .text-more:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.index-container .common-panel .panel-caption {
  margin-bottom: 46px;
  padding-top: 80px;
  line-height: 20px;
  text-align: center;
}
.index-container .common-panel .panel-caption .title-cn {
  margin-bottom: 16px;
  line-height: 36px;
  font-size: 36px;
  color: #333333;
}
.index-container .common-panel .panel-caption .title-en {
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
}
.index-container .common-panel .panel-caption .split-line {
  margin: 26px auto;
  width: 0;
  height: 5px;
  background: #3664ff;
  -webkit-transition: 2s;
  transition: 2s;
}
.index-container .common-panel .panel-caption .des-text {
  font-size: 14px;
  color: #666666;
}
.index-container .common-panel .panel-caption.animated .split-line {
  width: 80px;
}
.index-container .business-panel {
  min-height: 713px;
  background: url("../home/business-bg.png") no-repeat center top;
}
.index-container .business-panel .business-list {
  font-size: 0;
  text-align: center;
}
.index-container .business-panel .business-list li {
  display: inline-block;
  width: 260px;
  text-align: center;
  vertical-align: top;
}
.index-container .business-panel .business-list li a {
  display: block;
  cursor: pointer;
}
.index-container .business-panel .business-list li a:hover .pic {
  top: -10px;
}
.index-container .business-panel .business-list li a:hover .text .text-title {
  font-weight: 700;
  color: #2867ff;
}
.index-container .business-panel .business-list li .pic {
  position: relative;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-container .business-panel .business-list li .pic img {
  display: block;
  width: 260px;
  height: 250px;
}
.index-container .business-panel .business-list li .text {
  padding-top: 10px;
}
.index-container .business-panel .business-list li .text .text-title {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-container .business-panel .business-list li .text p {
  height: 75px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.index-container .business-panel .business-list li + li {
  margin-left: 53px;
}
.index-container .slogan img {
  display: block;
  width: 100%;
  height: auto;
}
.index-container .ps-panel {
  min-height: 1077px;
  background: url("../home/ps-bg.png") no-repeat center top;
}
.index-container .ps-panel .ps-list {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
}
.index-container .ps-panel .ps-list li {
  display: inline-block;
  width: 300px;
}
.index-container .ps-panel .ps-list li a {
  display: block;
  padding-top: 40px;
  padding-left: 34px;
  padding-right: 38px;
  position: relative;
  top: 0;
  height: 252px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-container .ps-panel .ps-list li a:hover {
  top: -10px;
  border-color: #4db6ff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(210, 213, 221, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(210, 213, 221, 0.5);
}
.index-container .ps-panel .ps-list li .pic {
  margin-bottom: 12px;
}
.index-container .ps-panel .ps-list li .pic img {
  display: block;
  width: 77px;
  height: 70px;
}
.index-container .ps-panel .ps-list li .text .text-title {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-container .ps-panel .ps-list li .text p {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.index-container .news-panel {
  min-height: 856px;
  height: 856px;
  overflow: hidden;
  background: url("../home/news-bg.jpg") no-repeat center top;
}
.index-container .news-panel.common-panel .panel-caption .title-cn {
  color: #fff;
}
.index-container .news-panel.common-panel .panel-caption .title-en {
  color: #cacaca;
  color: rgba(255, 255, 255, 0.7);
}
.index-container .news-panel.common-panel .panel-caption .split-line {
  background: #fff;
}
.index-container .news-panel.common-panel .panel-caption .des-text {
  color: #cacaca;
  color: rgba(255, 255, 255, 0.7);
}
.index-container .news-panel .news-group {
  margin: 0 auto;
  width: 1200px;
}
.index-container .news-panel .news-list {
  float: left;
  width: 710px;
  position: relative;
  height: 442px;
}
.index-container .news-panel .news-list li {
  padding-left: 162px;
  padding-top: 22px;
  padding-right: 90px;
  position: absolute;
  width: 507px;
  height: 100px;
  background: url("../home/news-list-bg.png") no-repeat left top;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
.index-container .news-panel .news-list li .left-col {
  position: absolute;
  left: 72px;
  top: 22px;
}
.index-container .news-panel .news-list li .left-col .date {
  padding-top: 4px;
  position: relative;
  width: 72px;
  text-align: center;
}
.index-container .news-panel .news-list li .left-col .date span {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 42px;
  color: #fff;
}
.index-container .news-panel .news-list li .left-col .date i {
  display: block;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #cacaca;
  color: rgba(255, 255, 255, 0.7);
}
.index-container .news-panel .news-list li .left-col .date::before {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: #9bd7fd;
}
.index-container .news-panel .news-list li .right-col {
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
}
.index-container .news-panel .news-list .item1 {
  left: 80px;
  top: 0;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -moz-opacity: 0.2;
}
.index-container .news-panel .news-list .item2 {
  left: 0;
  top: 114px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.index-container .news-panel .news-list .item2:after {
  margin-top: -4px;
  content: '';
  position: absolute;
  right: 50px;
  top: 50%;
  width: 26px;
  height: 9px;
  background: url("../home/icon-arrow.png") no-repeat left top;
  background-size: 100% 100%;
}
.index-container .news-panel .news-list .item3 {
  left: 30px;
  top: 228px;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -moz-opacity: 0.4;
}
.index-container .news-panel .news-list .item4 {
  left: 140px;
  top: 342px;
  filter: alpha(opacity=10);
  opacity: 0.1;
  -moz-opacity: 0.1;
}
.index-container .news-panel .hot-list {
  float: right;
  width: 490px;
  height: 424px;
  overflow: hidden;
}
.index-container .news-panel .hot-list li {
  float: left;
  width: 490px;
  height: 424px;
}
.index-container .news-panel .hot-list li .pic {
  margin-bottom: 26px;
}
.index-container .news-panel .hot-list li .pic a {
  display: block;
  width: 490px;
  height: 314px;
  overflow: hidden;
  cursor: pointer;
}
.index-container .news-panel .hot-list li .pic a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-container .news-panel .hot-list li .pic a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.index-container .news-panel .hot-list li .text .text-title {
  margin-bottom: 6px;
}
.index-container .news-panel .hot-list li .text .text-title a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.index-container .news-panel .hot-list li .text .text-title a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.index-container .news-panel .hot-list li .text p {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
}
.index-container .news-panel .btn-group {
  margin-top: 45px;
  text-align: center;
}
.index-container .news-panel .btn-group .news-more {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.6);
}
.index-container .news-panel .btn-group .news-more:hover {
  color: #fff;
}
.index-container .profile-panel {
  position: relative;
  z-index: 1;
  height: 600px;
  background: #fff;
}
.index-container .profile-panel .panel-content {
  margin-top: 110px;
}
.index-container .profile-panel .profile-group {
  margin: 0 auto;
  position: relative;
  width: 1300px;
  min-height: 420px;
  background: #2c68ff;
  -webkit-box-shadow: 0 0 40px 2px #ccc;
          box-shadow: 0 0 40px 2px #ccc;
}
.index-container .profile-panel .profile-group:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 125px;
  bottom: 41px;
  width: 372px;
  height: 113px;
  background: url("../home/profile-rect.png") no-repeat left top;
  background-size: 100% 100%;
}
.index-container .profile-panel .profile-group:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 246px;
  height: 201px;
  background: url("../home/icon-r.png") no-repeat left top;
  background-size: 100% 100%;
}
.index-container .profile-panel .profile-group .profile-pic {
  position: absolute;
  z-index: 2;
  left: 70px;
  bottom: 70px;
  width: 400px;
  height: 425px;
  border: 5px solid #fbfbf7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.index-container .profile-panel .profile-group .profile-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-container .profile-panel .profile-group .profile-pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.index-container .profile-panel .profile-group .profile-right {
  margin-left: 594px;
  margin-right: 64px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}
.index-container .profile-panel .profile-group .profile-right .title {
  padding-top: 63px;
  margin-bottom: 22px;
}
.index-container .profile-panel .profile-group .profile-right .title .title-cn {
  margin-bottom: 8px;
  line-height: 36px;
  font-size: 30px;
}
.index-container .profile-panel .profile-group .profile-right .title .title-en {
  font-size: 14px;
  color: #98b2ff;
  text-transform: uppercase;
}
.index-container .profile-panel .profile-group .profile-right p {
  margin-top: 30px;
}
.index-container .serve-panel {
  padding-top: 150px;
  position: relative;
  background: #f7f8ff;
}
.index-container .serve-panel:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 142px;
  height: 642px;
  background: url("../home/serve-bg.png") no-repeat center top;
}
.index-container .serve-panel > div {
  position: relative;
  z-index: 1;
}
.index-container .serve-panel .serve-list {
  margin: 0 auto;
  width: 1200px;
  background: url("../home/serve-list-bg.jpg") repeat left top;
  background-size: 480px 210px;
  font-size: 0;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(200, 204, 220, 0.27);
          box-shadow: 0px 0px 20px 1px rgba(200, 204, 220, 0.27);
}
.index-container .serve-panel .serve-list li {
  display: inline-block;
  width: 240px;
}
.index-container .serve-panel .serve-list li a {
  display: block;
  height: 105px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-container .serve-panel .serve-list li a:hover {
  -webkit-box-shadow: 0px 0px 20px 1px #c8ccdc;
          box-shadow: 0px 0px 20px 1px #c8ccdc;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-container .serve-panel .serve-list li img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f8ff;
}
.index-container .serve-panel .serve-list li .even {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index-container .serve-panel .serve-slogan {
  margin: 114px auto 116px;
  width: 804px;
}
.index-container .serve-panel .serve-form {
  padding-top: 30px;
  height: 142px;
  background: #e6edff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-container .serve-panel .serve-form .serve-form-content {
  margin: 0 auto;
  width: 1200px;
}
.index-container .serve-panel .serve-form .layui-form-item {
  margin-bottom: 0;
  font-size: 0;
}
.index-container .serve-panel .serve-form .layui-inline {
  margin-right: 56px;
  margin-bottom: 0;
  display: inline-block;
  width: 211px;
}
.index-container .serve-panel .serve-form .layui-inline2 {
  margin-right: 0;
  width: 430px;
}
.index-container .serve-panel .serve-form .layui-inline3 {
  margin-right: 0;
  float: right;
  width: 180px;
}
.index-container .serve-panel .serve-form .layui-input {
  padding: 0 12px;
  height: 45px;
  line-height: 43px;
  font-size: 14px;
  color: #253fb5;
  color: rgba(37, 63, 181, 0.45);
  background: transparent;
  border: 1px solid #9cb8ff !important;
}
.index-container .serve-panel .serve-form button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 43px;
  font-size: 20px;
  color: #fff;
  background: #406ff0;
  background-image: linear-gradient(-130deg, #406ff0 0%, #3357d3 58%, #253fb5 100%);
  -webkit-box-shadow: 0px 0px 9.7px 0.3px rgba(185, 188, 200, 0.004);
          box-shadow: 0px 0px 9.7px 0.3px rgba(185, 188, 200, 0.004);
  border: 1px solid #406ff0 !important;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
}
.index-container .serve-panel .serve-form button:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.index-container .serve-panel .serve-form .layui-form-tips {
  margin-top: 15px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #253fb5;
  color: rgba(37, 63, 181, 0.45);
}
.index-container .serve-panel .serve-form input::-moz-placeholder,
.index-container .serve-panel .serve-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #253fb5;
  color: rgba(37, 63, 181, 0.45);
}
.index-container .serve-panel .serve-form input:-ms-input-placeholder,
.index-container .serve-panel .serve-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #253fb5;
  color: rgba(37, 63, 181, 0.45);
}
.index-container .serve-panel .serve-form input::-webkit-input-placeholder,
.index-container .serve-panel .serve-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #253fb5;
  color: rgba(37, 63, 181, 0.45);
}
.index-container .delayEx-0s {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.index-container .delayEx-1s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-container .delayEx-2s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.index-container .delayEx-3s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.index-container .delayEx-4s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.index-container .delayEx-5s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.index-container .delayEx-6s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.index-container .delayEx-7s {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.index-container .delayEx-8s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.index-container .delayEx-9s {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.index-container .delayEx-10s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.index-container .delayEx-11s {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.index-container .delayEx-12s {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.sentiment-container .business-panel {
  background: #fff;
}
.sentiment-container .business-panel .business-list {
  font-size: 0;
  width: 1200px;
  margin: 0 auto;
}
.sentiment-container .business-panel .business-list li {
  display: inline-block;
  width: 572px;
  margin-bottom: 80px;
}
.sentiment-container .business-panel .business-list li a {
  display: block;
  cursor: pointer;
}
.sentiment-container .business-panel .business-list li a:hover .pic {
  top: -10px;
}
.sentiment-container .business-panel .business-list li a:hover .text .text-title {
  font-weight: 700;
  color: #2867ff;
}
.sentiment-container .business-panel .business-list li .pic {
  float: left;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sentiment-container .business-panel .business-list li .pic img {
  display: block;
  width: 100px;
  height: 100px;
}
.sentiment-container .business-panel .business-list li .text {
  float: left;
  padding-left: 26px;
}
.sentiment-container .business-panel .business-list li .text .text-title {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sentiment-container .business-panel .business-list li .text p {
  width: 446px;
  height: 62px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.sentiment-container .business-panel .business-list .business-list-item {
  margin-left: 56px;
}
.sentiment-container .ps-panel {
  background: #fafafa;
}
.sentiment-container .ps-panel .panel-caption {
  padding-bottom: 0;
}
.sentiment-container .ps-panel .ps-list {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
  position: relative;
}
.sentiment-container .ps-panel .ps-list li {
  width: 500px;
  height: 180px;
  background: url("../img/collect/item-box.png") no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  padding: 40px 54px 40px 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 77px 0;
}
.sentiment-container .ps-panel .ps-list li a {
  display: block;
  cursor: pointer;
}
.sentiment-container .ps-panel .ps-list li a:hover {
  top: -10px;
  border-color: #4db6ff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(210, 213, 221, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(210, 213, 221, 0.5);
}
.sentiment-container .ps-panel .ps-list li .pic {
  margin-bottom: 12px;
  float: left;
}
.sentiment-container .ps-panel .ps-list li .pic img {
  display: block;
  width: 50px;
  height: 50px;
}
.sentiment-container .ps-panel .ps-list li .text {
  float: left;
  padding-left: 26px;
}
.sentiment-container .ps-panel .ps-list li .text .text-title {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sentiment-container .ps-panel .ps-list li .text p {
  width: 329px;
  height: 84px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.sentiment-container .ps-panel .ps-list .ps-list-item {
  margin-left: 200px;
}
.sentiment-container .ps-panel .ps-list .item-box-active {
  background: url("../img/collect/item-box-active.png") no-repeat center;
  background-size: 100% 100%;
}
.sentiment-container .ps-panel .ps-list .ps-list-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 242px;
}
.sentiment-container .delayEx-0s {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sentiment-container .delayEx-1s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sentiment-container .delayEx-2s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sentiment-container .delayEx-3s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.sentiment-container .delayEx-4s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.sentiment-container .delayEx-5s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.sentiment-container .delayEx-6s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.sentiment-container .delayEx-7s {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.sentiment-container .delayEx-8s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.sentiment-container .delayEx-9s {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.sentiment-container .delayEx-10s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.sentiment-container .delayEx-11s {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.sentiment-container .delayEx-12s {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.collect-container .business-panel {
  background: #fff;
}
.collect-container .business-panel .business-list {
  font-size: 0;
  width: 1200px;
  margin: 0 auto;
}
.collect-container .business-panel .business-list li {
  display: inline-block;
  width: 572px;
  margin-bottom: 80px;
}
.collect-container .business-panel .business-list li a {
  display: block;
  cursor: pointer;
}
.collect-container .business-panel .business-list li a:hover .pic {
  top: -10px;
}
.collect-container .business-panel .business-list li a:hover .text .text-title {
  font-weight: 700;
  color: #2867ff;
}
.collect-container .business-panel .business-list li .pic {
  float: left;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.collect-container .business-panel .business-list li .pic img {
  display: block;
  width: 100px;
  height: 100px;
}
.collect-container .business-panel .business-list li .text {
  float: left;
  padding-left: 26px;
}
.collect-container .business-panel .business-list li .text .text-title {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.collect-container .business-panel .business-list li .text p {
  width: 446px;
  height: 62px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.collect-container .business-panel .business-list .business-list-item {
  margin-left: 56px;
}
.collect-container .ps-panel {
  background: #fafafa;
}
.collect-container .ps-panel .panel-caption {
  padding-bottom: 0;
}
.collect-container .ps-panel .ps-list {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
  position: relative;
}
.collect-container .ps-panel .ps-list li {
  width: 500px;
  height: 180px;
  background: url("../img/collect/item-box.png") no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  padding: 40px 54px 40px 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 77px 0;
}
.collect-container .ps-panel .ps-list li a {
  display: block;
  cursor: pointer;
}
.collect-container .ps-panel .ps-list li a:hover {
  top: -10px;
  border-color: #4db6ff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(210, 213, 221, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(210, 213, 221, 0.5);
}
.collect-container .ps-panel .ps-list li .pic {
  margin-bottom: 12px;
  float: left;
}
.collect-container .ps-panel .ps-list li .pic img {
  display: block;
  width: 50px;
  height: 50px;
}
.collect-container .ps-panel .ps-list li .text {
  float: left;
  padding-left: 26px;
}
.collect-container .ps-panel .ps-list li .text .text-title {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.collect-container .ps-panel .ps-list li .text p {
  width: 329px;
  height: 62px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.collect-container .ps-panel .ps-list .ps-list-item {
  margin-left: 200px;
}
.collect-container .ps-panel .ps-list .item-box-active {
  background: url("../img/collect/item-box-active.png") no-repeat center;
  background-size: 100% 100%;
}
.collect-container .ps-panel .ps-list .ps-list-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 242px;
}
.collect-container .delayEx-0s {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.collect-container .delayEx-1s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.collect-container .delayEx-2s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.collect-container .delayEx-3s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.collect-container .delayEx-4s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.collect-container .delayEx-5s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.collect-container .delayEx-6s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.collect-container .delayEx-7s {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.collect-container .delayEx-8s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.collect-container .delayEx-9s {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.collect-container .delayEx-10s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.collect-container .delayEx-11s {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.collect-container .delayEx-12s {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*
* index
*/
.mobileofficing-container .devise-panel {
  background: #fff;
}
.mobileofficing-container .devise-panel .devise-list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mobileofficing-container .devise-panel .devise-list .devise-left {
  position: absolute;
  top: 56px;
  left: 0;
}
.mobileofficing-container .devise-panel .devise-list .devise-right {
  position: absolute;
  top: 145px;
  right: 0;
}
.mobileofficing-container .devise-panel .devise-list .devise-right li {
  overflow: hidden;
}
.mobileofficing-container .devise-panel .devise-list .devise-right li .devise-text {
  float: right;
  padding-right: 46px;
  position: relative;
}
.mobileofficing-container .devise-panel .devise-list .devise-right li .icon-devise {
  float: right;
  left: auto;
  right: 20px;
}
.mobileofficing-container .devise-panel .devise-list ul li {
  width: 490px;
  height: 69px;
  line-height: 69px;
  background: #f4f6ff;
  padding-left: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.mobileofficing-container .devise-panel .devise-list ul li .icon-devise {
  width: 10px;
  height: 10px;
  background: linear-gradient(147deg, #1b4ff8, #001eb6);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 30px;
}
.mobileofficing-container .devise-panel .devise-list ul li .devise-text {
  width: 182px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2d2d2d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mobileofficing-container .devise-panel .devise-action {
  width: 598px;
  height: 470px;
  background: url("../img/shift/shift-bg.png") no-repeat center;
  background-size: 100% 100%;
  margin: auto;
  position: relative;
  z-index: 99;
}
.mobileofficing-container .devise-panel .devise-action .devise-pic {
  width: 48px;
  cursor: pointer;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobileofficing-container .devise-panel .devise-action .devise-pic1 {
  position: absolute;
  top: 64px;
  left: 118px;
}
.mobileofficing-container .devise-panel .devise-action .devise-pic2 {
  position: absolute;
  top: 105px;
  right: 64px;
}
.mobileofficing-container .devise-panel .devise-action .devise-pic3 {
  position: absolute;
  left: 64px;
  bottom: 156px;
}
.mobileofficing-container .devise-panel .devise-action .devise-pic4 {
  position: absolute;
  right: 124px;
  bottom: 82px;
}
.mobileofficing-container .produc-panel {
  min-height: 1077px;
  background: url("../home/ps-bg.png") no-repeat center top;
}
.mobileofficing-container .produc-panel .produc-list {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
}
.mobileofficing-container .produc-panel .produc-list li {
  display: inline-block;
  width: 300px;
}
.mobileofficing-container .produc-panel .produc-list li a {
  display: block;
  padding-top: 40px;
  padding-left: 34px;
  padding-right: 38px;
  position: relative;
  top: 0;
  height: 252px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobileofficing-container .produc-panel .produc-list li a:hover {
  top: -10px;
  border-color: #4db6ff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(210, 213, 221, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(210, 213, 221, 0.5);
}
.mobileofficing-container .produc-panel .produc-list li .pic {
  margin-bottom: 12px;
}
.mobileofficing-container .produc-panel .produc-list li .pic img {
  display: block;
  width: 82px;
  height: 82px;
}
.mobileofficing-container .produc-panel .produc-list li .text .text-title {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobileofficing-container .produc-panel .produc-list li .text p {
  height: 70px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.mobileofficing-container .secure-panel {
  position: relative;
  background: #f7f8ff;
}
.mobileofficing-container .secure-panel > div {
  position: relative;
  z-index: 1;
}
.mobileofficing-container .secure-panel .secure-list {
  margin: 0 auto;
  width: 1200px;
}
.mobileofficing-container .secure-panel .secure-list .animated {
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.mobileofficing-container .secure-panel .secure-list ul {
  overflow: hidden;
}
.mobileofficing-container .secure-panel .secure-list li {
  width: 240px;
  float: left;
  position: relative;
}
.mobileofficing-container .secure-panel .secure-list li .icon-top {
  display: inline-block;
  width: 22px;
  height: 11px;
  background: url("../img/shift/icon-top.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
.mobileofficing-container .secure-panel .secure-list li .icon-bottom {
  display: inline-block;
  width: 22px;
  height: 11px;
  background: url("../img/shift/icon-bottom.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 111;
  bottom: -11px;
}
.mobileofficing-container .secure-panel .secure-list li a {
  display: block;
  height: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
.mobileofficing-container .secure-panel .secure-list li a::after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.mobileofficing-container .secure-panel .secure-list li img {
  display: block;
  width: 100%;
  height: 100%;
}
.mobileofficing-container .secure-panel .secure-list .serve-item {
  background: #fff;
  position: relative;
}
.mobileofficing-container .secure-panel .secure-list .serve-caption {
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobileofficing-container .secure-panel .secure-list .serve-caption .title-cn {
  margin-bottom: 16px;
  line-height: 30px;
  font-size: 20px;
  color: #2d2d2d;
  width: 120px;
  margin: auto;
}
.mobileofficing-container .secure-panel .secure-list .serve-caption .split-line {
  margin: 20px auto;
  width: 26px;
  height: 4px;
  background: #3664ff;
  -webkit-transition: 2s;
  transition: 2s;
  border-radius: 2px;
}
.mobileofficing-container .delayEx-0s {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mobileofficing-container .delayEx-1s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mobileofficing-container .delayEx-2s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mobileofficing-container .delayEx-3s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.mobileofficing-container .delayEx-4s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mobileofficing-container .delayEx-5s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.mobileofficing-container .delayEx-6s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.mobileofficing-container .delayEx-7s {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.mobileofficing-container .delayEx-8s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.mobileofficing-container .delayEx-9s {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.mobileofficing-container .delayEx-10s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.mobileofficing-container .delayEx-11s {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.mobileofficing-container .delayEx-12s {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*
* media
*/
.media-container .banner {
  width: 100%;
}
.media-container .banner img {
  width: 100%;
  cursor: pointer;
}
.media-container .news {
  overflow: hidden;
}
.media-container .news .swiper-slide {
  padding: 0;
}
.media-container .news .hx {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.media-container .news .hx .title-cn {
  text-align: center;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-top: 50px;
}
.media-container .news .hx .split-line {
  margin: 22px auto;
  width: 20px;
  height: 5px;
  background: #3664ff;
  border-radius: 2px;
  -webkit-transition: 2s;
  transition: 2s;
}
.media-container .news .hx.animated .split-line {
  width: 80px;
}
.media-container .hot-news {
  overflow: hidden;
}
.media-container .hot-news .left-panel {
  float: left;
  width: 513px;
  height: 321px;
  overflow: hidden;
}
.media-container .hot-news .left-panel .bd li {
  float: left;
  width: 513px;
  height: 321px;
}
.media-container .hot-news .left-panel .bd li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-container .hot-news .left-panel .bd li a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.media-container .hot-news .left-panel .bd li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.media-container .hot-news .left-panel .bd li a .date-box {
  padding: 0 5px 6px;
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 0;
  width: 48px;
  color: #fff;
  background: rgba(0, 31, 115, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.media-container .hot-news .left-panel .bd li a .date-box .year {
  line-height: 30px;
  font-size: 14px;
  color: rgba(254, 254, 255, 0.6);
}
.media-container .hot-news .left-panel .bd li a .date-box .month {
  padding-left: 2px;
  height: 24px;
  line-height: 24px;
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.media-container .hot-news .left-panel .bd li a .date-box .month:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(254, 254, 255, 0.6);
  -webkit-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
}
.media-container .hot-news .left-panel .bd li a .date-box .day {
  padding-right: 2px;
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  text-align: right;
}
.media-container .hot-news .right-panel {
  float: right;
  width: 608px;
}
.media-container .hot-news .right-panel .text-group {
  margin-bottom: 30px;
}
.media-container .hot-news .right-panel .text-group .title {
  margin-bottom: 24px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.media-container .hot-news .right-panel .text-group p {
  margin-bottom: 24px;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-indent: 2em;
}
.media-container .hot-news .right-panel .text-group .more {
  padding: 0 20px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #2C68FF;
}
.media-container .hot-news .right-panel .text-group .more .icon-right {
  display: inline-block;
  width: 22px;
  height: 6px;
  background: url("../img/media/icon-right.png") no-repeat left top;
  background-size: 100% 100%;
  vertical-align: middle;
}
.media-container .hot-news .right-panel .text-group .more:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.media-container .hot-news .right-panel .bd {
  overflow: hidden;
}
.media-container .hot-news .right-panel .bd li {
  float: left;
  width: 120px;
  height: 80px;
}
.media-container .hot-news .right-panel .bd li a {
  padding: 4px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #C9DCFF;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.media-container .hot-news .right-panel .bd li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.media-container .hot-news .right-panel .bd li.on a {
  border: 1px solid #2C68FF;
}
.media-container .hot-news .right-panel .bd li + li {
  margin-left: 36px;
}

.media-container .dynamic {
  margin-top: 50px;
}
.media-container .dynamic .hx {
  width: 1200px;
  margin: auto;
}
.media-container .dynamic .title-cn {
  text-align: center;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-top: 50px;
}
.media-container .dynamic .split-line {
  margin: 22px auto;
  width: 20px;
  height: 5px;
  background: #3664ff;
  -webkit-transition: 2s;
  transition: 2s;
  border-radius: 2px;
}
.media-container .dynamic .dynamiclist {
  overflow: hidden;
}
.media-container .dynamic .dynamiclist li {
  overflow: hidden;
  width: 386px;
  height: 394px;
  background: #ffffff;
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.media-container .dynamic .dynamiclist li img {
  width: 100%;
  height: 60%;
  margin-bottom: 23px;
  width: 390px;
}
.media-container .dynamic .dynamiclist li .headline {
  width: 347px;
  height: 60px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.media-container .dynamic .dynamiclist li p {
  width: 343px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #666666;
  line-height: 54px;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-container .dynamic .dynamiclist li span {
  width: 69px;
  height: 10px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #999999;
  line-height: 24px;
  position: absolute;
  left: 20px;
  bottom: 19px;
}
.media-container .dynamic .nei {
  margin-left: 20px;
  margin-right: 22px;
  margin-bottom: 23px;
}
.media-container .dynamic .dynamiclist li:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 20, 83, 0.24);
          box-shadow: 0px 0px 21px 0px rgba(0, 20, 83, 0.24);
}
.media-container .dynamic .dynamiclist li:hover .headline {
  color: #2c68ff;
}
.media-container .fenye .hx {
  width: 1200px;
  margin: auto;
  text-align: center;
}
.media-container .fenye .layui-laypage a {
  margin: 10px;
  border-radius: 2px;
}
.media-container .fenye a.layui-laypage-prev,
.media-container .fenye .layui-laypage-next {
  width: 61px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  margin: 0 18px;
  padding: 0;
}
.media-container .fenye .layui-laypage-em {
  background: -webkit-gradient(linear, left top, right top, from(#78e4ff), to(#3774ff));
  background: linear-gradient(left, #78e4ff, #3774ff);
  border-radius: 2px;
}
.media-container .fenye .layui-laypage-curr {
  padding-bottom: 0;
  margin-top: 5px;
  border-radius: 2px;
}
.media-container .fenye .layui-laypage-spr {
  border: none;
}

.szzf-container .fall .corner {
  width: 0px;
  /*  宽高设置为0*/
  height: 0px;
  border: 10px solid #1553bf;
  border-bottom-color: transparent;
  /* 设置透明背景色 */
  border-left-color: transparent;
  border-right-color: transparent;
  margin: auto;
  margin-top: 52px;
}
.szzf-container .framework p {
  width: 112px;
  margin: auto;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 80px;
}
.szzf-container .exchange .a1 {
  position: absolute;
  top: 90px;
  left: -85px;
}
.szzf-container .exchange .a2 {
  position: absolute;
  top: 333px;
  left: -160px;
}
.szzf-container .exchange .a3 {
  position: absolute;
  top: 333px;
  right: -160px;
}
.szzf-container .exchange .a4 {
  position: absolute;
  bottom: 90px;
  right: -90px;
}
.szzf-container .exchange .schema {
  width: 734px;
  height: 705px;
  background: url(../img/szzf/fenzhi.png) no-repeat center;
  background-size: 100% 100%;
  margin: auto;
  position: relative;
}
.szzf-container .exchange .schema .xians {
  float: left;
}
.szzf-container .exchange .schema .caiji {
  float: left;
  width: 82px;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.szzf-container .exchange .schema .xians {
  line-height: 24px;
  color: #999999;
}
.szzf-container .exchange .schema .yui {
  width: 74px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}
.szzf-container .exchange .schema .systems {
  position: absolute;
  top: 73px;
  left: 190px;
  text-align: center;
}
.szzf-container .exchange .schema .dispose {
  position: absolute;
  top: 74px;
  right: 182px;
  text-align: center;
}
.szzf-container .exchange .schema .management {
  position: absolute;
  top: 320px;
  left: 34px;
  text-align: center;
}
.szzf-container .exchange .schema .datas {
  position: absolute;
  top: 320px;
  right: 30px;
  text-align: center;
}
.szzf-container .exchange .schema .datasA {
  position: absolute;
  bottom: 68px;
  left: 190px;
  text-align: center;
}
.szzf-container .exchange .schema .datasB {
  position: absolute;
  bottom: 68px;
  right: 182px;
  text-align: center;
}
.szzf-container .exchange .schema .terrace {
  position: absolute;
  left: 312px;
  top: 315px;
  text-align: center;
  width: 124px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
}
.szzf-container .list-wrap {
  padding: 63px 0;
  margin: auto;
}
.szzf-container .list-wrap ul {
  font-size: 0;
}
.szzf-container .list-wrap ul li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 41px 31px 0 31px;
  width: 367px;
  height: 500px;
  cursor: pointer;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
          box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
  border-radius: 0px 0px 20px 20px;
}
.szzf-container .list-wrap ul li .alt1 {
  background: url(../img/szzf/bg1.png) no-repeat center;
  background-size: 100% 100%;
}
.szzf-container .list-wrap ul li .qudong {
  width: 305px;
  height: 180px;
  padding-top: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
}
.szzf-container .list-wrap ul li .qudong .icone {
  width: 40px;
  height: 33px;
  margin-left: 129px;
}
.szzf-container .list-wrap ul li .qudong .regulates {
  margin-left: 102px;
  width: 100px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 31px;
}
.szzf-container .list-wrap ul li .qudong .intos {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 60px;
  line-height: 40px;
  letter-spacing: 13px;
}
.szzf-container .list-wrap ul li .qudong .ert1 {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 40px;
  line-height: 40px;
  letter-spacing: 13px;
}
.szzf-container .list-wrap ul li .qudong .ert2 {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 92px;
  line-height: 40px;
  letter-spacing: 13px;
}
.szzf-container .list-wrap ul li .zw1 {
  margin-top: 30px;
  text-indent: 20px;
  width: 313px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  height: 208px;
}
.szzf-container .list-wrap ul li:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.5);
          box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.szzf-container .list-wrap ul li + li {
  margin-left: 49px;
}
.szzf-container .adhibition {
  height: 600px;
  background: url(../img/szzf/dui2.png) no-repeat center;
  background-size: 100% 100%;
}
.szzf-container .adhibition .tyuu {
  width: 112px;
}
.szzf-container .adhibition .pagess {
  margin-top: 51px;
}
.szzf-container .adhibition .pagess ul {
  width: 100%;
  text-align: center;
}
.szzf-container .adhibition .pagess ul .df1 {
  background: url(../img/szzf/shuju.png) no-repeat center;
  background-size: 100% 100%;
}
.szzf-container .adhibition .pagess ul .df2 {
  width: 37px;
  height: 40px;
  background: url(../img/szzf/dide.png) no-repeat center;
  background-size: 100% 100%;
}
.szzf-container .adhibition .pagess ul .df3 {
  width: 36px;
  height: 36px;
  background: url(../img/szzf/huaxiang.png) no-repeat center;
  background-size: 100% 100%;
}
.szzf-container .adhibition .pagess ul .df4 {
  background: url(../img/szzf/yun.png) no-repeat center;
  background-size: 100% 100%;
}
.szzf-container .adhibition .pagess ul .dadi {
  width: 210px;
  overflow: hidden;
}
.szzf-container .adhibition .pagess ul .bianji {
  height: 108px;
  overflow: hidden;
}
.szzf-container .adhibition .pagess ul .qwe1 {
  margin-left: 29px;
}
.szzf-container .adhibition .pagess ul .qwe2 {
  margin-left: 29px;
}
.szzf-container .adhibition .pagess ul .qwe3 {
  margin-left: 29px;
}
.szzf-container .adhibition .pagess ul li:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 4px 0 4px #2b4cf4;
  box-shadow: 0 0 4px #2b4cf4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.szzf-container .adhibition .pagess ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 278px;
  height: 400px;
  background: #ffffff;
  -webkit-box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
          box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
  padding: 0 34px 100px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.szzf-container .adhibition .pagess ul li .errt {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/szzf/rectangle.png) no-repeat center;
  background-size: 100% 100%;
}
.szzf-container .adhibition .pagess ul li .tgbs {
  text-align: center;
  width: 40px;
  height: 30px;
  margin-top: 56px;
  display: inline-block;
}
.szzf-container .adhibition .pagess ul li .tgbss {
  text-align: center;
  width: 37px;
  height: 40px;
  margin-top: 56px;
  display: inline-block;
}
.szzf-container .adhibition .pagess ul li .tgbbbs {
  text-align: center;
  width: 36px;
  height: 36px;
  margin-top: 56px;
  display: inline-block;
}
.szzf-container .adhibition .pagess ul li p {
  margin-top: 42px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  text-align: center;
  padding-bottom: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.szzf-container .adhibition .pagess ul li span {
  width: 210px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 30px;
}
.szzf-container .explore .zxc1 {
  width: 112px;
}
.szzf-container .explore .string {
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  margin-top: 50px;
}
.szzf-container .explore .tomorrow {
  width: 100%;
  text-align: center;
}
.szzf-container .explore ul {
  vertical-align: top;
}
.szzf-container .explore ul .future {
  position: relative;
  overflow: hidden;
}
.szzf-container .explore ul .future img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.szzf-container .explore ul .future:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.szzf-container .explore ul .tyu {
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.szzf-container .explore ul .yinhao {
  width: 24px;
  font-size: 60px;
  font-family: FZLTCHJW;
  font-weight: normal;
  color: #cccccc;
  line-height: 100px;
  margin-left: -35px;
}
.szzf-container .explore ul li {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  height: 360px;
  cursor: pointer;
  overflow: hidden;
}
.szzf-container .explore .daas {
  width: 252px;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.szzf-container .explore .bgss {
  width: 560px;
  margin-top: 61px;
}
.szzf-container .explore .bgjj {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  line-height: 30px;
  height: 120px;
  text-align: left;
}
.szzf-container .foot {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  /*实现子元素不换行*/
}
.szzf-container .foot .placement {
  margin-left: -250px;
}
.szzf-container .foot .placements {
  margin-left: -500px;
}
.szzf-container .foot::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 50px 30px #ffffff inset;
          box-shadow: 0 0 50px 30px #ffffff inset;
}
.szzf-container .carousel {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 110px;
  width: 2400px;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
}
.szzf-container .carousel .pitch {
  background: url(../img/szzf/bg4.png) no-repeat center;
  background-size: 100% 100%;
  color: cornsilk;
}
.szzf-container .carousel .lunbotu {
  cursor: pointer;
  float: left;
  width: 300px;
  height: 110px;
  font-size: 18px;
  font-weight: 300;
}
.szzf-container .carousel .lunbotu .texts {
  line-height: 110px;
  margin-left: 31px;
}

.framework {
  margin-bottom: 40px;
}

/*
* details
*/
.details-container .banner {
  width: 100%;
  background: url("../img/details/banner.png");
  height: 540px;
  overflow: hidden;
}
.details-container .banner .title {
  width: 360px;
  height: 58px;
  font-size: 60px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 356px;
  margin-top: 219px;
}
.details-container .banner .detext {
  width: 689px;
  height: 20px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 356px;
  margin-top: 76px;
}
.details-container .tab {
  margin-bottom: 90px;
  min-height: 1200px;
  overflow: hidden;
}
.details-container .tab .hx {
  width: 1200px;
  height: 200px;
  margin: auto;
}
.details-container .tab .tabbox {
  width: 100%;
  height: 100%;
}
.details-container .tab .tabbox li {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.details-container .tab .tabbox li .ge {
  width: 100%;
  height: 40px;
}
.details-container .tab .tabbox li .imgbox {
  margin: auto;
  width: 72px;
  height: 72px;
}
.details-container .tab .tabbox li .imgbox img {
  width: 100%;
  height: 100%;
}
.details-container .tab .tabbox li .tabname {
  height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 80px;
  margin: auto;
}
.details-container .tab .tabbox li .underline {
  width: 0px;
  height: 4px;
  background: #2867FF;
  border-radius: 2px;
  position: absolute;
  bottom: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.details-container .tab .tabbox li.current .tabname {
  color: #2867FF;
}
.details-container .tab .tabbox li.current .underline {
  width: 100%;
}
.details-container .tab .content {
  width: 100%;
}
.details-container .tab .content .contentbox {
  display: none;
  margin-top: 60px;
  width: 1218px;
}
.details-container .tab .content .contentbox li {
  margin-right: 26px;
  width: 380px;
  height: 439px;
  -webkit-box-shadow: 0px 2px 14px 2px rgba(221, 221, 221, 0.7);
          box-shadow: 0px 2px 14px 2px rgba(221, 221, 221, 0.7);
  float: left;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(64, 179, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}
.details-container .tab .content .contentbox li .libox {
  width: 379px;
  height: 173px;
}
.details-container .tab .content .contentbox li .libox img {
  width: 100%;
  height: 100%;
}
.details-container .tab .content .contentbox li .headtext {
  margin-left: 19px;
  height: 68px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 68px;
}
.details-container .tab .content .contentbox li .text {
  margin-left: 19px;
  width: 341px;
  height: 125px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
}
.details-container .tab .content .contentbox li .button {
  width: 170px;
  height: 36px;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #2867FF;
  text-align: center;
  cursor: pointer;
}
.details-container .tab .content .contentbox li .button span {
  line-height: 36px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2867FF;
}
.details-container .tab .content .contentbox .nei {
  margin: 0 26px;
}
.details-container .tab .content .contentbox li:hover .button {
  background: #2867FF;
}
.details-container .tab .content .contentbox li:hover .button span {
  color: #fff;
}
.details-container .tab .content .contentbox li:hover {
  border: 1px solid #40B3FF;
  cursor: pointer;
}

.sovledetails-panel .sovledetails-list {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
}
.sovledetails-panel .sovledetails-list li {
  display: inline-block;
  width: 285px;
  -webkit-box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
          box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
  border-radius: 20px 0px 0px 20px;
}
.sovledetails-panel .sovledetails-list li a {
  text-align: center;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 0;
  height: 340px;
  cursor: pointer;
}
.sovledetails-panel .sovledetails-list li .pic {
  text-align: center;
}
.sovledetails-panel .sovledetails-list li .pic img {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.sovledetails-panel .sovledetails-list li .text {
  text-align: center;
}
.sovledetails-panel .sovledetails-list li .text .text-title {
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 98px;
  padding: 25px 0;
  margin: auto;
}
.sovledetails-panel .sovledetails-list li .text p {
  height: 136px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
  text-align: left;
}
.sovledetails-panel .sovledetails-list li + li {
  margin-left: 20px;
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-slide {
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.swiper-container .swiper-slide div {
  vertical-align: top;
  width: 49%;
  display: inline-block;
}
.swiper-container .swiper-slide div span {
  font-size: 23px;
}
.swiper-container .swiper-slide div img {
  width: 100%;
  height: 180px;
}
.swiper-container .swiper-slide-active {
  margin-top: -110px;
  -webkit-transition: 1s;
  transition: 1s;
}
.swiper-container .swiper-slide-prev,
.swiper-container .swiper-slide-next {
  margin-top: -55px;
  -webkit-transition: 1s;
  transition: 1s;
}
.swiper-container .obscuration {
  position: absolute;
  width: 100px;
  height: 188px;
}
.swiper-container .obscuration-one {
  left: -100px;
  top: 128px;
  -webkit-box-shadow: 75px -10px 30px #fbfcff;
          box-shadow: 75px -10px 30px #fbfcff;
  z-index: 999;
}
.swiper-container .obscuration-two {
  right: -100px;
  top: 128px;
  -webkit-box-shadow: -75px -10px 30px #fbfcff;
          box-shadow: -75px -10px 30px #fbfcff;
  z-index: 999;
}


.xwxq-container {
  padding-top: 53px;
  overflow: hidden;
  word-break: break-all;
}
.xwxq-container .navigation {
  height: 70px;
  background-color: #2c68ff;
}
.xwxq-container .bread-panel {
  margin-top: 53px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
}
.xwxq-container .bread-panel a {
  color: #666666;
  cursor: pointer;
}
.xwxq-container .bread-panel .current {
  color: #2c68ff;
}
.xwxq-container .bread-panel .current:hover {
  opacity: 0.8;
}
.xwxq-container .bread-panel .separator {
  margin: 0 2px;
}
.xwxq-container .caption-panel {
  margin-top: 49px;
}
.xwxq-container .caption-panel .caption-text {
  margin-bottom: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.xwxq-container .caption-panel .caption-info {
  padding: 0 200px;
  height: 80px;
  background-color: #ebedf5;
}
.xwxq-container .caption-panel .caption-info .info-col {
  padding-left: 80px;
  padding-top: 25px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xwxq-container .caption-panel .caption-info p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.xwxq-container .content-panel {
  padding: 30px 0;
  text-align: center;
}
.xwxq-container .content-panel img {
  margin: 20px 0;
  display: inline-block;
  max-width: 100%;
}
.xwxq-container .content-panel .title-text {
  text-indent: 2em;
  font-size: 24px;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.xwxq-container .content-panel p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 34px;
}
.xwxq-container .content-panel > * {
  text-align: left;
}

.xwxq-container .content-panel * {
  font-size: 16px !important;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  font-family: inherit !important;
}

.xwxq-container .paagation-panel {
  margin: 77px auto 156px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
}
.xwxq-container .paagation-panel li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.xwxq-container .paagation-panel li a {
  color: #999;
}
.xwxq-container .paagation-panel li a:hover {
  color: #3664ff;
}
.xwxq-container .paagation-panel li + li {
  margin-top: 20px;
}

/*
* about
*/
.about-container .banner {
  width: 100%;
  height: 540px;
  background: url("../img/about/banner.png") no-repeat;
  overflow: hidden;
}
.about-container .banner .headText {
  width: 240px;
  height: 60px;
  font-size: 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-top: 214px;
  margin-left: 359px;
}
.about-container .banner .text {
  width: 287px;
  height: 17px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-left: 359px;
  margin-top: 51px;
}
.about-container .navigation {
  border-bottom: 1px solid #f1f1f1;
}
.about-container .navigation .edition-center {
  width: 1200px;
  margin: auto;
}
.about-container .navigation .edition-center .navigationList {
  width: 100%;
  height: 57px;
}
.about-container .navigation .edition-center li {
  width: 33.33%;
  height: 57px;
  text-align: center;
  float: left;
  cursor: pointer;
  position: relative;
}
.about-container .navigation .edition-center li p {
  margin: auto;
  line-height: 57px;
  width: 72px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.about-container .navigation .edition-center li .slide-underline {
  display: none;
}
.about-container .navigation .edition-center li.current {
  background-color: #fafafa;
}
.about-container .navigation .edition-center li.current p {
  color: #2b4cf4;
}
.about-container .introduction .edition-center {
  width: 1200px;
  margin: auto;
}
.about-container .introduction .edition-center .contexts {
  min-height: 630px;
}
.about-container .introduction .edition-center .introductionTitle {
  margin: auto;
  width: 115px;
  height: 26px;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.about-container .introduction .edition-center .split-line {
  width: 20px;
  height: 4px;
  background: #2b4cf4;
  border-radius: 2px;
  margin: 20px auto;
}
.about-container .introduction .edition-center .contentBox {
  width: 100%;
  margin: 50px 0;
  overflow: hidden;
}
.about-container .introduction .edition-center .left {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 518px;
  height: 533px;
  overflow: hidden;
  background: url(../img/about/leftimg.png) no-repeat center;
  background-size: 100% 100%;
}
.about-container .introduction .edition-center .left .left-png {
  width: 458px;
  height: 473px;
  overflow: hidden;
}
.about-container .introduction .edition-center .left img {
  display: block;
  width: 458px;
  height: 473px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-container .introduction .edition-center .left:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.about-container .introduction .edition-center .right {
  float: left;
  margin-left: 51px;
  height: 528px;
}
.about-container .introduction .edition-center .right p {
  width: 630px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  text-indent: 2em;
}
.about-container .introduction .edition-center .right .noIndent {
  text-indent: 0;
}
.about-container .senceWorth {
  width: 100%;
  height: 156px;
  background: url("../img/about/senceWorth.png");
  /*margin-bottom: 80px;*/
}
.about-container .senceWorth .edition-center {
  width: 1200px;
  margin: 0 auto;
}
.about-container .senceWorth .edition-center .imgbox {
  width: 75px;
  height: 75px;
  margin-left: 10px;
  margin-right: 140px;
  float: left;
}
.about-container .senceWorth .edition-center .diamonds {
  width: 100%;
  height: 100%;
  padding: 40px;
}
.about-container .senceWorth .edition-center .features {
  height: 156px;
  float: left;
}
.about-container .senceWorth .edition-center .features li {
  width: 180px;
  height: 156px;
  margin-left: 63px;
  float: left;
}
.about-container .senceWorth .edition-center .features li .imgboxOne {
  width: 30px;
  height: 28px;
  float: left;
  line-height: 156px;
}
.about-container .senceWorth .edition-center .features li .imgboxOne img {
  width: 100%;
  height: 100%;
}
.about-container .senceWorth .edition-center .features li .imgboxTwo {
  width: 34px;
  height: 28px;
  float: left;
  line-height: 156px;
}
.about-container .senceWorth .edition-center .features li .imgboxTwo img {
  width: 100%;
  height: 100%;
}
.about-container .senceWorth .edition-center .features li .imgboxThree {
  width: 27px;
  height: 32px;
  float: left;
  line-height: 156px;
}
.about-container .senceWorth .edition-center .features li .imgboxThree img {
  width: 100%;
  height: 100%;
}
.about-container .senceWorth .edition-center .features li .imgboxFour {
  width: 25px;
  height: 30px;
  float: left;
  line-height: 156px;
}
.about-container .senceWorth .edition-center .features li .imgboxFour img {
  width: 100%;
  height: 100%;
}
.about-container .senceWorth .edition-center .features li .textContent {
  float: left;
  margin-left: 20px;
}
.about-container .senceWorth .edition-center .features li .textContent .text {
  width: 50px;
  height: 17px;
  font-size: 18px;

  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding-top: 55px;
}
.about-container .senceWorth .edition-center .features li .textContent .content {
  width: 126px;
  font-size: 14px;

  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-container .branch {
  margin-top: 100px;
  overflow-x: hidden;
}
.about-container .branch .edition-center {
  width: 1200px;
  margin: 0 auto;
}
.about-container .branch .edition-center .introductionTitle {
  margin: auto;
  width: 115px;
  height: 26px;
  font-size: 28px;

  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.about-container .branch .edition-center .split-line {
  width: 20px;
  height: 4px;
  background: #2b4cf4;
  border-radius: 2px;
  margin: 20px auto;
}
.about-container .branch .edition-center .mapBackground {
  width: 100%;
  height: 814px;
  background: url("../img/about/mapbackground.png") no-repeat;
  background-size: contain;
}
.about-container .branch .edition-center .mapBackground .company {
  float: left;
  margin-top: 100px;
}
.about-container .branch .edition-center .mapBackground .company li {
  margin-bottom: 40px;
  overflow: hidden;
}
.about-container .branch .edition-center .mapBackground .company li .desc {
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#77e3fd), to(#3d75fb));
  background: linear-gradient(90deg, #77e3fd 0%, #3d75fb 100%);
  border-radius: 50%;
  float: left;
  margin-top: 6px;
}
.about-container .branch .edition-center .mapBackground .company li .text {
  float: left;
}
.about-container .branch .edition-center .mapBackground .company li .text .region {
  width: 180px;
  height: 24px;
  font-size: 24px;

  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-left: 15px;
}
.about-container .branch .edition-center .mapBackground .company li .text .place {
  margin-left: 15px;
  margin-top: 19px;
  width: 330px;
  font-size: 16px;

  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.about-container .branch .edition-center .mapBackground .map {
  float: left;
  margin-left: 32px;
  width: 811px;
  height: 689px;
  background: url("../img/about/map.png");
  position: relative;
}
.about-container .branch .edition-center .mapBackground .map .menggu {
  text-align: center;
  line-height: 37px;
  width: 85px;
  height: 37px;
  background: -webkit-gradient(linear, left top, right top, from(#78e4fd), to(#3d74fb));
  background: linear-gradient(90deg, #78e4fd 0%, #3d74fb 100%);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
  font-size: 18px;

  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 422px;
  top: 185px;
  cursor: pointer;
}
.about-container .branch .edition-center .mapBackground .map .menggu:hover {
  opacity: 0.8;
}
.about-container .branch .edition-center .mapBackground .map .chengdu {
  text-align: center;
  line-height: 37px;
  width: 70px;
  height: 37px;
  background: -webkit-gradient(linear, left top, right top, from(#78e4fd), to(#3d74fb));
  background: linear-gradient(90deg, #78e4fd 0%, #3d74fb 100%);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
  font-size: 18px;

  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 332px;
  top: 400px;
  cursor: pointer;
}
.about-container .branch .edition-center .mapBackground .map .chengdu:hover {
  opacity: 0.8;
}
.about-container .branch .edition-center .mapBackground .map .wuhan {
  text-align: center;
  line-height: 37px;
  width: 70px;
  height: 37px;
  background: -webkit-gradient(linear, left top, right top, from(#78e4fd), to(#3d74fb));
  background: linear-gradient(90deg, #78e4fd 0%, #3d74fb 100%);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
  font-size: 18px;

  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 472px;
  top: 380px;
  cursor: pointer;
}
.about-container .branch .edition-center .mapBackground .map .wuhan:hover {
  opacity: 0.8;
}
.about-container .branch .edition-center .mapBackground .map .nanchang {
  text-align: center;
  line-height: 37px;
  width: 70px;
  height: 37px;
  background: -webkit-gradient(linear, left top, right top, from(#78e4fd), to(#3d74fb));
  background: linear-gradient(90deg, #78e4fd 0%, #3d74fb 100%);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
  font-size: 18px;

  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 505px;
  top: 444px;
  cursor: pointer;
}
.about-container .branch .edition-center .mapBackground .map .nanchang:hover {
  opacity: 0.8;
}
.about-container .branch .edition-center .mapBackground .map .hangzhou {
  text-align: center;
  line-height: 37px;
  width: 70px;
  height: 37px;
  background: -webkit-gradient(linear, left top, right top, from(#78e4fd), to(#3d74fb));
  background: linear-gradient(90deg, #78e4fd 0%, #3d74fb 100%);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(62, 117, 251, 0.35);
  font-size: 18px;

  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 600px;
  top: 420px;
  cursor: pointer;
}
.about-container .branch .edition-center .mapBackground .map .hangzhou:hover {
  opacity: 0.8;
}

.picScoll-panel {
  width: 1200px;
  margin: auto;
}

.picScroll-left .hd {
  font-size: 0;
}
.picScroll-left .hd ul {
  margin-top: 20px;
  text-align: center;
}
.picScroll-left .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #2b4cf4;
  opacity: 0.2;
  border-radius: 6px;
  margin: 0 10px;
  cursor: pointer;
}
.picScroll-left .hd .on {
  background: #2b4cf4;
  opacity: 1;
}
.picScroll-left .bd {
  margin-top: 80px;
  width: 1200px;
  height: 368px;
  overflow: hidden;
}
.picScroll-left .bd li {
  margin: 0 15px;
  float: left;
  width: 270px;
  height: 368px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.picScroll-left .bd li .text-wrapper {
  width: 236px;
  height: 280px;
  margin: 18px auto;
}
.picScroll-left .bd li p {
  margin: 20px auto;
  width: 198px;
  height: 14px;
  font-size: 14px;

  font-weight: 500;
  color: #333333;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picScroll-left .bd li img {
  width: 100%;
  height: 100%;
}

.smart-city .list-wrap {
  padding: 63px 0;
  margin: auto;
}
.smart-city .list-wrap ul {
  font-size: 0;
}
.smart-city .list-wrap ul li:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.5);
          box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.smart-city .list-wrap ul li + li {
  margin-left: 24px;
}
.smart-city .list-wrap ul li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 23px 32px 24px;
  width: 281px;
  height: 316px;
  cursor: pointer;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
          box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
}
.smart-city .list-wrap ul li .alt1 {
  background: url(../img/smartcity/setting_a.png) no-repeat center;
  background-size: 100% 100%;
}
.smart-city .list-wrap ul li .qudong {
  width: 235px;
  height: 156px;
  padding-top: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
}
.smart-city .list-wrap ul li .qudong .icone {
  width: 40px;
  height: 33px;
  margin-left: 99px;
}
.smart-city .list-wrap ul li .qudong .icone img {
  width: 60px;
  height: 60px;
}
.smart-city .list-wrap ul li .qudong .regulates {
  text-align: center;
  width: 100%;
  line-height: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 31px;
}
.smart-city .list-wrap ul li .qudong .font-color {
  text-align: center;
  width: 100%;
  line-height: 24px;
  font-size: 24px;
  color: #000;
  margin-top: 31px;
}
.smart-city .list-wrap ul li .qudong .intos {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 60px;
  line-height: 40px;
  letter-spacing: 13px;
}
.smart-city .list-wrap ul li .qudong .ert1 {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 40px;
  line-height: 40px;
  letter-spacing: 13px;
}
.smart-city .list-wrap ul li .qudong .ert2 {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 92px;
  line-height: 40px;
  letter-spacing: 13px;
}
.smart-city .list-wrap ul li .zw1 {
  padding: 0 30px;
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 26px;
  height: 100px;
  overflow: hidden;
}
.smart-city .sercices-list ul li {
  width: 278px;
  height: 369px;
}
.smart-city .design-philosophy {
  height: 517px;
  background: url(../img/smartcity/setting.png) no-repeat center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.smart-city .design-philosophy img {
  width: 312px;
  height: 303px;
}
.smart-city .design-philosophy ul {
  margin-top: 30px;
  text-align: center;
  vertical-align: top;
}
.smart-city .design-philosophy ul li + li {
  margin-left: 50px;
}
.smart-city .design-philosophy ul li {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
}
.smart-city .design-philosophy .philosophy-frame {
  padding-top: 1px;
}
.smart-city .design-philosophy .philosophy-content {
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smart-city .design-philosophy .philosophy-content div {
  margin-left: 20px;
}
.smart-city .design-philosophy .philosophy-content img {
  width: 79px;
  height: 69px;
}
.smart-city .design-philosophy .philosophy-content img,
.smart-city .design-philosophy .philosophy-content div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.smart-city .design-philosophy .philosophy-content img p,
.smart-city .design-philosophy .philosophy-content div p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  height: 40px;
  overflow: hidden;
}
.smart-city .design-philosophy .philosophy-content img span,
.smart-city .design-philosophy .philosophy-content div span {
  margin-top: 20px;
  line-height: 26px;
}
.smart-city .design-philosophy .philosophy-content img p,
.smart-city .design-philosophy .philosophy-content img span,
.smart-city .design-philosophy .philosophy-content div p,
.smart-city .design-philosophy .philosophy-content div span {
  display: block;
  width: 230px;
  text-align: left;
  overflow: hidden;
}
.smart-city .design-mode .mode-system {
  margin-top: 40px;
  height: 217px;
  background: url(../img/smartcity/setting_map.png) no-repeat center;
  background-size: 100% 100%;
}
.smart-city .design-mode ul {
  text-align: left;
  margin-top: 65px;
}
.smart-city .design-mode ul li {
  width: 146px;
  height: 146px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  margin-top: 55px;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.smart-city .design-mode ul li .number {
  font-size: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.smart-city .design-mode ul li p {
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.smart-city .design-mode li:first-child {
  margin-left: 40px;
}
.smart-city .design-mode ul li + li {
  margin-left: 340px;
}
.smart-city .design-mode .mode-introduce {
  margin-top: 33px;
  text-align: left;
}
.smart-city .design-mode .mode-introduce .introduce-box {
  width: 281px;
  height: 241px;
  padding: 57px 33px 52px 33px;
  margin-right: 174px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: url(/img/smartcity/xiaoxi.png) no-repeat center;
  background-size: 100% 100%;
}
.smart-city .design-mode .mode-introduce .introduce-box p {
  display: inline-block;
  width: 215x;
  height: 175px;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 26px;
  overflow: hidden;
}
.smart-city .design-mode .mode-introduce .introduce-box-item {
  margin-right: 0;
}
.smart-city .overall-structure {
  background-color: #FAFAFA;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
}
.smart-city .overall-structure img {
  vertical-align: top;
  display: inline-block;
  width: 1200px;
  height: 605px;
  margin-top: 30px;
}

.solution-container .solution-list {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
  padding-top: 68px;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 826px;
}
.solution-container .solution-list li {
  display: inline-block;
  width: 360px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 68, 247, 0.35);
          box-shadow: 0px 0px 7px 0px rgba(0, 68, 247, 0.35);
  margin-bottom: 26px;
  margin-right: 29px;
}
.solution-container .solution-list li:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution-container .solution-list li a {
  text-align: center;
  display: inline-block;
  padding: 48px 26px 0 26px;
  position: relative;
  top: 0;
  height: 400px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.solution-container .solution-list li .pic {
  text-align: center;
}
.solution-container .solution-list li .pic img {
  display: inline-block;
  width: 67px;
  height: 67px;
}
.solution-container .solution-list li .text {
  text-align: center;
}
.solution-container .solution-list li .text .text-title {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 25px 0;
  margin: auto;
}
.solution-container .solution-list li .text p {
  height: 136px;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-align: left;
  text-indent: 2em;
}

.particulars-container .particulars-panel {
  padding: 30px 0;
  text-align: center;
}
.particulars-container .particulars-panel img {
  margin: 20px 0;
  display: inline-block;
  max-width: 100%;
}
.particulars-container .particulars-panel .title-text {
  text-indent: 2em;
  font-size: 24px;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.particulars-container .particulars-panel p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 34px;
}
.particulars-container .particulars-panel > * {
  text-align: left;
}

.create-container .introduce {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 68, 247, 0.35);
          box-shadow: 0px 0px 14px 0px rgba(0, 68, 247, 0.35);
  border-radius: 5px;
  background: url(../img/info-innovation/bgpang.png) no-repeat center;
  background-size: cover;
}
.create-container .introduce .introduce-box {
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.create-container .introduce .introduce-box p {
  line-height: 30px;
  font-size: 18px;
  color: #0044f7;
  overflow: hidden;
  text-indent: 2em;
}
.create-container .introduce .introduce-box .introduce-xian {
  vertical-align: top;
  width: 80px;
  border-top: 1px solid #999999;
  display: inline-block;
  border-radius: 1px;
}
.create-container .introduce .introduce-box span {
  vertical-align: top;
  color: #0044f7;
  display: inline-block;
  line-height: 2px;
  font-size: 16px;
  margin-left: 10px;
}
.create-container .introduce .introduce-box .sign {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.create-container .introduce .introduce-paraphrase {
  margin-top: 20px;
  text-indent: 2em;
  width: 100%;
  padding: 0 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #5b5b5b;
  font-size: 15px;
  overflow: hidden;
}
.create-container .introduce .introduce-security {
  width: 240px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  margin-top: 80px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.102);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 68, 247, 0.35);
          box-shadow: 0px 0px 14px 0px rgba(0, 68, 247, 0.35);
  border-radius: 4px;
  text-align: center;
}
.create-container .introduce .introduce-list li {
  overflow: hidden;
  vertical-align: text-top;
  margin-top: 30px;
}
.create-container .introduce .introduce-list li p {
  text-align: center;
  width: 160px;
  line-height: 42px;
  float: left;
  color: #ffffff;
  background-color: #ff7a21;
  border-radius: 5px;
  margin-top: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-container .introduce .introduce-list div {
  margin-left: 160px;
  height: 140px;
  background: url(../img/info-innovation/click_07.png) no-repeat center;
  background-size: 100% 100%;
  padding: 30px 30px 30px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.create-container .introduce .introduce-list div span {
  display: block;
  height: 85px;
  overflow: hidden;
}
.create-container .introduce .introduce-list .hue-noe {
  background-color: #ff5245;
}
.create-container .introduce .introduce-list .hue-two {
  background-color: #ff2121;
}
.create-container .local {
  padding-bottom: 107px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.create-container .local .local-left {
  position: relative;
  left: -5px;
  float: left;
  width: 708px;
  height: 688px;
  background: url(../img/info-innovation/solar-pic.png) no-repeat left top;
  background-size: 100% 100%;
}
.create-container .local .local-right {
  margin-left: 706px;
  padding-left: 15px;
}
.create-container .local .local-right li {
  padding: 26px;
  line-height: 34px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 68, 247, 0.35);
          box-shadow: 0px 0px 14px 0px rgba(0, 68, 247, 0.35);
}
.create-container .local .local-right li .title {
  padding-left: 38px;
  position: relative;
  height: 34px;
  font-size: 24px;
  color: #2d2d2d;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.create-container .local .local-right li .text {
  padding-left: 38px;
  height: 34px;
  font-size: 20px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.create-container .local .local-right li + li {
  margin-top: 20px;
}
.create-container .local .local-right .solar-icon {
  margin-top: -14px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.create-container .local .local-right .solar-icon1 {
  background: url(../img/info-innovation/solar-icon1.png) no-repeat left top;
  background-size: 100% 100%;
}
.create-container .local .local-right .solar-icon2 {
  background: url(../img/info-innovation/solar-icon2.png) no-repeat left top;
  background-size: 100% 100%;
}
.create-container .local .local-right .solar-icon3 {
  background: url(../img/info-innovation/solar-icon3.png) no-repeat left top;
  background-size: 100% 100%;
}
.create-container .local .local-right .solar-icon4 {
  background: url(../img/info-innovation/solar-icon4.png) no-repeat left top;
  background-size: 100% 100%;
}
.create-container .local .local-right .solar-icon5 {
  background: url(../img/info-innovation/solar-icon5.png) no-repeat left top;
  background-size: 100% 100%;
}
.create-container .list-wrap {
  padding: 63px 0;
  margin: auto;
}
.create-container .list-wrap ul {
  font-size: 0;
}
.create-container .list-wrap ul li:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.5);
          box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.create-container .list-wrap ul li + li {
  margin-left: 24px;
}
.create-container .list-wrap ul li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 23px 32px 24px;
  width: 281px;
  height: 316px;
  cursor: pointer;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
          box-shadow: -1px 9px 16px 2px rgba(8, 78, 216, 0.06);
}
.create-container .list-wrap ul li .alt1 {
  background: url(../img/smartcity/setting_a.png) no-repeat center;
  background-size: 100% 100%;
}
.create-container .list-wrap ul li .qudong {
  width: 235px;
  height: 156px;
  padding-top: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
}
.create-container .list-wrap ul li .qudong .icone {
  width: 40px;
  height: 33px;
  margin-left: 99px;
}
.create-container .list-wrap ul li .qudong .icone img {
  width: 60px;
  height: 60px;
}
.create-container .list-wrap ul li .qudong .regulates {
  text-align: center;
  width: 100%;
  line-height: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 31px;
}
.create-container .list-wrap ul li .qudong .font-color {
  text-align: center;
  width: 100%;
  line-height: 24px;
  font-size: 24px;
  color: #000;
  margin-top: 31px;
}
.create-container .list-wrap ul li .qudong .intos {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 60px;
  line-height: 40px;
  letter-spacing: 13px;
}
.create-container .list-wrap ul li .qudong .ert1 {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 40px;
  line-height: 40px;
  letter-spacing: 13px;
}
.create-container .list-wrap ul li .qudong .ert2 {
  width: 182px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 92px;
  line-height: 40px;
  letter-spacing: 13px;
}
.create-container .list-wrap ul li .zw1 {
  padding: 0 30px;
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 26px;
  height: 50px;
  overflow: hidden;
}
.create-container .sercices-list ul li {
  width: 278px;
  height: 369px;
}
#content-panel img {
  cursor: pointer;
}
