
.container{
    width:100%;
    padding:0 8.854167vw;
}
.container-fluid{
    width:100%;
    padding:0 18.750000vw;
}
.container-fluid2{
    width:100%;
    padding:0 16.145833vw;
}
.more{
    width:170px;
    height:60px;
    border-radius:30px;
    font-size:18px;
    font-weight:400;
}
.more2{
    width:190px;
    height:60px;
    border-radius:30px;
    font-size:18px;
    font-weight:400;
}
.more-y{
    background:#EDBE23;
    box-shadow:0px 10px 40px rgba(27,84,105,0.16);
    color:#FFFFFF;
}
.more-g{
    background:#28738C;
    box-shadow:0px 10px 40px rgba(0,0,0,0.2);
    color:#FFFFFF;
}
.tit1 h2{
    font-size:42px;
    font-weight:400;
    color:#28738C;
    text-align:center;
}
.tit2 h2{
    font-size:36px;
    font-weight:400;
    color:#1C1C1C;
    text-align:center;
    margin-bottom:10px;
}
.tit2 p{
    font-size:16px;
    font-weight:400;
    color:#767676;
    text-align:center;
    margin-bottom:10px;
}
.tit3 h2{
    font-size:36px;
    font-weight:400;
    color:#28738C;
    margin-bottom:1.562500vw;
}

.header{
    position:fixed;
    z-index:500;
    top:0;
    left:0;
    width:100%;
    height:100px;
    transition:all ease 0.6s;
}
.header.on{
    height:80px;
    background:#fff;
    box-shadow:0vw 0.208vw 0.365vw #0000000f;
}
.header .container,.header .logo,.header .menu,.header .menu .link,.header .lang{
    height:100%;
	background:#FFF;
}
.header .logo a{
    height:100%;
    display:flex;
    display:-webkit-flex;
    align-items:center;
    justify-content:center;
}
.header .logo img{
    max-width:200px;
    width:100%;
}
.header .menu .link{
    margin:0 2.343750vw;
    position:relative;
}
.header .link>a{
    font-size:18px;
    font-weight:400;
    color:#28738C;
}
.header .link:not(:first-child)>a{
    min-width:74px
}
.header .link .down{
    margin-left:5px;
}
.header .link .sub{
    position:absolute;
    top:100%;
    left:50%;
    transform:translate(-50%,5px);
    background:#ffffff;
    box-shadow:0px 3px 40px rgba(0,0,0,0.08);
    border-radius:30px;
    padding:2.083333vw;
    opacity:0;
    visibility:hidden;
    transition:all ease .5s;
}
.header .link:hover>.sub{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,0px);
}
.header .sub .sub-t{
    width:100%;
    padding-bottom:0.241667vw;
    border-bottom:1px solid #D9E4E4;
}
.header .sub .sub-t2{
    width:100%;
    padding-bottom:0.241667vw;
	padding-top:0.8vw;
    border-bottom:1px solid #D9E4E4;
}
.header .sub-t2 .cn{
    font-size:24px;
    font-weight:400;
    color:#28738C;
    white-space:nowrap;
    margin-right:1.041667vw;
}
.header .sub-t2 .en{
    font-size:24px;
    font-weight:300;
    color:#ECBE23;
    white-space:nowrap;
    text-transform:uppercase;
}
.header .sub-t .cn{
    font-size:24px;
    font-weight:400;
    color:#28738C;
    white-space:nowrap;
    margin-right:1.041667vw;
}
.header .sub-t .en{
    font-size:24px;
    font-weight:300;
    color:#ECBE23;
    white-space:nowrap;
    text-transform:uppercase;
}
.header .sub .sub-c{
    width:100%;
    min-width:47.395833vw;
}
.header .sub-c .cv{
    width:48%;
    margin-top:1.041667vw;
}
.header .sub-c .pic{
    margin-right:1.041667vw;
}
.header .sub-c .pic img{
    width:80px;
    height:80px;
}
.header .sub-c .intr p{
    font-size:18px;
    font-weight:400;
    color:#28738C;
    margin-bottom:10px;
}
.header .sub-c .intr p>img{
    margin-left:1.041667vw;
    transition:all ease .3s;
}
.header .cv:hover p>img{
    transform:translateX(5px);
}
.header .sub-c .intr span{
    font-size:16px;
    font-weight:400;
    color:#5A5A5A;
}
.header .sub .sub-b{
    width:100%;
    min-width:21.270833vw;
	padding-top:6px;
}
.header .sub-b .cv{
    width:48%;
    margin-top:0.341667vw;
}
.header .sub-b .cv p{
    font-size:16px;
    font-weight:400;
    color:#333;
    transition:all ease .3s;
}
.header .sub-b .cv p>img{
    margin-left:1.041667vw;
    transition:all ease .3s;
}
.header .sub-b .cv:hover p>img{
    transform:translateX(5px);
}
.header .lang .button{
    width:180px;
    height:40px;
    border:1px solid #28738C;
    border-radius:30px;
    transition:all ease .3s;
}
.header .lang .button.on,.header .lang .button:hover{
    background:#28738C;
}
.header .lang .button:last-child{
    margin-left:1.041667vw;
}
.header .lang .button a{
    width:100%;
    height:100%;
    font-size:18px;
    font-weight:400;
    color:#28738C;
    transition:all ease .3s;
}
.header .lang .button.on a,.header .lang .button:hover a{
    color:#FFFFFF;
}
.footer{
    width:100%;
    background:#28738C;
}
.footer .f-t{
    width:100%;
    padding:4.687500vw 0 4.687500vw;
}
.footer .f-tl{
    width:45%;
}
.footer .f-tl .f-tll{
    margin-right:4.166667vw;
}
.footer .f-tll .f-logo img{
    margin-bottom:2.083333vw;
}
.footer .f-tll .f-phone{
    margin-bottom:10px;
}
.footer .f-tll .f-phone a,.footer .f-tll .f-email a{
    font-size:16px;
    font-family:"Gotham";
    font-weight:bold;
    color:#FFFFFF;
    margin-left:10px;
}
.footer .f-tlr .f-ewm img{
    margin-bottom:10px;
}
.footer .f-tl .f-tlr p{
    font-size:16px;
    font-weight:500;
    color:#FFFFFF;
    text-align:center;
}
.footer .f-tr{
    width:54%;
}
.footer .f-tr dt{
    font-size:20px;
    font-weight:500;
    color:#FFFFFF;
    margin-bottom:1.041667vw;
}
.footer .f-tr dd{
    font-size:18px;
    font-weight:400;
    color:#FFFFFF;
    opacity:0.85;
    transition:all ease .3s;
    margin-bottom:10px;
}
.footer .f-tr dd:hover{
    opacity:1;
}
.footer .f-b{
    width:100%;
    padding:2.083333vw 0;
}
.footer .f-b a{
    font-size:16px;
    font-weight:400;
    color:#FFFFFF;
    opacity:0.6;
    text-align:center;
    transition:all ease .3s;
    margin:0 5px;
}
.footer .f-b a:hover{
    opacity:1;
}
.footer .f-b div:first-child{
    margin-bottom:10px;
}
.footer .f-b img{
    height:16px;
    margin-right:5px;
}
.bg-img{
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    pointer-events:none;
}
#auto,#auto .fp-tableCell{
    height:auto !important;
}


