@charset "UTF-8";

/****************************/
/*公用部分*/
html {
    font-size: 10px;
    background-color: #ffffff
}

body {
    background-color: #ffffff;
    font-family: "微软雅黑", Microsoft YaHei, "方正中等线简体", Microsoft JhengHei, "华文细黑", STHeiti, MingLiu, Regular;
    font-size: 14px;
}

* {
    margin: 0px auto;
    padding: 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

dl,
dt,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
fieldset,
textarea,
p,
blockquote,
code,
nobr {
    margin: 0px auto;
    padding: 0px;
    letter-spacing: 0.3px;
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
    border-radius: 0px;
    font-family: "微软雅黑", Microsoft Yahei, Regular
}

a:hover,
a:active {
    text-decoration: none
}

ul,
li {
    list-style-type: none;
    outline: none;
    display: block
}

hr {
    border: 0px
}

img {
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
}

i,
em {
    font-style: normal
}

input {
    border-radius: 0px
}

input:focus,
textarea:focus,
select:focus,
option:focus {
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

option,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    -webkit-appearance: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}

/* 去除谷歌 浏览器中数字型输入框的上下小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* 去除火狐 浏览器中数字型输入框的上下小箭头*/
input {
    -moz-appearance: textfield;
}

button {
    -webkit-appearance: none;
}

.container {
    width: 75%;
    height: auto;
    /* overflow: hidden; */
    padding: 0px;
    margin: 0px auto;
}

.container1 {
    width: 1240px;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px auto;
}

.container:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.clear {
    clear: both
}

*:focus {
    outline: none;
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.transform:hover {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

/* //手机端导航 */
.mobiel {
    display: flex;
    align-items: center;
    flex: 1;

}

.mobiel a {
    flex: 1;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

@media screen and (min-width:1100px) {
    .mobiel {
        display: none;
    }

}

@media screen and (max-width:1100px) {
    .mobiel a {
        font-size: 16px;
    }

}

@media screen and (max-width:560px) {
    .mobiel a {
        font-size: 11px;

    }

    .mobiel a:not(:first-child) {
        border-left: 1px solid #dcdcdc;

    }

}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

.f12 {
    font-size: 12px;
}

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

a:hover {
    cursor: pointer
}

.width100 {
    width: 100%;
    overflow: hidden;
}

.overflow_hidden {
    overflow: hidden;
}

.background {
    background-image: url("?static/hj/images/Prent.gif");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px 30px;
}

.background_ffffff {
    background-color: #FFFFFF;
    overflow: hidden
}

.background_f4f4f4 {
    background-color: #f4f4f4;
    overflow: hidden
}

/*导航*/
.Header_Top {
    background-color: #ffffff;
    padding: 32px 0px 35px
}

.Header_TopLeft {
    display: flex;
}

.Header_TopLogo {}

.Header_TopSubmin {
    margin-left: 50px;
}

.Header_TopSubmin>.Header_TopTitle {
    color: #262626;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
}

.Header_TopSubmin>.Header_TopContent {
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
    line-height: 23px;
    margin-top: 8px;
    letter-spacing: 1px;
    display: block;
}

.Header_TopFr {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.Service {
    margin-left: 20px;
}

.ServiceName {
    font-size: 14px;
    color: #8C8C8C;
    line-height: 20px;
    letter-spacing: 1px;
}

.Service>a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #BE2B24;
    line-height: 26px;
}

.Navigation {
    background-color: #403e3f;
    width: 100%
}

.Navigation_Sign {
    line-height: 54px;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-grid;
    text-align: center;
    width: 10%;
    letter-spacing: 1px;
}

.Navigation_Sign:hover,
.Navigation_Sign.on {
    background-color: #be2b24
}

.nex_fixed .Navigation {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    z-index: 10000;
}

/*.Header_TopSubmin{display: none}*/

/*移动端*/
.WapNavigation {
    display: none;
}

.WapNavigation {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 10000;
}

.WapNavigation_Opas {
    position: absolute;
    display: flex;
    top: 0px;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
}

.WapNavigationLogin {
    /* width: calc(100% - 120px); */
    margin-left: 16px;
    text-align: center;
}

.WapNavigationLogin img {
    max-width: 90%;
    max-height: 40px;
}

.WapNavigationLogin .Header_TopSubmin .Header_TopTitle {
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 2px;
}

.WapNavigationLogin .Header_TopSubmin .Header_TopContent {
    font-size: 14px;
    line-height: 20px;
}

.WapNavigationLogin .Header_TopSubmin .Header_TopTitle,
.WapNavigationLogin .Header_TopSubmin .Header_TopContent {
    color: #FFFFFF
}

.WapNavigationLogin .Header_TopLogo {
    float: left;
    height: 45px;
    margin-top: 10px;
}

.Navigation_Con {
    display: none
}

.Navigation_Con {
    position: absolute;
    right: -100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    width: 40vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: 998;
    -webkit-transform: translateZ(0);
    transition: 0s;
}

.Navigation_Con .NavigationUrl {
    top: 70px !important;
    transition: 0s;
    width: 100%;
    text-align: center;
    position: relative;
}

.Navigation_Con .NavigationUrl li {
    display: block;
    width: 100%;
    padding: 0px;
    color: #ffffff;
    line-height: 52px;
    font-size: 16px;
}

.nav_icon {
    display: none;
    float: right;
    ;
    width: 60px;
    height: 60px;
    background-image: url(?static/hj/images/nav-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}

.nav_icon.Open {
    background-image: url(?static/hj/images/btn_side-close.png);
    background-repeat: no-repeat;
    background-position: center;
}


/*返回顶部*/
.fhdb-1 {
    width: 76px;
    /* height: 54px; */
    font-size: 28px;
    line-height: 62px;
    /* overflow: hidden; */
    display: block;
    /* height: 18px; */
    line-height: 18px;
    font-size: 12px;
    color: #333;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 100px;
    border-radius: 6px;
    right: 0;
    cursor: pointer;
    background: #fff;
    z-index: 1000;
}
.contact_item:nth-child(1) i{
    background-position: 0 0;
}
.contact_item:nth-child(2) i{
    background-position: -3px -140px;
}
.contact_item:nth-child(3) i{
    background-position: 0 -190px;
}
/* .contact_item:nth-child(2) i{
    background-position: 0 -38px;
}
.contact_item:nth-child(3) i{
    background-position: 0 -140px;
}
.contact_item:nth-child(4) i{
    
    background-position: 0 -92px;
}
.contact_item:nth-child(5) i{
    background-position: 0 -190px;
} */
.contact_item{
    padding: 10px 0 13px;
    position: relative;
    transition: all 0.5s;
}
/* -70 */
.contact_item:hover{
    color: #fff;
    background-color: #37a0db;
}
.contact_item:hover .popShow{
    display: block;
}
.contact_item:hover i{
    background-position-x: -70px;
}
.contact_item i{
    width: 38px;
    height: 38px;
    transition: all 0.5s;
    display: inline-block;
    background: url(?static/hj/images/icon_group.png) no-repeat;
}
.popShow{
    position: absolute;
    right: 83px;
    padding: 10px;
    background-color: #37a0db;
    display: none;
}
.popShow a{
    color: #fff;
}
.contact_item:nth-child(2) .popShow{
    width: 120px;
    top: -20px;
}
.contact_item:nth-child(1) .popShow{
    width: 160px;
    text-align: center;
    padding:0;
    line-height: 35px;
    
    top: 17.5px;
    color: #fff;
}
.popShow img{
   width: 100px;
   height: 100px;
}
.popShow::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -7px;
    right: -7px;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #37a0db;
}

/* .fhdb-1:hover {
    background: #C21B27;
} */

/*footer*/
.footer {
    background-color: #252525;
    padding: 60px 0px 55px;
}

.ProductRecom {
    display: flex
}

.ProductRecom_Nav {}

.ProductRecom_Nav li {
    color: #8C8C8C;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 1px;
}

.ProductRecom_Nav li:hover {
    text-decoration: underline
}

.ProductRecom_Rise,
.ProductRecom_Nav li.ProductRecom_Rise {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 1px;
    opacity: .9;
}

.ProductRecom_Rise:after {
    display: inline-block;
    content: '>';
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 10px;
}

.ProductRecom_NavRent li.ProductRecom_Rise {
    margin-bottom: 34px;
}

.ProductRecom_One {
    margin-left: 0px;
}

.ProductRecom_QRCodeImg {
    margin-right: 0px;
}

.ProductRecom_Contact {}

.ProductRecom_Contact li {
    margin-bottom: 34px;
    /* margin-bottom: 10px; */
    line-height: 32px
}

.ProductRecom_Contact li abbr {
    color: #FFFFFF;
    margin-right: 14px;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}

.ProductRecom_Contact li a {
    font-size: 16px;
    color: #FFFFFF;
    /* line-height: 48px; */
    margin-right: 15px;
}

.Company {
    color: #8C8C8C;
    font-size: 14px;
    display: inline-block;
    /* vertical-align: middle; */
    vertical-align: top;
    /* max-width: 260px; */
}

.qrcode_name {
    width: 100%;
    text-align: center;
    line-height: 2em;
}

@keyframes identifier {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.3) rotate(10deg);
    }
}

.ServiceHotline {
    animation: identifier 0.5s linear infinite;
}

.ProductRecom_QRCodeImg {}

.ProductRecom_QRCodeImg li {
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.ProductRecom_QRCodeImg li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.ProductRecom_QRCodeImg li .ProductRecom_Dv {
    width: 88px;
    overflow: hidden;
    margin: 8px;
    height: 88px;
    text-align: center;
    line-height: 86px;
}

.ProductRecom_Dv img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.FooterBottonm {
    background-color: #212121;
    padding: 15px 0px;
    line-height: 30px;
    color: #8C8C8C;
    text-align: center;
    letter-spacing: 1px
}

/*分页*/
.paging {
    margin: 38px 0px 60px;
    text-align: center;
    display: flex
}

.pagination>a,
.pagination>span {
    display: inline-block;
    line-height: 26px;
    min-width: 26px;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
    margin: 0px 2px;
    padding: 0px 5px;
    color: #333333;
    border: 1px solid #dcdcdc
}

.pagination>span,
.pagination>a:hover {
    background-color: #c11824;
    color: #ffffff;
    border: 1px solid #c11824;
}

.pagination .a1 {
    border: 0px;
}

.pagination .a1:hover {
    border: 0px;
    background-color: transparent;
    color: #000000;
}

.Jump {
    display: inline-block;
    vertical-align: middle;
}

.Jump input {
    width: 47px;
    height: 28px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin: 0px 4px;
}

.mobile_tabbar_box {
    height: 50px;
    background-color: #252525;
}

.home_text,
.mobile_tabbar_item,
.mobile_tabbar_item img {
    margin: 0;
}

.mobile_tabbar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    height: 50px;
    background-color: rgba(32, 43, 105, .8);
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.mobile_tabbar_item {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    flex: 1;
}

.mobile_tabbar_item img {
    width: 30px;
    height: 30px;
    margin-right: 10px;

}

.mobile_tabbar_center {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a11113;
}

.mobile_tabbar_center img {
    width: 50%;
    height: 50%;
}

.mobile_tabbar_item:nth-child(3) {
    justify-content: flex-end;
}

.Business {
    position: relative;
}

.Business_item {
    width: 25%;
    position: absolute;
    color: #4D4D4D;
    font-weight: 400;
    text-align: right;
    margin: 0;
    font-size: 0.94vw;
}

.Business_item:nth-child(1) {
    left: 0;
    top:15%;
}

.Business_item:nth-child(2) {
    right: 0;
    top: 10%;
}

.Business_item:nth-child(3) {
    left: 0;
    /*bottom: 15%;*/
    bottom: 10%;
}

.Business_item:nth-child(4) {
    right: 0;
    bottom: 10%;
}
.Business_item_title{
    line-height: 2em;
    border-bottom:1px solid #dcdcdc ;
    display: inline-block;
    margin-bottom: 0.5vw;
    padding-bottom: 0.5vw;
    font-weight: bold;
    font-size: 1.25vw;
    color: #403E3F;
}
.Business_item:nth-child(2) .Business_item_title,
.Business_item:nth-child(3) .Business_item_title{
    
    color: #BE2B24;
    border-color: #BE2B24;
}
.Business_item:nth-child(even){
    text-align: left;
}

/* .mobile_tabbar_center,.mobile_tabbar_item{
    flex: 1;
} */


/*分页2*/
#pages:after {
    content: "";
    clear: both;
    display: block;
}

#pages li {
    display: block;
    float: left;
    line-height: 26px;
    min-width: 26px;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
    margin: 0px 5px;
    padding: 0px 5px;
}

.active {
    background: #c11824;
    color: #ffffff;
}