.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.hot-search {
    line-height: 65px;
    background: #5f1c6c;
    overflow: hidden;
    color: #fff;
}
.indexcoo {
    padding: 55px 0;
}
.hot-search {
    line-height: 65px;
    background: #5f1c6c;
    overflow: hidden;
    color: #fff;
}
.hot-search p {
    float: left;
}
.hot-search p span {
    font-size: 24px;
    line-height: 83px;
}
.hot-search form {
    float: right;
    margin-top: 16px;
    position: relative;
    color: #fff;
}
.hot-search form input[type=text] {
    float: left;
    width: 345px;
    line-height: 45px;
    border: 1px solid white;
    height: 45px;
    text-indent: 10px;
    background: none;
    color: #fff;
}
.hot-search form input[type=submit] {
    line-height: 45px;
    height: 45px;
    border: 0;
    background: url(/skin/images/lbx-ss.png) no-repeat center;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -999rem;
}

#main {
    overflow: hidden;
    width: 100%;
}
.com-nav {
    padding: 60px 0 70px 0;
    border-bottom: 1px solid #c9c9c9;
}
.com-nav ul li {
    position: relative;
}
.com-nav ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}
.com-nav ul li p img {
    transition: 800ms ease-in-out;
    -webkit-transition: 800ms ease-in-out;
}
.com-nav ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.6 !important;
}
.com-nav ul li div {
    position: absolute;
    left: 30px;
    top: 80%;
    color: #fff;
} 
.com-nav ul li div b {
    font-size: 25px;
    float: left;
    border-right: 1px solid #fff;
    padding-right: 12px;
    margin-right: 12px;
}  
.com-nav ul li div small {
    float: left;
    margin-top: 8px;
    font-size: 100%;
}
.main-title {
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 54px;
}
.about {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 100px;
}
.over {
    overflow: hidden;
    margin-bottom: 30px;
}
.about-nr .ts-color {
    font-size: 26px;
    color: #9d9d9d;
    margin-bottom: 5px;
    text-align: center;
}
.about-nr {
    font-size: 30px;
    color: #bf2e27;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 750px;
    line-height: 30px;
    text-align: justify;
    height: 100%;
}
.about-nr span{
    font-size: 18px;
    color: #333;
}
.about-fr{
    width: 250px;
    float: right;
    /* border: 1px solid #000; */
    height: 250px;
    margin-top: 30px;
    margin-right: 50px;
}
.about-fr .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}
.main-title b {
    font-size: 30px;
    color: #2f2f2f;
    border-bottom: 1px solid #00bb83;
    padding-bottom: 15px;
}
.main-title small {
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 10px;
    display: inline-block;
}
.main-title a {
    float: right;
    width: 120px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    display: block;
    font-size: 12px;
    margin-top: 2px;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
}
.case-list li {
    margin-bottom: 65px;
}
.case-list li p {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #ae0324;
    position: relative;
}
.case-list li p img {
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    width: 100%;
}
.case-list li:hover p img {
    opacity: 0.2;
}
.case-list li:hover p span {
    top: 50%;
    opacity: 1;
}
.case-list li:hover a > small {
    color: #AE0324;
}
.case-list li p span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
}
.case-list li a > small {
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #d2d2d2;
    margin-top: 10px;
}
.company {
    background: url(/skin/images/c-bg.jpg) center;
    padding: 60px 0;
    margin: 60px 0 60px 0;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}
