﻿
/* Scroll Animations */
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 999999;
}

.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    margin: 0 0 20px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 2px;
    height: 6px;
    margin: -2px 0 0 -1px;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.in-head {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000000;
}

.in-headtwo {
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

.in-top {
    width: 100%;
    position: relative;
}

.nw-top {
    width: 100%;
    height: 70px;
    position: relative;
    background: #000;
    z-index: 100;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
}

.daoh {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.logo img{ 
    padding:10px 0 0;
}
.in-home {
    margin: 0 auto;
    font-size: 20px;
}

.nav-home {
    overflow: hidden;
}

.nav-home li {
    float: left;
    /*padding:15px 10px;*/
    color: #fff;
    font-size: 20px;
    margin: 0 15px;
    list-style: none;
    cursor: pointer;
}

.nav-home .active {
    border-top: solid 3px #e25453;
}

.daoh .in-home .active a, .daoh .in-home a:hover {
    color: #f60a0a !important;
    background: none !important;
}

.daoh .in-home a {
    color: #fff !important;
    font-size: 16px;
    padding: 0;
    line-height: 67px;
    margin: 0 0 0 50px;
	margin-top:10px;
}

.lang {
    width: 70px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.lang ul li {
    display: none;
    cursor: pointer;
}

.lang .seled {
    display: block !important;
}

.in-news {
    /*padding-top:930px;*/
}

.in-title {
    padding: 90px 0 50px 0;
    position: relative;
}
.in_liucheng .in-title{ padding-bottom: 0; }
.in-title1 {
    padding-top: 85px!important;
    padding-bottom: 60px!important;
}

.in-title .in-t {
    font-size: 36px; font-weight: 500
}

.in-title .in-line {
    font-size: 14px;
    color: #363636; opacity: 0.5; margin-top: 10px;
}

.in-title p {
    color: #ffffff;
    font-size: 12px;
    margin: 5px  0 15px;
}

.in-more {
    width: 70px;
    position: absolute;
    top: 90px;
    right: 0;
    text-align: right;
    font-size: 13px;
    color: #c8c8c8;
    cursor: pointer;
}

.in-more i {
    font-size: 8px;
    padding-left: 5px;
}

.in-list {
    margin-bottom: 20px;
    cursor: pointer;
}

.in-list .int {
    font-size: 20px;
    padding: 20px 0 15px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.in-list p {
    color: #808080;
    line-height: 24px;
    font-family: "宋体";
    font-size: 12px;
}

.in-list .more-btn {
    background: #98d0ff;
    width: 142px;
    height: 34px;
    color: #fff;
    font-family: "宋体";
    margin-top: 10px;
}

.in-list .more-btn:hover {
    text-decoration: underline;
    color: #fff !important;
}

.in-list .in-img {
    position: relative;
    overflow: hidden;
}

.in-list .in-img img {
    border-radius: 5px;
}

.in-cover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    font-family: "Arial" !important;
    color: rgba(255,255,255,.75);
    font-size: 24px;
    padding-top: 75px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.in-cover p {
}

.in-cover:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}

.in-list:hover .in-cover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.in-page {
    width: 100%;
    overflow: hidden;
}

.in-idea {
    /*height:800px;*/
    margin-top: 90px;
    background: url(../images/ideabg.jpg) no-repeat;
    background-size: cover;
}

.in-side {
    position: relative;
    cursor: pointer;
}

.ides {
    margin-bottom: 20px;
}

.in-wen {
    position: absolute;
    top: 20px;
    left: 26px;
    color: #fff;
    font-size: 24px;
}

.in-dang {
    position: absolute;
    font-size: 24px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,0.67);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.in-dang:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}

.in-side:hover .in-dang {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #cfcfcf;
}

.in-zi {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 1px #ffd07d;
    padding-bottom: 8px;
    padding-top: 50px;
    margin-bottom: 10px;
}

.in-zis {
    padding-top: 160px;
}

.in-dang p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    line-height: 24px;
    font-family: "宋体";
}

.daoh .navbar-default {
    background: none;
    border: 0;
    width: 80%;
    margin: 0 auto;
}

.in-core {
    /*height:800px;*/
    background: url(../images/corebj.jpg) 50% 0 fixed;
    background-size: cover;
    padding-bottom: 15px;
}

.in-global {
    background: url(../images/glbj.jpg) no-repeat center bottom;
    margin-top: 0;
    background-size:cover;
}

.in-global p {
    font-size: 12px;
    color: #a1a1a1;
}
/*幻灯*/
#main {
    height: 480px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
}

