@charset "UTF-8";
/*css重置*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
b,s{
    text-decoration: none;
    font-weight: normal;
}
a,a:hover {
    text-decoration: none;
}
ul,
ol {
    list-style: none;
}
html,body{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666;
    font-family: "Microsoft Yahei",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
.kf5-chatSupport-right-bottom .kf5-chatSupport-style1, .kf5-chatSupport-right-bottom .kf5-chatSupport-style2{
  bottom: 50%!important;
-webkit-transform: translateY(50%);
        transform: translateY(50%);
}
body>span{
  display: none;
}
.bg-f5{
  background: #f5f5f5;
}
.mt-20{
  margin-top: 20px!important;
}
.mt-30{
  margin-top: 30px!important;
}
.mt-35{
  margin-top: 35px!important;
}
.mt-25{
  margin-top: 25px!important;
}
.mt-50{
  margin-top: 50px!important;
}
.f16{
  font-size: 16px;
}
.visible{
  overflow: visible !important;
}
.link-disabled{
  color: #ccc!important;
  cursor: default!important;;
}
/*头部导航栏*/
.topnav {
    height: 72px;
    margin-bottom: 0px;
    background-color: #fff;
}
.topnav .banner{
    width: 1200px;
}
.topnav .banner .logo {
    display: inline-block;
    height: 70px;
    padding-top: 13px;
    margin-left: -25px;
}
.topnav .banner .logo-l{
    display: block;
    overflow: hidden;
}
@media (min-width: 256px) {
    .topnav .banner .logo-l{
        width: 160px;
    }
}
@media (min-width: 992px){
    .topnav .banner .logo-l{
        width: 300px;
    }
}
.topnav .banner .logo-l>img{
    width: 280px;
    height: 30px;
    margin-top: -9px;
}
.topnav .banner .nav-mid li {
    z-index: 5;
    margin-right: 37px;
    height: 55px;;
}
.nav-mid>li:nth-child(1){
    margin-left: 59px;
}
/*导航*/
.navbar>.container .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
    margin-top: 14px;
    margin-right: -20px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #666;
    padding-top: 7px;
    -webkit-transition: color 218ms cubic-bezier(.42,0,.58,1);
    transition: color 218ms cubic-bezier(.42,0,.58,1);
}
.navbar-default .navbar-nav>li>a:hover {
    color: #34a2f0;
}
.nav-mid>li>a:after {
    content: "";
    background-color: rgb(52, 162, 240);
    font-weight: bold;
    height: 3px;
    position: absolute;
    left: 55%;
    right: 45%;
    top: 35px;
    display: block;
    /* transition-property: left,right; */
    -webkit-transition: all .45s;
    transition: all .45s;
}
.navbar-nav>li>a:hover:after{
      display:block;
      left:20%;
      right:20%;
    }

.nav-mid-des{
    width: 822px;
    position: absolute;
    top: 60px;
    left: -137px;
    z-index: 9;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-mid-des>dl:nth-child(1){
    margin-left: 47px;
}
.nav-mid-des>dl{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 250px;
    float: left;
    margin-left: 12px;
}
.nav-mid-des>dl>dd{
    float: left;
    width: 125px;
}
.nav-mid-des>dl>dt{
    font-size: 16px;
    margin-bottom: 20px;
}

.nav-mid-des>dl>dd>a{
    font-size: 14px;
    color: #666;
}
.disblo{
    height: 172px;
}

#navPro .dropdown-menu dl dd>a{
    cursor: default;
}
#navPro .dropdown-menu dl dd>a{
    cursor: default;
}
#navPro .dropdown-menu dl dt a.nav-link:hover,#navPro .dropdown-menu dl dd>a.nav-link:hover{
  cursor: pointer;
  color: #1d6796;
}
.navbar-nav>.login {
    width: 106px;
    height: 38px;
    line-height: 38px;
    padding-left: 6px;
    border: 1px solid #3ac0ff;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.navbar-default .navbar-nav>.login>a {
    color: #3ac0ff;
}
.navbar-nav>.login:hover{
    color: #fff;
    background-color: #3AC0FF;
}
.navbar-default .navbar-nav>.login:hover>a{
    color: #fff;
}
.navbar-nav>.applay:hover{
    background-color: #ffa100;
}
.navbar-default .navbar-nav>.applay:hover>a{
    color: #fff;
}
.navbar-nav>.applay {
    width: 106px;
    height: 38px;
    line-height: 38px;
    padding-left: 6px;
    border: 1px solid #ffb400;
    background-color: #ffb400;
    margin-left: 22px;
    border-radius: 6px;

}
.navbar-default .navbar-nav>.applay>a {
    color: #fff;
}
.navbar-default .navbar-nav>.applay>a:visited{
  color: #fff;
}