.company h4 {
    text-align: center;
    margin-bottom: 70px;
}
.company h4 small {
    font-size: 14px;
    color: #323232;
}
.company h4 span {
    font-size: 100px;
    color: #5e1b6b;
    display: block;
}
.company .container > span {
    font-size: 14px;
    color: #323232;
    display: block;
    text-align-last: center;
    line-height: 32px;
    margin-bottom: 75px;
}
.company ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.company ul li {
    text-align: center;
    width: 25%;
}
.company ul li b {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #323232;
    margin: 20px 0 25px 0;
}
.company ul li small {
    font-size: 14px;
    color: #6a6a6a;
}
.wrap1{
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.main-title b {
    font-size: 30px;
    color: #2f2f2f;
    border-bottom: 1px solid #00bb83;
    padding-bottom: 15px;
}
.main-title small {
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 10px;
    display: inline-block;
}
.clear:after {
    display: block;
    content: '';
    clear: both;
}
.main-title a {
    float: right;
    width: 120px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    display: block;
    font-size: 12px;
    margin-top: 2px;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
}
.index_team {
    margin-top: 60px;
}
.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel, .owl-carousel * {
    touch-action: none;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
    width: 100%;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner3 .item {
    position: relative;
    font-family: Arial;
}
.index_team .item a {
    display: block;
    padding-bottom: 5px;
}
.index_team .item .img {
    overflow: hidden;
}
.index_team .item .img img {
    display: block;
    width: 100%;
}
.index_team .item .web {
    padding: 30px 20px;
    border: 1px solid #e7e3e2;
}
.index_team .item .web h3 {
    font-weight: normal;
    font-size: 18px;
}
.index_team .item .web h3 span {
    float: right;
    color: #999;
    font-size: 14px;
}
.index_team .item .web p {
    line-height: 26px;
    color: #999;
    margin-top: 18px;
    height: 52px;
    overflow: hidden;
}
.index_team .item label {
    display: block;
    width: 81px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e7e3e2;
    color: #666;
    margin-top: 20px;
    margin-left: 20px;
}
.index_team .item a:hover {
    background: #33ae71;
}
.index_team .item a:hover .web {
    border-color: white;
}
.index_team .item a:hover .web h3 {
    color: #fff;
}
.index_team .item a:hover .web h3 span {
    color: #fff;
}
.index_team .item a:hover p {
    color: #fff;
}
.index_team .item a:hover label {
    background: #fff;
    border-color: #fff;
    color: #00994e;
}
.case-list li p span i {
    font-size: 55px;
}
.case-list li p span small {
    display: block;
}
.friend {
    margin-bottom: 50px;
}
.friend .friend-left {
    padding: 0;
}
.friend .friend-right {
    border: 1px solid #e5e5e5;
    position: relative;
}
.friend .friend-left img {
    width: 100%;
}
.friend .friend-right .friend-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.friend .friend-right .friend-list li {
    margin-bottom: 15px;
    padding: 0 10px;
}
.indexcoo .list li {
    float: left;
    width: 20%;
    text-align: center;
    color: #ccc;
}
.indexcoo .list li .num p {
    width: auto;
    display: inline;
    position: relative;    
}
.indexcoo .list li .num p span {
    -webkit-animation-name:fadeInUpSmall;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: 3;

    -moz-animation-name:fadeInUpSmall;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-iteration-count: 3;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
}
@keyframes fadeInUpSmall{
0%{
    transform:rotateY(0deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
}
25%{
    transform:rotateY(90deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
}
50%{
    transform:rotateY(180deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
}
75%{
    transform:rotateY(90deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
}
100%{
    transform:rotateY(0deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
}
}
.indexcoo .list li .text {
    line-height: 50px;
    font-size: 14px;
    color: #a9a9a9;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.indexcoo .list li .num small {
    display: block;
    position: absolute;
    font-size: 30px;
    line-height: 1;
    right: -21px;
    top: -38px;
}


@media screen and (max-width:600px) and (min-width:300px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    .hot-search p span {
        font-size: 13px;
        line-height: 0px;
    }
    .left_tc1{
        display: none;
    }
    #newBridge{
        display: none!important;
    }
    #z-order .wp{
        display: none;
    }
    .OnlineService_Bg{
        display: none!important;
    }
    .hot-search form {
        display: none;
    }
    .com-nav ul li {
        margin-top: 20px;
    }
    .main-title b {
        border-bottom: 0px solid #00bb83;
    }
    .main-title a{
        width: 80px;
    }
    .case-list li {
        margin-bottom: 30px;
    }
    .case-list li:hover p span {
        top: 44%;
        opacity: 1;
    }
    .case-list li p span {
        width: 135px;
    }
    .case-list li p span i {
        font-size: 30px;
    }
    .company h4 span {
        font-size: 48px;
    }
    .wrap1 .index_tit .main-title a{
        display: none;
    }
    .owl-carousel .owl-item {
        float: none;
    }
    .banner3 .owl-stage-outer .owl-stage{
        width: 100%!important;
        margin-left: 34px;
    }
    .banner3 .owl-stage-outer .owl-stage .owl-item{
        margin-top: 20px;
        border:1px solid #e7e3e2
    }
    .friend .container .friend-right{
        height: 413.9px!important;
    }
    .indexcoo .list li {
        width: 50%;
    }
    .indexcoo .list li .text {
        font-size: 12px;
    }
    .indexcoo .list li:nth-child(5){
        margin-left: 78px;
    }
    .about{
        width: 100%;
    }
    .about-nr{
        width: 100%;
    }
}
@media screen and (min-width:400px) and (max-width:500px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    .hot-search p span {
        font-size: 15px;
        line-height: 0px;
    }
    .banner3 .owl-stage-outer .owl-stage {
        width: 100%!important;
        margin-left: 59px;
    }
    .friend .container .friend-right {
        height: 432.9px!important;
    }
    .case-list li:hover p span {
        top: 44%;
        opacity: 1;
        left: 10%;
    }
    .about-fr{
        margin-right: 80px;
    }
}
@media screen and (min-width:350px) and (max-width:380px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    .hot-search p {
        margin-left: 10px;
        width: 360px;
    }
    .banner3 .owl-stage-outer .owl-stage {
        width: 100%!important;
        margin-left: 41px;
    }
    .friend .container .friend-right {
        height: 422.9px!important;
    }
    .case-list li:hover p span {
        top: 44%;
        opacity: 1;
        left: 5%;
    }
    .about-fr{
        margin-right: 66px;
    }
}
@media screen and (min-width:300px) and (max-width:330px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    .hot-search p {
        width: 320px;
    }
    .case-list li a > small {
        font-size: 14px;
    }
    .banner3 .owl-stage-outer .owl-stage {
        width: 100%!important;
        margin-left: 15px;
    }
    .hot-search p span {
        font-size: 12px;
        line-height: 0px;
    }
    .about-fr{
        margin-right: 33px;
    }
}
@media screen and (min-width:700px) and (max-width:800px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    .hot-search p span {
        font-size: 14px;
        line-height: 83px;
        font-weight: 700;
    }
    .left_tc1{
        display: none;
    }
    #newBridge{
        display: none!important;
    }
    #z-order .wp{
        display: none;
    }
    .OnlineService_Bg{
        display: none!important;
    }
    .friend .friend-right {
        height: 191.9px!important;
        
    }
    .owl-carousel .owl-item {
        height: 493.5px!important;
        border: 1px solid #e7e3e2;
    }
    .owl-carousel .owl-stage {
        width: 100%!important;
    }
    .owl-carousel .owl-item:nth-child(1){
        margin-left: 11%;
    }
    .owl-carousel .owl-item:nth-child(3){
        margin-top: 20px;
        margin-left: 11%;
    }
    .owl-carousel .owl-item:nth-child(4){
        margin-top: 20px;
    }
    .about{
        width: 100%;
    }
    .about-fr{
        margin-right: 250px;
    }
}
@media screen and (min-width:1000px) and (max-width:1300px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    .hot-search p span {
        font-size: 22px;
        line-height: 83px;
        font-weight: 700;
    }
    .owl-carousel .owl-item {
        width: 237.5px!important;
        margin-right: 11px!important;
    }
    .friend .friend-right {
        height: 249.9px!important;
    }
    .about{
        width: 100%;
    }
    .about-nr{
        width: 100%;
    }
    .about-fr{
        margin-right: 370px;
    }
}