#main .box {
    width: 80%;
    height: 540px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

#main .box img {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#main .btnLeft {
    width: 35px;
    height: 57px;
    position: absolute;
    left: 0px;
    top: 35%;
    margin-top: -25px;
    background: url(../images/bleft.png) no-repeat 0px 0px;
}

#main .btnLeft:hover {
    background: url(../images/lefts.png) no-repeat 0px 0px;
}

#main .btnRight {
    width: 35px;
    height: 51px;
    position: absolute;
    right: 0px;
    top: 35%;
    margin-top: -25px;
    background: url(../images/bright.png) no-repeat 0px 0px;
}

#main .btnRight:hover {
    background: url(../images/rights.png) no-repeat 0px 0px;
}

#main .index_page {
    width: 170px;
    height: 22px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -36px;
}

#main .index_page a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 11px;
    float: left;
    color: #FFF;
    border-radius: 50%;
    background: #d2d2d2;
    border: solid 1px #d2d2d2;
}

#main .index_page a.active {
    background: #fff;
}

/*核心技术*/
.ch-grid {
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    height: 170px;
    display: inline-block;
    margin-bottom: 88px;
}

.ch-item {
    width: 170px;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img-1 {
    /*background-image: url(../images/1.jpg);*/
}

.ch-img-2 {
    /*background-image: url(../images/2.jpg);*/
}

.ch-img-3 {
    /*background-image: url(../images/3.jpg);*/
}

.ch-info {
    position: absolute;
    background: #e25453;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    top: 0;
    padding-top: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 140px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
    color: #fff;
    line-height: 24px;
    font-size: 26px;
    opacity: 0;
    
}
.ch-ts {
  -webkit-animation: ch-or 0.8s 1;
  -moz-animation: ch-or 0.8s 1;
  animation: ch-or 0.8s 1;
}
@-webkit-keyframes ch-or {
    0% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -o-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
  }

  50% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }

  100% {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
 }
}


.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #fff222;
    color: rgba(255,242,34, 1);
}

.ch-item:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ch-item:hover .ch-info p {
    opacity: 1;
}

.ch-item .ch-title {
    color: #fff;
    font-size: 26px;
    padding-top: 65px;
}
/*全球布局*/
.glup {
    padding:0;
    position: relative;
    margin: 0 -15px;
}

.uppic {
    width: 25%;
    float: left;
    padding: 0 8px;
    overflow: hidden;
    cursor: pointer;
}

.uppic figure {
    overflow: hidden;
}

.uppic:hover img, .dwpic:hover img {
    opacity: 0.6;
}

.gldw {
    width: 60.5%;
    position: absolute;
    left: 19.8%;
    top: 234px;
}

.dwpic {
    width: 33.3333%;
    float: left;
    padding: 0 8px;
    cursor: pointer;
}

/*新闻*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

#outer {
    width: 100%;
    margin: 60px 0 180px 0;
    overflow: hidden;
}

#tab {
    overflow: hidden;
    zoom: 1;
    
    float:left;
}

#tab li {
    float: left;
    color: #fff;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    background: #8796a2;
    margin-right: 8px;
    margin-bottom: 20px;
    text-align: center;
    width: 12%;
}

#tab li.current {
    color: #fff;
    background: #e25453;
}

#content {

}

#content .tblist {
    display: none;
}

.nw-content {
    background-color: #eaeff5;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center 130px;
}

.nw-list {
    margin-bottom: 40px;
    cursor: pointer;
}

.nw-list img {
    width: 100%;
    height:270px;
}

.nw-img {
    position: relative;
    overflow: hidden;
}

.nw-nrong {
    background: #fff;
    padding: 20px 30px;
    border: solid 1px #d5dfe5;
}

.nw-nrong h4 {
    font-size: 20px;
    color: #2d3841;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nw-ds {
    height:48px;
}
.nw-nrong p {
    font-family: "宋体";
    color: #808080;
    line-height: 24px;
}

.nw-nrong a {
    color: #666;
    font-family: "宋体";
}

.nw-date {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e25453;
    color: #fff;
    padding-top: 5px;
}

.nw-date .nw-time {
    font-family: "Arial";
    font-size: 16px;
}
/*新闻详情*/
.if-content {
    width:100%;
    padding:50px 0;
}
.if-title {
    text-align:center;
    font-size:20px;
    line-height:50px;
    border-bottom:solid 1px #ddd;

}
.if-time {
    text-align:center;
    font-size:14px;
    line-height:30px;
}
.if-cont {
    padding:20px 10px;
    font-size:14px;
    line-height:24px;
    font-family:"宋体";
}
.if-cont img{
    max-width:80%;
    height:auto!important;
}
.if-cont video{
    max-width:90%;
}
/*联系*/
.ct-top {
    padding: 75px 0 90px 0;
}

