html {
    height: 100%;
}
body {
    font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Helvetica, Arial, Verdana, sans-serif;
    height: 100%;
}
.container-fluid, .container {
    padding: 0;
}
.logo-line-left {
    border-bottom: #f2f2f2 solid 1px;
    width: calc(67% - .4vw);
    /*margin-top: 0.8%;*/
    float: left;
    position: absolute;
}
.logo-line-all {
    border-bottom: #f2f2f2 solid 1px;
    width: 100%;
    /*margin-top: 0.8%;*/
    float: left;
    position: absolute;
}
.logo-line-right {
    border-bottom: #f2f2f2 solid 1px;
    width: calc(33% - 4.15vw);
    /*margin-top: 0.8%;*/
    float: right;
}
.logo-line-font {
    margin-left: calc(68.5% - .4vw);
    margin-top: -1vw;
    font-size: 1.3vw;
    float: left;
    color: #fff;
    position: absolute;
}
.navbar-brand {
    padding: 25px 15px;
    font-size: 22px;
    color: #fff;
}
.navbar-brand:hover, .navbar-brand:focus {
    color: #fff!important;
}
ul>li {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.hoverSty>a:first-child {
    font-size: 18px;
    font-weight: bold;
}
.navbar-nav>li>a:hover, .open>a{
    /*background-color: #ffffff!important;*/
}
.dropdown-menu {
    margin-top: 10px!important;
}
.bottomText {
    padding: 5px;
    text-align: center;
    color: #ffffff;
}
.bottomText a {
    color: #ffffff;
    text-decoration: none;
}
.bottomText a:hover {
    color: #42a4ff;
}
.footSty {
    padding-top: 25px;
    /*background: url("../../kt/public/picture/mainBottom/bottom_2.png") repeat;*/
    background-color: #5e5e5e;
    height: 370px;
    background-size: cover;
}
#mainPage, #eServiceMain, #serviceAdv, #aboutUs {
    color: #ffffff;
    cursor: pointer;
}
#mainPage:hover, #eServiceMain:hover, #serviceAdv:hover, #aboutUs:hover {
    color: #3c3c3c;
}
#planeLogo {
    /*padding: 5px 0 5px 0;*/
    background: url("../../kt/public/picture/icon/飞机R_11.png") no-repeat;
    background-position-x: 0px;
    background-position-y: 10px;
    background-size: 40px 40px;
}
.client {
    background: url("../../kt/public/picture/联系我们.jpg") no-repeat;
    background-size: 100% 100%;
    /*background-color: rgba(255,255,255,0.5);*/
    position: fixed;
    height: 10%;
    width: 10%;
    right: 7.2%;
    bottom: 10%;
}
.client:hover {
    cursor: pointer;
}
.iframeClient {
    width: 100%;
    height: 100%;
    border: none;
}
.modal-dialog {
    width: 900px;
    height: auto;
}
.modal-content {
    height: 680px;
}
.modal-body {
    height: 100%;
    padding: 0;

}