.IndoorPositioningNavigation-banner {
    width: 100%;
    height: 400px;
    display: block;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}

.IndoorPositioningNavigation-banner .IndoorPositioningNavigation-banner-img {
    width: 100%;
    height: 100%;
    background: url(../img/IndoorPositioningNavigation.jpg) center 100% no-repeat;
    display: block;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}
.APP-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.APP-banner-font .APP-banner-font-box {
    width: 1350px;
    margin: 0 auto;
}

.APP-banner-font .APP-banner-font-box-font-box .font-left1 {
    width: 100%;
    float: left
}

.APP-banner-font .APP-banner-font-box .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.APP-banner-font .APP-banner-font-box .font-left2 {
    width: 100%;
    float: left
}

.APP-banner-font .APP-banner-font-box .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}

/*banner start*/
#obtn .slide_banner{ float:left; width:100%; position:relative; overflow:hidden; text-align:center;font-size: 0; line-height: 0; z-index:99; margin-top:-88px;}
#obtn .slide_banner .slick-slide{ width:100%; padding:0; position:relative; line-height:0;}
#obtn .slide_banner img{ width:100%;}
#obtn .slide_banner .box{position: relative; float: left; width: 100%;}
#obtn .slide_banner .box .banBox{position: absolute; left:50%; margin-left: -600px; width:50%; top:50%; margin-top:-92px; text-align: left;}
#obtn .slide_banner .box .banBox .hT1{float: left; width:100%; color:#fff; font-size: 56px; line-height:70px; font-weight: bold;}
#obtn .slide_banner .box .banBox .butt{float: left; width: 100%;}
#obtn .slide_banner .box .banBox .butt a{float: left; width:180px; height:54px; border:1px solid #fff; border:1px solid rgba(255,255,255,0.9); background: #fff; background: rgba(255,255,255,0.1); line-height: 52px; font-size: 16px; text-align: center; margin-top: 60px; color:#fff; );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#obtn .slide_banner .box .banBox .nongpi a{float: left; width:180px; height:54px; border:1px solid #fff; border:1px solid rgba(146,231,192,0.9); background: #fff; background: rgba(146,231,192,0.5); line-height: 52px; font-size: 16px; text-align: center; margin-top: 60px; color:#24b17c; );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#obtn .slide_banner .box .banBox .xbutt a{margin: 240px 0px 0px 10px;}
@media screen and (max-width:1680px) {
    #obtn .slide_banner .box .banBox .xbutt a{margin: 220px 0px 0px 80px;}
}
@media screen and (max-width:1600px) {
    #obtn .slide_banner .box .banBox .xbutt a{margin: 220px 0px 0px 80px;}
}
@media screen and (max-width:1440px) {
    #obtn .slide_banner .box .banBox .xbutt a{margin: 200px 0px 0px 80px;}
}
#obtn .slide_banner .box .banBox .xbuta a{margin-top: 290px; margin-left: 510px;}
#obtn .slide_banner .box .banBox .xbuta a:hover{
   border: 1px solid #FFF !important;
    background: #ffffff !important;
    color: #f46114 !important;
}

