
*{margin: 0px; padding: 0px;box-sizing: border-box;}
body{
    font-family: 'Open Sans', 'Microsoft YaHei',  sans-serif;
}
li{list-style: none;}
a{text-decoration:none;}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
img{
    max-width: 100%;
}
.fl{
    float: left;
}
.mt30{
    margin-top: 30px;
}
.ellipse {   
    overflow: hidden;   
    text-overflow: ellipsis;   
    white-space: nowrap;   
}

/* public */
.rm{
    position: relative;
    z-index: 1;
}
.lh-1{
    line-height: 1;
}
.lh-1-2{
    line-height: 1.2;
}
.c-00afef{
    color: #00afef;
}
.c-333333{
    color: #333333;
}
.fs-5{
    font-size: 5rem;
}
.fs-4{
    font-size: 4rem;
}
.fs-3{
    font-size: 3rem;
}
.fs-2-5{
    font-size: 2.5rem;
}
.fs-085{
    font-size: 0.85rem;
}
.fs-13px{
    font-size: 0.8125rem;
}
.fs-14px{
    font-size: 0.875rem;
}
.fs-15px{
    font-size: 0.9375rem;
}
.fs-21px{
    font-size: 1.3125rem;
}
.fs-25px{
    font-size: 1.5625rem;
}
.fs-35px{
    font-size: 2.1875rem;
}
.fs-45px{
    font-size: 2.8125rem;
}
.ff-yahei{
    font-family: 'Microsoft YaHei',  sans-serif;
}
/* .rm::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(0deg, transparent 0%, rgba(21, 27, 38, 0.5) 100%);
    background-repeat: repeat-x;
} */
.rm-box{
    display: flex;
    align-items: center;
}

/* u-header */
.u-header{
    position: fixed;  /* fixed */
    right: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    bottom: auto;
    top: 0;
}
.u-header--bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__section{
    
}
.u-header__section{
    background-color: transparent;
}
.u-scrolled .u-header__section{
    background-color: white;
    box-shadow:0 0 10px 0 lightgray;
    -moz-box-shadow:0 0 10px 0 lightgray;
    -webkit-box-shadow:0 0 10px 0 lightgray;
}
.u-scrolled .u-header__navbar .u-header__nav-link{
    color: #333333;
}
.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.f-text{
    color: #00afef;
}
.f-text .f-text-p{
    color: white;
    font-size: 16px;
}
.f-btn{
    border-radius: 15px;
}
/* .u-header__navbar-brand-wrapper{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    -ms-flex-order: 1;
    order: 1;
} */
.u-header__navbar-brand{
    margin-right: 1.375rem;
}
.navbar-collapse.u-header__navbar{
    justify-content: flex-end;
    text-transform:uppercase;
}
.u-header__navbar .u-header__nav-link{
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9375rem;
    font-weight: 400;
}
.u-header__navbar .u-header__nav-link.active{
    color: #00afef;
    border-bottom: 3px solid #00afef;
}
@media (min-width: 992px) {
    .u-header__navbar .nav-link.u-header__nav-link {
        /* padding-top: 1.375rem;
        padding-bottom: 1.375rem;
        padding-right: 0.875rem;
        padding-left: 0.875rem; */
        margin-left: 0.875rem;
        margin-right: 0.875rem;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 8px;
    }
}

/* facead */
.f{
    position: relative;
}
.facead{
    background-image: url(../images/facead-bg.jpg);
}
.facead-box{
    padding: 150px 0 70px 0;
    min-height: 578px;
}
.f .f-img{
    position: relative;
    height: 350px;
}
.f .f-img-1{
    z-index: 3;
    top: 180px;
    left: 340px;
}
.f .f-img-2{
    z-index: 2;
    top: 56px;
    left: 380px;
}
.f .f-img-3{
    z-index: 1;
    left: 0;
}

