/* =============================================================
   公用样式
 ============================================================ */
 body {
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    /* line-height: 30px; */
    font-size: 14px;
}
*{
    padding:0;
    margin:0
}
.set-pad {
    padding-top: 20px;
}
.set-row-pad {
    padding-bottom: 10px
}
.intro{
    margin: 0 5% 20px;
}

h1{
    margin-top: 0!important
}

#menu .container, .main_contain .container, #contactUs-sec .container, #footer .container {
    width: 1170px;
}

.main_contain {
    min-width: fit-content;
}

/*=====================================
  头部导航栏
    ===================================*/
#menu {
}

#menu .menu-top {
    height:36px;
    background:rgba(26,26,26,1);
}

.menu-top .navbar-nav > li {
    margin: 6px 0;
    line-height: 14px;
    font-size:14px;
    font-weight:300;
    color:rgba(203,203,203,1);
}

.menu-top .navbar-left > li {
    padding: 5px 0;
    margin-right: 53px;
}

.menu-top .navbar-right > li {
    margin-left: 20px;
}

.menu-top .navbar-right > li > a, .menu-top .navbar-right > li > a:visited{
    padding: 1px 8px;
    line-height: 20px;
    font-size:14px;
    font-weight:300;
    color:rgba(203,203,203,1);
    border: 1px solid rgb(151, 151, 151);
    border-radius:10px;
}

.menu-top .navbar-right > li > a:hover, .menu-top .navbar-right > li > a:focus {
    background:rgba(102,102,255,1);
    border-radius:10px;
    color:rgba(203,203,203,1);
    border: 1px solid rgba(102,102,255,1);
}

#menu .menu-menu {
    height:60px;
    background:rgba(0,0,0,0.5);
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}

#menu .move-me {
    border-color: transparent;
}

.navbar-header button.navbar-toggle {
    margin: 15px;
    background-color: #333;
}

.navbar-brand{
    padding: 10px 0;
    margin-right: 36px;
}

.logo-custom {
    max-height: 40px;
}

.menu-menu {
    border-color: transparent;
}

.menu-menu .navbar-nav > li {
    /* padding: 10px 10px; */
}

.menu-menu .navbar-nav > li > a{
    padding: 20px 32px 26px;
    line-height: 14px;
}

.menu-menu .navbar-nav > li > a, .menu-menu .navbar-nav > li > a:visited {
    font-weight:300;
    color:rgba(255,255,255,1);
}

.menu-menu .navbar-nav > li > a:focus,  .menu-menu .navbar-nav > li > a:hover, .menu-menu .navbar-nav > li.open > a {
    font-weight:300;
    color:rgba(94,255,255,1);
    background: transparent;
}

.menu-menu .navbar-nav > li > .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    background:rgba(0,0,0,1);
    opacity:0.5;
}

.menu-menu .navbar-nav > li > .dropdown-menu .hr{
    position: absolute;
    top: -2px;
    left: 65px;
    margin: 0 0;
    width:32px;
    height:2px;
    background:rgba(116,255,255,1);
    opacity:0.6;
}

.menu-menu .navbar-nav > li > .dropdown-menu a{
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 27px;
    line-height: 20px;
    color:rgba(255,255,255,1);
    font-size: 14px;
    font-weight:300;
}

.menu-menu .navbar-nav > li > .dropdown-menu a:focus,  .menu-menu .navbar-nav > li > .dropdown-menu a:hover {
    font-weight:300;
    color:rgba(116,255,255,1);
    background:rgba(0,0,0,1);
    opacity:0.6;
}

/*=====================================
  轮播图
    ===================================*/