#obtn .slide_banner .box .banBox .butt a:hover{
    border:1px solid #58d498; background: #58d498; color:#fff;
}
#obtn .slide_banner .slick-prev,
#obtn .slide_banner .slick-next{width: 54px; height: 54px; border:1px solid #fff; border:1px solid rgba(255,255,255,0.4); left: 70px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .slide_banner .slick-next{left: auto;right: 70px;}
#obtn .slide_banner .slick-prev:after,
#obtn .slide_banner .slick-next:after{position: absolute;content: ''; width: 54px; height: 54px; left: 0; top:0;
    background: url("../_im_g/next1.png") no-repeat; background-size: cover;
}
#obtn .slide_banner .slick-next:after{background: url("../_im_g/prev1.png") no-repeat; background-size: cover;}
#obtn .slide_banner .slick-prev:hover,
#obtn .slide_banner .slick-next:hover{border:1px solid #58d498; background: #58d498;}

#obtn .slide_banner .slick-dots{ height:4px; bottom:60px;}
#obtn .slide_banner .slick-dots li{ width:40px; height:4px; margin:0 7px; background:#fdfdfd; text-indent:-9999px; overflow:hidden; vertical-align:top;
    position: relative;
}
#obtn .slide_banner .slick-dots li:after{position: absolute; content: ''; width:0; height: 4px;background:#58d398; left: 0; top:0; opacity:1;filter:Alpha(opacity=100);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

/*banner*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    
/*    margin-left: -14px;
    margin-right: -14px;*/
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: 0;
/*    padding-left: 14px;
    padding-right: 14px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    /*border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/slick.woff') format('woff'), 
    url('../fonts/slick.ttf') format('truetype'), 
    url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    left:40px;
    top: 55%;
    display: block;
    width: 52px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    /***background:url(../../images/ban1.png) no-repeat;**/
    z-index:100;
}
.slick-next{
    left:auto;
    right:40px;
    /***background:url(../../images/ban2.png) no-repeat;***/
}
@media  screen and (max-width:991px){
.slick-prev,
.slick-next
{
    width: 30px;
    height: 58px;
    background-size:30px 58px;
    
}
.slick-next{
    background-size:30px 58px;
}
}
@media  screen and (max-width:767px){
.slick-prev,
.slick-next
{
    left:15px;
    width: 26px;
    height: 50px;
    background-size:26px 50px;
    
}
.slick-next{
    left:auto;
    right:15px;
    background-size:26px 50px;
}    
}