/* about */
.a{
    overflow: hidden;
}
.about{
    background-image: url(../images/about-bg.jpg);
    min-height: 567px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-box{
    /* height: 566px; */
}
.about .about-one::before{
    display: inline-block;
    content: '';
    width: 44px;
    height: 33px;
    background-image: url("../images/pic1.png");
    background-size: 100%;
    margin-right: 20px;
}
.about .about-two::after{
    display: inline-block;
    content: '';
    width: 44px;
    height: 33px;
    background-image: url("../images/pic2.png");
    background-size: 100%;
    margin-left: 20px;
    position: absolute;
}
.about .a-img{
    position: relative;
    height: 380px;
}
.about .a-img img{
    position: absolute;
    max-width: none;
}
.about .a-img img:nth-child(1){
    top: 24px;
    left: -230px;
    height: 376px;
    width: auto;
    animation: shake 0.8s linear;
}
.about .a-img img:nth-child(2){
    top: 109px;
    left: 1264px;
}
.about .a-img img:nth-child(2).on{
    left: 264px;
    transition: 0.5s 0.5s;
}
.about .a-img img:nth-child(3){
    top: 156px;
    left: 1273px;
}
.about img:nth-child(3).on{
    left: 273px;
    transition: 0.5s 0.8s;
}

@keyframes shake {
    0%{
        transform: scale(0);
    }
    30%{
        transform: scale(1.2);
    }
    40%{
        transform: scale(0.8);
    }
    50%{
        transform: scale(1.15);
    }
    60%{
        transform: scale(0.9);
    }
    70%{
        transform: scale(1.1);
    }
    80%{
        transform: scale(0.95);
    }
    90%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}

/* echarts */
.ch-main {
    position: relative;
    margin-top: 100px;
    margin-left: 100px;
}
.ch-pc-chart {
    width: 90%;
    height: 280px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 6px 6px 22px #ccc;
    box-shadow: 6px 6px 22px #ccc;
}
.ch-mobile {
    position: absolute;
    right: 0;
    width: 180px;
    top: -30px;
    z-index: 300;
}
.ch-mobile-content {
    position: absolute;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 12%;
    right: 12%;
    top: 16%;
    bottom: 15.5%;
    background: #333;
    z-index: 300;
    padding: 0;
    margin: 0;
}
.ch-mobile-chart {
    width: 200%;
    height: 200%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    padding: 0;
    margin: 0;
}
.ch-mobile-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
}
.mobile{
    display: none;
    margin-top: 30px;
}
/* business */
.business{
    background-image: url(../images/business-bg.jpg);
    min-height: 687px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-box{
    /* padding: 90px 0; */
    /* position: relative; */
}
.business-item{
    min-height: 220px;
}
.business .business-info{
    padding: 50px 0 30px 0;
    text-align: center;
}
.business-item>h3{
    padding-left: 100px;
    padding-bottom: 15px;
    color: #00afef;
}
.business-item>p{
    padding-left: 100px;
}
.business-item>img{
    position: absolute;
}
.b .b-1{
    position: absolute;
    top: 10px;
    right: 20px;
}
.b .b-2{
    position: absolute;
    bottom: -200px;
    right: 20px;
}
.r-row{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* position: relative; */
}
.r-col{
    width: 30%;
}
.r-col-lg{
    width: 37%;
}
.b .b-four{
    margin-top: 200px;
}
.b .b-two{
    margin-top: 180px;
}
/* .b .circle{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation:circleRoate 5s infinite linear;
} */
.b .circle{
    width: 100%;
    height: 100%;
    position: absolute;
    /* border: 1px dotted red; */
    border-radius: 50%;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
.b .dot-m{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#fff;
}
.b .dot-s{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* background: #ec661b; */
    /* -moz-box-shadow: 10px 10px 5px #ec661b;
    box-shadow: 10px 10px 5px #ec661b; */
}
.b .dot-one{
    position: absolute;
    left: 81%;
    top: 21%;
    border-radius: 50%;
    transform-origin: -135px 120px;
    animation:circleRoate 5s infinite linear;
}
.b .dot-two{
    left: 70px;
    top: 68px;
    background: -webkit-radial-gradient(circle, #ec661b, #fea370, #fea370);
    background: -o-radial-gradient(circle, #ec661b, #fea370, #fea370);
    background: -moz-radial-gradient(circle, #ec661b, #fea370, #fea370);
    background: radial-gradient(circle, #ec661b, #fea370, #fea370);
}
.b .dot-three{
    left: 350px;
    top: 69px;
    background: -webkit-radial-gradient(circle, #1da4df, #83c9e8, #83c9e8);
    background: -o-radial-gradient(circle, #1da4df, #83c9e8, #83c9e8);
    background: -moz-radial-gradient(circle, #1da4df, #83c9e8, #83c9e8);
    background: radial-gradient(circle, #1da4df, #83c9e8, #83c9e8);
}
.b .dot-four{
    left: 70px;
    top: 337px;
    background: -webkit-radial-gradient(circle, #a2c649, #cbe58b, #cbe58b);
    background: -o-radial-gradient(circle, #a2c649, #cbe58b, #cbe58b);
    background: -moz-radial-gradient(circle, #a2c649, #cbe58b, #cbe58b);
    background: radial-gradient(circle, #a2c649, #cbe58b, #cbe58b);
}
.b .dot-five{
    left: 350px;
    top: 338px;
    background: -webkit-radial-gradient(circle, #73ca9b, #a1ecc3, #a1ecc3);
    background: -o-radial-gradient(circle, #73ca9b, #a1ecc3, #a1ecc3);
    background: -moz-radial-gradient(circle, #73ca9b, #a1ecc3, #a1ecc3);
    background: radial-gradient(circle, #73ca9b, #a1ecc3, #a1ecc3);
}
/* @keyframes circleRoate{
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
} */
@keyframes circleRoate{
    0%{transform: rotate(0deg); background: #1da4df;}
    25%{transform: rotate(90deg); background: #73ca9b;}
    50%{transform: rotate(180deg); background: #a2c649;}
    75%{transform: rotate(270deg); background: #ec661b;}
    100%{transform: rotate(360deg); background: #1da4df;}
}

@keyframes achor_2 {
    0%    {top: 68px;left: 70px;opacity: 1;}
    60%   {top: 56px;left: 57px;opacity: 1;}
    60.1% {top: 56px;left: 57px;opacity: 0;}
    100%  {top: 68px;left: 70px;opacity: 0;}
  }
  @-moz-keyframes achor_2 {
    0%    {top: 68px;left: 70px;opacity: 1;}
    60%   {top: 56px;left: 57px;opacity: 1;}
    60.1% {top: 56px;left: 57px;opacity: 0;}
    100%  {top: 68px;left: 70px;opacity: 0;}
  }
  @-webkit-keyframes achor_2 {
    0%    {top: 68px;left: 70px;opacity: 1;}
    60%   {top: 56px;left: 57px;opacity: 1;}
    60.1% {top: 56px;left: 57px;opacity: 0;}
    100%  {top: 68px;left: 70px;opacity: 0;}
  }
  @-o-keyframes achor_2 {
    0%    {top: 68px;left: 70px;opacity: 1;}
    60%   {top: 56px;left: 57px;opacity: 1;}
    60.1% {top: 56px;left: 57px;opacity: 0;}
    100%  {top: 68px;left: 70px;opacity: 0;}
  }
.dot-move-2 {
    animation: achor_2 2.7s linear 1s infinite;
    -moz-animation: achor_2 2.7s linear 1s infinite;
    -webkit-animation: achor_2 2.7s linear 1s infinite;
    -o-animation: achor_2 2.7s linear 1s infinite;
}

@keyframes achor_3 {
    0%    {top: 69px;left: 350px;opacity: 1;}
    60%   {top: 56px;left: 363px;opacity: 1;}
    60.1% {top: 56px;left: 363px;opacity: 0;}
    100%  {top: 69px;left: 350px;opacity: 0;}
  }
  @-moz-keyframes achor_3 {
    0%    {top: 69px;left: 350px;opacity: 1;}
    60%   {top: 56px;left: 363px;opacity: 1;}
    60.1% {top: 56px;left: 363px;opacity: 0;}
    100%  {top: 69px;left: 350px;opacity: 0;}
  }
  @-webkit-keyframes achor_3 {
    0%    {top: 69px;left: 350px;opacity: 1;}
    60%   {top: 56px;left: 363px;opacity: 1;}
    60.1% {top: 56px;left: 363px;opacity: 0;}
    100%  {top: 69px;left: 350px;opacity: 0;}
  }
  @-o-keyframes achor_3 {
    0%    {top: 69px;left: 350px;opacity: 1;}
    60%   {top: 56px;left: 363px;opacity: 1;}
    60.1% {top: 56px;left: 363px;opacity: 0;}
    100%  {top: 69px;left: 350px;opacity: 0;}
  }
.dot-move-3 {
    animation: achor_3 2.7s linear 1s infinite;
    -moz-animation: achor_3 2.7s linear 1s infinite;
    -webkit-animation: achor_3 2.7s linear 1s infinite;
    -o-animation: achor_3 2.7s linear 1s infinite;
}

@keyframes achor_4 {
    0%    {top: 337px;left: 70px;opacity: 1;}
    60%   {top: 351px;left: 56px;opacity: 1;}
    60.1% {top: 351px;left: 56px;opacity: 0;}
    100%  {top: 337px;left: 70px;opacity: 0;}
  }
  @-moz-keyframes achor_4 {
    0%    {top: 337px;left: 70px;opacity: 1;}
    60%   {top: 351px;left: 56px;opacity: 1;}
    60.1% {top: 351px;left: 56px;opacity: 0;}
    100%  {top: 337px;left: 70px;opacity: 0;}
  }
  @-webkit-keyframes achor_4 {
    0%    {top: 337px;left: 70px;opacity: 1;}
    60%   {top: 351px;left: 56px;opacity: 1;}
    60.1% {top: 351px;left: 56px;opacity: 0;}
    100%  {top: 337px;left: 70px;opacity: 0;}
  }
  @-o-keyframes achor_4 {
    0%    {top: 337px;left: 70px;opacity: 1;}
    60%   {top: 351px;left: 56px;opacity: 1;}
    60.1% {top: 351px;left: 56px;opacity: 0;}
    100%  {top: 337px;left: 70px;opacity: 0;}
  }
.dot-move-4 {
    animation: achor_4 2.7s linear 1s infinite;
    -moz-animation: achor_4 2.7s linear 1s infinite;
    -webkit-animation: achor_4 2.7s linear 1s infinite;
    -o-animation: achor_4 2.7s linear 1s infinite;
}

@keyframes achor_5 {
    0%    {top: 338px;left: 350px;opacity: 1;}
    60%   {top: 351px;left: 364px;opacity: 1;}
    60.1% {top: 351px;left: 364px;opacity: 0;}
    100%  {top: 338px;left: 350px;opacity: 0;}
  }
  @-moz-keyframes achor_5 {
    0%    {top: 338px;left: 350px;opacity: 1;}
    60%   {top: 351px;left: 364px;opacity: 1;}
    60.1% {top: 351px;left: 364px;opacity: 0;}
    100%  {top: 338px;left: 350px;opacity: 0;}
  }
  @-webkit-keyframes achor_5 {
    0%    {top: 338px;left: 350px;opacity: 1;}
    60%   {top: 351px;left: 364px;opacity: 1;}
    60.1% {top: 351px;left: 364px;opacity: 0;}
    100%  {top: 338px;left: 350px;opacity: 0;}
  }
  @-o-keyframes achor_5 {
    0%    {top: 338px;left: 350px;opacity: 1;}
    60%   {top: 351px;left: 364px;opacity: 1;}
    60.1% {top: 351px;left: 364px;opacity: 0;}
    100%  {top: 338px;left: 350px;opacity: 0;}
  }
.dot-move-5 {
    animation: achor_5 2.7s linear 1s infinite;
    -moz-animation: achor_5 2.7s linear 1s infinite;
    -webkit-animation: achor_5 2.7s linear 1s infinite;
    -o-animation: achor_5 2.7s linear 1s infinite;
}

.glint-box{
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 2;
}
.glint-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 35px;
    background-size: 100% 100%;
    margin: -20px 0 0 -18px;
}
.glint{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -18px;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    background-color: #666666;
    z-index: -1;
}
.glint {
    -webkit-animation: circle 3s linear infinite;
    animation: circle 3s linear infinite;
}
@-webkit-keyframes circle {
    from {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(3);
    }
}
.glint-box-1{
    top: 0;
    left: 0;
}
.glint-box-2{
    top: 0;
    right: 17px;
}
.glint-box-3{
    top: 346px;
    left: 0;
}
.glint-box-4{
    top: 346px;
    right: 17px;
}
.glint-center-1{
    background: url(../images/b-mb.png) no-repeat;
}
.glint-center-2{
    background: url(../images/b-ss.png) no-repeat;
}
.glint-center-3{
    background: url(../images/b-cd.png) no-repeat;
}
.glint-center-4{
    background: url(../images/b-st.png) no-repeat;
}

/* numbers */
.numbers{
    background-image: url(../images/numbers-bg.jpg);
    /* min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.numbers-box{
    /* padding: 90px 0 90px 0; */
}
.numbers .bpu{
    width: 30%;
}
.numbers-item{
    border: 1px #e3e3e3 solid;
    text-align: center;
    padding: 15px;
}
.numbers-item h1{
    margin: 0;
}
.numbers-item .numbers-info{
    text-transform:uppercase;
    color: #999999;
    font-size: 22px;
    font-weight: normal;
    /* font-family:"\5FAE\8F6F\96C5\9ED1"; */
    font-family: Arial, Helvetica, sans-serif;
}

/* advantage */
#advantage{
    font-size: 1.6rem;
    background-image: url("../images/rect-bg1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  /* contain */
    color: white;
    padding: 90px 0 90px 0;
}
.advantage{
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage-box{
    /* padding: 90px 0 90px 0; */
}
.advantage-item{
    margin-top: 50px;
}
.advantage-item>img{
    float: left;
    max-width: 100%;
}

/* contact */
.c{
    background-color: #232323;
}
.c .icon-dizhi{
    color: #0896f9;
}
.c .icon-youxiang1{
    color: #ffa900;
}
.c .m-input, .m-ta {
    border: white 1px solid;
    color: white;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
}
.c textarea:focus{
    background-color: rgba(0,0,0,0.1);
    color: white;
}
.c .error{
    color: red;
}
.c .share{
    position: relative;
    height: 33px;
}
.c .share i{
    width: 32px;
    height: 33px;
    background-image: url(../images/shareTag.png);
    position: absolute;
}
.c .share i.shareF{
    top: 0;
    left: 0;
}
.c .share i.shareT{
    top: 0;
    left: 52px;
    background-position: 83px 0;
}
.c .share i.shareI{
    top: 0;
    left: 103px;
    background-position: 32px 0;
}
.c .c-a{
    border-top: 1px #343434 solid;
    border-bottom: 1px #343434 solid;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.c .c-a li{
    float: left;
}
.c .c-a li.c-line{
    /* position: relative; */
    width: 1px;
    height: 25px;
    border-left: 1px #343434 solid;
}
/* .c .c-a li.c-line::before{
    width: 1px;
    height: 25px;
    border: 1px #343434 solid;
    position: absolute;
    display: block;
    content: "";
    left: -10px;
} */

/* footer */
.d{
    padding: 15px 0;
    background-color: #1c1c1c;
}
.d span, .d a{
    color: #606060;
}
.bottom { width: 100%; background: #1c1c1c; padding-bottom: 50px;}
.bottom .box-auto{ padding-top: 50px;}
.bottom .footer-site .icon-dizhi{
    color: #0896f9;
    font-size: 18px;
}
.bottom .footer-site .icon-youxiang1{
    color: #ffa900;
}
.bottom .llft img{ padding-top: 10px; max-width: 100%;}
.bottom .llft p{font-size: 13.4px; padding-top: 20px; color: #d9d9d8;}
.legal-info{text-align:center;}
.legal-info,.legal-info a{color:white;}
.bottom ul li.list-title {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.bottom ul li {
    color: #ccc;
    font-size: 14px;
    line-height: 40px;
}
.bottom .legal-info li {
    color: #fff;
    text-align: center;
}
.bottom ul li a {
    color: #ccc;
}
.bottom .address{
    line-height: 22px;
    margin-top: 15px;
}

.share-icon{
    /* display: flex; */
    text-align: center;
    display: table;
    margin-bottom: 0 !important;
}
.share-icon li{
    /* flex: 0; */
    margin: 0 10px;
    float: left;
}
.share-icon a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 0;
}

/* detail hearder */
.mai-top-header {
    border: 0;
    margin-bottom: 0;
    background-color: #141d2f;
    padding: 0;
}
.mai-top-header .navbar-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 82px;
    height: 46px;
    width: 219px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    margin: 15px 45px 0 0;
}
.mai-top-header .navbar-nav .nav-link {
    line-height: 82px;
    font-family: Raleway,sans-serif;
    font-size: 1.6rem;
    padding: 0 20px;
    outline: 0;
}
.mai-top-nav{
    float: right;
}
.mai-top-header .navbar-nav .nav-item a,.mai-top-header .navbar-nav .nav-item a:hover{
    color: white;
}
.mai-top-header .navbar-nav .nav-item a:hover{
    background-color: transparent;
}
/* partner */
.partner{
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.partner .roll__list{
    width: 9999px;
}
.partner .roll__list::before, .partner .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}
.partner .roll__list::after{
    clear: both;
}
.partner li{
    float: left;
    display: block;
    margin: 0 15px;
    width: 100px;
    height: auto;
    line-height: 80px;
}
.companies {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 80px;
    white-space: nowrap;
    background: white;
    margin: 20px 0 40px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.companies img {
    padding: 15px;
    max-width: 100%;
}
.bpu {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
    margin: 0px auto;
}
.bpu::before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}
.bpv {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #e3e3e3;
    vertical-align: middle;
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px #e3e3e3 solid;
}
.bpw {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    color: inherit;
}


@media (max-width:600px){
    .middle .left-top,.middle .right-top{width:100%}
    .middle .left-top img,.middle .right-top img{padding-left: 10px;}
    .middle .left-top h2,.middle .right-top h2,.middle .left-top p,.middle .right-top p{padding-left:115px}
}
@media (max-width: 865px) {
    .index-advice .lt,.index-advice .right{width: 100%; padding-left: 10px;}
    .index-advice .rt img{padding-left: 15px;}
    .index-advice .rt p{padding-left: 100px;}
    .publicity .publicity-text span{
        font-size: 4rem;
    }
}
@media (max-width: 448px){
    .index-advice .rb img{margin-left: 20px;}
}
@media (max-width: 404px){
    .index-advice .lb img{margin-left: 10px;}
}
@media (max-width: 380px){
    .index-a .a h1{font-size: 40px;}

}
@media (max-width: 415px) {
    .massage input{width: 280px;}
}
@media (max-width: 1199.98px) {
    .r-col{
        width: 29%;
    }
    .r-col-lg{
        width: 37%;
    }
    .b .b-two{
        margin-top: 58px;
    }
    .b .b-four{
        margin-top: 115px;
    }
}
@media (max-width: 991.98px) {
    .r-col, .r-col-lg{
        width: 100%;
    }
    .b .b-two {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .b .b-three {
        margin-top: 30px;
    }
    .b .b-four{
        margin-top: 30px;
    }
    .navbar-collapse{
        background-color: #000000;
        background-color: rgba(0,0,0,0.6);
        filter:Alpha(opacity=60);
        padding: 0 20px;
    }
    .u-header{
        position: absolute;
    }
    .u-scrolled .u-header__section{
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .f-text{
        margin-top: 3rem;
    }
}
/* @media (max-width: 992px) {
    
    .navbar-collapse{
        background-color: #000000;
        background-color: rgba(0,0,0,0.6);
        filter:Alpha(opacity=60);
        padding: 0 20px;
    }
    .u-header{
        position: absolute;
    }
    .u-scrolled .u-header__section{
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
} */
/* @media (min-width: 576px) {
    .container{
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 100%;
    }
}  */
@media (max-width: 768px) {
    .index-a .a{width: 47%;}
    .mai-top-nav{
        float: none;
    }
    .mai-top-header .navbar-brand{
        display: block;
        float: none;
    }
    .mai-top-header .navbar-nav .nav-link{
        line-height: 42px;
    }
    .numbers-item{
        margin-top: 10px;
    }
    .business-item{
        min-height: inherit;
    }
    .publicity .publicity-text span{
        font-size: 3rem;
    }
    .mobile{
        display: block;
    }
    .pc{
        display: none;
    }
}

/* reset */
.breadcrumb{
    background-color: transparent;
    border-radius: 0;
}
.form-control{
    font-size: 0.9375rem;
}
@media (min-width: 1200px){
    .container {
        max-width: 1190px;
    }
}

/* 2018-05 */
.btn-primary{
    background-color: #00afef;
    border-color: #00afef;
}
#massage{
    padding: 90px 0 140px 0;
    text-align: center;
    background-image: url(../images/Contact_bg.jpg);    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: #333;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .m-ta{
      background-color:#000000;
      filter:Alpha(opacity=10);
      position:static;
      *zoom:1;
    }
  }