.home-sec {
    margin-top:-16px;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

.home-sec .overlay {
    background: rgba(38, 57, 88, 0.70);
    /* min-height: 500px; */
}
.home-sec .container{
    margin-top: 51px;
}
@media (min-width: 1200px) {
    .home-sec .container{
        width: 100%;
    }
}
.home-sec .row{
    height:100%
}
.home-sec h1 {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    margin-top: 120px;
}
.home-sec .home-button{
    position: absolute;
    bottom: 141px;
    left: 50%;
    width: 265px;
    margin-left: -540px;
    /* padding: 15px 0; */
    background: transparent;
    border-radius: 30px;
    cursor: pointer;
}
.home-sec .home-button .button-a{
    display: inline-block;
    width: 100%;
    height: 45px;
    margin: 0;
}
.home-button .a,.home-button a:hover,.home-button a:link,.home-button a:visited{
    color:#fff;
    background-color: unset;
}
.home-sec h3 {
    padding-bottom: 35px;
}
.home-sec .home-overlay{
    height: 640px;
    min-height: 500px;
    /* max-height:800px; */
    background-size: cover;
    width: 100%;
    background-position:center
}
.home-sec .flex-control-nav{
    bottom:60px
}
.flex-control-paging li a{
    background-color:#666
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
    background: #fff;
}
.home-sec .flex-viewport{
    height:100%;
}
.home-sec .slides {
    height:100%
}
.home-sec .slides >li{
    height:100%
}
.home-sec .set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    /* padding-top: 120px; */
    height:100%;
    margin: 0;
}

.home-sec .set-flexi a {
    margin: 5px;
}

/*=====================================
  中部消息栏
    ===================================*/
.navbar-tab{
    position: fixed;
    top: 51px;
    left: 0;
    right: 0;
    z-index: 20;
}

#navbar-tab{
    background:rgba(0,0,4,0.1);;
    margin-top: -60px;
    position: relative;
    padding:5px 0;
}

#navbar-tab .a,#navbar-tab a:hover,#navbar-tab a:link,#navbar-tab a:visited{
    color:#fff;
    background-color: unset;
}

#navbar-tab .banner-news {
    height: 50px;
    line-height: 20px;
    font-size:20px;
    font-weight:300;
    color:rgba(245,245,245,1);
    padding: 15px 0;
    text-align:center;
}

/*=====================================
  sec头部文字
    ===================================*/
.header-line {
    padding-top: 38px;
    padding-bottom: 62px;
}

.header-line h1 {
    font-weight: 300;
    font-size: 36px;
    color: #4D4D4DFF;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

.header-line h3 {
    font-weight: 300;
    font-size: 16px;
    color: #4D4D4DFF;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 12px;
}

/*=====================================
  产品介绍
  ===================================*/
#product-sec {
}

#product-sec .product-info {
    width: 820px;
    margin: 40px auto 0;
}

#product-sec .product-info .nav-tabs {
    font-size:20px;
    font-weight:300;
    color:rgba(27,118,186,1);
    border-bottom-color: rgba(102,153,255,0.3);
    text-align: center;
}

#product-sec .nav-tabs > li {
    display: inline-block;
    float: none;
}

#product-sec .nav-tabs .icon, #product-sec .nav-tabs > li.active .icon_hover {
    display: inline-block;
}

#product-sec .nav-tabs .icon_hover, #product-sec .nav-tabs > li.active .icon {
    display: none;
}

#product-sec .nav-tabs > li h3 {
    display: inline-block;
    font-weight:300;
    font-size:20px;
    line-height: 32px;
    margin: 0 0;
}

#product-sec .nav-tabs > li > a {
    height: 54px;
}

#product-sec .nav-tabs > li > a, #product-sec .nav-tabs > li > a:hover {
    color: rgba(27, 118, 186, 1);
    background: transparent;
    border-color: transparent;
    line-height: 26px;
}

#product-sec .nav-tabs > li.active > a, #product-sec .nav-tabs > li.active > a:hover, #product-sec .nav-tabs > li.active > a:focus {
    color:rgba(27,118,186,1);
    border-color: transparent;
    border-bottom-color: rgba(102,153,255,1);
}

#product-sec .nav-tabs > li.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -5px;
    left:50%;
    margin-left:-6px;
    border-color: transparent;
    border-width: 5px 6px 0;
    border-style: solid;
    border-top-color: #6699FFFF;
}