/*头部导航结束*/

/* 右侧导航开始 */
/* 修改客服样式 */
.kf5-chatSupport-style1 {
    display: none !important;
  }
  
  /* 右侧导航 */
  #rightNav {
    width: 160px;
    height: 290px;
    position: fixed;
    top: 50%;
    margin-top: -145px;
    right: 10px;
    z-index: 111;
  }
  
  #rightNav li {
    width: 160px;
    height: 60px;
  }
  
  #rightNav li a {
    height: 50px;
    float: right;
    display: block;
    min-width: 50px;
    max-width: 160px;
    background: #0F92C1;
      position:relative;
  }
  
  
  #rightNav .toHide {
    display: none;
    width: 130px;
    margin-right: -132px;
    font-size: 14px;
  }
  
  #rightNav .toHide p {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 15px;
    margin-left: 30px;
  }
  #rightNav .toHide span {
    text-align: center;
    display: block;
    color: white;
    margin-left: 30px;
    line-height: 25px;
  }
  
  #rightNav .toEnter:hover .toHide {
    animation: change  1s;
    animation-fill-mode:forwards;
    -webkit-animation:change 1s;
    -webkit-animation-iteration-count:2;
    -webkit-animation-fill-mode:forwards;
    display: block;
  }
  
  @keyframes change{
    from {margin-right: 0px;}
    to {margin-right: 130px;}
  }
  
  #rightNav .toEnter:hover .toShow {
    display: none;
  }
  
  
  #rightNav .toShow{
    height: 50px;
  }
  
  #rightNav .weChat {
    height: 50px;
  }
  
  #rightNav .weChat img {
    height: 50px;
    width: 50px;
  }
  
  .weChat_father {
    position: relative;
  }
  
  #rightNav .weChat_img {
    position: absolute;
    top: -60px;
    right: 50px;
    width: 180px;
    height: 180px;
    display: none;
  }
  
  #rightNav .weChat_father:hover .weChat_img {
    display: block;
  }
  
  #rightNav .weChat_img img {
    width: 180px;
    height: 180px;
  }
  
  #rightNav .toShow img {
    height: 50px;
    width: 50px;
  }

  /* 右侧导航结束 */

/*尾部*/
footer{
    background: #303030;
}
footer>.container{
    width: 1200px;
}
footer .footer-t{
    padding-top: 60px;
    padding-bottom: 30px;
}
footer .footer-t>dl{
    margin-left: -5px;
}
footer .footer-t>dl>dt{
    font-size: 18px;
    color: #fff;
    font-weight:normal;
    padding-bottom: 20px;
}
footer .footer-t>dl>dd{
    line-height: 2;
    font-size: 15px;
    letter-spacing: 2px;
}
footer .footer-t>dl>dd>a{
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 2;
}
.footer-t .footer-t-coop{
    width: 246px;
    margin-left: -21px;
}
.footer-t .footer-t-coop .coop-phone{
    vertical-align: middle;
    font-size: 24px;
    color: #ffb400;
    margin-left: -15px;
}
.footer-t .footer-t-coop .coop-phone>img{
    width: 36px;
    height: 35px;
}
.footer-t .footer-t-coop .coop-m,.footer-t .footer-t-coop .coop-b{
    font-size: 14px;
    color: #737373;
    margin-left: -16px;
}
.footer-t .footer-t-coop .coop-m{
    margin-top: 32px;
}
.footer-t .lookat dd:nth-child(n+3){
    margin-top: 15px;
}
.footer-t .lookat .erwei{
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer-t .lookat .erwei img:last-child{
    position: absolute;
    right: 84px;
    top: -120px;
    z-index: 3;
    height: 119px;
    width: 99px;
    display: none;
}
.footer-t .lookat .erwei:hover img:last-child{
    display: block;
}


footer .footer-b{
    height: 65px;
    line-height: 65px;
    border-top: 1px solid #737373;
}
footer .footer-b>span{
    color: #a3a3a3;
}
.copyright{
    line-height: 48px;
    background: #000;
    font-size: 14px;
    color: #a3a3a3;
}
footer .link{
  padding: 10px 0;
  border-top: 1px solid #777;
}
.place-t span{
    text-align: left;
    height: 44px;
    /* margin-bottom: 10px; */
    display: block;
    margin-top: 11px;
}
.place-t span a{
    color:#00c3ff;
}
.place-t span a:hover,.place-t span a:active,.place-t span a:focus{
    color:#ffb911;
}
a.disabled{
    color: #8c8c8c !important;
}
dd{
    line-height:1.5;
}
.coop-phone p{
    margin-bottom: 10px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}
.w-full {
    width: 100%;
}
.wrapper {
    padding: 15px;
}
.bg-white {
    color: #58666e;
    background-color: #fff;
}
.dropdown-menu {
    border: 1px solid #dee5e7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
display: block;
    opacity: 0;
-webkit-transform: translateY(10%);
        transform: translateY(10%);
        -webkit-transition: all cubic-bezier(0.4, 0, 1, 1) .25s ;
        transition: all cubic-bezier(0.4, 0, 1, 1) .25s ;
        visibility: hidden;
}
.open>.dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
}




