/* 公共的样式（样式重置及部分公共样式直接引用layui的） */

.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearfix{
    clear: both;
    *zoom: 1
}
.clearfix:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0
}
.content{
    width: 1200px;
    margin:0 auto;
    background: #fff;
}
.c_title{
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: #097ac3;
}
a:hover{
    color: #d00;
}
.nav{
    margin: 20px 0;
}
.nav a{
    margin-right: 10px;
    color: #c6c7ca;
    font-size: 12px;
}
.nav a .layui-icon{
    font-size: 12px;
    margin-left: 5px;
}

.navAbout{
    width: 240px;
    margin-left: 960px;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
    overflow: hidden;
    background: #fff;
}
.navAbout li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e4e4e4;
    text-indent: 24px;
}
.navAbout li.na_active{
    background:#d50a0a;
    background:linear-gradient(45deg,rgba(208,0,0,1),rgba(255,106,110,1));
}
.navAbout li.na_active a{
    color: #fff;
}



/* 百度分享 */
.bdsharebuttonbox {font-size: 14px; color: #333; line-height: 24px;margin-left:95px;}
.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
.bdsharebuttonbox .bds_sqq {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("/public/images/huaqiu/qq.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0 0 0 6px;
    padding: 0;
    width: 24px;
}
.bdsharebuttonbox .bds_weixin {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("/public/images/huaqiu/qqkj.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0 0 0 6px;
    padding: 0;
    width: 24px;
}
.bdsharebuttonbox .bds_tsina {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("/public/images/huaqiu/weibo.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0 0 0 6px;
    padding: 0;
    width: 24px;
}
.bdsharebuttonbox .bds_qzone {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("/public/images/huaqiu/weixin.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0 0 0 6px;
    padding: 0;
    width: 24px;
}
.bdsharebuttonbox a, .bdsharebuttonbox .bds_more{
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 16px;
}


.container {
    width: 1200px;
    margin: 0 auto;
}

/* 导航 */
.nav-menu {
    display: flex;
    justify-content: space-between;
    line-height: 100px;
    height: 100px;
}
.nav-menu .items {
    display: flex;
    font-size: 16px;
}
.nav-menu .items li {
    cursor: pointer;
    float: left;
    margin-left: 25px;
    line-height: 98px;
}
.nav-menu .items li:hover a{
     color: #d00;
}
.nav-menu .items .m_nav_list_1 li {
    float: initial;
}
.nav-menu .items .at_nav_content {
    position: relative;
}
.nav-menu .items li .en-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url('/public/img/en-icon.png') no-repeat;
  background-size: 100% 100%;
}
.m_nav_list{
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #fff;
    position: absolute;
    z-index: 999;
    box-shadow: 0px 5px 5px #bbb;
    display: none;
}
.nav-menu .m_nav_list li{
    line-height: 27px;
    margin-left: 20px;
    font-size: 14px;
}
.nav-menu  .items .m_nav_list  li a{
    color: #333;
}
.nav-menu .m_nav_list li a:hover{
    color: #d00;
}
.nav-menu .m_nav_list li.pcb-nav{
    position: relative;
}
.nav-menu .m_nav_list li.pcb-nav i{
    font-style: inherit;
    /* position: absolute; */
    background: #d00;
    width: 60px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    /* left: 70px; */
    padding: 2px 0;
    border-radius: 8px 0;
    line-height: 14px;
    /* top: 2px; */
}
.nav-menu .items li a{
    margin-right: 5px;
}
.nav-menu .at_nav_list {
    left: 50%;
    transform: translateX(-50%);
    min-width: 80px; 
    max-width: 400px; 
    margin: 0 auto;
}
.nav-menu .at_nav_list ul {
    overflow: auto;
    padding: 0 20px;
}
.nav-menu .at_nav_list li{ 
    line-height: 27px;
    display: block;
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    float: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.nav-menu .items li span{
    display: inline-block;
    width: 20px;
    height: 10px;
    position: relative;
}
.nav-menu .items li span:after{
    position: absolute;
    width: 0px;
    height: 0px;
    content: " ";
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.nav-menu .items li:hover{
    font-weight: 700;
    color: #D00000;
}

.nav-menu .items li:hover .m_nav_list{
    display: block;
}
.nav-menu .items .on {
    border-bottom: 2px solid #D00000;
    font-weight: 700;
    color: #D00000;
}
.nav-menu .items .on a {
    color: #D00000;
}
/* 导航 end */

/* 首页 */
.ind-banner {
    height: 20px;
}
.ind-banner .layui-carousel-ind ul {
    background-color: transparent;
}
.ind-banner.layui-carousel>[carousel-item]>* {
    background-color: #666;
}
.ind-banner .layui-carousel-ind li {
    height: 5px;
    width: 20px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 3px;
}
.ind-banner .layui-carousel-ind .layui-this {
    background-color: #fff;
}
.ind-banner.layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
    width: 35px;
    height: 72px;
    margin-top: -36px;
    border-radius: 0;
    background-color: #111;
}
.ind-banner.layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type=sub] {
    left: 0;
}
.ind-banner.layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}
.ind-tit {
    padding: 70px 0 30px;
    text-align: center;
}
.ind-tit .en {
    font-size: 30px;
    font-weight: 700;
}
.ind-tit .cn {
    display: block;
    margin-top: 5px;
    font-size: 24px;
}
.ind-prod-list img {
    display: block;
    width: 380px;
    height: 285px;
    border-radius: 10px;
}
.ind-prod-list ul {
    overflow: hidden;
    margin: 0 -30px -40px 0;
}
.ind-prod-list li {
    float: left;
    margin: 0 30px 40px 0;
}
.ind-prod-list .tit {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}
.ind-device {
    margin-top: 70px;
    background-color: #30333b;
    color: #fff;
    overflow: hidden;
    padding-bottom: 120px;
}



.index-manu-proce {
    width: 600px;
    height: 400px;
    padding: 10px 140px;
    margin: 0 auto;
    position: relative;
}
.index-manu-proce .bd {
    position: absolute;
    left: 50px;
    top: 0;
}
.index-manu-proce .bd li {
    position: relative;
    width: 600px;
    height: 400px;
    border-radius: 3px;
    cursor: pointer;
}
.index-manu-proce .cont {
    transition: width 1s;
    position: relative;
    height: 400px;
    width: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 100px;
    background-color: #fff;
}
.index-manu-proce .tempWrap {
    padding: 10px 140px !important;
    overflow: visible !important;
}
.index-manu-proce .tempWrap ul {
    overflow: visible!important;
}
.index-manu-proce .bd ul {
    margin-left: -650px !important;
}
.index-manu-proce .large {
    z-index: 1;
}
.index-manu-proce .large .cont {
    transition: width .25s;
    box-shadow: 0 0 150px #000;
    width: 100%;
    overflow: visible;
    background-size: auto 100%;
    background-position: center center;
}
.index-manu-proce .l .cont, .index-manu-proce .r .cont {
    margin-top: 40px;
    width: 140px;
    height: 320px;
    background-size: auto 100%;
    background-position: center center;
    overflow: visible;
}
.index-manu-proce .l .cont {
    float: right;
}
.index-manu-proce .r .cont {}
.index-manu-proce .cont .tit {
    display: none;
    padding: 30px 0 5px;
    font-size: 16px;
}
.index-manu-proce .large .tit {
    position: absolute;
    display: block;
    width: 100%;
    top: 410px;
    padding-top: 26px;
    text-align: center;
}
.index-manu-proce .prev,
.index-manu-proce .next {
    position: absolute;
    top: 164px;
    z-index: 1;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    cursor: pointer;
    border-radius: 100%;
    padding: 20px;
}
.index-manu-proce .prev:hover,
.index-manu-proce .next:hover {
    background-color: #7f7f7f;
}
.index-manu-proce .prev {
    left: -150px;
}
.index-manu-proce .next {
    right: -150px;
}
.index-manu-proce .layui-icon {
    font-size: 30px;
}

.ind-aboutus {
    overflow: hidden;
}
.ind-aboutus .l {
    float: left;
    width: 600px;
    height: 400px;
    background-color: #555;
}
.ind-aboutus .r {
    overflow: hidden;
    padding: 45px 40px;
    height: 308px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    color: #535353;
    line-height: 1.8;
}
.ind-aboutus .r img {
    margin-bottom: 25px;
}
.ind-aboutus .more {
    margin-top: 30px;
    display: block;
    font-weight: 700;
}
.ind-aboutus .more:hover {
    color: #1e74bb;
}
.ind-news .cont {
    overflow: hidden;
}
.ind-news .bd {
    float: left;
    margin-right: 100px;
    width: 420px;
}
.ind-news a:hover {
    color: #1e74bb;
}
.ind-news .bd time {
    color: #666;
}
.ind-news .bd .tit {
    margin: 5px 0 8px;
    font-size: 18px;
    font-weight: 700;
}
.ind-news .bd img {
    max-width: 100%;
}
.ind-news .hd {
    overflow: hidden;
}
.ind-news .hd time {
    color: #666;
}
.ind-news .hd .tit {
    margin: 5px 0 8px;
    font-size: 18px;
    font-weight: 700;
}
.ind-news .hd li {
    margin-top: -1px;
    padding: 15px 10px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.ind-news .hd li:hover {
    background-color: #f6fafd;
}
.ind-news .hd li:hover a,
.ind-news .hd li:hover {
    color: #1e74bb;
}
.ind-contactus {
    position: relative;
    margin-top: 80px;
    height: 400px;
}
.ind-contactus-map {
    position: absolute;
    height: 100%;
    width: 100%;
}
.ind-contactus .info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -137px 0 0 290px;
    padding: 20px 30px;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 0 15px #ddd;
}
.ind-contactus .info .bg {
    padding: 5px 0 0 40px;
    background: url('/public/img/hqpcba-contact-icons.png') no-repeat;
    color: #222;
}
.ind-contactus .info .tit {
    font-size: 16px;
    font-weight: 700;
}
.ind-contactus .info p {
    margin-bottom: 20px;
}
/* 首页 end */

/* 站点底部 */
.foot_nav{
    width: 100%;
    height: 60px;
    line-height: 58px;
    background: #fff;
}
.foot_nav ul{
    width: 960px;
    margin: 0 auto;
}
.foot_nav ul li{
    width: 85px;
    margin: 0 10px;
    float: left;
    text-align: center;
    border-top: 2px solid #fff;
}
.foot_nav ul li.f_active{
    border-top: 2px solid #d00;
    font-weight: bold;
}
.foot_nav ul li.f_active a{
    color: #d00;
}
.site-footer {
    width: 100%;
    height: 40px;
    background-color: #333333;
    color: #c6c6c6;
    font-size: 12px;
    text-align: center;
    padding: 0;
    line-height: 40px;
}
.site-footer a,
.site-footer a:hover {
    color: #c6c6c6;
}
.site-footer .l {
    float: left;
    width: 400px;
}
.site-footer .l ul {
    overflow: hidden;
}
.site-footer .l li {
    float: left;
    width: 50%;
}
.site-footer .r {
    overflow: hidden;
    text-align: right;
}
/* 站点底部 end */



/*********** 产品展示列表页面 ****************/
.p_content{
    width: 100%;
    padding:50px 0;
}
.p_c_left{
    width: 300px;
    float: left;
}
.p_c_right{
    margin-left: 28px;
    width: 872px;
    float: right;
}
.product_type{
    border:1px solid #e4e4e4;
}
.product_type ul li{
    width: 100%;
    line-height: 50px;
}
.product_type ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.product_type ul li a:hover{
    background: #f2f8fc;
}
.product_type ul li a.a_active{
    background: #f2f8fc;
    color: #076cad;
}

.product_list ul li{
    width: 280px;
    height: 280px;
    margin: 10px 0 0 10px;
    float: left;
}
.product_list .img_box{
    width: 100%;
    height: 210px;
    background: #f7f6f4;
    border-radius: 5px;
    text-align: center;
    line-height: 210px;
    overflow: hidden;
}
.img_box img{
    vertical-align: middle;
    max-width: 90%;
}
.product_list .product_title{
    line-height: 70px;
    text-align: center;
}


/********************** 公司动态列表 ******************/
.n_content{
    padding: 50px 0;
}
.n_c_left{
    width: 760px;
    float: left;
}
.n_c_right{
    width: 300px;
    float: right;
    bottom: 1px solid #e4e4e4;
}
.n_c_list ul li{
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.n_c_list .n_c_imgBox{
    width: 180px;
    height: 120px;
    line-height: 120px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.n_c_imgBox img{
    width: 100%;
    vertical-align: middle;
}
.n_c_list .n_c_info{
    height: 120px;
}
.n_c_info h3{
    font-size: 20px;
    line-height: 40px;
}
.n_c_info h5{
    color: rgb(153, 153, 153);
    line-height: 30px;
}
.n_c_info p{
    color: rgb(91, 93, 104);
    line-height: 24px;
    height: 45px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n_c_questionList{
    border: 1px solid #e4e4e4;
}
.n_c_questionList ul{
    height: 400px;
    padding: 0 20px;
    overflow-y: scroll;
}
.n_c_questionList ul li{
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.n_c_questionList h3{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.n_c_questionList h3:hover{
    cursor: pointer;
    color: #076cad;
}
.n_c_questionList b{
    color: #076cad;
}

/********************* 公司动态详情 ************/

.nwe_deatailContent{
    width: 940px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e4e4e4;
}
.share_box{
    width: 100%;
    line-height: 24px;
    margin: 30px 0;
    color: #c3c3c3;
}
.nwe_deatail_article p{
    text-indent: 24px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 28px;
}
.nwe_deatail_article img{
    display: block;
    margin: 20px auto;
}
.nwe_deatailPageNav{
    width: 940px;
    margin: 50px 0 100px 0;
    color: #d0d0d0;
}
.nwe_deatailPageNav a{
    color: #d0d0d0;
}
.nwe_deatailPageNav a:hover{
    color: #076cad;
}

/* 产品详情 */
.prod-view .ibox {
    float: left;
    margin-right: 45px;
    width: 400px;
}
.prod-view .ibox img {
    max-width: 100%;
}
.prod-view .ext {
    overflow: hidden;
    line-height: 1.8;
    color: #666;
}
.prod-view .ext .tit {
    font-weight: 700;
    color: #1c72ba;
}
.prod-view-about {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}
.prod-view-about .hd {
    line-height: 40px;
    padding: 0 20px;
}
.prod-view-about .hd .tit {
    font-weight: 700;
    color: #1c72ba;
}
.prod-view-about .hd .prev,
.prod-view-about .hd .next {
    float: right;
    cursor: pointer;
    margin-left: 20px;
}
.prod-view-about .hd .layui-icon {
    font-size: 14px;
    border: 1px solid #e4e4e4;
    line-height: 1;
    border-radius: 100%;
    padding: 2px;
}
.prod-view-about .hd .prev:hover .layui-icon,
.prod-view-about .hd .next:hover .layui-icon {
    background-color: #eee;
}
.prod-view-about .bd {
    padding: 10px;
}

.prod-view-about .bd ul {
    overflow: hidden;
    zoom: 1;
}

.prod-view-about .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 162px;
}

.prod-view-about .bd ul li .pic {
    text-align: center;
}

.prod-view-about .bd ul li .pic img {
    width: 160px;
    height: 120px;
    display: block;
    border-radius: 8px;
}

.prod-view-about .bd ul li .pic a:hover img {
    border-color: #999;
}

.prod-view-about .bd ul li .tit {
    line-height: 36px;
}
.prod-view-about .bd ul li .tit a {
    color: #666;
    font-size: 12px;
}


.carousel-imgs-box {
    float: left;
    margin: 0 86px 0 5px;
    min-height: 490px;
}
.carousel-imgs-box .imgs-tit {
    line-height: 68px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.carousel-imgs {
    border: 1px solid #e0e0e0;
    border-bottom: none;
}
.carousel-imgs>[carousel-item]>* {
    background-color: #fff;
}
.carousel-imgs .ibox {
    height: 330px;
    background-color: #f1f1f1;
    line-height: 330px;
    text-align: center;
}
.carousel-imgs .ibox img {
    max-width: 80%;
    max-height: 80%;
}
.carousel-imgs.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    top: 438px;
    width: 30px;
    height: 60px;
    border-radius: 0;
    background-color: #eee;
    color: #333;
    line-height: 60px;
}
.carousel-imgs.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub] {
    left: 0;
}
.carousel-imgs.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}
.carousel-imgs .layui-carousel-ind {
    top: 75px;
    background-color: transparent;
    margin: 0 auto;
    width: 321px;
    overflow: hidden;
}
.carousel-imgs .layui-carousel-ind ul {
    position: relative;
    background-color: transparent;
    white-space: nowrap;
}
.carousel-imgs .layui-carousel-ind li {
    margin: 0 6px;
    width: 93px;
    height: 73px;
    line-height: 73px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center center;
    background-color: #f1f1f1;
    border: 1px solid #fff;
}
.carousel-imgs .layui-carousel-ind .layui-this {
    border-color: #1355dc;
}
.prod-view-box .text {
    overflow: hidden;
    color: #5d5d5d;
    line-height: 2;
}
.prod-view-box .text .tit {
    margin-top: 15px;
    color: #333;
    font-size: 16px;
}
.prod-view-page-ctrl {
    margin: 80px 0;
    text-align: center;
    font-size: 16px;
}
.prod-view-page-ctrl a {
    margin: 0 15px;
}
/* 产品详情 end */

/* 联系我们 */
.contactus-map {
    height: 400px;
}
.contactus-info {
    padding: 30px 0 80px;
    line-height: 2;
    font-size: 16px;
    color: #333;
}
.contactus-info .l {
    float: left;
    width: 530px;
}
.contactus-info .r {
    overflow: hidden;
}
.contactus-info .tit {
    font-weight: 700;
}
/* 联系我们 end */




.more_btn{
    margin: 30px 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: normal;
    text-align: center;
}
.page-cur, .page-next:hover, .page-num:hover, .page-prev:hover{
    background:#d00;
    border-color: #d00;
}
.more_btn a,
.more_btn span{
    margin: 0 5px;
    padding: 4px 10px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
.more_btn span{
    background-color: #d00;
    color: #fff;
}

/* 得助智能客服 */
.sdk-action {
    right: 100px!important;
}
.sdk-frame {
    right: 100px!important;
}