body,
html {
  height: 100%;
}

body {
  min-width: 1200px;
}

.container {
  width: 1190px;
  margin: 0 auto;
}

.header h1 {
  height: 36px;
  margin-top: 14px;
  float: left;
}

.header h1 a {
  display: block;
  height: 100%;
}

.header h1 a img {
  height: 100%;
}

.header .nav {
  float: right;
}

.header .nav .jm-nav-item {
  float: left;
  margin: 0 10px;
  position: relative;
}

.header .nav .jm-nav-item:after {
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header .nav .jm-nav-item:after {
  background-color: #fff;
}

.header .nav .jm-nav-item.active:after,
.header .nav .jm-nav-item:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.header .nav .jm-nav-item a {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  line-height: 64px;
}

.header .nav .jm-subnav {
  position: absolute;
  z-index: 2;
  display: none;
  top: 64px;
  left: 50%;
  margin-left: -73px;
  width: 146px;
  /* transform: translateX(-50%); */
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  text-align: center;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .9);
}

.header .nav .jm-subnav a {
  color: #cccccc;
  line-height: 41px;
}

.header .nav .jm-subnav a:hover {
  color: #0f97ff;
}

.jm-subnav-item+.jm-subnav-item {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.header .nav .jm-nav-item:hover .jm-subnav {
  display: block;
  -webkit-animation: subNav .3s ease both;
  animation: subNav .3s ease both;
}

/* .header.active,
.header:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
} */

.video-swiper {
  position: relative;
  height: 650px;
  overflow: hidden;
}

.video-swiper video {
  /* min-width: 100%;
	height: auto;
	width: auto; */
  width: 100%;
  vertical-align: top;
}

.video-swiper .bg {
  background: url("../images/bg.png") no-repeat center/cover;
  position: absolute;
  z-index: 998;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.video-swiper .info {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  text-align: center;
}

.video-swiper .info p {
  width: 100%;
}

.video-swiper .info .p1 {
  font-size: 48px;
}

.video-swiper .info .p2 {
  font-size: 24px;
  margin-top: 12px;
}

.index-solution {
  width: 100%;
  min-width: 1200px;
  max-height: 800px;
  transition: max-height .6s linear;
  background: #fff;
  overflow: hidden;
  /*background: url("../images/wayBg.png") no-repeat center bottom;*/

  padding-bottom: 250px !important;
}

.index-solution .center {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.index-solution .center .title {
  padding-top: 80px;
  font-size: 24px;
  color: #353d42;
}

.index-solution .center .content {
  margin-top: 20px;
  font-size: 14px;
  color: #7e808e;
  line-height: 1.86;
  letter-spacing: .2px;
}

.index-solution .center .icons {
  margin-top: 10px;
  text-align: left;
  font-size: 0;
  /* height: 260px;
	overflow: hidden; */
}

.index-solution .center .icons .model {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: auto;
  margin-top: 40px;
  font-size: 14px;
  color: #666;
  text-align: center;
  cursor: pointer;
}

.index-solution .center .icons .model:hover .icon {
  background-position: bottom;
}

.index-solution .center .icons .model:hover .text {
  color: #2283d8;
}

a:hover {
  text-decoration: none !important;
}

.index-solution .center .icons .model .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.index-solution .center .icons .model:first-child>.icon {
  background-image: url("../images/solution-1.png");
}

.index-solution .center .icons .model:nth-child(2)>.icon {
  background-image: url("../images/solution-2.png");
}

.index-solution .center .icons .model:nth-child(3)>.icon {
  background-image: url("../images/solution-3.png");
}

.index-solution .center .icons .model:nth-child(4)>.icon {
  background-image: url("../images/solution-4.png");
}

.index-solution .center .icons .model:nth-child(5)>.icon {
  background-image: url("../images/solution-5.png");
}

.index-solution .center .icons .model:nth-child(6)>.icon {
  background-image: url("../images/solution-6.png");
}

.index-solution .center .icons .model:nth-child(7)>.icon {
  background-image: url("../images/solution-7.png");
}

.index-solution .center .icons .model:nth-child(8)>.icon {
  background-image: url("../images/solution-8.png");
}

.index-solution .center .icons .model:nth-child(9)>.icon {
  background-image: url("../images/solution-9.png");
}

.index-solution .center .icons .model:nth-child(10)>.icon {
  background-image: url("../images/solution-10.png");
}

.index-solution .center .icons .model:nth-child(11)>.icon {
  background-image: url("../images/solution-11.png");
}

.index-solution .center .icons .model:nth-child(12)>.icon {
  background-image: url("../images/solution-12.png");
}

.index-solution .center .icons .model:nth-child(13)>.icon {
  background-image: url("../images/solution-13.png");
}

.index-solution .center .icons .model:nth-child(14)>.icon {
  background-image: url("../images/solution-14.png");
}

.index-solution .center .icons .model:nth-child(15)>.icon {
  background-image: url("../images/solution-15.png");
}

.index-solution .center .icons .model .text {
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  line-height: 1.86;
  transition: color .4s ease;
  letter-spacing: .2px;
}

.index-solution .center .button {
  width: 120px;

  margin: 40px auto 0;

}

.index-solution .center .button:hover {
  transform: translateZ(55px);
}

.solutionActive {
  max-height: 1200px;
}

.m-box {
  padding: 80px 0 70px;
}

.m-box .m-title {
  /* font-size: 36px;
	color: #333;
	margin-bottom: 20px;
	line-height: normal;
	text-align: center */
  /* padding-top: 80px; */
  font-size: 24px;
  /*color: #353d42;*/
  color: #666;
  text-align: center;
}

.m-box .m-descript {
  /* font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #444 */
  margin-top: 20px;
  font-size: 14px;
  color: #7e808e;
  line-height: 1.86;
  letter-spacing: .2px;
  text-align: center;
}

.jm-product {
  background: #f5f5f5;
}

.jm-product .list {
  width: 1040px;
  overflow: hidden;
  margin: 0 auto;
}

.jm-product .list ul {
  margin-top: 36px;
  margin-right: -40px;
}

.jm-product .list li {
  float: left;
  width: 240px;
  height: 328px;
  padding: 40px;
  text-align: center;
  margin-right: 40px;
}

.jm-product .list li .pic {
  height: 147px;
}

.pic-detail {
  height: 300px;
}

.index-successCase .text .cn a {
  color: #7e808e
}


.jm-product .list li .pic img {
  max-height: 100%;
}

.jm-product .list li .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 22px;
  text-align: center;
}

.jm-product .list li .line {
  display: inline-block;
  width: 33px;
  height: 2px;
  background: #fff;
  margin: 15px auto 20px;
}

.jm-product .list li .info p {
  margin-top: 6px;
}

.jm-product .list li .info a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.jm-product .list li .info a:hover {
  font-size: 15px;
}

.jm-product .list .item1 {
  background: #4278bc;
}

.jm-product .list .item2 {
  background: #67cec8;
}

.jm-product .list .item3 {
  background: #61c2e5;
}

.jm-news {
  /* background: #f5f5f5 */
}

.jm-news .list ul {
  margin-right: -22px;
  margin-top: 36px;
}

.jm-news .list li {
  float: left;
  width: 281px;
  margin-right: 22px;
  letter-spacing: .2px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
  border: 1px solid #ededed;
  box-sizing: border-box;
}

.jm-news .list li .pic {
  width: 100%;
  height: 176px;
  display: block;
  overflow: hidden;
}

.jm-news .list li .pic img {
  width: 100%;
  max-height: 100%;
  transition: all .36s ease;
}

.jm-news .list li .pic:hover img {
  transform: scale(1.05);
}

.jm-news .list li .inner {
  padding: 5px 10px 24px;
}

.jm-news .list li .title {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

.jm-news .list li .title a {
  color: #333;
}

.jm-news .list li .title a:hover {
  color: #FFA700;
}

.jm-news .list li .info {
  font-size: 12px;
  color: #666;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.jm-partner {
  background: #f5f5f5;
}

.jm-partner ul {
  margin-top: 36px;
}

.jm-partner li {
  float: left;
  width: 33%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  margin-top: -1px;
  margin-right: -1px;
  background: #fff;
}

.jm-partner li a {
  display: block;
  height: 124px;
  line-height: 124px;
}

.jm-partner li a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all .3s ease-in;
}

.jm-partner li a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

.jm-footer {
  background: #333;
  border-top: 1px solid #dedede;
  padding: 40px 0 20px;
}

.jm-footer .ft-top {
  padding-bottom: 20px;
}

.jm-footer .ft-l {
  float: left;
}

.jm-footer .ft-logo {
  display: block;
}

.jm-footer .ewm-group .item {
  width: 88px;
  float: left;
  text-align: center;
  font-size: 12px;
  color: #878787;
}

.jm-footer .ewm-group .item+.item {
  margin-left: 60px;
}

.jm-footer .ewm-group .item img {
  width: 100%;
  margin-bottom: 3px;
}

.jm-footer .ft-r {
  float: right;
}

.jm-footer .ft-r .tel {
  font-size: 25px;
  font-family: "Arial";
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.jm-footer .ft-r .time {
  font-size: 12px;
  color: #878787;
  margin-top: 8px;
  text-align: center;
}

.jm-footer .ft-r .qq {
  display: block;
  width: 110px;
  height: 32px;
  margin: 14px auto 0;
  background: url("../images/kf.png") no-repeat center;
}

.jm-footer .ft-r .qq01 {
  background-image: url("../images/kf01.png");
}

.jm-footer .ft-r .qq02 {
  background-image: url("../images/kf02.png");
}

.jm-footer .ft-bt {
  border-top: 1px solid #353535;
  text-align: center;
  padding-top: 24px;
  font-size: 12px;
}

.jm-footer .ft-bt .link a,
.jm-footer .ft-bt .link span {
  color: #999;
}

.jm-footer .ft-bt .link span {
  margin: 0 5px;
}

.jm-footer .ft-bt .link a:hover {
  color: #FFA700;
}

.jm-footer .ft-bt .address,
.jm-footer .ft-bt .copyright {
  color: #999;
  margin-top: 5px;
}

.m-crumbs {
  background: #f2f2f2;
  padding: 20px;
  font-size: 14px;
  color: #888;
}

.m-crumbs span {
  margin: 0 10px;
}

.m-crumbs a {
  color: #333;
}

.m-crumbs a:hover {
  color: #FFA700;
}

.m-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}

.m-bg.news-bg {
  background-image: url("../images/xin.jpg");
}

.m-bg.about-bg {
  background-image: url(../images/g2.jpg);
  
}

.m-bg.solution-bg {
  background-image: url("../images/g.jpg");
}

.m-bg.solution-bg-1 {
  background-image: url("../images/g1.jpg");
}

.m-bg.solution-bg-2 {
  background-image: url("../gw/解决方案/酒店解决方案_01.jpg");
}

.m-bg.solution-bg-3 {
  background-image: url("../gw/解决方案/政府解决方案_01.jpg");
}

.m-bg.face-bg {
  background-image: url("../images/sh1.jpg");
}

.m-bg.face-bg-1 {
  background-image: url("../images/r1.jpg");
}

.m-bg.face-bg-2 {
  background-image: url("../images/sl.jpg");
}

.m-bg.face-bg-3 {
  background-image: url("../images/hang.jpg");
}

.m-bg.face-bg-4 {
  background-image: url("../images/he.jpg");
}

.m-bg.customer-bg {
  background-image: url("../images/k.jpg");
}

.m-bg.pay-bg {
  background-image: url("../images/wu.jpg");
}

.content-box {
  padding: 20px 0;
  background-color: #F8F8F8
}

.content-box .tab {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}

.content-box .tab a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
}

.content-box .tab a.active {
  background: #FFA700;
  color: #fff;
}

.news .list li {
  padding: 20px 0;
  border-bottom: 1px dotted #eee;
}

.news .list li .pic {
	    z-index: 1;
    position: relative;
  float: left;
  width: 300px;
  height: 160px;
  margin-right: 30px;
  overflow: hidden;
}

.news .list li .pic img {
  width: 100%;
  height: 100%;
  transition: all .36s ease;
}

.news .list li .pic img:hover {
  transform: scale(1.05);
}

.news .list li .inner {
  position: relative;
  height: 160px;
}

.news .list li .title {
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .list li .title a {
  color: #333;
}

.news .list li .title a:hover {
  color: #FFA700;
}

.news .list li .info {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  margin-top: 8px;
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news .list li .time {
  bottom: 0;
  left: 0;
  color: #888;
  font-size: 12px;
}

.detail-box .title {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 32px 0 20px;
}

.detail-box .subtitle {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding-bottom: 15px;
}

.detail-box .subtitle span {
  color: #666;
  margin-right: 8px;
}

.detail-box .detail-inner {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.detail-box .detail-inner p {
  text-indent: 2em;
  margin-bottom: 10px;
}

.detail-box .detail-inner img {
  margin-bottom: 10px;
}

.product-nav {
  height: 69px;
  line-height: 69px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.product-nav li {
  float: left;
  padding-right: 65px;
}

.product-nav li a {
  display: block;
  font-size: 16px;
  color: #666666;
  position: relative;
  text-align: center;
}

.product-nav li.active a {
  color: #FFA700;
}

.product-nav .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #FFA700;
}

.product {
  background: #f5f5f5;
}

.product .list ul {
  margin-right: -22px;
}

.product .list li {
  float: left;
  width: 345px;
  margin-right: 22px;
  margin-bottom: 22px;
  background: #fff;
}

.product .list li a {
  display: block;
  padding-bottom: 15px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.product .list li a:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.product .list li .pic {
  width: 100%;
  height: 200px;
}

.product .list li .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  color: #333;
}

.product .list li .subtitle {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 5px;
}

.page {
  padding: 20px 0;
  text-align: center;
}

.page a,
.page span {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  background: #fff;
  margin: 0 8px;
  color: #333;
}

.page a.active {
  background-color: #FFA700;
  color: #fff;
}

.product-tab {

  height: 60px;
  color: #fff;
  background: #FFA700;
  line-height: 60px;
  overflow: hidden;
  font-size: 16px;
}

.product-tab .tab-r {
  float: right;
}

.product-tab .tab-r a {
  color: #fff;
  margin-left: 30px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  transition: all .3s ease-in;
}

.product-tab .tab-r a.active,
.product-tab .tab-r a:hover {
  background: #a58e63;
}

.product-bnr {
  background: #f7deaf;
  padding: 150px 0;
}

.product-bnr .pic {
  width: 50%;
  float: left;
}

.product-bnr .pic img {
  width: 90%;
}

.product-bnr .info {
  width: 50%;
  float: left;
}

.product-bnr .info .title {
  font-size: 40px;
  color: #FFA700;
  margin-bottom: 20px;
}

.product-bnr .info .subtitle {
  font-size: 28px;
  color: #333;
  margin-bottom: 50px;
}

.product-bnr .info .size {
  font-size: 14px;
  line-height: 2;
  color: #666;
}

.product-detail .item {
  padding: 50px 0;
}

.product-detail .item .title {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #333;
}

.product-detail .item .title span {
  display: inline-block;
  line-height: 1;
  border-left: 3px solid #FFA700;
  padding-left: 10px;
}

.product-detail .item .inner {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.contact-box {
  padding: 80px 0;
}

.contact-box .contact-l,
.contact-box .contact-r {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.contact-box .contact-l {
  padding-right: 30px;
}

.contact-box .contact-l .title {
  font-size: 30px;
  color: #333333;
  padding-bottom: 25px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}

.contact-box .contact-l p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}

@-webkit-keyframes subNav {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes subNav {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.index-successCase {
  /* height: 572px; */
  font-size: 0;
  text-align: center;
  background: #F5F5F5;
}

.index-successCase .right-content {
  /* height: 380px; */
  margin-top: 40px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}

.index-successCase .right-content .model {
  float: left;
  width: 355px;
  height: inherit;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.index-successCase .right-content .model .thumb {
  height: 245px;
  background: #cdcdcd;
  overflow: hidden;
}

.index-successCase .right-content .thumb img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.index-successCase .right-content .model:hover .thumb img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.index-successCase .right-content .model .text {
  /* height: 60px;
    line-height: 60px;
    text-align: left;
    padding-left: 20px */
  height: 55px;
}

.index-successCase .text .cn {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 5px;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.index-successCase .text .en {
  font-size: 12px;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.index-successCase .right-content .model:hover .text .cn {
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.index-successCase .right-content .model:hover .text .en {
  margin-top: -14px;
  color: transparent;
}

.index-successCase .right-content .right-item {
  margin-right: -20px;
}

.foot {
  width: 100%;
  min-width: 1200px;
  height: auto;
}

.foot .top {
  font-size: 0;
  background-color: #1a212c;
}

.foot .top .center {
  position: relative;
}

.foot .top .f-product {
  display: inline-block;
  width: 500px;
  margin-top: 60px;
  padding-bottom: 60px;
  text-align: left;
}

.foot .top .f-product:after,
.foot .top .f-product:before {
  content: "";
  display: block;
}

.foot .top .f-product:after {
  clear: both;
}

.foot .top .f-product .title {
  font-size: 14px;
  color: #fff;
}

.foot .top .f-product .list-left,
.foot .top .f-product .list-right {
  float: left;
  margin-top: 20px;
  width: 50%;
  font-size: 14px;
}

.foot .top .f-product .list-left .model,
.foot .top .f-product .list-right .model {
  margin-top: 8px;
}

.foot .top .f-product .list-left .model:first-child,
.foot .top .f-product .list-right .model:first-child {
  margin-top: 0;
}

.foot .top .f-product .list-left a,
.foot .top .f-product .list-right a {
  color: #5e6470;
  text-decoration: none;
  transition: color .3s;
}

.foot .top .f-product .list-left a:hover,
.foot .top .f-product .list-right a:hover {
  color: #2283d8;
}

.foot .top .quick {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-top: 60px;
  padding-bottom: 60px;
  text-align: left;
}

.foot .top .quick .title {
  font-size: 14px;
  color: #fff;
}

.foot .top .quick .list {
  font-size: 14px;
  margin-top: 20px;
}

.foot .top .quick .list .model {
  margin-top: 8px;
}

.foot .top .quick .list a {
  color: #5e6470;
  text-decoration: none;
  transition: color .3s;
}

.foot .top .quick .list a:hover {
  color: #2283d8;
}

.foot .top .infos {
  font-size: 14px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot .top .infos .pic {
  margin-top: 60px;
  margin-bottom: 12px;
}

.foot .top .infos img {
  width: 90px;
  height: 90px;

}

.foot .top .infos img {
  margin-left: 20px;
}

.foot .top .infos .tel {
  font-size: 24px;
  color: #fff;
  margin-top: 27px;
  letter-spacing: 2px;
}

.foot .top .infos .text {
  color: #ccc;
  margin-top: 8px;
  text-align: right;
  display: flex;
  align-items: center;
}

.foot .bottom {
  height: 50px;
  line-height: 50px;
  color: #5e6470;
  font-size: 14px;
  background-color: #111318;
}

.foot .bottom .left {
  float: left;
  width: 70%;
}

.foot .bottom .left a {
  color: #2283d8;
  text-decoration: none;
}

.foot .bottom .right {
  float: left;
  width: 30%;
  text-align: right;
}

.foot .center {
  width: 1200px;
  height: inherit;
  margin: 0 auto;
}

.model-style-title,
.scenes-imgs .center .title {
  width: inherit;
  font-size: 24px;
  padding-top: 60px;
  font-weight: 500;
  color: #666;
}

.model-style-title:before,
.scenes-imgs .center .title:before {
  display: inline-block;
  vertical-align: text-bottom;
  content: "";
  width: 2px;
  height: 25px;
  margin-right: 13px;
  background-color: #2283d8;
}

.model-style-banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
}

.model-style-banner img {
  display: block;
  width: 100%;
}

.model-style-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
}

.model-style-banner .content .title {
  font-size: 40px;
  color: #fff;
}

.model-style-banner .content .text {
  width: 660px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: .2px;
  color: #fff;
}

.scenes-imgs {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.scenes-imgs .center {
  height: auto;
  padding-bottom: 60px;
  margin: 0 auto;
}

.scenes-imgs .center .showlist {
  margin-top: 40px;
  width: 100%;
  display: table;
}

.scenes-imgs .center .showlist .model {
  position: relative;
  display: table-cell;
  height: 386px;
  overflow: hidden;
}

.scenes-imgs .center .showlist .model .box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
  overflow: hidden;
}

.scenes-imgs .center .showlist .model .box .bgImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
}

.scenes-imgs .center .showlist .model .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.scenes-imgs .center .showlist .model .content .thumb {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 142px auto 0;
}

.scenes-imgs .center .showlist .model .content .thumb img {
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.scenes-imgs .center .showlist .model .content .thumb:after {
  position: absolute;
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  bottom: -20px;
  left: 12px;
  background-color: #fff;
}

.scenes-imgs .center .showlist .model .content .text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: .2px;
  text-align: center;
  color: #fff;
}

.scenes-imgs .center .showlist .model:hover .box,
.scenes-imgs .center .showlist .model:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.model-style-title,
.scenes-icons .center .title {
  width: inherit;
  font-size: 24px;
  padding-top: 60px;
  font-weight: 500;
  color: #666;
}

.model-style-title:before,
.scenes-icons .center .title:before {
  display: inline-block;
  vertical-align: text-bottom;
  content: "";
  width: 2px;
  height: 25px;
  margin-right: 13px;
  background-color: #2283d8;
}

.model-style-banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
}

.model-style-banner img {
  display: block;
  width: 100%;
}

.model-style-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
}

.model-style-banner .content .title {
  font-size: 40px;
  color: #fff;
}

.model-style-banner .content .text {
  width: 660px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: .2px;
  color: #fff;
}

.scenes-icons {
  width: 100%;
  height: auto;
}

.scenes-icons .center {
  height: auto;
  padding-bottom: 60px;
  margin: 0 auto;
}

.scenes-icons .center .showlist {
  margin-top: 40px;
  font-size: 0;
  display: flex;
}

.scenes-icons .center .showlist .model {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 296px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .06);
  margin-left: 53px;
}

.scenes-icons .center .showlist .model .thumb {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 80px auto 0;
  overflow: hidden;
}

.scenes-icons .center .showlist .model .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.scenes-icons .center .showlist .model .line {
  width: 25px;
  height: 2px;
  background-color: #666;
  margin: 20px auto 0;
  opacity: .3;
}

.scenes-icons .center .showlist .model .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: .2px;
  text-align: center;
  color: #7e808e;
}

.scenes-icons .center .showlist .model:first-child {
  margin-left: 0;
}

.scenes-icons .center .showlist .model:hover img {
  top: -70px;
}

.scenes-icons .center .showlist .model:hover .line {
  background-color: #2283d8;
}

.scenes-icons .center .showlist .small {
  height: 258px;
  margin-left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
}

.scenes-icons .center .showlist .small .thumb {
  margin-top: 60px;
}

.model-style-title {
  width: inherit;
  font-size: 24px;
  padding-top: 60px;
  font-weight: 500;
  color: #666;
}

.model-style-title:before {
  display: inline-block;
  vertical-align: text-bottom;
  content: "";
  width: 2px;
  height: 25px;
  margin-right: 13px;
  background-color: #2283d8;
}

.model-style-banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
}

.model-style-banner img {
  display: block;
  width: 100%;
}

.model-style-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
}

.model-style-banner .content .title {
  font-size: 40px;
  color: #fff;
}

.model-style-banner .content .text {
  width: 660px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: .2px;
  color: #fff;
}

.scenes-card {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.scenes-card .center {
  height: auto;
  padding-bottom: 60px;
  margin: 0 auto;
}

.scenes-card .center .title {
  padding-top: 60px;
  width: 100%;
  font-size: 0;
}

.scenes-card .center .title .line {
  display: inline-block;
  vertical-align: middle;
  height: 58px;
  width: 2px;
  background-color: #2283d8;
}

.scenes-card .center .title .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  color: #666;
}

.scenes-card .center .showlist {
  margin-top: 40px;
}

.scenes-card .center .showlist:after,
.scenes-card .center .showlist:before {
  display: block;
  content: "";
}

.scenes-card .center .showlist:after {
  clear: both;
}

.scenes-card .center .showlist .model .left {
  position: relative;
  float: left;
  width: 540px;
  height: 400px;
  overflow: hidden;
}

.scenes-card .center .showlist .model .left img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

.scenes-card .center .showlist .model .right {
  float: left;
  width: 540px;
  height: 400px;
  padding-left: 60px;
  box-sizing: border-box;
}

.scenes-card .center .showlist .model .right .num-box {
  position: relative;
  width: 94px;
  height: 94px;
  font-size: 30px;
  font-weight: 500;
  color: #2283d8;
  line-height: 134px;
  margin-top: 80px;
  padding-left: 18px;
  border: 2px solid #dddde7;
}

.scenes-card .center .showlist .model .right .num-box:after {
  position: absolute;
  bottom: -2px;
  display: block;
  content: "";
  width: 19px;
  height: 2px;
  background: #2283d8;
}

.scenes-card .center .showlist .model .right .head {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #666;
}

.scenes-card .center .showlist .model .right .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: .2px;
  color: #7e808e;
}

.scenes-card .center .showlist .model:nth-child(2n) .left {
  float: right;
}

.scenes-card .center .showlist .model:nth-child(2n) .right {
  padding-left: 0;
  padding-right: 60px;
}

.container p {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  line-height: 1.8;
  /* background: #F7F7F7; */
  transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  /* overflow-y: scroll; */
  -webkit-user-select: initial !important;
  user-select: initial !important;
}

.about-list h2 {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #333;
}

.about-list h2 span {
  display: inline-block;
  line-height: 1;
  border-left: 3px solid #FFA700;
  padding-left: 10px;
}

.about-list p {
  text-indent: 0 !important;
}

.foot .top .infos .text .pbig {
  font-size: 24px;
}

.text p {
  color: white
}
.content-box{
	text-align: justify;
	letter-spacing: 2px;
}