#navPro .dropdown-menu{ 
    position: fixed;
    display: flex;
    /* width: 1200px; */
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;;
    border-top: 0;
    /* left: -450px; */
    overflow: hidden;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow:  inset 0px 2px 2px #e2eefc;
            box-shadow:  inset 0px 2px 2px #e2eefc;;
    border-radius: 2px;
    /* padding-left: 60px; */
    padding-left: 0px;
    padding-right: 50px;
    top: 50px;;
}


.dropdown-list .list-right {
    width: 50%;
    float: right;
    text-indent: 0px;
    text-align: right;
}


@media (min-width: 1280px){
    #navPro .dropdown-menu{
        /* position: absolute; */
        position: fixed;
        display: flex;
        /* width: 1200px; */
        width: 100%;
        margin-top: 20px;
        padding-top: 10px;;
        border-top: 0;
        /* left: -450px; */
        overflow: hidden;
        background: #fff;
        z-index: 100;
        -webkit-box-shadow:  inset 0px 2px 2px #e2eefc;
                box-shadow:  inset 0px 2px 2px #e2eefc;;
        border-radius: 2px;
        /* padding-left: 60px; */
        padding-left: 50px;
        padding-right: 50px;
        top: 50px;;
        padding-bottom: 0;
    }
    
    .dropdown-list .list-right {
        width: 50%;
        float: right;
        text-indent: 14px;
        text-align: justify;
    }
    
}



/* .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color:#fff;
} */
#navPro a{
  text-decoration: none;
}
#navPro .dropdown-menu dl{
    float: left;
        /* width: 25%; */
    width: 20%;
    padding: 0 10px;
}
#navPro .dropdown-menu dl dt{
    margin-bottom: 10px;
    padding-top: 5px;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    width: 295px;
    position: relative;
line-height: 1;
}
#navPro .dropdown-menu dl dt::after{
  content: '';
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #1d6796;
    position: absolute;
    bottom: 0;
    left: 0;
}
#navPro .dropdown-menu dl dt a{
    color: #333;
    font-size: 20px;
    font-style: italic;
}
#navPro .dropdown-menu dl dd{
        float: left;
    width: 50%;
    margin: 8px 0 0 ;
}
#navPro .dropdown-menu dl dd>a{
    color: #666;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    z-index: 10;
    padding: 8px 0;
    font-size: 16px;
}
#navPro .dropdown-menu dl dd a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1d6796;
    margin-right: 8px;
}
/*#navPro .dropdown-menu dl dd>a:hover,#navPro .dropdown-menu dl dd>a:active,#navPro .dropdown-menu dl dd>a:focus{
    color:#1d6796;
}*/

#navPro .advance{
  /* position: absolute;
right: 100px;
top: 0; */
  width:222px;
  height: 296px;
  background: url('../images/advance-bg2.png') no-repeat;
  text-align: center;
  margin-top: -20px;
  background-size:100% 100%;
}
#navPro .advance h4 {
    /* margin-top: 22px; */
    /* line-height: 1; */
    padding-top: 22px;
    line-height: 28px;
    font-size: 24px;
    color: #3786FE;
    margin-bottom: 14px;
}

#navPro .advance ul li{
    margin: 0;
    margin-bottom: 10px;
    height: auto;
}
#navPro .advance .btn-advance{
  display: block;
  width: 170px;
  height: 36px;
  color: #fff;
  background-color: #3786fe;
  border-color: #3786fe;
  padding: 0;
  line-height: 36px;
  font-size: 15px;
  border: 0;
  text-align: left;
  margin-left: 24px;
  border-radius: 3px;
  letter-spacing: 0;
}

#navPro .advance .btn-advance:hover{
    opacity: 0.8;  
}