#product-sec .product-info .tab-content {
    padding: 18px 11px;
    font-size:14px;
    font-weight:300;
    color:rgba(33,95,171,1);
}

/*=====================================
  产品概述，产品优势
  ===================================*/
#overview-sec {
    background-image: url(../img/backgroud_01.png);
    background-position:center;
    background-size: cover;
}

#overview-sec .intro {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 98px;
}

.CardFeature {
    position: relative;
    cursor: default;
    padding: 13px 18px;
    height: 155px;
    width: 277px;
    text-align: left;
    transition: transform .3s ease;
    margin: 0 0 30px;
    background-color: #90BFDFFF;
    box-shadow:0px 4px 12px 0px rgba(16, 148, 44, 0.35);
}

.CardFeature--active {
    z-index: 1;
    color: #fff;
    border: none;
    background:linear-gradient(0deg,rgba(128,167,255,1),rgba(89,118,244,1));
}

.CardFeature__body {
    z-index: 2;
}

.CardFeature__title {
    font-size: 20px;
    line-height: 30px;
    color:rgba(50,49,64,1);
}

.CardFeature__desc {
    font-size: 14px;
    line-height: 16px;
    color:rgba(50,49,64,1);
    margin-top: 18px;
}

.CardFeature__title h3 {
    display: inline-block;
    font-size:18px;
    font-weight:300;
    margin-top: 0;
    margin-bottom: 0;
}

.CardFeature--active .CardFeature__desc, .CardFeature--active .CardFeature__title {
    color: #fff;
}

.CardFeature__ico, .CardFeature__icoHover  {
    width: 29px;
    height: 29px;
}

.CardFeature__icoHover, .CardFeature--active .CardFeature__ico {
    display: none;
}

.CardFeature__ico, .CardFeature--active .CardFeature__icoHover {
    display: inline-block;
}

.CardFeature__bgHover {
    display: none;
}

.CardFeature--active .CardFeature__bgHover {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .9;
    display: block;
    z-index: -1;
}

#overview-sec .CardFeature .hr{
    position: absolute;
    bottom: 12px;
    left: 105px;
    margin: 0 0;
    width:36px;
    height:2px;
    background:#73A2E9FF;
    border-radius:1px;
}

#overview-sec .CardFeature--active .hr{
    background:#FFFFFFFF;
}

/*=====================================
  产品功能
  ===================================*/
#function-sec {
    background-color: #FFFFFFFF;
}

#function-sec .intro {
    justify-content: space-around;
    display: flex;
    align-items: flex-start;
    margin: 0 0 98px;
}

#function-sec .item {
    width:260px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(16, 148, 44, 0.35);
    border-radius:6px;
    padding-bottom: 36px;
    position: relative;
    color: #323140FF;
    transition: transform .3s ease;
}

#function-sec .item.active {
    color:rgba(255,255,255,1);
    background:linear-gradient(0deg,rgba(59,199,221,1),rgba(86,144,228,1));
}

#function-sec .item.active .desc{
    height: auto;
}

#function-sec .item img{
    width:260px;
    height:128px
}
#function-sec .item .desc{
    padding: 19px 23px 0;
    height: 156px;
    overflow: hidden;
}

#function-sec .item .desc h4{
    font-size: 24px;
    line-height: 48px;
    text-align: center;
}

#function-sec .item .desc .p{
    font-size: 14px;
    line-height: 24px;
}

#function-sec .item .hr{
    position: absolute;
    bottom: 17px;
    left: 100px;
    margin: 0 0;
    width:60px;
    height:2px;
    background:rgba(102,102,255,1);
    border-radius:1px;
}

#function-sec .item.active .hr{
    background:rgba(255,255,255,1);
}

/*=====================================
  产品优势
  ===================================*/
#advantage-sec {
    color: #000;
}
#advantage-sec .item{
    display: flex;
    margin-bottom:10px;
    padding: 0 50px;
    height:90px;
}
#advantage-sec .item img{
    width:70px;
    height:70px
}
#advantage-sec .item .desc{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
/*=====================================
  产品规格
  ===================================*/