/* Dots */
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: ' ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*banner*/
#obtn .slide_banner{ float:left; width:100%; position:relative; overflow:hidden; text-align:center;font-size: 0; line-height: 0;}
#obtn .slide_banner .slick-slide{ width:100%; padding:0; position:relative; line-height:0;}
#obtn .slide_banner img{ width:100%;}
#obtn .slide_banner .box{position: relative; float: left; width: 100%;}
#obtn .slide_banner .box .banBox{position: absolute; left:50%; margin-left: -600px; width:50%; top:50%; margin-top:-92px; text-align: left;}
#obtn .slide_banner .box .banBox .hT1{float: left; width:100%; color:#fff; font-size: 56px; line-height:70px; font-weight: bold;}
#obtn .slide_banner .box .banBox .butt{float: left; width: 100%;}
#obtn .slide_banner .box .banBox .butt a{float: left; width:180px; height:54px; border:1px solid #fff; border:1px solid rgba(255,255,255,0.9); background: #fff; background: rgba(255,255,255,0.1); line-height: 52px; font-size: 16px; text-align: center; margin-top: 60px; color:#fff; );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#obtn .slide_banner .box .banBox .nongpi a{float: left; width:180px; height:54px; border:1px solid #fff; border:1px solid rgba(146,231,192,0.9); background: #fff; background: rgba(146,231,192,0.5); line-height: 52px; font-size: 16px; text-align: center; margin-top: 60px; color:#24b17c; );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#obtn .slide_banner .box .banBox .xbutt a{margin: 240px 0px 0px 10px;}
@media screen and (max-width:1680px) {
    #obtn .slide_banner .box .banBox .xbutt a{margin: 220px 0px 0px 80px;}
}
@media screen and (max-width:1600px) {
    #obtn .slide_banner .box .banBox .xbutt a{margin: 220px 0px 0px 80px;}
}
@media screen and (max-width:1440px) {
    #obtn .slide_banner .box .banBox .xbutt a{margin: 200px 0px 0px 80px;}
}
#obtn .slide_banner .box .banBox .xbuta a{margin-top: 290px; margin-left: 510px;}
#obtn .slide_banner .box .banBox .xbuta a:hover{
   border: 1px solid #FFF !important;
    background: #ffffff !important;
    color: #f46114 !important;
}

#obtn .slide_banner .box .banBox .butt a:hover{
    border:1px solid #58d498; background: #58d498; color:#fff;
}
#obtn .slide_banner .slick-prev,
#obtn .slide_banner .slick-next{width: 54px; height: 54px; border:1px solid #fff; border:1px solid rgba(255,255,255,0.4); left: 70px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .slide_banner .slick-next{left: auto;right: 70px;}
#obtn .slide_banner .slick-prev:after,
#obtn .slide_banner .slick-next:after{position: absolute;content: ''; width: 54px; height: 54px; left: 0; top:0;
    background: url("../img/next1.png") no-repeat; background-size: cover;
}
#obtn .slide_banner .slick-next:after{background: url("../img/prev1.png") no-repeat; background-size: cover;}
#obtn .slide_banner .slick-prev:hover,
#obtn .slide_banner .slick-next:hover{border:1px solid #BFD7E0; background: #BFD7E0;}