#navPro .advance .btn-advance:active{
    background: #2F74DD;
}
/* .btn-advance::before{
  content: '';
display: inline-block;
width: 30px;
height: 30px;
background-image: url(../images/advance-icon.png);
background-repeat: no-repeat;
vertical-align: -9px;
margin-right: 6px;
margin-left: 5px;
}
.advance1::before{
    background-position:2px 2px;
}
.advance2::before{
    background-position:-29px 2px ;
}
.advance3::before{
    background-position: -60px 2px;
} */
/* 高级应用图片 */
.btn-advance span{
  display: inline-block;
  vertical-align: -6px;
  margin-right: 10px;
  margin-left: 16px;
}
.robot{
    width: 26px;
    height: 26px;
    background: url(../images/robot2.png) no-repeat;
    background-size: 100% 100%;
}
.root {
    width: 26px;
    height: 26px;
    background: url(../images/root2.png) no-repeat;
    background-size: 100% 100%;
}

.customer {
    width: 26px;
    height: 26px;
    background: url(../images/customer2.png) no-repeat;
    background-size: 100% 100%;
}

.api {
    width: 26px;
    height: 26px;
    background: url(../images/api2.png) no-repeat;
    background-size: 100% 100%;
}

.bread-crumb.nav-posit{
    text-align: left;
    height: 44px;
    font-size: 14px;
    margin-bottom: 10px;
}

.bread-crumb.nav-posit>span {
    line-height: 54px;
}
.bread-crumb.nav-posit>span a {
    color: #666;
}
.bread-crumb.nav-posit>span a:hover,.bread-crumb .nav-posit>span a:visited,.bread-crumb.nav-posit>span a:focus{
    color: #01a9f7;
}
.bread-crumb.nav-posit>span a.curent_link{
    color:#3ac0ff;
    cursor: inherit;
}

#isShow {
    cursor:pointer
}

/*在线答疑*/
.online {
  background: url("../images/mianfeishenqing-bg.png") no-repeat center;
  height: 126px;
}
.online .container .online-1 {
  height: 126px;
  line-height: 126px;
}
.online .container .online-1 img {
  vertical-align: text-bottom;
  height: 32px;
  width: 32px;
  margin-right: 20px;
}
.online .container .online-1 p {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.online .container .online-1:hover {
  background-color: #3AC0FF;
}

/* _____________________________________  add by wyf    start*/
.btn.btn-ghost{
  width: 162px;
  height: 46px;
  background: transparent;
  font-size: 20px;
  line-height: 26px;;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}
.btn.btn-ghost:hover{
  background: #fff;
  color: #7491ab;
}



.level2-title{                          /*二级页面title*/
    font-size: 46px;
    letter-spacing: 2px;
}

.navbar-fixed-top{
    /*opacity: 0;*/
    /*visibility: hidden;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transition: all linear .35s;
    transition: all linear .35s;*/
}
.navbar-fixed-top.show{
  /*opacity: 1;*/
  /*visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);*/
}

/* 底部关注我们距离调整 */
#public_left {
    margin-left: 25px;
}

#service {
    color: #8c8c8c;
}

#service:hover {
    color: #fff;
    cursor:pointer;
}


/* _____________________________________  add by wyf    end*/

/* new 导航 */

.dropdown-menu {
    display: flex;
}

.dropdown-menu .dropdown-box {
    width: 14%;
    min-height: 286px;
    /* border: 1px solid; */
    box-sizing: border-box;
    margin: 0 10px;
}

.dropdown-menu .dropdown-box:last-child {
    margin: 0;
}

.dropdown-box .title-border {
    border-bottom: 1px solid #E6E6E6;
    /* padding-top: 10px; */
}

.dropdown-menu .dropdown-box h2 {
    font-family: "PingFangSC-Medium";
    font-size: 14px;
    height: 20px;
    color: #313131; 
    line-height: 1.5;
    margin-top: 16px;
}

.dropdown-menu .dropdown-box h2 a {
    font-family: "PingFangSC-Medium";
    font-size: 14px;
    color: #313131; 
}

.dropdown-menu .dropdown-box h2 a:hover {
    cursor: pointer;
    color: #1d6796;
}

.dropdown-box  .dropdown-list {
    display: flex;
    height: 238px;
    font-size: 12px;
    color: #313131;
    font-family: "PingFangSC-Regular";
}

.dropdown-list .list-left {
    width: 50%;
    float: left;
}




.dropdown-list  div {
    margin: 9px 0;
}

.dropdown-list a {
    font-size: 12px;
    color: #313131;
    font-family: "PingFangSC-Regular";
}

.dropdown-list a:hover{
    cursor: pointer;
    color: #3AC0FF !important;
}

.to-top {
    margin-top: -2px !important;
}