#specification-sec .size_table{
    background-color:#787878;
    margin:10px 0;
    padding:1px
}
#specification-sec .size_table .tr{
    display: flex;
    margin-top: 1px;
}
#specification-sec .size_table .th{
    display: flex;
}
#specification-sec .size_table .tr span{
    background-color: #fff;
    width: 280px;
    text-align: center;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#specification-sec .size_table .th span{
    background-color: #e4e4e4;
    width: 280px;
    text-align: center;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 13px
}
#specification-sec .size_table .table_label{
    margin-right: 1px;
}

#specification-sec .size_table .value{
}
#specification-sec .size_table .desc{
    margin-left: 1px;
    width:550px!important
}
/*=====================================
  产品里程碑
  ===================================*/
#milestones-sec {
    background: rgb(240, 240, 240);
    color: #000;
}

#milestones-sec .history_list{
    position: relative;
    margin-bottom: 98px;
}

#milestones-sec .history_list .bxSlider{
    overflow: hidden;
    margin: 0 40px;
}

#milestones-sec #current{
    height:180px;
    position: relative;
    white-space: nowrap;
    margin-right: 120px;
    float: right;
}

#milestones-sec button{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/history/jiantou_02.png");
}

#milestones-sec #pre{
    left:0;
    transform: rotateY(180deg);
}
#milestones-sec #next{
    right:0;
}

#milestones-sec #pre.click-disabled, #milestones-sec #next.click-disabled{
    background-image: url("../img/history/jiantou_01.png");
}

#milestones-sec .history, #milestones-sec .history-odd{
    height: 100%;
    width: 193px;
    text-align: center;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

#milestones-sec .year{
    width: 142px;
    height: 26px;
    position: absolute;
    top: 50%;
    background-image: url("../img/history/nianfen_01.png");
}

#milestones-sec .year p {
    position: absolute;
    left: 86px;
    bottom: 14px;
    font-size:16px;
    font-weight:300;
    color:rgba(59,100,218,1);
    margin-bottom: 0;
    width: 44px;
    height: 24px;
}

#milestones-sec .history.active .year p, #milestones-sec .history-odd.active .year p{
    background-image: url("../img/history/licheng_01.png");
}

#milestones-sec .history.active .month, #milestones-sec .history-odd.active .month {
    background-image: url("../img/history/yuefen_02.png");
    color:rgba(255,255,255,1);
}

#milestones-sec .history.active .action p, #milestones-sec .history-odd.active .action p {
    background-image: url("../img/history/miaoshu_01.png");
}

#milestones-sec .month{
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -24px;
    background-image: url("../img/history/yuefen_01.png");
    width: 52px;
    height: 52px;
    color:rgba(59,100,218,1);
}

#milestones-sec .month p{
    font-size:20px;
    font-weight:300;
    margin-bottom: 0;
    line-height: 52px;
}

#milestones-sec .history .action{
    position: absolute;
    bottom: 50%;
    right: -120px;
    margin-bottom: 17px;
    width: 176px;
    height: 28px;
    font-size: 14px;
    color:rgba(59,100,218,1);
    background-image: url("../img/history/neirong_01.png");
}

#milestones-sec .history .action p {
    position: absolute;
    bottom: 20px;
    left: 50px;
    width: 132px;
    padding: 0 10px;
    white-space: normal;
}
#milestones-sec .history-odd .action{
    position: absolute;
    top: 50%;
    right: -118px;
    margin-top: 22px;
    width: 178px;
    height: 28px;
    font-size: 14px;
    color:rgba(59,100,218,1);
    background-image: url("../img/history/neirong_02.png");
}

#milestones-sec .history-odd .action p {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 132px;
    padding: 0 10px;
    white-space: normal;
}

/*=====================================
  合作伙伴
  ===================================*/
#partner-sec {

}

#partner-sec .part-cont {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 98px;
    list-style: none;
}