#obtn .slide_banner .slick-dots{ height:4px; bottom:60px;}
#obtn .slide_banner .slick-dots li{ width:40px; height:4px; margin:0 7px; background:#fdfdfd; text-indent:-9999px; overflow:hidden; vertical-align:top;
    position: relative;
}
#obtn .slide_banner .slick-dots li:after{position: absolute; content: ''; width:0; height: 4px;background:#58d398; left: 0; top:0; opacity:1;filter:Alpha(opacity=100);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
@keyframes line
{
    from {width: 0;}
    to {width: 100%;}
}
@-moz-keyframes line /* Firefox */
{
    from {width: 0;}
    to {width: 100%;}
}
@-webkit-keyframes line /* Safari å’Œ Chrome */
{
    from {width: 0;}
    to {width: 100%;}
}
@-o-keyframes line /* Opera */
{
    from {width: 0;}
    to {width: 100%;}
}
#obtn .slide_banner .slick-dots li.slick-active:after{
    width: 100%;
    animation: line 5s;
    -moz-animation: line 5s;	/* Firefox */
    -webkit-animation: line 5s;	/* Safari å’Œ Chrome */
    -o-animation: line 5s;
}
@media screen and (max-width:2560px) {
    #obtn .slide_banner .box .banBox .xbuta a {margin-top: 360px;margin-left: 510px;}
}
@media screen and (max-width:1920px) {
    #obtn .slide_banner .box .banBox .xbuta a {margin-top: 290px;margin-left: 510px;}
}
@media screen and (max-width:1440px) {
    #obtn .slide_banner .box .banBox .hT1{ font-size: 46px;}
    #obtn .slide_banner .box .banBox{margin-left: -500px;}
	#obtn .slide_banner .box .banBox .xbuta a {margin-top: 250px;margin-left: 410px;}
}
@media screen and (max-width:1399px) {
    #obtn .slide_banner .box .banBox .hT1{ font-size: 46px;}
    #obtn .slide_banner .box .banBox{margin-left: -500px;}
}
@media screen and (max-width:1229px) {
    #obtn .slide_banner .box .banBox{margin-left: -400px; margin-top: -80px;}
    #obtn .slide_banner .box .banBox .hT1{font-size: 40px; line-height: 50px;}
    #obtn .slide_banner .box .banBox .butt a{width: 160px; height:50px; line-height: 48px;}
    #obtn .slide_banner .slick-dots{bottom: 40px;}
    #obtn .slide_banner .slick-prev, #obtn .slide_banner .slick-next{left: 50px;}
    #obtn .slide_banner .slick-next{left: auto; right: 50px;}
}
@media screen and (max-width:1023px) {
    #obtn .slide_banner .box .banBox{margin-left: -300px; margin-top: -65px;}
    #obtn .slide_banner .box .banBox .hT1{font-size: 30px; line-height: 40px;}
    #obtn .slide_banner .box .banBox .butt a{margin-top: 40px;height: 45px; line-height: 43px; font-size: 15px;}
    #obtn .slide_banner .slick-prev,
    #obtn .slide_banner .slick-next{width: 45px; height: 45px;}
    #obtn .slide_banner .slick-prev::after,
    #obtn .slide_banner .slick-next::after {width: 45px; height: 45px;}
}
@media screen and (max-width:767px) {
    #obtn .slide_banner .box .banBox{ left:60px; width:80%;margin-left:0; margin-top: -25px;}
    #obtn .slide_banner .box .banBox .hT1{font-size:22px; line-height: 30px;}
    #obtn .slide_banner .box .banBox .butt a{width: 130px; margin-top:20px;height:35px; line-height: 33px; font-size: 14px;}
	#obtn .slide_banner .box .banBox .xbutt a{width: 100px;margin-top: 75px;height: 30px;line-height: 30px;margin-left: -7px;}
    #obtn .slide_banner .slick-dots{bottom: 20px; height: 3px;}
    #obtn .slide_banner .slick-dots li{height: 3px; width: 30px; margin: 0 5px;}
    #obtn .slide_banner .slick-dots li.slick-active:after{height: 3px; width: 30px;}
    #obtn .slide_banner .slick-prev,
    #obtn .slide_banner .slick-next{width: 35px; height: 35px; left: 10px;}
    #obtn .slide_banner .slick-next{left: auto; right: 10px;}
    #obtn .slide_banner .slick-prev:after,
    #obtn .slide_banner .slick-next:after{width:35px; height:35px;}
}
/*banner end*/

/*.hidden{
	display:none;
}*/
#page .btn,
#page .btn1 {
  margin-top: 30px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#28738C), to(#28738C));
  background: -o-linear-gradient(left, #28738C, #28738C);
  background: linear-gradient(90deg, #28738C, #28738C);
  opacity: 0.9;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}
#page .btn1 {
  background: #fff;
  border: 2px solid #28738C;
  color: #28738C;
}
#page .title {
  font-size: 30px;
  padding: 630px 0 50px;
  text-align: center;
  z-index:1;
}
#page .titlex {
  font-size: 30px;
  padding: 0 0 50px;
  text-align: center;
  z-index:1;
}
#page .landPage-service {
  /* height: 995px; */
  /* min-height: 995px; */
  /*background-color: #fff;*/
  position: relative;
  min-width: 960px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  
  margin-top:90px;
}
.section-title-with-bottom-line-span{
  border-bottom: 3px solid #e5e7eb
}
    
