@charset "utf-8"; 

a{
    color: inherit;
}
nav[aria-label="breadcrumb"]{
    color: rgba(255,255,255,.6);
}
.section-title .title{
    font-size: 46px;
    margin-bottom: 30px;
    font-weight: normal;
}
.section.about_box1 .text_box{
    margin-bottom: 30px;
}
.section.about_box1 .img_out_box{
    margin-left: 34px;
}
.section.about_box1 .about_bg_dot{
    position: absolute;
    background: url(../images/dot_bg.png) no-repeat 0 0;
    width: 311px;
    height: 241px;
    left: -34px;
    top: -28px;
    z-index: -1;
}
.section.about_box2{
    padding-top: 0px;
}
.sigma_icon-block.icon-block-7 p{
    color: #777;
}
.sigma_icon-block.icon-block-7.text-center {
    border: 1px #eaeaea solid;
}
.section.about_box3{
    padding: 50px 0px;
}
.section.about_box3 .text_out_box{
    display: table;
    height: 100%;
}
.section.about_box3 .text{
    padding-bottom: 20px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.section.about_box3 .text:after{
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../images/quote.png) no-repeat 0 0;
    width: 59px;
    height: 48px;
}


.pagelist{
    width: 100%;
    text-align: center;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
    width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: #ef8200;
    color: #fff;
}


.section.ablbum_list{
    padding-bottom: 80px;
}
.ablbum_list .ablbum_item{
    margin-bottom: 30px;
}
.ablbum_list .ablbum_item a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc(75% + 4em - 10px);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 10%);
}
.ablbum_list .ablbum_item a img{
    width: calc(100% - 20px);
    height: calc(100% - 10px - 4em);
    position: absolute;
    left: 10px;
    top: 10px;

}
.ablbum_list .ablbum_item .i_out_box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    left: 0px;
    transition: all .3s ease;
    vertical-align: middle;
    line-height: 180px;
    font-size: 20px;
    z-index: 1;
    text-align: center;
    display: table;
}
.ablbum_list .ablbum_item .i_out_box i{
    display: table-cell;
    vertical-align: middle;
}
.ablbum_list .ablbum_item:hover .i_out_box {
    visibility: visible;
    opacity: 1;
    top: 0px;
    transition: all .3s ease;
}
.ablbum_list .ablbum_item a p{
    margin-bottom: 0px;
    line-height: 4em;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

.sigma_footer{
    border-top: 1px solid #f1f0f6;
}


/*产品列表*/
.pro_list .pro_item{
    margin-bottom: 30px;
}
.pro_list .pro_item a{
    display: block;
    box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 10%);    
}
.pro_list .pro_item .img_out_box{
    width: 100%;
    height: 0;
    padding-top: 66.67%;
    overflow: hidden;
    position: relative;
}
.pro_list .pro_item .img_out_box img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    left: 0;
    top: 0;
    position: absolute;
    transition: all .4s ease;
}
.pro_list .pro_item:hover .img_out_box img{
    transform: scale(1.1);
}
.pro_list .pro_item p{
    transition: all .4s ease;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1c1c1c;  
    font-size: 16px;  
}
.pro_list .pro_item:hover p{
    color: #ef8200;
}


.section.pro_detail_box{
    background: #f2f2f2;
}
.content_tit{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    border-bottom: 1px solid #efefef;
    background: #fff;
}
.content_tit span{
    display: block;
    line-height: 46px;
    width: 140px;
    text-align: center;
    border-right: 1px solid #efefef;
    font-size: 16px;
    color: #1c1c1c;
}
.pro_detail .img_out_box{
    background: #fff;
    padding: 30px;
}
.pro_detail .img_box .right p.title{
    font-size: 30px;
    color: #1c1c1c;
    margin-top: 30px;
    margin-left: 20px;
}
.pro_detail .img_box .right p.readcount_box{
    margin-bottom: 40px;
    margin-left: 20px;
}
.pro_detail .img_box .right p.date{
    margin-left: 20px;
}
.pro_detail .img_box .right p.readcount_box label{
    font-weight: normal;
    color: inherit;
}
.pro_detail .img_box .right p.button{
    margin-left: 20px;
}
.pro_detail .img_box .right p.button a{
    display: inline-block;
    background: #1c1c1c;
    color: #fff;
    padding: 12px 32px;    
    margin-right: 15px;
}
.pro_detail .content_box{
    padding: 30px;
    background-color: #fff;
}



.pro_detail .right_pro_list{
    padding: 40px 30px;
    background: #fff;
}
.pro_detail .right_pro_list .more_tit{
    color: #1c1c1c;
    font-size: 22px;
}
.pro_detail .right_pro_list li a{
    display: block;
    border: 1px solid #efefef;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.pro_detail .right_pro_list li a:hover{
    border: 1px solid #efefef;
    color: #fff;
    background: #ef8200;
}
.pro_detail .right_pro_list li a i{
    font-weight: 300;
    float: right;
    line-height: 50px;
}




.section.news_detail{
    background: #f2f2f2;
    padding: 60px 0; 
}
.section.news_detail .container{
    max-width: 1200px;
    background: #fff;
    padding: 60px;
}
.section.news_detail .box_1 p.title{
    font-size: 30px;
    color: #1c1c1c;
}
.section.news_detail .box_1 .bshare-custom{
    display: inline-block;
}
.section.news_detail .box_1 .date{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #efefef;
}
.section.news_detail .box_3{
    background: #efefef;
    padding: 20px;
    margin-top: 30px;
}
.section.news_detail .box_3 p{
    margin-bottom: 0px;
}

/*一键分?/
#bsPanel,#bsBox,.bFind-wrapper-top{
    box-sizing: unset;
}


.message_out_box .index_form_box{
    margin: 0 auto;
}


.section.message_out_box .form-control{
    border: 1px solid #dedede;
    color: #1c1c1c!important;
}
.section.message_out_box .form-control:focus{
    border: 1px solid #c5c4c4;
}

.section.contact_box{
    background-color: #f2f2f2;    
}
.contact_box .container{
    width: 1400px;
    max-width: 80%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact_box .container .left_inner_box{
    padding-left: 100px;
}
.contact_box .container .left_inner_box p{
    margin-bottom: 10px;
}
.contact_box .container .left_inner_box p.title{
    font-size: 26px;
    color: #1c1c1c;
    margin-bottom: 20px;
}
.contact_box .container .left_inner_box p:last-child{
    margin-bottom: 30px;
}