#partner-sec .part-cont>li {
    width:200px;
    height:72px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(222, 237, 254, 1);
    box-shadow:4px 4px 2px 0px #ADB7D1FF;
    border-radius:2px;
    margin-bottom: 30px;
    overflow: hidden;
}

#partner-sec .part-cont>li img {
    position: relative;
    left: -4px;
    top: -4px;
}

/*=====================================
  承诺与邀请
  ===================================*/
#invite-sec {
    background-image: url(../img/backgroud_02.png);
    background-position:center;
}

#invite-sec .invite-txt {
    margin-top: 48px;
    color: #FFFFFFFF;
}

.invite-txt h1 {
    font-size: 36px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight:300;
    line-height: 1;
}

.invite-txt h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight:300;
    line-height: 1;
}

.invite-btn {
    margin: 39px auto 50px;
}

.invite-btn a {
    display: block;
    background:rgba(255,255,255,1);
    border-radius:22px;
    padding: 14px 48px;
    width: 160px;
    color: #336699FF;
    font-size: 16px;
    line-height: 16px;
    margin: 0 auto;
}

.invite-btn a:hover {
    text-decoration: none;
}

/*=====================================
  产品报价
  ===================================*/
#quote-sec {
    margin-top: 36px;
    padding-top: 40px;
    background:rgba(242,242,242,1);
}

#quote-sec .intro {
    margin: 0 104px 20px;
}

#quote-sec .header-line {
    padding-top: 30px;
    padding-bottom: 20px;
}

#quote-sec .buy_list{
    display: flex;
    align-items: flex-start;
}

#quote-sec .choice_list{
    color: #999;
    font-size: 12px;
    width: 600px;
    margin-right: 41px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(208, 228, 255, 1);
    padding: 35px 10px 0 28px;
}
#quote-sec .choice_list .item{
    margin: 0 28px 14px 0;
    width:100%;
    line-height: 30px;
}
#quote-sec .size-list, #quote-sec .band_width{
    display: flex;
    width:70%;
    flex-wrap: wrap
}
#quote-sec .item_label{
    float: left;
    font-size: 14px;
    font-weight:300;
    color: #1A1A1AFF;
}

#quote-sec .item_container{
    margin-left: 110px;
}

#quote-sec .item_container:after{
    content: '';
    display: block;
    clear: both;
}

#quote-sec .choice_item {
    float: left;
    min-width:120px;
    height:32px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(208,228,255,1);
    font-size: 14px;
    color:rgba(101,101,102,1);
    text-align: center;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 0 10px;
}

#quote-sec .item_unchoice{
}
#quote-sec .item_choice{
    background:rgba(221,235,254,1);
    color:rgba(24,144,255,1);
}

#quote-sec .trial-rule, #quote-sec .service-available {
    font-size: 12px;
    line-height: 20px;
    color: #808080FF;
    padding-top: 5px;
}

#quote-sec .sum_list{
    width: 320px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(208, 228, 255, 1);
}
#quote-sec .configure_title{
    padding: 10px 20px;
    font-size:16px;
    background:rgba(208,228,255,1);
    color:rgba(51,102,255,1);
}
#quote-sec .configure_item{
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color:rgba(128,128,128,1);
}
#quote-sec .configure_label{
    width:130px;
    line-height: 1.5;
}
#quote-sec .special{
    width: 100%;
    left: 0;
    color: #d80808;
    display: block
}
#quote-sec .sum-price{
    color: #d80808;
    font-weight: 600;
    font-size: 15px;
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
#quote-sec .buy{
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    width: 127px;
    height: 36px;
    border-width: 0;
    background: #d80808;
    color: #fff;
    line-height: 36px
}
#quote-sec .try{
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    width: 127px;
    height: 36px;
    border-width: 0;
    background: #4782f6;
    color: #fff;
    line-height: 36px;
    outline: 0;
}

#quote-sec .try a, #quote-sec .buy a {
    color: #fff;
}