.section-title-with-bottom-line-span:after{
  display: block;
  content: "";
  position: relative;
  width: 100px;
  top: 0px;
  z-index: 0;
  height: 3px;
  background: #28738C;
  left: calc( 50% - 50px );
}
#page .landPage-service .containerItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page .landPage-service .containerItems .item {
  margin: 0 5px;
  width: 150px;
  height: 160px;
  background: #fafafa;
  border-radius: 10px;
  padding: 40px 0 20px 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgb(71 85 105);
}
#page .landPage-service .containerItems .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#28738C), to(#28738C));
  background: -o-linear-gradient(bottom, #28738C, #28738C);
  background: linear-gradient(0deg, #28738C, #28738C);
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
  color: #fff;
  /* transition: 0.25s ease-in; */
}
#page .landPage-service .containerItems .active img {
  -webkit-filter: grayscale(100%) brightness(200%);
  filter: grayscale(100%) brightness(200%);
}
.mgt3 {
  margin-top: 21px !important;
}
#page .landPage-service .containerBox {
  position: relative;
  margin-top: 40px;
  /* margin-bottom: 40px; */
}
#page .landPage-service .containerBox .sonBox {
  width: 100%;
  /* position: absolute; */
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* min-height: 513px; */
  padding-left: 20px;
  padding-right: 20px;

}
#page .landPage-service .containerBox .hidden {
	display:none
}
#page .landPage-service .containerBox .sonBox .sonBox-img {
  display: block;
  width: calc( ( 100% - 40px ) / 2);
  /* margin-right: 100px; */
}
#page .landPage-service .containerBox .sonBox .text-box {
  /* width: 500px; */
  width: calc( ( 100% - 40px ) / 2);
}
#page .landPage-service .containerBox .sonBox .text-box .text-title {
  font-size: 24px;
  color: rgb(30 41 59);
  font-weight: 600;
}
#page .landPage-service .containerBox .sonBox .text-box .copy .mgr2 {
  margin-right: 4px !important;
  display: inline-block;
  height: 16px;
}
#page .landPage-service .containerBox .sonBox .text-box .copy .item {
  margin-top: 28px;
  font-size: 16px;
  color: rgb(71 85 105);
  font-weight: 500;
  /* line-height: 30px; */
}


#page .contactUs .box-l .contact .item span{
  display: block;
  min-height: 26px;
  line-height: 26px;
  max-width: calc( 100% - 44px ) ;
  
}


.form{
	/*margin-top:90px;*/
    width:100%;
    background:#F5F5F5;
    padding:6.5% 5%;
   /* position:relative;*/
}
.form .box{
    margin-top:66px;
}
.form .box .pic{
    width:430px;
}
.form .box .pic img{
    max-width:none;
    transform:translate(-50%,-67px);
    width:176%;
    margin-left:50%;
}
.form .box .pic .ewm{
}
.form .box .intr{
    width:430px;
}
.form .intr form{
    width:100%;
    position:relative;
    z-index:9;
}
.form .label{
    width:100%;
    margin-bottom:10px;
}
.form .label:last-child{
    width:75%;
    float:right;
}
.form .label span{
    display:block;
    width:24%;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:28px;
    color:#767676;
}
.form .label input,.form .label textarea{
    width:75%;
    background:#ffffff;
	color:#666;
}
.form .label input{
    height:46px;
    padding:0 20px;
	color:#666;
}
.form .label textarea{
    height:90px;
    padding:20px;
	color:#666;
}
.form .btn{
    margin:1.041667vw auto 0;
}


.mockup{
	position:relative;
	width:320px;
	height:744px;
	overflow:hidden
}
.mockup__frame{
	display:block;
	left:0;
	background-image:url(../img/mockup-frame.png);
	background-repeat:no-repeat;
	background-size:contain;
	pointer-events:none;
	z-index:2
}
.mock_code,.mockup__frame{
	position:absolute;
	top:0;
	width:100%;
	height:100%
}
.mock_code{
	left:-100%;
	background:url(../img/nav-nanyang.jpg) 50% no-repeat
}
.mockup__video{
	display:block;
	width:100%;
	height:auto;
	padding:18% 2.5% 0
}
.mockup:hover .mock_code{
	left:0
}



.abo1{
    width:100%;
    padding:8.854167vw 0;
    position:relative;
}
.abo1 .box{
    margin-top:2.083333vw;
}
.abo1 .pic{
    position:absolute;
    right:0;
    bottom:0;
    z-index:-1;
}
.abo1 .intr .txt{
    max-width:770px;
    width:80%;
    margin:0 auto;
    position:relative;
}
.abo1 .intr .txt::before{
    content:"";
    position:absolute;
    left:-80px;
    top:0;
    width:32px;
    height:24px;
    background-image:url(../img/yh-l.svg);
}
.abo1 .intr .txt::after{
    content:"";
    position:absolute;
    right:-80px;
    bottom:0;
    width:32px;
    height:24px;
    background-image:url(../img/yh-r.svg);
}
.abo1 .intr .txt p{
    font-size:18px;
    font-weight:400;
    line-height:28px;
    color:#5A5A5A;
    text-indent:2em;
    margin-top:1.041667vw;
}
.abo2{
    width:100%;
    padding:7.812500vw 0;
    background:radial-gradient(circle,rgba(45,125,154,0.1) 0%,rgba(45,125,154,0) 100%)
}
.abo2 .box{
    margin-top:3.125000vw;
    margin-bottom:6.250000vw;
}
.abo2 .box2{
    margin-bottom:0;
}
.abo2 .box p{
    font-size:24px;
    font-weight:400;
    color:#5A5A5A;
    text-align:center;
    opacity:0;
    visibility:hidden;
    margin-top:20px;
}

