.page1{
    z-index: 99;
}
.pc_show{
    display: block;
}
.wap_show{
    display: none;
}
.no-margin{
    margin:0!important;
}
.go_index{
    position: absolute;
    width:7%;
    top:50%;
    left:1%;
    transform: translateY(-50%);
}
header{
    transition: all .3s;
}
header .header{
    width:auto;
}
header.fff{
    background: #fff;
}
header .nav-toggle{
    right:5px;
    top:-5px;
    width: 45px;
    height: 45px;
    z-index: 10;
    border-radius: 50%;
    margin: 10px;
    position: absolute;
    cursor: pointer;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
    cursor: pointer;
    display: none;
}
header .nav-toggle .icon{
    width: 25px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    position: absolute;
    top: 21px;
    left: 10px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
}
header .nav-toggle .icon::before,header .nav-toggle .icon::after{
    width: 25px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}
header .nav-toggle .icon::before{
    top:9px;
}
header .nav-toggle .icon::after{
    top:-9px;
}
header .nav-toggle .icon-cur{
    width:0;
}
header .nav-toggle .icon-cur::after{
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
    background-color:#555555;
}
header .nav-toggle .icon-cur::before{
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
    background-color:#555555;
}

header .header{
    /* width:82%; */
    padding-right:49px;
}
.pull-right ul{
    text-align: right;
}
header .header nav ul li{
    width:auto;
    padding:0 1em;
}
header .header nav ul li:hover a{
    color:#ea5405!important;
}
.header .langSwitch{
    display: inline-block;
    margin-left: 0 0.2rem;
}
.header .lang{
    display: inline-block;
    margin:0 0.1rem;
}
.header .lang a{
    font-size:14px;
}
.header .lang a.ac{
    color:#ea5405;
    font-size:18px;
}
.header .lang a:hover{
    color:#ea5405;
}
header .wap_langSwitch{
    display: none;
}

/* 返回主页 getback */
.getBack{
    width:45px;
    font-size:16px;
    color:#fff;
    top:50%;
    left:0;
    position: fixed;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 99;
    background:rgba(188,188,188);
    padding:5px 0;
    box-shadow: 3px 0px 10px rgba(188,188,188);
    border-top-right-radius: 70%;
    border-bottom-right-radius: 70%;
    transition: all .3s ease-out;
}
.getBack a{
    display: block;
    font-size:16px;
    width:20px;
    margin:0 auto;
    transition: all .3s ease-out;
    position: relative;
    margin-left: 10px;
    color:#084672;
}
.getBack:hover a{
    margin-left: 25px;
}
.getBack:hover a img{
    opacity: 1;
    left:-25px;
}
.getBack:hover{
    width:60px;
}
.getBack img{
    position: absolute;
    width:20px;
    left:0;
    top:50%;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    opacity: 0;
}
/* 返回主页 getback end*/

/* 子导航 */
header .docker-container .docker-content .docker-container-width{
    /* padding-left:20%; */
    width: 100%;
}
header .docker ul{
    text-align:center;
}
header .docker li{
    display: inline-block;
    margin:0 0.5rem;
}
.pc_banner{
    display: block;
}
.wap_banner{
    display: none;
}
.pc_img{
    display: block;
}
.wap_img{
    display: none;
}

.wap-pull-right{
    width:100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background-color:rgba(255,255,255,.5);
    z-index: 5;
    display: none;
    overflow-y: auto;   
}

.wap-pull-right>ul::before{
    content:'';
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 55px;
    transition: all .3s;
}
.wap-pull-right>ul{
    padding:70px 2rem 20px 2rem;
    background-color: #fff;
    overflow-y: auto;
}
.wap-pull-right>ul>li{
    width:100%;
    background-color: #fff;
    color:#606060;
    font-size:18px;
    /* line-height: 60px; */
    border-bottom: 1px solid #c4c4c4;
    position: relative;
}
.wap-pull-right>ul>li a{
    color:#606060;
    text-decoration: none;
    line-height: 60px;
}


.wap-pull-right>ul>li a:hover{
    color:#000;
}

.wap-pull-right .slide_arrow{
    transition: all .3s;
    position: absolute;
    margin-top:0;
    top:20px;
    right:0.3rem;
    z-index: 2;
}
.wap-pull-right .slide_rotate{
    transform: rotate(90deg);
}
.wap-pull-right .sub{
    font-size:16px;
    display: none;
    padding:10px;
}
.wap-pull-right .sub a{
    color: #606060;
    text-decoration: none;
    line-height: 20px!important;
    word-break: break-word;
}
.wap-pull-right .sub a:hover{
    color:#337ab7;
}
.wap-pull-right .sub .sub_link{
    display: inline-block;
    width:47%;
    margin-bottom:10px;
    margin-right: 1%;
}


