
.header-box {
    text-align: center;
    background: url('../images/companybg.png') no-repeat;
    height:600px;
    background-size: 100% 100%;
}
.header-box .title {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0.3rem;
    padding-top: 180px;
    font-weight: bold;
    
   
}
.header-box p{
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 0.3rem;

}
.header-box .explain{
    color: #FFFFFF;
    font-size: 36px;
    letter-spacing: 0.3rem;
    
}
#header .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #header .header .logo {
    float: left;
    height: 100%;
    width: 180px;
  }
  #header .header .logo .logo-img {
    display: block;
    height: 40px;
    width: 100%;
    margin-top: 20px;
  }
  #header .header .navbar-default {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
  }
  #header .header .navbar-default .navbar-nav {
    height: 100%;
    padding-left: 60px;
  }
  #header .header .navbar-default .navbar-nav .active > a,
  #header .header .navbar-default .navbar-nav .active > a:focus,
  #header .header .navbar-default .navbar-nav .active > a:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-bottom-color: #FFFFFF;
  }
  #header .header .navbar-default .navbar-nav li > a {
    color: #FFFFFF;
    line-height: 46px;
    border-bottom: 1px solid transparent;
    padding: 15px 30px;
  }
  #header .header .navbar-default .navbar-nav li > a:focus,
  #header .header .navbar-default .navbar-nav li > a:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  #header .header .navbar-default .navbar-nav .open > a,
  #header .header .navbar-default .navbar-nav .open > a:focus,
  #header .header .navbar-default .navbar-nav .open > a:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
  }
  #header .header .navbar-default .navbar-nav .dropdown-menu {
    top: 60px;
    min-width: 109px;
    line-height: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
  }
  #header .header .navbar-default .navbar-nav .dropdown-menu li > a {
    padding: 0 20px;
    color: #1F2325;
  }
  #header .header .navbar-default .navbar-nav .dropdown-menu .tran {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -20px;
    left: 20%;
  }
  
.info-head{
    color: #fff;
    text-align: left;
    width: 1200px;
    margin:0 auto;
}
.info-head p{
    line-height: 26px;
}
.container-fluid {
    height: 100%;
}
.navbar-brand {
    padding-top: 4%;
}
.nav {
    height: 100%;
}
.navbar-default .nav>li>a {
    color: #FFFFFF;
    line-height: 2rem;
    border-bottom: 1px solid transparent;
}
.dropdown-menu {
    top: 82%;
    min-width: 109px;
    line-height: 24px;
    background-color: rgba(255, 255, 255, .8)
}
.dropdown-menu>li>a {
    padding: 6px 20px;
    color: #1F2325;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFFFFF;
    /* border-bottom: 1px solid #FFFFFF; */
    background-color: transparent;
    border-bottom-color: #FFFFFF;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}
.tran {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: -19%;
    left: 20%;
}



@media (min-width: 768px){
    .navbar-collapse.collapse {
        height: 100% !important;
    }
}




.introduction{
    width:100%;
    height: 500px;
    position: relative;
    background: #fff;
   
}
.introduction .safe{
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    margin:auto;
    width:1150px;
    height:242px;
    background:rgba(255,255,255,1);
    padding:40px;
    margin-top:40px;
}

.cost{
    width:100%;
    height: 600px;
    background:rgba(244,244,244,1);
}
.cost .title{
    text-align: center;
    width: 100%;
    font-size: 32px;
    padding-top:60px;
    margin-bottom:60px;
}
.cost .down{
     margin:0 auto;
     width:1300px;
}
.cost .costitem{
   width:360px;
   height: 336px;
   display: inline-block;
   text-align: center;
   margin:0 30px;
   vertical-align: middle;
   background: #fff;
}

.company{
    background: url(../images/chj.png) no-repeat center center;
    height:550px;
    background-size:100% 100%;
}
.cost .costitem img{
    width:100px;
    height: 100px;
    margin-top:60px;
    margin-bottom:40px;
}
.cost .costitem h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.cost .costitem p{
    padding:0px 53px;
    font-size:14px;
    line-height: 26px;
}
.cost .costitem:hover{
    box-shadow: 0 0 20px #f4f4f4;
    -webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);
    -o-transform:translateY(-20px);transform:translateY(-20px);
    box-shadow:0px 6px 10px 4px rgba(221,221,221,1);
}


.workflow{
    width: 100%;
    padding-bottom: 80px;
    background:url('../images/hornorbg.png') no-repeat;
    background-size: 100% 100%;
}
.workflow .title{
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
    font-size: 32px;
    padding-top:80px;
    margin-bottom: 60px;
    text-align: center;
}
.workflow .hornors {
    width: 1200px;
    margin: 0 auto;
}
.workflow .hornors ul {
    text-align: center;
}
.workflow .hornors li {
    display: inline-block;
    margin: 40px 26px 0;
}

.workflow .hornors ul:last-child li img {
    width: 184px;
}
.workflow .hornors li img {
    margin-bottom: 20px;
    vertical-align: bottom;
}
.map{
    background: url(../images/map_bg.png) no-repeat center center;
    height: 942px;
    width:100%;
    background-size: 100% 100%;
}
.map .title{
    width: 100%;
    text-align: center;
    padding-top:80px;
    font-size: 32px;
    color: #fff;
    margin-bottom:80px;
}
.map .contact{
    width:1200px;
    margin: 0 auto;
}
.map .contact>div{
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 33%;
}
.map .contact>div>h3{
    font-size: 18px;
    margin:30px 0 10px;
}
.map .contact>div>p{
    line-height: 26px;
    padding:0 20px;
}

/* 返回顶部+咨询 */
.consult {
    position: fixed;
    top: 36.5%;
    right: 5px;
    z-index: 10;
}
.consult .gotop {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #1C5FBA;
    border-radius: 4px;
    text-align: center;
    padding-top: 10px;
    background-color: #FFFFFF;
}
.consult .gotop img {
    width: 23px;
}
.consult .consult-detial {
    width: 45px;
    height: 112px;
    background: url('../images/hbg.png') no-repeat;
    background-size: cover;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.consult .consult-detial img {
    width: 23px;
}
.consult .consult-detial .ask {
    font-size: 14px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    margin-left: 15px;
    margin-top: 17px;
    font-weight: 400;
}
#floatDivBoxs {
    width: 160px;
    background: #fff;
    position: absolute;
    right: 57px;
    top: -30px;
    text-align: left;
    font-size: 14px;
    display: none;
}
#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url('../images/vbg.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    text-indent: 14px;
    font-weight: 400;
}
.floatShadow {
    background: #fff;
    display: none;
}
#floatDivBoxs .floatDqq {
    list-style: none;
    padding: 0 14px;
}
#floatDivBoxs .floatDqq li {
    height: 42px;
    line-height: 42px;
    color: #666666;
}
#floatDivBoxs .floatDqq li a:hover {
    color: #1C5FBA;
}
#floatDivBoxs .floatDqq li a img {
    vertical-align: middle;
}
.floatDext {
    color: #666666;
    height: 40px;
    line-height: 40px;
    display: none;
    padding-left: 20px;
}
#floatDivBoxs .wxcode {
    text-align: center;
    display: none;
}
#floatDivBoxs .wxcode img {
    width: 95%;
}

@media screen and (max-width: 1800px) {
    .header-box{
        height: 550px;
    }
}
@media screen and (max-width: 1500px) {
    .header-box{
        height: 500px;
    }
}
@media screen and (max-width: 1366px) {
    .header-box{
        height: 450px;
    }
}