.abo3{
    width:100%;
    padding:7.812500vw 0;
}
.abo3 .box{
    margin-top:3.125000vw;
}
.abo3 .intr .intr-l{
    width:200px;
}
.abo3 .intr-l .sub{
    width:100%;
    height:70px;
    border-radius:20px;
    cursor:pointer;
    transition:all ease .3s;
    margin-bottom:1.041667vw;
}
.abo3 .intr-l .sub.on,.abo3 .intr-l .sub:hover{
    background:#28738C;
}
.abo3 .intr-l .sub img{
    width:40px;
    height:40px;
    transition:all ease .3s;
}
.abo3 .intr-l .sub img.after{
    display:none;
}
.abo3 .intr-l .sub.on img.before,.abo3 .intr-l .sub:hover img.before{
    display:none;
}
.abo3 .intr-l .sub.on img.after,.abo3 .intr-l .sub:hover img.after{
    display:block;
}
.abo3 .intr-l .sub span{
    font-size:24px;
    font-weight:400;
    color:#28738C;
    margin-left:1.562500vw;
    transition:all ease .3s;
}
.abo3 .intr-l .sub.on span,.abo3 .intr-l .sub:hover span{
    color:#ffffff;
}
.abo3 .intr .intr-r{
    width:80%;
}
.abo3 .intr .intr-r .subb{
    display:none;
}
.abo3 .intr .intr-r .subb.on{
    display:block;
}
.abo3 .intr-r .intr-rb{
    width:100%;
    padding:1.041667vw 1.562500vw;
    border-top:1px solid #D9E4E4;
}
.abo3 .intr-r .intr-rb.on{
    border-top:1px solid #28738C;
}
.abo3 .intr-r .intr-rb:last-child{
    border-bottom:1px solid #D9E4E4;
}
.abo3 .intr-rb .intr-rbt{
    position:relative;
}
.abo3 .intr-rb .intr-rbt .btn{
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:20px;
    height:20px;
}
.abo3 .intr-rbt .btn::before,.abo3 .intr-rbt .btn::after{
    content:'';
    display:inline-block;
    height:1px;
    width:100%;
    background:#D9E4E4;
    border-radius:1px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:all ease .3s;
}
.abo3 .intr-rb .intr-rbt .btn::after{
    transform:translate(-50%,-50%) rotate(90deg);
}
.abo3 .intr-rb.on .intr-rbt .btn::before{
    background:#28738C;
}
.abo3 .intr-rb.on .intr-rbt .btn::after{
    transform:translate(-50%,-50%) rotate(0deg);
}
.abo3 .intr-rb .intr-rbt p{
    font-size:24px;
    font-weight:400;
    color:#7B7B7B;
}
.abo3 .intr-rb.on .intr-rbt p{
    color:#28738C;
}
.abo3 .intr-rb .intr-rbb{
    display:none;
}
.abo3 .intr-rb .intr-rbb .txt{
    margin-top:2.083333vw;
}
.abo3 .intr-rb .intr-rbb .txt:last-child{
    margin-bottom:1.041667vw;
}
.abo3 .intr-rb .intr-rbb h4{
    font-size:18px;
    font-weight:400;
    color:#5A5A5A;
    margin-bottom:10px;
}
.abo3 .intr-rb .intr-rbb p{
    font-size:16px;
    font-weight:400;
    line-height:22px;
    color:#5A5A5A;
    margin-top:10px;
}
.abo4{
    width:100%;
    padding:7.812500vw 0;
    background:radial-gradient(circle,rgba(45,125,154,0.1) 0%,rgba(45,125,154,0) 100%)
}
.abo4 .box{
    margin-top:3.125000vw;
}
.abo4 .box .ev{
    width:49%;
}
.abo4 .box .ev:first-child{
    display:flex;
    align-items:center;
    background:#FFFFFF;
    border-radius:6px;
    padding:2.083333vw;
}
.abo4 .box .ev:last-child .intr{
    background:#FFFFFF;
    border-radius:6px;
    padding:2.083333vw;
}
.abo4 .box .ev:last-child .intr:first-child{
    margin-bottom:1.302083vw;
}
.abo4 .intr .ico{
    margin-bottom:1.041667vw;
}
.abo4 .intr h4{
    font-size:24px;
    font-weight:400;
    color:#28738C;
    margin-bottom:1.562500vw;
}
.abo4 .intr p{
    font-size:18px;
    font-weight:400;
    line-height:28px;
    color:#5A5A5A;
    margin-bottom:1.041667vw;
}
.abo4 .intr p:last-child{
    margin-bottom:0px;
}
.gray{
    max-width:1400px;
    width:90%;
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(0.8);
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:all ease .3s;
}
.gray.active{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,-50%) scale(1);
}
.gray .form{
    padding:6.250000vw 13.020833vw;
    background:#F5F5F5;
    box-shadow:0px 3px 34px rgba(0,0,0,0.16);
    border-radius:40px;
}
.gray .close{
    position:absolute;
    top:3.125000vw;
    right:3.125000vw;
    width:35px;
    height:35px;
    cursor:pointer;
}
.gray .close img{
    width:35px;
    height:35px;
}
.gray .form .box .pic{
    width:430px;
    left:100px;
    top:270px;
}
.xbd-title{
    font-weight:400;
    color:#28738C;
    text-align:center;
    padding-bottom:10vh;
}
.xbd-title h2{
    font-size:42px;
}
.xbd-pingtai dl{
    width:49%;
    padding:5vh 20px;
    border-radius:6px;
    background-color:#fff;
    box-shadow:0px 0px 10px rgba(45,125,154,.19);
}
.xbd-pingtai dl:nth-child(1),.xbd-pingtai dl:nth-child(4){
    background-color:#28738C;
}
.xbd-pingtai dl img{
    width:96px
}
.xbd-pingtai dl dt{
    margin-right:18px
}
.xbd-pingtai dl dd{
    color:#fff;
}
.xbd-pingtai dl:nth-child(2) dd,.xbd-pingtai dl:nth-child(3) dd{
    color:#28738C;
}
.xbd-pingtai dl dd span{
    font-size:42px;
    margin-bottom:15px;
    font-weight:100;
}
.xbd-pingtai dl:nth-child(2),.xbd-pingtai dl:nth-child(1){
    margin-bottom:20px;
}
.xbd-sol{
    height:100%;
    background-color:#EAF2F5;
}
.xbd-img-p{
    font-size:0;
    width:42%;
}
.xbd-img-p img{
    transform:scale(1.3) translate(-2.5%,54px);
}
.xbd-home-img{
    font-size:0;
}
.xbd-home-img img{
    transform:translateX(8%);
}