#quote-sec .configure_list{
    display: flex;
    flex-direction: column;
    padding: 30px;
}
#quote-sec .configure_list .tip{
    height:17px;
    width:17px;
    margin-left: 5px;
    cursor: pointer;
    outline: 0;
}
#quote-sec .extra-tip{
    display: none;
    width: 210px;
    background: rgb(255, 255, 255);
    padding: 10px;
    margin-top: 5px;
    margin-left: 40px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px
}
#quote-sec .try-tip{
    top:18px;
    display: none;
    position: absolute;
    width: 210px;
    background: rgb(255, 255, 255);
    right: -220px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px
}
#quote-sec .configure_list .unit{
    font-size: 10px;
    float: right;
    line-height: 21px;
}

/*=====================================
  公司介绍
  ===================================*/
#aboutUs-sec {
    background-image: url(../img/company/bg_1.png);
    background-position:center;
    background-size: cover;
    margin-top: 36px;
}

#aboutUs-sec .container {
    height: 700px;
    position:relative;
}

#aboutUs-sec .about-title {
    margin-top: 100px;
    color:rgba(255,255,255,1);
    font-size:36px;
    line-height: 1;
    width: 537px;
}

#aboutUs-sec .about-body {
    margin-top: 26px;
    font-size:14px;
    color:rgba(255,255,255,1);
    line-height: 24px;
    width: 100%;
}

#aboutUs-sec .about-feature {
    /*background-image: url("../img/company/bg_xuanting2.png");*/
    width: 400px;
    height: 700px;
    position: absolute;
    bottom: -3px;
    color:rgba(255,255,255,1);
}

#aboutUs-sec .about-feature.active {
    /*background-image: url("../img/company/bg_xuanting1.png");*/
}

#aboutUs-sec .about-feature-1 {
    left: -30px
}
#aboutUs-sec .about-feature-2 {
    left: 370px
}
#aboutUs-sec .about-feature-3 {
    left: 770px
}

#aboutUs-sec .about-feature .icon, #aboutUs-sec .about-feature .icon_hover {
    display: block;
    margin-top: 300px;
    margin-left: 160px;
    width: 80px;
    height: 80px;
}
#aboutUs-sec .about-feature .icon {
    display: none;
}
#aboutUs-sec .about-feature .icon_hover {
    display: block;
}

#aboutUs-sec .feature-head {
    font-size:36px;
    line-height: 1;
    margin-top: 44px;
    margin-left: 164px;
}
#aboutUs-sec .feature-body {
    font-size:14px;
    line-height: 24px;
    margin-top: 69px;
    margin-left: 80px;
    width: 240px;
}

#company-sec .intro-head {
    font-size:36px;
    font-weight:300;
    color:rgba(56,56,130,1);
    line-height:36px;
    margin-top: 58px;
    width: 100%;
    text-align: center;
}
#company-sec .intro-body {
    font-size:14px;
    font-weight:300;
    color:rgba(56,56,130,1);
    line-height:24px;
    width: 800px;
    margin: 54px auto 77px;
}

#team-sec {
    background:rgba(250,250,250,1)
}

#team-sec .intro-up {
    width: 100%;
    text-align: center;
}

#team-sec .intro-up .card-head {
    margin-top: 39px;
    font-size:36px;
    font-weight:300;
    color:rgba(56,56,130,1);
    line-height:1;
}

#team-sec .intro-up .card-body {
    margin-top: 22px;
    font-size:18px;
    font-weight:300;
    color:rgba(56,56,130,1);
    line-height:1;
}

#team-sec .intro-card {
    float: left;
    margin-top: 58px;
    margin-bottom: 78px;
    width:360px;
    height:320px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 6px 0px rgba(16,44,148,0.2);
    border-radius:4px;
    margin-left: 30px;
}
#team-sec .intro-down:after {
    content: '';
    display: block;
    clear: both;
}

#team-sec .intro-down>.intro-card {
    padding: 0 40px;
}
#team-sec .intro-down>.intro-card:first-child {
    margin-left: 15px;
}

