
@font-face {
    font-family:HYQIHEI-50S;
    src: url('../fonts/HYQIHEI-50S.TTF');
}
@font-face {
    font-family:HYQIHEI-70S;
    src: url('../fonts/HYQIHEI-75S.TTF');
}
/* 内容样式开始 */
.banner-wrapper{
    background: url('../images/gshmimgs/hm-banner.png') no-repeat center;
    background-size: cover;
    height:500px;
    width: 100%;
}
.inp-wrapper{
    position: relative;
}
#icon-open{
    transform: all .3s;
}
.activeR{
    transform: rotate(180deg);
}
.banner-item{
    padding-top:284px;
}
.banner-item .num{
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 20px;
    font-family: HYQIHEI-50S;
}
.banner-item .num span{
    color: #FF6600;
}
.inp-box{
    display: flex;
    width: 900px;
    margin: 0 auto;
    justify-content: center;
    height: 60px;
    background: rgba(0,0,0,.2);
    padding: 8px;
    box-sizing: content-box;
    border-radius: 5px;
}
.inp-box i{
    color: #cccccc;
    font-size: 16px;
}
.p-dec{
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
}
.inp-box .left{
    width: 180px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
}
.inp-box .left span{
    flex:1;
    margin-left: 10px;
    opacity: .8;
}
.inp-box .center{
    flex:1;
    background: #ffffff;
    margin: 0 8px;
    border-radius: 5px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.inp-box .center input{
    flex:1;
    margin-left: 10px;
    border: none;
    outline: none;
}
.inp-box .btn{
    width: 180px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6600;
    color: #ffffff;
    font-size: 16px;
    transition: all .3s;
}
.inp-box .btn:hover{
    background: #c95305;
}
.choose-city{
   position: absolute;
   z-index: 3;
   display: none;
   
}
.choose-city .choose-city-list{
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    background:#ffffff;
    padding-left: 0;
    padding: 10px 0;
    border-radius: 10px;
   overflow: hidden;
}
.choose-city .choose-city-list li{
    list-style: none;
    text-align: center;
    width: 100px;
    line-height: 2;
    cursor: pointer;
    border-radius: 10px;
}
.choose-city .choose-city-list li:hover{
    color: #ff6600;
}
.activeLi{
    color: #ff6600;
}
.company-name{
    background:#F8FAFF;
    height: 985px;
}
.company-name h3{
    text-align: center;
   margin: 0;
   padding: 50px 0;
   font-family: HYQIHEI-75S;
}
.company-name-wrapper{
    padding:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   
}
.company-name-wrapper1 .company-name-item:hover{
    transform: translateY(-3px);
}
.company-name-item:not(:nth-child(4n)){
    margin-right: 15px;
}
.company-name-item{
    width: 280px;
    height: 100px;
    background: #ffffff;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 10px;
    box-shadow: 0 0 11px 2px #ececec;
    transition: all .3s;
}
.company-name-item .right{
    flex:1;
}
.company-name-item .right h4{
    color: #292a2d;
    font-size: 16px;
    margin-top: 0;
    font-family: HYQIHEI-50S;
}
.company-name-item .left{
    width: 50px;
    margin-right: 10px;
}
.company-name-item .right span{
    color: #8b8f98;
    font-size: 14px;
}
.company-name-item .left img{
    width: 100%;
    height: 100%;
   
}
.company-name-wrapper2 .company-name-item{
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.company-name-wrapper2 .company-name-item a{
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    font-family:HYQIHEI-50S;
}
.company-name-wrapper2 .company-name-item:hover a{
    background: #ff6600;
    padding: 10px;
    border-radius: 5px;
}
.company-name-wrapper2 .company-name-item:hover{
    box-shadow: 0 0 10px 2px #aaa5a5;
    transform: translateY(-3px);
}
.company-name-wrapper2 .company-name-item:nth-child(1){
    background: url('../images//gshmimgs/serve1.png') no-repeat center;
    background-size: cover;
}
.company-name-wrapper2 .company-name-item:nth-child(2){
    background: url('../images//gshmimgs/serve2.png') no-repeat center;
    background-size: cover;
}
.company-name-wrapper2 .company-name-item:nth-child(3){
    background: url('../images//gshmimgs/serve3.png') no-repeat center;
    background-size: cover;
}
.company-name-wrapper2 .company-name-item:nth-child(4){
    background: url('../images//gshmimgs/serve4.png') no-repeat center;
    background-size: cover;
}
.company-name-wrapper2 .company-name-item:nth-child(5){
    background: url('../images//gshmimgs/serve5.png') no-repeat center;
    background-size: cover;
}
.company-name-wrapper2 .company-name-item:nth-child(6){
    background: url('../images//gshmimgs/serve7.png') no-repeat center;
    background-size: cover;
}
.company-name-wrapper2 .company-name-item:nth-child(7){
    background: url('../images//gshmimgs/serve8.png') no-repeat center;
    background-size: cover;
}
.company-name-wrapper2 .company-name-item:nth-child(8){
    background: url('../images//gshmimgs/serve9.png') no-repeat center;
    background-size: cover;
}
/* 内容样式结尾 */
.ui-dialog{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui-dialog-cnt{
    width: 526px;
    height: 323px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 13px 0px #cccccc;
}
.ui-dialog-hd{
    color: #F67800;
    text-align: center;
    position: relative;
}
.titleclass{
    font-size: 25px;
    /* font-weight: 600; */
    padding-top: 35px;
}
.ui-dialog .icon-cancel{
    position: absolute;
    right: 16px;
    top: -7px;
    font-size: 30px;
    color: #CCCCCC;
}
.titleP{
    font-size: 18px;
}
.parentCls{
    display: flex;
    flex: 1;
}
.form-control{
    width: 80%;
}
.msg_icon{
    text-align: left;
    color: #58b950;
    padding-top: 14px;
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
}
.btnCenter{
    text-align: center;
}
.btnCenter button{
    box-shadow: 0px 5px 10px #ff6600;
    outline: none;
    border: none;
    line-height: 50px;
    width: 342px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 18px;
    background: #ff6600;
    transition: all .3s;
}
.btnCenter button:hover{
    background: #dd6204;
}
.flex-box{
    display: flex;
    justify-content: center;
    border: 2px solid #ff6600;
    width: 60%;
    align-items: center;
    margin: 0 auto;
    border-radius: 30px;

}
.weight-normal{
    width: 40px;
    text-align:  center !important;
    border-right: 1px solid #ff6600;
    padding-top: 0 !important;
}
#input-search-mobile{
    border: none;
    font-size: 20px;
}
.isShow{
    display: none;
}
.help-block {
    display: block;
   padding-top: 10px;
    margin-bottom: 10px;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: red;
}
.modal{
    background: rgba(0,0,0,.5) !important;
    display: none;
}
.fs{
    position: relative;
    height: 34px;
}
.fs .close{
    position:absolute;
    right: 13px;
    top: 16px;
}
.common-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 91px 0;
    position: relative;
}
.common-title h3{
    padding: 0;
    position: absolute;
    z-index: 9;
    font-size: 28px;
}
.common-title p{
    font-size: 30px;
    font-family:HYQIHEI-75S;
    text-transform:uppercase;
    position: absolute;
    z-index: 3;
    top: 57px;
    color: #1C5DC9;
    opacity: .1;
}