.ct-top .ct-01 {
    color: #344555;
    font-size: 30px;
}

.ct-top .ct-02 {
    color: #ff6d56;
    font-size: 30px;
}

.ct-top .ct-03 {
    font-family: "Arial";
    color: #ddd;
    font-size: 18px;
}

.ct-dz {
    padding: 70px 0 80px 12%;
}

.ct-dz p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 0;
}

.ct-dz .ct-tit {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
}

.ct-dz .ct-tit img {
    vertical-align: middle;
    padding: 2px 8px 0 0;
}

.ct-dz .ct-list {
    padding-bottom: 70px;
}

/*案例*/
.ca-cont {
    margin: 30px 0 90px 0;
}

.ca-cont .ca-list {
    margin-bottom: 50px;
    overflow: hidden;
}


.ca-left {
    width: 698px;
    height: 435px;
}
.ca-list:nth-child(odd)>.ca-left{
float:left;
}
.ca-list:nth-child(even)>.ca-left{
  float:right;
}
.ca-right {
    width: 472px;
    height: 435px;
    padding: 40px 40px 0 40px;
    background: #f4f5f9;
    position: relative;
}
.ca-list:nth-child(even)>.ca-right{
float:left;
}
.ca-list:nth-child(odd)>.ca-right{
  float:right;
}
.ca-list:nth-child(even)>.ca-right:after{
left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 245, 249, 0);
    border-left-color: #f4f5f9;
    border-width: 10px;
    margin-top: -10px;
}
.ca-list:nth-child(odd)>.ca-right:after{
right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 245, 249, 0);
    border-right-color: #f4f5f9;
    border-width: 10px;
    margin-top: -10px;
}
.ca-title {
    font-size: 36px;
    color: #262626;
    border-left:solid 4px #e74c3c; 
    padding-left:5px;
    margin-top: 40px;
}

.ca-right p {
    line-height: 30px;
    font-family: "宋体";
}

.ca-nav{
    padding:20px 0;
margin:0;
}
.ca-nav li{
    color:#e74c3c;
    line-height: 30px;
    list-style-type: disc;
    font-size: 16px;
}
.ca-nav li a{
    color:#666;
    font-size: 18px;
}

.ca-biao{
    font-size: 40px;
    padding-top: 50px;
}

/*响应式*/
@media (min-width:1200px) {
    .in-youshi .container {
        width: 1300px !important;
    }

    .tp-bullets {
        bottom: 100px !important;
    }
}

@media (max-width:1700px) {
   .ban-tit{
    font-size: 14px!important;
    top:55%!important;
   }
      .foot{
}
}
@media (max-width:1400px) {
   .ban-tit{
    font-size: 12px!important;
     top:58%!important;
   }

}
@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}