#team-sec .intro-down .card-head {
    font-size:30px;
    font-weight:300;
    color:rgba(56,56,130,1);
    line-height:1;
    margin-top: 81px;
}

#team-sec .intro-down .card-head>img {
    margin-right: 14px;
}

#team-sec .intro-down .card-body {
    font-size:16px;
    font-weight:300;
    color:rgba(56,56,130,1);
    line-height:24px;
    margin-top: 59px;
}

#patent-sec {
    background:rgba(250,250,250,1)
}

#patent-sec .intro-up {
    width: 100%;
    text-align: center;
}

#patent-sec .intro-up .card-head {
    margin-top: 39px;
    font-size:36px;
    font-weight:300;
    color:rgba(56,56,130,1);
    line-height:1;
}

#patent-sec .intro-up .card-body {
    margin-top: 22px;
    font-size:18px;
    font-weight:300;
    color:rgba(56,56,130,1);
    line-height:1;
}

#patent-sec .intro-card {
    float: left;
    margin-top: 58px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 6px 0px rgba(16,44,148,0.2);
    border-radius:4px;
    margin-left: 190px;
}

#patent-sec .intro-down {
    padding-bottom: 78px;
}
#patent-sec .intro-down:after {
    content: '';
    display: block;
    clear: both;
}

#patent-sec .intro-down>.intro-card:first-child {
    margin-left: 190px;
}

/*=====================================
  联系我们
  ===================================*/
#contactUs-sec {
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #9b9ea0;
    background:rgba(63,69,93,1);
    min-width: fit-content;
}
#contactUs-sec p {
    margin-bottom: 0px;
}

#contactUs-sec a {
    color: #9b9ea0;
    margin-bottom: 0px;
}

#contactUs-sec .contact-contain{
    display: flex;
    justify-content: space-around;
}
#contactUs-sec .contact-item{
    font-size:14px;
    font-weight:300;
    line-height: 24px;
    color:rgba(153,153,153,1);
}

#contactUs-sec .contact-item h4{
    font-size:20px;
    font-weight: 300;
    line-height: 20px;
    color:rgba(204,204,204,1);
    margin-top: 20px;
    margin-bottom: 23px;
}

#contactUs-sec .contact-item a:focus, #contactUs-sec .contact-item a:hover{
    color:#FFFFFFFF;
    text-decoration: none;
}

#contactUs-sec .contact-qr {
    display: inline-block;
    width: 92px;
    height: 93px;
}

#contactUs-sec .contact-qr img{
    width: 92px;
    height: 93px;
}

#contactUs-sec .contact-qr p{
    font-size:12px;
    text-align: center;
}

#contactUs-sec .contact-label{
    display: -moz-inline-box;
    display: inline-block;
    width: 42px;
    text-align: justify;
    text-align-last: justify;
}

/*=====================================
  技术文档
  ===================================*/