.banner img{
    width:100%;
}
.toggle-icon{
    margin:0;
}
.index-product-series.align-horizontal .toggle-icon li a span:first-child{
    width:100%;
    margin-left: 0;
}
.index-product-series.align-horizontal .toggle-icon li a span{
    text-align: center;
}
/* wap产品列表 */
.wap-prod-series{
    display: none;
}
.wap-prod-series .series_box{
    text-align: center;
    padding:20px 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-height: 130px
}

.toggle-icon li a span:nth-child(2){
    width:100%;
}
.index-product-series.align-horizontal .toggle-icon li a span:nth-child(3){
    width:100%;
    text-align: center;
    float: none;
    margin-top:4em;
}
.toggle-icon li a span:nth-child(3){
    margin-top:0;
}
.index-product-series.align-horizontal .toggle-icon{
    width:100%;
}
.toggle-icon{
    text-align: center;
}
.toggle-icon li{
    width:14%;
    padding:10px;
    margin:5px 0;
    transition: all .3s;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.toggle-icon li:hover .center-block{
    transition: all .3s;
}
.toggle-icon li:hover .center-block{
    transform: scale(1.2);
}
.toggle-icon li .initial{
    display: block;
    margin-bottom:10px;
}
.toggle-icon li .final{
    display: none;
}
/* .toggle-icon li:hover .initial{
    display: none;
}
.toggle-icon li:hover .final{
    display: block;
} */
.toggle-icon li a span:nth-child(2){
    margin-top: 0;
}
.docker a{
    height: 4em;
    line-height: 4em;
}
.docker a:hover{
    color:#1a355e!important;
}

/* 首页图文 */
.toggle-mask img{
    width:100%;
}
/* 变频txt */
.bpTxt{
    position: absolute;
    font-size:16px;
    color:#fff;
    letter-spacing: 1px;
    line-height: 35px;
    left:18.5%;
    top:39%;
    width: 22%;
}
.bpMore{
    position: absolute;
    left:18.5%;
    top:69%;
}
.bpMore .m{
    width:160px;
    height: 60px;
    float: left;
}
.bpMore .m img{
    width: 100%;
}
.bpMore .arrow{
    float: left;
    width:60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-left: 3px;
    background: #fff;
    overflow: hidden;
}
.bpMore .arrow .l{
    margin-left: -60px;
    
}
.bpMore .arrow .r{
    margin-left:33px;
}
.bpMore:hover .l{
    margin-left: 0;
    transition: all .6s;
}
.bpMore .arrow img{
    width:23px;
}
.clickHand{
    position: absolute;
    width:100%;
    text-align: center;
    top:67%;
}
.clickHand img{
    width:0.8rem;
    opacity: 0.8;
}
.whiteCircle{
    width:100%;
    text-align: center;
    position: absolute;
    top:64.5%;
}
.whiteCircle div{
    display: inline-block;
    width:1.2rem;
    height: 1.2rem;
    border:0.04rem solid #fff;
    background: transparent;
    border-radius: 100%;
    animation: clickHand 1s infinite;
}
.blueCircle{
    width:100%;
    text-align: center;
    position: absolute;
    top:66.8%;
}
.blueCircle div{
    display: inline-block;
    width:0.8rem;
    height: 0.8rem;
    border:0.04rem solid #3ab0e6;
    background: transparent;
    border-radius: 100%;
    animation: clickHand 0.8s infinite;
}
@keyframes clickHand{
    0%{transform: scale(1)}
    15%{transform: scale(1.05);opacity: 0.9;}
    30%{transform: scale(1.1);opacity: 0.8;}
    45%{transform: scale(1.15);opacity: 0.5;}
    60%{transform: scale(1.17);opacity: 0.5;}
    75%{transform: scale(1.1);opacity: 0.8;}
    90%{transform: scale(1.05);opacity: 0.9;}
    100%{transform: scale(1)}
}
/* 首页 end */




/* 合作客户页面 */
.hxkh_banner{
    position: relative;
}
.hxkh_banner .txt{
    width:5rem;
    position: absolute;
    top:3rem;
    letter-spacing: 0.03rem;
    text-align: right;
    padding:0.5rem;
}
.hxkh_rgb{
    background-color:rgb(28,68,117);
}
.hxkh_rgba{
    background-color:rgba(28,68,117,.7);
}
.hxkh_banner .txt h2{
    font-size:40px;
    color:#fff;
    font-weight: bold;
    text-align: right;
    padding-bottom: 0.1rem;
}
.hxkh_banner .txt p{
    font-size:18px;
    color:#fff;
    text-align: right;
}

/* 合作伙伴logo */
.partner_box{
    background-color: #e8e8e8;
    padding-top:100px;
    padding-bottom:100px;
    padding:5em 0 5em 0;
}
.partner_list{
    width:1440px;
    margin:0 auto;
}
.partner{
    margin:30px 0;
}
.partner .partner_logo{
    display: table;
    width:100%;
    /* margin-bottom:30px; */
}
.partner .partner_logo div{
    padding:0 0.3rem;
    height: 1rem;
    line-height: 1rem;
    vertical-align: middle; 
    background-color:#fff;
    /* display:table-cell; */
    filter: grayscale(100%);
    transition: all .3s;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.partner .partner_logo img{
    width: 100%;
    vertical-align: middle;
}
.partner .partner_logo div:hover{
    filter: grayscale(0);
}

/* 合作客户页面 end*/

/* 企业介绍 */
.main_wrapper{
    padding: 0.9rem 0;
}
.main_desc{
    color:#606060;
    font-size:20px;
    line-height: 50px;
}
.qyjs_list{
    margin-bottom: 100px;
}
.qyjs_list div{
    padding:0;
}
.qyjs_list .qyjs_box{
    padding:0;
    background-color: #f6f6f6;
}
.qyjs_list img{
    width: 100%;
}
.qyjs_list .mid>div:first-child{
    float: right;
}
.qyjs_list .title{
    background-color:#1e4677;
    height: 160px;
}
.qyjs_list .title .en{
    font-size:46px;
    color:#fffefe;
    opacity: .1;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    letter-spacing: 5px;
    position: absolute;
    left:-3px;
    top:-7px;
    margin-top: 0;
}
.qyjs_list .title .ch{
    color:#fff;
    font-size: 48px;
    text-align: center;
    letter-spacing: 3px;
    padding-top:80px;
    margin-top: 0;
}
.qyjs_list .desc{
    background-color: #f6f6f6;
    height: 100%;
}
.qyjs_list .desc p{
    font-size: 18px;
    color:#606060;
    line-height: 35px;
    padding: 80px;
}
/* 企业介绍 end*/

/* 人力资源 */
.rlzy_list{
    padding:1rem 0;
    overflow: hidden;
}
.rlzy_list .rlzy_box{
    background-color: #1f4778;
}
.rlzy_list .title .en{
    font-size:80px;
    color:#fffefe;
    opacity: .1;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
    letter-spacing: 10px;
    position: absolute;
    left:-3px;
    top:-14px;
    margin-top: 0;
    width: 100%;
}
.rlzy_list .title .ch{
    color:#fff;
    font-size: 48px;
    text-align: center;
    letter-spacing: 3px;
    padding-top:0.8rem;
    margin-top: 0;
    font-weight: bold;
}
.rlzy_list .desc p{
    font-size: 16px;
    color:#fff;
    line-height: 35px;
    padding: 0.4rem 0.7rem;
}

.rlzy_full .rlzy_full_box{
    background-color:rgba(31,71,120,.9);
    padding-bottom: 0.8rem;
    overflow: hidden;
    position: relative;
}
.rlzy_full .title .en{
    font-size:80px;
    color:#fffefe;
    opacity: .1;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
    position: absolute;
    left:0;
    top:-7px;
    margin-top: 0;
    width: 100%;
}
.rlzy_full .title .ch{
    color:#fff;
    font-size: 48px;
    text-align: center;
    letter-spacing: 3px;
    padding-top:1.07rem;
    margin-top: 0;
    font-weight: bold;
}
.rlzy_full .desc p{
    font-size: 18px;
    color:#fff;
    line-height: 35px;
    padding: 0.4rem 0.7rem;
}
.rlzy_full .desc_s img{
    margin-top: 10px;
}
.rlzy_full .desc_s{
    font-size: 18px;
    color:#fff;
    line-height: 35px;
    padding: 0 0.7rem;
    margin-bottom: 0.3rem;
}

/* 人力资源 end */

/* 新闻资讯 */
.xwzx_nav{
    margin-top:3em;
}
/* 新闻资讯 end */

/* 技术优势 */
.main_title{
    font-size:45px;
    color:#072767;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
.jsys_list{
    padding-bottom: 1rem;
}
.jsys_list .jsys_txt{
    padding: 0.5rem 1rem;
}
.jsys_list .jsys_img{
    padding:0;
}
.jsys_list .jsys_img img {
    width:100%;
}
.jsys_list .jsys_txt .jsys_title{
}
.jsys_list .jsys_txt .jsys_title img{
    margin-right: 0.1rem;
    margin-top:-0.3rem;
}
.jsys_list .jsys_txt .jsys_title span{
    font-size:36px;
    color:#1c4475;
    font-weight: bold;
    letter-spacing: 3px;
}
.jsys_list .jsys_txt .jsys_desc{
    padding:0.2rem;
    font-size: 18px;
    color:#606060;
    line-height: 35px;
    text-indent: 2em;
}

/* 技术优势 end*/



/* 资质专利 */
.cert_box{
    width:80%;
    margin:0 auto;
    padding:1.4rem 0;
}
.cert_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cert_box li{
    float: left;
    width:27%;
    text-align: center;
    margin-bottom: 60px;
}
.cert_box li img{
    width:100%;
    margin-bottom:25px;
}
.cert_box li span{
    font-size:24px;
    color:#303030;
    font-weight: bold;
}
.cert_box .page{
    width:100%;
    text-align: center;
    letter-spacing: 20px;
    margin-top: 40px;
    font-size:24px;
    color:#303030;
}
.cert_box .page .bold{
    font-size:36px;
    color:#000;
    font-weight: bold;
}
.cert_box .page a{
    font-size:24px;
    color:#303030;
}
/* 资质专利 end */

/* 模型 */
.wapinnerDiv{
    display: none;
}
.wapinnerDiv img{
    width:100%;
}
.logo_nav{
    position: relative;
    /* padding:50px 200px; */
    background:#fff;
}
.model_box{
    overflow: hidden;
    width:1502px;
    margin:0 auto;
    padding:50px;
}
.modelR{
    float: left;
    width:1202px;
}
.model{
    height: 620px;
    margin-bottom:20px;
    border:1px solid #c9c9c9;
    box-sizing: border-box;
}
.model .imgContainer{
    position: relative;
    float: left;
    width:880px;
    height: 100%;
     background: #fff;
    border-right:1px solid #c4c4c4;
    box-sizing: border-box
}
.model .imgContainer.highest{
    width:880px!important;
}
.model .imgContainer .loading{
    position: absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    text-align: center;
    color:#000;
    display: none;
    justify-content: center;
    align-items: center;
    }
    .model .imgContainer .loadingquan{
    width:50px;
    height: 50px;
    display: inline-block;
    }
/* 加载失败弹出框 */
.curveImgERR{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    display: none;
}
.curveImgERR>div{
    width:250px;
    height: 150px;
    background:#fff;
    padding:40px 30px;
    font-size:#000;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 3px 6px #ccc;
}
.curveImgERR .yes{
    position: absolute;
    width:60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #c9c9c9;
    border-radius: 3px;
    font-size:14px;
    bottom:20px;
    right:30px;
    border:1px solid #ccc;
}
/* 曲线图鼠标移动气泡 */
.infoPop{
    position: absolute;
    left:0;
    top:0;
    background:#fff;
    padding:10px;
    border:1px solid #000;
    z-index: 99;
    display: none;
}
.model .imgContainer img{
    width:100%;
    height: 100%;
}
.model .modelSettingContainer{
    float: left;
    width:320px;
    box-sizing: border-box
}
.model .modelSettingContainer .setTitle{
    width:100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color:#000;
    padding-left:25px;
    font-weight: bold;
    background:#e4e4e4;
    border-bottom:1px solid #c4c4c4;
}
.model .modelSettingContainer .model_settings{
    padding:0 25px;
}
.model .modelSettingContainer .model_settings fieldset{
    border-bottom:1px solid #c4c4c4;
    margin-bottom:10px;
}
.model .modelSettingContainer .model_settings legend{
    font-size:14px;
    font-weight: bold;
    color:#000;
    height: 35px;
    line-height: 35px;
    margin-bottom:0;
    border:none;
}
.model .modelSettingContainer .model_settings .input{
    width:100%;
    height: 35px;
    line-height: 35px;
    margin-top:10px;
    margin-bottom:15px;
}
.model .modelSettingContainer .model_settings select{
    width:auto;
    height: 35px;
    line-height: 35px;
}
.model .modelSettingContainer .model_settings .fullSelect{
    height: 35px;
    line-height: 35px;
    border:1px solid #c9c9c9;
    font-size:14px;
}
.model .modelSettingContainer input[type='text']{
    height: 35px;
    line-height: 35px;
    border:1px solid #c4c4c4;
    font-size:14px;
    width:80px;
    padding-left:10px;
}
.model .modelSettingContainer .dftTxt{
    font-size:14px;
    color:#727272;
    margin:0 5px;
}
.resource{
    /* max-width: 1200px; */
    margin:20px auto;
}
.resource .nav {
    position: relative;
}
.resource .nav:after{
    content:'';
    position: absolute;
    bottom:-42px;
    left:0;
    width:100%;
    height: 1px;
    background:#ccc;
}

.resource .nav li{
    float: left;
    padding:10px 15px;
    background: #e4e4e4;
    border:1px solid #c9c9c9;
    border-right:none;
    cursor: pointer;
    z-index: 2;
}
.resource .nav li:last-child{
    border-right:1px solid #c9c9c9;
}
.resource .nav li a{
    font-size:14px;
    font-weight:bold;
    color:#727272;
    padding: 0;
}
.resource .nav li:hover{
    background:#f1f1f3;
}

.resource .nav li a:link{
    background: none;
}
.resource .nav li.active{
    background:#fff;
    border-bottom-color: transparent;
}
.resource .nav li.active a{
    color:#000;
}
.resource .ctn{
    position: relative;
}
.resource .ctn p{
    font-size:14px;
    line-height: 25px;
}
.resource .tab_content{
    width:100%;
    padding:10px;
    background:#fff;
    overflow: hidden;
    border:1px solid #c9c9c9;
    border-top:none;
    left:0;
    top:0;
    display: none;
}
.resource .tab_content .heading{
    margin:10px 0;
    font-size:14px;
    font-weight: bold;
}
.resource .tab_content .halfBox{
    width:50%;
    float: left;
    padding:5px;
}
.resource .tab_content table{
    width:100%;
    margin: 0 0 20px 10px;
    font-size:14px;
}
.resource .tab_content table td{
    width:40%;
    padding:2px 0;
}
.resource .tab_content .fileCtn li{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.modelPro{
    float: left;
    width:200px;
    padding-top:10px;
    overflow: hidden;
    padding-right: 10px;
}
.modelPro .proType{
    font-size:14px;
    padding:10px;
    border:1px solid #337ab7;
    display: inline-block;
    margin:15px 0;
    color:#000;
    margin-right:15px;
}
.modelPro ul{
    margin:10px 0;
    overflow: hidden;
    position: relative;
}
.modelPro li{
    padding:10px 20px;
}
.modelPro li.active{
    background: #ccc;
}
.modelPro li a{
    font-size:14px;
}

/* 模型 end */
.news{
    margin-top:8.25em
}
.news .mask{
    line-height: 1rem;
}
.recommend .mask{
    line-height: 0.6rem;
    height: 20%;
}
.toggle-mask .mask{
    background: #2175ad;
}
.news .toggle-mask .mask{
    transition: all .4s;
}
.news .toggle-mask:hover .mask{
    opacity: 0;
}

/* 故障排除 */
.hitch{
    padding:0.8rem 0;
}
.hitch .hitch_title{
    font-size:36px;
    color:#303030;
    text-align: center;
}
.hitch .warning{
    width:100%;
    background: #0a75bd url('../images/warning.png') no-repeat 10px 30px;
    padding: 25px 25px 25px 80px;
    margin-top:0.6rem;
    margin-bottom: 0.4rem;
}
.hitch .warning p{
    font-size:18px;
    color:#fff;
    line-height: 30px;
    font-family: '微软雅黑';
    letter-spacing: 1px;
}
/* 故障排除 end */

/*售后体系*/
.service{
    padding: 1.5rem 0;
    overflow: hidden;
}
.service .service_top{
    position: relative;   
}
.service .top_txt{
    position:absolute;
    width:640px;
    height: 380px;
    right:0;
    top:0;
    padding-top:70px;
    padding-left:100px;
    background: #1f4778 url('../images/Energy saving technology.png') no-repeat;
    letter-spacing: 2px;
}
.service .top_txt .title{
    font-size:42px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    color:#fff;
}
.service .top_txt p{
    font-size:30px;
    color:#fff;
    line-height: 50px;
}
.shPro_left{
    float: left;
}
.shPro_right{
    float: right;
}
.service .shPro{
    width:48%;
    letter-spacing: 2px;
    margin-top:100px;
}
.service .shPro .shProImg img{
    width:100%;
}
.service .shPro .shProtxt{
    padding: 20px 40px
}
.service .shPro .shProtxt .btitle{
    font-size:18px;
    color:#1b365d;
    line-height: 30px;
    margin-bottom: 40px;
}
.service .shPro .shProtxt .bdesc{
    font-size:16px;
    color:#909090;
    line-height: 30px;
    text-indent: 2em;
}
/*售后体系 end*/


footer{
    padding-bottom: 2%; 
    padding-left: 0;
    padding-right:0;
}
footer .footer-nav li h5{
    font-size:16px;
}
footer .footer-nav li a:hover {
    color:#ea5404;
}
footer .footer-nav li:first-child{
    margin-bottom: 1.2em;
}
footer .copyright ul li a:hover{
    color:#ea5404;
}
footer .wechat{
    width: 23px;
    height: 23px;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: url(../images/icon-footer-social.png)/*tpa=https://www.hegii.com/assets/images/icon-footer-social.png*/ no-repeat 0 0;
    text-indent: -100em;
    float: left;
    cursor: pointer;
}
footer .wechat-pop{
    width: 200px;
    position: absolute;
    left:0;
    bottom:30px;
    display: none;
}
footer .wechat-pop img{
    width:100%;
}
footer .wc_qr{
    clear: both;
    margin-top:10px;
    width:40%;
}
footer .wc_qr img{
    width:100%;
}
/* 联系我们 */
.contact{
    margin-bottom: 6em;
}
.map{
    margin-bottom:6em;
}
.BMap_bubble_content{
    font-size:14px;
    margin-top:10px;
}
/* 联系我们 end */

@media screen and (max-width:1770px){
    .cxbd_box{
        padding-left: 3.4rem;
    }
}
@media screen and (max-width:1560px){
    .cxbd_box{
        padding-left: 2rem;
    }
}

/* 选型系统 */
@media screen and (max-width:1550px){
    .model_box{
        width:1254px;
    }
    .model .imgContainer{
        width:750px;
    }
    .model .imgContainer.highest{
        width:750px!important;
    }
    .model .modelSettingContainer{
        width:250px;
    }
    .modelR{
        width:1002px;
    }
    .modelPro{
        width:150px;
    }
}

/* 企业介绍 end */
@media screen and (max-width:1500px){
    /* 技术优势 */
    .jsys_list .jsys_txt .jsys_desc{
        font-size:14px;
        line-height: 25px;
    }
    /* 人力资源 */
    .rlzy_list .desc p{
        font-size: 14px;
        line-height: 30px;
    }
    .rlzy_full .desc p{
        font-size:16px;
    }
    .rlzy_full .desc_s{
        font-size:16px;
    }
}


@media screen and (max-width:1480px){
    .qyjs_list .desc p{
        padding:50px;
    }
    .qyjs_list .title{
        height: 120px;
    }
    .qyjs_list .title .ch{
        padding-top:60px;
        font-size: 30px;
    }
    .qyjs_list .desc p{
        font-size:16px;
    }
}

@media screen and (max-width:1440px){
    /*主页合作logo模块*/
    .partner_list{
        width:85%;
    }
}

@media screen and (max-width:1320px){
    .cxbd_box{
        padding-left: 1rem;
    }
    .cxbd_box .cxPro_list li{
        width: 4rem;
        height: auto
    }   
    /* .cxbd_box .cxPro_list li .txtSlide:hover{
        padding: 0.1rem 0  0.4rem 0;
    } */
    .cxbd_box .enImg{
        margin-bottom: 0.3rem;
    }
    .cxbd_box .bigCxPro .bigTxtSlide{
        padding-top:0.45rem;
        padding-bottom: 0.5rem;
    }
    .cxbd_box .bigCxPro .bigCxImg{
        width: 7.5rem;
        height: auto;
    }
}

@media screen and (max-width:1300px){

    .hxkh_banner .txt h2{
        font-size:35px;
    }
    /* 选型系统 */
    .navLogo{
        display: none;
    }
    .model_box{
        width:1099px;
    }
    .model .imgContainer{
        width:630px;
    }
    .model .imgContainer.highest{
        width:630px!important;
    }
    .modelR{
        width:882px;
    }
    .modelPro{
        width:115px;
    }
    .logo_nav{
        padding:0;
    }
    .hxkh_banner .txt p{
        font-size:14px;
    }
    .main_title{
        font-size:30px;
    }
    .main_desc{
        font-size:18px;
    }
    .jsys_list .jsys_txt{
        padding:1rem;
    }
    .cert_box li span{
        font-size:20px;
    }
    .service .top_txt .title{
        font-size: 35px;
    }
    .service .top_txt p{
        font-size:25px;
    }
    .hitch .hitch_title{
        font-size:30px;
    }
    
}


@media screen and (max-width:1200px){
    .toggle-icon li{
        padding:0;
    }
    header .header{
        padding-right: 20px;
    }
    header .header nav ul li{
        width:auto;
    }   
    .bpTxt{
        font-size:14px;
        width:27%;
        line-height: 30px;
    }
    .hxkh_banner .txt{
        width: 40%;
    }
    .hxkh_banner .txt h2{
        font-size:30px; 
    }
    
}
@media screen and (max-width:1120px){
    .model_box{
        padding:50px 10px;
        width: auto;
    }  
}
@media screen and (max-width:1036px){
    .model_box{
        padding:50px 10px;
        width: 1019px;
    }  
    .wrapper{
        width:1019px;
        overflow: hidden;
    }
    .modelmoveImg1 img{
        width:1019px!important;
    }
}

@media screen and (max-width:1034px){
    .cxbd_box .bigCxPro .bigTxtSlide h4{
        font-size:20px;
        /* margin-bottom:15px; */
    }
    .cxbd_box .bigCxPro .bigTxtSlide h3{
        font-size:25px;
    }
    .cxbd_box{
        padding-left:0.5rem;
        padding-top:0.5rem;
    }
    .cxbd_box .cxPro_list li{
        margin-right:20px;
        margin-bottom: 15px;
    }
    .cxbd_box .title{
        margin-bottom: 20px;
    }
}

@media screen and (max-width:992px){
    .pull-right{
        display: none;
    }
    header{
        position: fixed;
        height: 55px;
        background-color:rgba(0,0,0,.2);
    }
    header .logo{
        margin-top:0.8em;
    }
    header .nav-toggle{
        display: block;
    }
    .bpTxt{
        font-size:12px;
        line-height: 25px;
    }
    .qyjs_list .mid>div:first-child{
        float: none;
    }
    .qyjs_list .qyjs_box{
        margin-bottom:50px;
    }
    .container{
        width:100%;
    }
    /* .partner */
    .partner_box{
        padding:1em 0 1em 0;
    }
    /* 畅销榜单 */
    .cxbd_box .cxPro_list li .txtSlide h4 img{
        width:20px;
    }
    .cxbd_box .cxPro_list li .txtSlide h4{
        font-size:12px;
    }
    .cxbd_box .cxPro_list li .txtSlide h3{
        font-size:12px;
    }
    /* footer */
    footer .footer-nav .footer-logo{
        padding-top:20px;
    }
    footer .wechat-pop{
        width:120px;
    }
    /* logo */
    .partner_list{
        width: 100%;
    }

    /* 资质专利 */
    .cert_box li{
        width:47%;
    }
    .cert_box li span{
        font-size:18px;
    }
}   

@media screen and (max-width:768px){
    .pc_show{
        display: none;
    }
    .wap_show{
        display: block;
    }
    /* 头部logo */
    header .logo{
        margin-left: 1em;
        margin-top:1em!important;
        width:120px;
    }
    header .logo img{   
        width:100%;
    }
    header{
        height: 55px;
        background-color:rgba(0,0,0,.2);
        position: fixed;
    }
    header .wap_langSwitch{
        display: block;
        position: absolute;
        top:15px;
        right:70px;
        color:#fff;
        font-size:16px;
    }
    header .wap_lang{
        display: inline-block;
        margin:0 0.2rem;
    }
    header .wap_lang a{
        color:#fff;
    }
    header .wap_lang a:hover{
        color:#ea5405;
    }
    header .wap_lang a.ac{
        color:#ea5405;
        font-size:20px;
    }
    .bpMore{
        left:10%;
        top:80%;
    }
    .bpMore .m{
        width:105px;
    }
    .bpMore .arrow{
        width:40px;
        height: 40px;
        line-height: 40px;
        margin-left: 1px;
    }
    .bpMore .arrow .r{
        margin-left:40px;
    }
    .bpMore .arrow img{
        width:15px;
    }
    .bpTxt{
        width:60%;
        left:7%;
        top:40%;
    }
    .clickHand img{
        width:50px;
    }
    .whiteCircle div{
        width:70px;
        height: 70px;
    }
    .blueCircle div{
        width:55px;
        height: 55px;
    }
    .whiteCircle{
        top:65%;
    }
    .blueCircle{
        top:66.5%;
    }

    .pc_banner{
        display: none;
    }
    .wap_banner{
        display: block;
    }
    .pc_img{
        display: none;
    }
    .wap_img{
        display: block;
    }


    .hxkh_banner .txt h2{
        font-size: 20px;
    }
    .hxkh_banner .txt{
        width: 250px;
        top:5rem;
    }
    .index-product-series{
        padding:0!important;
        position: relative!important;
    }
    .toggle-icon{
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
    .toggle-icon li{
        float: left;
        border-left: none;
        border-right: 1px solid #ccc!important;
        border-bottom:1px solid #ccc!important;
        margin:0;
        width:33.2%;
        padding:20px;
    }
    .toggle-icon li:last-child{
        border-right: 1px solid #ccc;
    }
    .news-list{
        margin-bottom: 2em;
        padding:0 20%;
    }
    .rec-list{
        padding: 0 20%;
    }
    .toggle-mask{
        margin-bottom: 2em;
    }
    .news .mask{
        line-height: 2.5rem;
    }
    .recommend .mask{
        line-height: 12rem;
    }

    /* 资质专利 */
    .cert_box li{
        width:100%;
    }
    /* 资质专利 end */

    /* 人力资源 */
    .rlzy_list .title .ch{
        font-size: 20px;
    }

    /* 新闻资讯 */
    .news .toggle-icon li a{
        width: auto;
    }
    .toggle-icon li a .xwzx_nav_img{
        width:35px;
    }
    .news .toggle-icon li a>span{
        min-height: 36px;
    }
    .news .toggle-icon li a span:nth-child(2){
        margin-top:0.5em;
    }
    .news .toggle-icon li a>span{
        min-height: 20px;
    }
    .xwzx_nav{
        margin-top:0;
    }
    .xwzx_nav .toggle-icon li{
        padding: 0;
        margin:10px 0;
        border-bottom: none!important;
    }
    .xwzx_nav .toggle-icon li:last-child{
        border-right: none!important;
    }
    .xwzx_list{
        padding:0;
    }
    .xwzx_list>div{
        padding:1em 0;
        margin-bottom: 20px;
        border-bottom: 1px dotted #ccc;
    }
    .pagination>li{
        display: inline-block;
        margin-bottom: 10px;
    }
    .news-list>div .news-img{
        width:35%;
    }
    .news-list>div .news-brief{
        width:65%;
        padding-left:1em;
    }
    .news-list>div .news-brief .brief-title{
        margin-top:0;
    }
    .news{
        margin-top:2rem;
    }
    /* 新闻资讯 end */

    /* 故障排除 */
    .hitch .hitch_title{
        font-size:20px;
    }
    .hitch .warning p{
        font-size:14px;
    }

    /*售后体系*/
    .service .top_txt{
        width:400px;
        height: 210px;
        padding-left: 40px;
        padding-top: 30px;
    }
    .service .top_txt .title{
        font-size:30px;
    }
    .service .top_txt p{
        font-size:20px;
        line-height: 30px;
    }
    .service .shPro{
        width:100%;
    }
    .service .shPro{
        margin-top:50px;
    }

    /* 企业介绍 */
    .qyjs_list .title{
        height: 100px;
    }
    .qyjs_list .title .ch{
        padding-top: 50px;
        font-size:25px;
    }
    .qyjs_list .desc p{
        padding:25px;
        font-size:14px;
        line-height: 30px;
    }
    .qyjs_list{
        margin-bottom: 1rem;
    }

    /* 企业介绍 end */

    /* 加入我们 */
    .rlzy_full .title .ch{
        font-size:20px
    }
    .rlzy_full .desc p{
        font-size:14px;
        line-height: 30px;
    }
    .rlzy_full .desc_s{
        font-size:14px;
        line-height: 30px;
    }
    .rlzy_full .desc_s img{
        margin-top:0;
        width:30px;
    }
    .rlzy_full .desc_s{
        margin-bottom: 0.5rem;
    }
    /* 加入我们 end */

    /* 技术优势 */
    .main_title{
        font-size:25px;
    }
    .main_desc{
        font-size:16px;
        line-height: 30px;
        text-align: left;
    }
    .jsys_list .jsys_txt .jsys_title img{
        width: 50px;
    }
    .jsys_list .jsys_txt .jsys_title span{
        font-size: 25px;
    }
    .jsys_list .jsys_box{
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    /* 联系我们 */
    .contact{
        margin-top:3em;
        margin-bottom: 0;
    }
    .contact .list-ol{
        flex-wrap: wrap;
    }
    .contact .list-ol li{
        width:100%;
        flex: none;
        margin-bottom:50px;
    }
    .contact .list-ol li:nth-child(2n+1){
        border-right: none;
        border-left: none;
    }
    .map{
        margin-bottom: 3em;
    }
    #Mapcontainer{
        height: 300px!important;
    }
    /* 联系我们 end */


    /* pc端产品列表显示 */
    .wap-prod-series{
        display: block
    }

    /*主页图文*/
    .news{
        width: 100%;
    }
    .recommend{
        width:100%;
        margin:0;
    }
    .partner_box{
        padding:3em 0 1em 0;
    }
    footer .container{
        width:100%;
    }
    footer .footer-nav .footer-logo{
        margin-top: 1.25em;
    }
    footer .href{
        margin-bottom: 20px;
    }
    footer a{
        font-size:12px;
    }
    
    /*主页合作logo模块*/
    .partner{
        margin:0;
    }
    .partner .partner_logo{
        margin-bottom: 30px;
    }
    .partner .partner_logo div{
        height: 3rem;
        line-height: 3rem;
    }


    /* 选型 */
    .wrapper{
        width:auto;
    }
    .moveLine{
        display: none;
    }
    .innerDiv{
        display: none;
    }
    .wapinnerDiv{
        display: block;
    }
    .modelPro{
        width:100%;
        padding-top:0;
    }

    .modelPro li{
        float: left;
    }
    .modelPro select{
        width: 100%;
        padding: 10px;
        margin:15px 0;
    }

    .model_box{
        width:100%;
    }
    .modelR{
        width:100%;
    }
    .model{
        width:100%; 
        height: auto;
    }
    .model .imgContainer{
        float: none;
        height: 500px;
    }
    .model .modelSettingContainer{
        width:100%;
        float: none;
    }
    .resource{
        width:100%;
        border: 1px solid #c9c9c9;
    }
    .resource .nav:after{
        display: none;
    }
    .resource .nav li{
        border-top:none;
        border-left: none;
        border-right: 1px solid #c9c9c9;
    }
    .resource .tab_content{
        border:none;
    }
    .resource .tab_content .halfBox{
        width:100%;
    }
    

    /* 滑动到顶部 */
    .go-top{
        display: block!important;
    }

}
@media screen and (max-width:600px){
    .href{
        width:50%;
    }
}
@media screen and (max-width:500px){
    .service .top_txt{
        width:300px;
        height: 165px;
        padding-left: 30px;
        padding-top: 20px;
    }
    .service .top_txt .title{
        font-size:20px;
    }
    .service .top_txt p{
        font-size:14px;
        line-height: 25px;
    }
}