#nav-sub li{
   background-color: rgba(0,0,0,0.5);
    
    /*background-color: #000;*/
}
#nav-sub li:first-child{
   border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#nav-sub li:last-child{
   border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#nav-sub li a{
    color:#fff!important;
    font-size:16px!important;
    margin:0!important;
    padding:10px 5px 10px 15px!important;
    line-height: 40px;
    border:0;
}
#nav-sub li:hover,#nav-sub li a:hover {
    color:#e25453!important;
    border:0;
    background-color: #ccc;
}
.linebtn{
    font-size:16px;color:#fff;position: absolute;
    background:#e25453;
    border-radius:5px;
   
      padding:10px 35px;
    top:68%;
    left:50%;
    margin-left:-67px;
}
.ban-tit{
    position: absolute;
    border-radius:5px;
    width:100%;
    top:50%;
    text-align: center;
    font-size: 16px;
}
/*智能机器人*/
.rbimg{

}
.rbimg{
  width:100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.rb-img{
    position: absolute;
    bottom:-40px;
    right:10%;
    z-index: 999;

}
.rb-lie{
    width:90%;
}
.rb-img{
    padding-bottom: 40px;
}
.rb-one{
    padding:75px 0;
}
.rb-tit{
    font-size:26px;
    color:#4c4d51;
    line-height: 50px;
}
.rb-one p{
    font-size:16px;
    color:#999;
    line-height: 30px;
}
.rb-one img{
    padding-bottom: 30px;
}
.rb-cont{
    width:100%;
    overflow: hidden;
}
.rb-shop{
    padding:110px;
    background-color: #f4f5f9;
}
.rb-bg{
   /* height:722px;
   background: url(../images/yjqr.jpg) no-repeat top right;*/
   position: relative;
   text-align: right;
}
.rb-kuang{
    width: 60%;
    position: absolute;
    top:40px;
    bottom:40px;
    background: #fff;
    -moz-box-shadow:2px 2px 0px #ccc; -webkit-box-shadow:2px 2px 0px #ccc; box-shadow:2px 2px 0px #ccc;
}
.rb-side{
    position: relative;
    padding:80px 60px;
    text-align: center;
}
.linebtn1{
    width: 145px;
    height: 46px;
    line-height: 46px;
    font-size:16px;color:#fff;
    background:#e25453;
    border-radius:5px;
    margin:40px auto 0 auto;
}
/*智能零售*/
.rb-side .rb-title{
    font-size:26px;
    color:#4c4d51;
    padding: 40px 0;

}
.rb-side p{
    line-height: 30px;
    color:#999;
    font-size: 14px;
}
.collection{
    padding:100px 0;
}
.rb-t1{
    font-size:42px;
    color:rgb(38,38,38);
    padding:80px 0 30px 0;
}
.rb-t2{
    font-size: 16px;
    color:#999;
    text-align: center;
}
.rb-line{
    width:200px;
    height:1px;
    background: #ddd;
    position: relative;
    margin:15px auto 15px auto;
}
.rb-ceng{
    width:40px;
    height: 7px;
    background: #fff;
    
    position:absolute;
    top:-3px;
    left:50%;
    margin-left:-20px;
}
.rb-spot{
 width:7px;
 height: 7px;
 background: #eb6a5d;
 margin:0 auto;
 border-radius:100%; 
}
.rb-you p{
    font-size: 16px;
    color:#666;
    line-height: 30px;
}
.rb-you{
    padding-left:80px;
}
.rb-plan{
    height:760px;
    position: relative;
    background-color: #f4f5f9;
    background-image: url(../images/bj2.jpg);
    background-repeat:no-repeat;
    background-position:center;  
    background-size:cover;
    overflow: hidden;
}
.rb-ask{
    padding-top:100px;
}
.rb-font{
    font-size: 42px;
    padding:10px 0;
    text-align: center;
}
.rb-zy{
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
}
.rb-fl{
    position: absolute;
    bottom:130px;
    left:50%;
}
.rbl{
    margin-left:-600px;
}
.rbr{
   margin-left:150px;
}
.rb-satnav{
    background: #f4f5f9;
    overflow: hidden;
    padding:100px 0 60px 0;
}
.rb-jq{
    width: 80%;
    padding: 40px 0;
}
.rb-lan{
    padding-left:20%; 
    border-right:solid 1px #ddd; 
    margin:10px 0;
}
.rb-lan p{
    font-size: 16px;
    color:#666;
}
.rb-scene{
    position: relative;
    overflow: hidden;
    padding-top:40px;
}
.rb-place{
    position: absolute;
    bottom:10px;
    left:10%;
    right:10%;
    color:#fff;
}

.rb-xl{
    width:60px;
    height: 4px;
    margin:3px auto 10px auto;
    background: #e74c3c;
}
.rb-place p{
    font-size:12px;
    line-height: 20px;
}
.rb-anli{
    height: 826px;
    background: url(../images/6-1.jpg) center center ;
    position: relative;
    background-size:center 826px; 
    padding-top:75px; 
}
.rb-hx{
    width:45px;
    height: 4px;
    margin:3px 0 10px 0;
    background: #e74c3c;
}
.rb-p{
    padding-top:150px; 
    color:#fff;
}
.rb-p p{
    width: 40%;
    font-size:14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.rb-hand{
    position: absolute;
    bottom: 0;
    right: 40%;

}
.rb-lu{
    padding-top:75px; 
}
.rb-lu p{
    color:#666;
    font-size:14px;
    line-height: 24px;
    padding-bottom:20px;
}
.rt-oto{
    padding:110px 0 75px 0;
    background: #f7f8fb;
}
.rt-list{
    padding-top:40px; 
}
.rt-li{
    background: #fff;
    margin:0 10px;
    padding:0!important;
    width:31%!important;
}
.rt-li img{
    width:100%;
}
.rt-tit{
    color:#4c4d51;

}
.rt-back{
    height: 140px;
    padding:30px;
    border-bottom:solid 3px #e74c3c; 
}
.rt-leg{
    padding-top:75px; 
}
.rb-system{
    height: 615px;
    background: url(../images/retail/4-1.jpg) no-repeat;
    padding-top:60px;
    background-size:100% 615px;
}

.rt-gun {
    width:90%;
    position: relative;
    margin:0 auto;
}
.rt-gun1 {
    width:80%;
    position: relative;
    margin:0 auto;
}
#left,#right {
    top:65px;
    cursor:pointer;
}
.absorbed {
    margin-top:60px;
}
.rt-tu {
    position:relative;
    overflow:hidden;
    margin-bottom:30px;
    cursor:pointer;
}
.rt-tu img {
    width:100%;
}
.rt-tou {
 position:absolute;
 top:30px;
 left:20px;
 z-index:50;
}
.rt-nrong {
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    background-color:rgba(231,76,60,0.6);
    color:#fff;
    padding: 0 20px;
    display:none;
}
.rt-top p{
    margin-top:240px!important;
}
.rt-nrong p {
    margin-top:115px;
    line-height:24px;
}
.baxian {
    width:44px;
    height:3px;
    background:#fff;
    margin:10px 0;
}
.rt-gam p{
    font-size:14px;
    line-height:24px;
    margin:0;
    color:#666;
}
.rt-bottom {
    margin-top:50px;
}
.rt-gam {
    overflow:hidden;
    background:url(../images/retail/6.jpg) no-repeat right center;
    margin-top:50px;
}
.rt-serve {
    height:904px;
    background:url(../images/retail/7-1.jpg) no-repeat;
    background-size:100% 814px;
    padding-top:100px;
    position:relative;
}
.rt-side {
    width:1100px;
    position:absolute;
    bottom:0;
    margin:0 auto;
    left:50%;
    margin-left:-550px;
}
.rt-40 {
    width:40%;
    float:left;
}
.rt-60 {
    width:60%;
    float:left;
    padding:90px 0 0 120px;
}
.rt-60 p {
    color:#fff;
}
.rt-wth {
    width:80%;
    height:544px;
    padding-top:100px;
    margin:50px auto 0 auto;
    background:url(../images/retail/8.jpg) no-repeat right center;
}
.rt-mobile {
    width:975px;
    margin:0 auto;
    padding-top:75px;
    overflow:hidden;
}
.rt-33 {
    width:33.33%;
    float:left;
    text-align:center;
    padding:35px; 
}
.rt-33 p {
    color:#666;
    line-height:24px;
}
.rt-tp {
    padding-bottom:8px;
}
.rb-custom {
    background:url(../images/retail/10.jpg) no-repeat right bottom;
    background-size:600px;
}
.rt-ring {
    margin-top:100px;
}
.tr-fabric {
    height:615px;
    background:url(../images/tourism/3-1.jpg) no-repeat;
    background-size:100% 615px;
    padding-top:70px;
}
.tr-gam p{
    font-size:14px;
    line-height:24px;
    margin:0;
    color:#666;
}
.tr-gam {
    height:500px;
    overflow:hidden;
    background:url(../images/tourism/4.jpg) no-repeat right top;
    margin-top:50px;
    padding-top:50px;
}
.tr-payment {
    height:685px;
    background:url(../images/tourism/5-1.jpg) center;
    position:relative;
    margin-bottom:100px;
    
}
.tr-pic {
    padding-top:188px;
}
.tr-crm {
    padding:90px 0 28px 0;
    background-color: #f4f5f9;
}
.tr-shop {
    line-height:24px;
    background:url(../images/tourism/7.jpg) no-repeat right;
    min-height:417px;
    padding-top:80px;
}
.tr-li {
    width:100%;
    padding:23px 0;
}
.tr-nine {
    height:643px;
    background:url(../images/tourism/9.jpg) no-repeat right;
    background-size:100% 643px;
    padding-top:70px;
}
.ct-cont {
    margin:38px 0 30px 0;
}
.ct-li {
    width:31%!important;
    background:#f7f7f7;
    height:265px;
    margin:0 10px;
    text-align:center;
}
.ct-li img {
    padding:20px 0;
}
.ct-title {
    color:#4c4d51;
    font-weight:700;
    padding-bottom:15px;
}
.ct-li p {
    width:75%;
    font-size:12px;
    color:#999;
    margin:0 auto;
}
.ct-input {
    height:40px;
    margin-bottom:30px;
}
.ct-li2 {
  width:31%!important;
  border:solid 1px #ddd;
  margin:0 10px;
  height:40px;
  line-height:40px;
  font-size:14px;
  color:#999;
}
.ct-li2 input{
    width:86%;
    line-height:20px;
    padding:8px 20px;
    border:none;
    outline:none;
    font-size:14px;
    color:#999;
}
.ct-kuang textarea{
    width:96.5%;
    margin:0 10px;
    height:230px;
    padding:15px;
    border:solid 1px #ddd;
    font-size:14px;
    color:#999;
    outline:none;
}
.ct-btn {
    width:630px;
    height:40px;
    line-height:40px;
    text-align:center;
    margin:30px auto 130px auto;
}
.ct-btn1 {
    width:300px;
    height:40px;
    float:left;
    background:#e25453;
     cursor: pointer;
}
.ct-btn2 {
    width:300px;
    height:40px;
    float:right;
    background:#e1e2e6;
    cursor: pointer;
}
/*招聘*/
.rr-head {
    padding:0 90px!important;
}
.rr-head img {
    padding-bottom:10px;
}
.rr-head p {
    color:#999;
    font-size:14px;
    line-height:24px;
}
.rr-wei {
    padding:60px 0 100px 0;
}
.rr-line {
    border-left:dotted 1px #ddd;
    border-right:dotted 1px #ddd;
}
.rr-email {
    border:solid 1px #ddd;
    height:90px;
    line-height:90px;
    background:#fafafa;
    font-size:14px;
    font-weight:700;
}
.rr-tit {
    color:#333;
    font-weight:700;
    padding:50px 0 25px 0;
}
.rr-cont {
    border-left:solid 3px #e74c3c;
    border-right:solid 1px #ddd;
    border-top:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    background:#fafafa;
    padding:20px 50px;
}
.rr-cont div {
    margin-bottom:25px;
}
.vt-head{
    border:solid 1px #ddd;
    background:#fafafa;
    padding:30px 50px;
    color:#999;
    margin:30px 0;
}
/*企业介绍*/
.ab-cont{
    background: url(../images/about/banner.jpg) 50% 0 fixed;
    background-size: cover;
    overflow: hidden;
}

.ab-enterprise{
    padding-top: 80px;
    overflow: hidden;
}
.ab-title{
    padding:50px 0 20px 0;
}
.ab-enterprise p{
    color:#fff;
    font-size: 14px;
}
.ab-pic{
    margin-top: 50px;
}
.ab-free{
    padding:70px 0;
}
.box2{
    height: 291px;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    position: relative;
}

#roll{
    width: 200%;
}

#roll dd{
    width: 241px;
    height: 291px;
    float: left;
    margin:0 30px;
}

.box2 span{position: absolute;bottom: 40%; display: inline-block;width: 50px;text-align: center;cursor: pointer;background: red;z-index: 90;color: #fff;}

.box2 .next{right: 0;}
.box1{
    height: 184px;
    overflow: hidden;
    width: 70%;
    margin: 75px auto;
    position: relative;
}

#roll1{
    width: 200%;
}

#roll1 dd{
    width: 216px;
    height: 184px;
    float: left;
    margin:0 40px;
}

.box1 span{position: absolute;bottom: 40%; display: inline-block;width: 50px;text-align: center;cursor: pointer;background: red;z-index: 90;color: #fff;}

.box1 .next{right: 0;}

#myModal{
    top:200px;
}
.modal-body li a{
    color:#333;
    font-size:16px;
    line-height:30px;
}