/*产品优势*/
.feature {
	background-repeat:no-repeat;
	background-size:100% 100%;
	/*background-color:#f0f6ff*/
}
.mb-50 {
	margin-bottom:50px
}
.section-heading {
	margin:60px 0 38px 0;
	display:inline-block;
	position:relative;
	color:#272637
}

.section-heading:after {
	position:absolute;
	margin:70px auto auto
}
.section-heading:after {
	content:'';
	width:auto;
	left:-50px;
	right:-50px
}
.features-list {
	padding:20px
}
.features-list .img-responsive {
	width:40%
}
.line-height {
	line-height:25px
}


.section-heading .app-titlefea {
  text-align: center;
  z-index: 100;
  position: relative;
  /*padding-top: .520833rem*/
}
.section-heading .app-titlefea .titlefea {
  padding:0;
  font-size: .166667rem;
  color: #272637;
  line-height: .276042rem;
  position: relative;
  z-index: 2
}
.section-heading .app-titlefea .titlefea h2 {
    width: 260px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
}

.section-heading .app-titlefea .titlefea:before {
  position: absolute;
  content: "";
  width: 1.041667rem;
  height: .083333rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #7dcef1;
  border-radius: 5.203125rem;
  opacity: .9;
  z-index: -1
}
.section-heading .app-titlefea .intrfea {
  font-size: .072917rem;
  color: hsla(0, 0%, 100%, .8);
  /*margin-top: .15625rem;*/
  letter-spacing: .010417rem
}
