html,body{
    padding:0px;
    margin:0px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    line-height: 1.5;
    color: rgb(81, 90, 110);
    /*background-color: #f5fcfd;*/
}
div{
    font-size:14px;
}
.flex{
    display:flex;
}
.space-around{
    justify-content:space-between;
}
.space-between{
    justify-content:space-between;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
a{
    text-decoration: none;
    color: #222;
}

.navbar{
    height: 80px;
    line-height: 80px;
    background-color:white;
    border-bottom: 1px solid #f1f1f1;
}

.navbar-fixed-top{
    top:0px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar ul li{
    font-size: 18px;
}

.container {
    max-width: 1100px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
}

.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
    list-style: none;
    margin: 0px 14px;
}
.nav-last a{
    color:#cecece;
}
.logo{
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.logo img{
    height:50px;
    margin-right:8px;
    vertical-align: middle;
}


.banner{
    /*background: url('img/bj.png');
    background: url(img/bannerbg.jpg) repeat-y center top;*/
    background-color: #3399CC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    width:100%;
}
.item-box div{
    width: 100%;
    height: 450px;
    flex-shrink: 0;
}
.item{
    text-align: center;
    align-items: center;
    font-size: 48px;
    font-weight: 700;
    color: #cecece;
    display: flex;
    justify-content: center;
}
.item-bottom{
    height:42px;
    background-color: #f1f7f2;
    border-bottom: 1px solid #e1e6e2;
}
.first {
    overflow: hidden;
    padding-top: 84px;
}

.section{
    display: block;
    padding: 40px 0px;
}
.section1{
    background-color:#ffffff;
    min-height:200px;
}
.section2{
    background-color:#f7fcf8;
    min-height:200px;

}
.section-pd-top{
    margin-top: 30px;
    padding-top: 50px;
}
.foot{
    bottom: 0px;;
    background-color: #353535;
    color: rgba(255, 255, 255, 0.65);
}
.foot-text{
    text-align: center;
    line-height: 2em;
    padding:0px;
}


.valueContent {
    background: #FFFFFF;
    /*-webkit-box-shadow: 0 2px 16px 0 rgba(0,182,176,0.20);
    box-shadow: 0 2px 16px 0 rgba(0,182,176,0.20);
    -webkit-box-shadow: 0 2px 16px 0 rgba(5, 2, 1, 0.288);*/
    box-shadow: 0 2px 16px 0 rgba(0, 5, 5, 0.178);
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 10px;
}
.min{
    width:30%;
}

.title{
    margin:4px 0px;
    line-height: 1.5em;
    font-size: 36px;
    color: #222;
    text-align: center;
}
.title-2{
    line-height: 1.5em;
    font-size: 16px;
    color: #222;
    text-align: center;
}

.title2{
    line-height: 2em;
    font-weight: bold;
    font-size: 20px;
    color: #222;
    text-align: center;
}
.box{
    margin-top: 30px;
    line-height: 1.5em;
    text-align: center;
}

.box-min{
    width: 100%;
    margin: 4px 10px;
    padding:8px;
    flex-direction:row;
    justify-content: center;
    box-shadow: 0 1px 4px 0 rgba(0, 5, 5, 0.178);
}
.bg-rgb{
    background:rgba(144,184,255,9)
}

.cost{

}
.cost table{
    width:100%;
}
.cost table tr td{
    border:solid 1px #cecece;
    text-align: center;
    padding:8px;
}
.icon5{
    width:100px;
}


.foot-text{
    width:100%;
    text-align: left !important;
}
.foot-text a{
    color: white !important;
}