.documentation{
    padding-top: 0
}
.documentation_container{
    margin: 100px auto;
    width:80%;
    min-height:800px;
    display: flex;
}
.documentation_container .service_table .tr,.documentation_container .service_table .th{
    margin: 1px;
    height: 40px
}
.documentation_container .service_table .th span{
    background-color: #e4e4e4;
    width: 250px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 13px
}
.documentation_container .service_table .tr span{
    background-color: #fff;
    width: 250px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px
}
.documentation_container .service_table .table_label{
    float: left;
    margin-right: 1px
}
.documentation_container .service_table .value{
    float: left;
}
.documentation .catalog{
    background-color: #f7f7f7;
    width:30%;
    float:left;
    box-sizing:border-box;
    height: 880px;
    max-width: 300px
}
.documentation .catalog_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
}
.documentation .catalogItem{
    margin-left:15px;
}
.documentation .hideItem{
    display: none
}
.documentation .showItem{
    display: block
}
.documentation .catalog span{
    height: auto;
    line-height: 20px;
    padding: 8px 16px;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.documentation span text{
    padding:8px
}
.documentation .child_show .triangle{
    background-image: url(../img/triangle_bottom.png);
    background-size: 8px 6px;
    width:8px;
    height:8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
}
.documentation .child_hide .triangle{
    background-image: url(../img/triangle_left.png);
    background-size: 8px 6px;
    width:8px;
    height:8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
}
.documentation .catalog ul,.documentation .catalog li{
    list-style: none;
}
.documentation .content{
    padding:30px;
    box-sizing: border-box;
    width:70%;
    float:left;
    color:#333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.documentation .content p{
    text-indent:2em;
}
.documentation .content ul{
    padding-left: 17px;
}
.documentation .content ul li{
    list-style: disc;
    margin: 6px 0;
}
.documentation .content ul li p{
    text-indent:0
}
.documentation .content h1{
    margin-bottom:30px
}
.documentation .content h2{
    color:#373d41;
    font-weight: 700;
    padding-bottom: 0;
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 20px;
}
.documentation .content table .thead{
    background-color: #f2f2f2
}
.documentation .content table th,.documentation .content table th{
    font-weight: 700;
    color: #333;
    white-space: inherit;
    border-top: none;
    border-bottom: none;
}
.documentation .content table th,.documentation .content table td{
    padding: 10px 13px;
    border: 1px solid #dfdfdf;
    font-size: 14px
}
.documentation .content table td:first-child ,.documentation .content table th:first-child{
    border-left: none
}
.documentation .content table td:last-child ,.documentation .content table th:last-child{
    border-right: none
}
.documentation .content .explain{
    background-color: rgba(22,184,248,.1);
    margin: 20px 0 35px;
    padding:15px;
}
.documentation .content .explain img{
    width:18px;
    vertical-align: middle;
}

/*=====================================
  底部
  ===================================*/
#footer {
    padding: 12px 0;
    background-color: rgba(52,57,77,1);
    text-align:center;
    color: rgba(128,128,128,1);
    font-size:14px;
    line-height: 16px;
    font-weight: 300;
    min-width: fit-content;
}
#footer a{
    color: rgba(128,128,128,1);
}

/*=====================================
  悬浮弹窗
  ===================================*/
.sup-fixedbar {
    position: fixed;
    right: 7px;
    top: 50%;
    margin-top: -150px;
    font-size: 14px;
    color:#5796B7FF;
    z-index: 999;
}

.sup-fixedbar ul {
    list-style: none;
}

.fixedbar-cont>li {
    text-align: center;
    width: 80px;
    height: 90px;
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
    padding-top: 11px;
    background:rgba(214,229,241,1);
    font-size: 14px;
}

.fixedbar-cont li.open, .fixedbar-cont li.open a {
    background:rgba(33,95,171,1);
    color:rgba(255,255,255,1);
}

.fixedbar-cont li a:hover, .fixedbar-cont li a:focus {
    text-decoration: none;
}

.fixedbar-cont li .box_img {
    margin: auto;
}

.fixedbar-cont li .box_txt {
    padding: 0 10px;
}

.fixedbar-icoHover, .fixedbar-cont li.open .fixedbar-ico {
    display: none;
}

.fixedbar-ico, .fixedbar-cont li.open .fixedbar-icoHover {
    display: inline-block;
}

.fixedbar-cont .qq-cont-box {
    position: absolute;
    right: 80px;
    top: 0;
    background-color: #215FAB;
    margin: auto;
    display: none;
    width: 160px;
    height: 90px;
    vertical-align: middle;
    line-height: 90px;
    font-weight:300;
    color:rgba(255,255,255,1);
}

.fixedbar-cont li.open .qq-cont-box {
    display: block;
}

.fixedbar-cont .qq-cont-box img {
    width: 70px;
    height: 71px;
}

.fixedbar-cont li.scroll-top {
    height: auto;
    padding-bottom: 5px;
}

.fixedbar-cont li.scroll-top>.box_img {
    margin-top: -15px;
}
.fixedbar-cont li.scroll-top>.box_txt {
    margin-top: -10px;
}
