.main_header{
    width: 100%;
    height: 645px;
    position: relative;
}
/* 轮播图 */
.banner{
    width: 100%;
    height: 600px;
    position: absolute;
    font-family: 'Microsoft YaHei';
    color: #FFFFFF;
    font-style: normal;
}
.banner img{
    width: 100%;height: 100%;
}
 .banner_title{
    position: absolute;
    left: 18%;
    top:23%;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
      font-family: 'Microsoft YaHei';
    color: #FFFFFF;
    font-style: normal;
}
.banner_description{
    position: absolute;
    left: 18%;
    top:39%;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.045em;
    width: 321px;
       font-family: 'Microsoft YaHei';
    color: #FFFFFF;
    font-style: normal;
}
 .banner_action{
    position: absolute;
    left: 18%;
    top:59%;    
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    text-align: center;    
    font-family: 'PingFang SC';
    background: #0074C5;
    border-radius: 2px;
    width: 135px;
    height: 42px;
       font-family: 'Microsoft YaHei';
    color: #FFFFFF;
    font-style: normal;
}
/* 悬浮模块 */
.model_list{
    width: 74%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    height: 89px;
    display: flex;
    justify-content: space-between;
}
.model_list li{
    width: 23%;
    height: 100%;
    box-sizing: border-box;
    line-height: 89px;
    text-align: center;
    background: #FBFCFD;
    border: 2px solid #FFFFFF;
    box-shadow: 8px 6px 15px rgba(197, 213, 234, 0.8);
    border-radius: 4px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.045em;
    color: #0074C5;
}
.model_list li img {
    vertical-align: middle;
}
.model_list li a {
      font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.045em;
    color: #0074C5;
}

/* 企业动态 */
.qydt{
    width: 74%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
.title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #333333; 
}
.title a{
     font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color:#333333;
}
.more{
    position: absolute;
    right: 0;
    top: 60px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0074C5;
}
.more a{
    color: #0074C5;
}
.qydt .qydt_main{
    width: 100%;
     /*height: 379px; */
    margin-top:50px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.qydt_main .left{
    width: 47.7%;
    position: relative;
}
.qydt_main .center{
    width: 18.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qydt_main .center .center_main{
    width: 100%;
    height: 49%;
    position: relative;
}
.qydt_main .center img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qydt_main .right{
    width: 28.9%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*.qydt_main .left img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.aqcp{
    width: 100%;
    padding-top: 50px;
}
.qydt_main .right li{
   border-bottom: 2px solid #B8B8B8;
   padding-bottom: 15px;
   padding-top:15px ;
}
.qydt_main .right li:last-child{
   border-bottom: 0px solid #B8B8B8;
   padding-bottom: 0px;
}
.qydt_main .right li:first-child{
   padding-top:0px ;
}
.qydt_main .right .right_title{
   margin-bottom: 10px;
   text-overflow:ellipsis;
   white-space: nowrap;
   overflow: hidden;
   font-family: 'PingFang SC';
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 25px;
   color: #333333;  
}
.right_title a {
     font-family: 'PingFang SC';
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 25px;
   color: #333333;  
}
.qydt_main .right_time{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #717171;
}
.qydt_layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.qydt_cover{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    
}
.qydt_blur{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
	transform: translateZ(0);
	/* blur */
	filter: url(blur-5px.svg#blur);
	/* css3 */
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(5px); /* FireFox 35+ support */
	left: -5px;
}
.qydt_content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.2);
    overflow: hidden;
    /*height: 15%;*/
    padding-left:15px;
    box-sizing: border-box;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-around;*/
    /*background:rgba(255, 255, 255, 0.61);*/
    /*border-top: 1px solid #FFFFFF;*/
}
.qydt_content .qydt_bt,.qydt_nr{
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'PingFang SC';
    font-style: normal;
    color: #FFFFFF; 

}
.qydt_content .qydt_bt{    
    font-weight: 700;
    font-size: 14px;
    /*line-height: 22px;*/
}
.qydt_content .qydt_nr{    
    font-weight: 400;
    font-size: 14px;
    /*line-height: 20px;*/
}

/* 安全产品 */
.aqcp_main{
    width: 100%;
    /*height: 612px;*/
    height: 31.77vw;
    background: url('../images/aqcp/back.gif');
    background-size: cover;
    margin-top: 48px;
    position: relative;
}
.aqcp_label{
    width: 36%;
    /*height: 503.5px;*/
    height: 26.22vw;
    position: absolute;
    right: 13%;
    top: 50%;
    transform: translate(0,-50%);
    /* backdrop-filter: blur(20px); */
    border-radius: 4px;
}
.aqcp_tab{
    width: 100%;
    /*height: 60px;*/
    height: 3.125vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aqcp_tab li{
    width: 18.8%;
    height: 100%;
}
.aqcp_tab span{
    box-sizing: border-box;
    width: 100%;
    display: block;
    /*height: 46px;*/
    height: 2.4vw;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.4vw;
    text-align: center;
    color: #000000;
}
.active{
    background: rgba(0, 82, 217, 0.15);
    backdrop-filter: blur(20px);
    border-radius:0px 4px -4px 0px;
}
.active span {
    border: 0;
    background: none;
    backdrop-filter:none;
    font-weight: 700;
    color: #0074C5;
}
.aqcp_tab_content{
    position: absolute;
    top: 3.07vw;
    width: 100%;
    height: calc(100% - 3.125vw);
    background: rgba(0, 82, 217, 0.11);
    backdrop-filter: blur(20px);
}

.aqcp_tab_content .aqcp_tab_item{
    width: 91.6%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:15px;
     display: none;
}
.aqcp_tab_content .items{
   display: flex !important;
}
.aqcp_tab_content .aqcp_box{
    width: 31.5%;
    /*height: 155px;*/
    height:8.07vw;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 8px;
    margin-top:0.78125vw;
    box-sizing: border-box;
    padding: 10px 0px 0px 5px;
    font-family: 'PingFang SC';
    font-style: normal;
    overflow: hidden;
}
.aqcp_tab_content .aqcp_box:last-child{
    width: 65.5%;
}
 .aqcp_tab_content .item_box .aqcp_box:last-child{
    width: 31.5%;
}
 .aqcp_tab_content .item_boxes .aqcp_box:first-child,.aqcp_tab_content .item_boxes .aqcp_box:nth-child(3){
    width: 65.5%;
}
 .aqcp_tab_content .item_boxes .aqcp_box:first-child .aqpt_box_list,  .aqcp_tab_content .item_boxes .aqcp_box:nth-child(3) .aqpt_box_list{
    display: flex;
    flex-wrap: wrap;
}
 .aqcp_tab_content .item_boxes .aqcp_box:first-child .aqpt_box_list li,.aqcp_tab_content .item_boxes .aqcp_box:nth-child(3) .aqpt_box_list li{
    width:49%;
}
 .aqcp_tab_content .item_boxes .aqcp_box:last-child{
    width: 31.5%;
}
 .aqcp_tab_content .item_boxes .aqcp_box:last-child .aqpt_box_list{
    display: block;
}
 .aqcp_tab_content .item_boxes .aqcp_box:last-child .aqpt_box_list li{
    width:100%;
}
 .aqcp_tab_content .item_boxed .aqcp_box:last-child{
    width: 100%;
}
.aqpt_box_title{
    font-weight: 700;
    padding-left:6px;
    font-size: 14px;
    line-height: 20px;
    color: #0074C5;
}
.aqpt_box_list{      
    font-weight: 400;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: #000000;
}
.aqcp_box:last-child .aqpt_box_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aqpt_box_list li {
    width: 100%;
    line-height: 25px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.aqpt_box_list li a {
  font-family: 'PingFang SC';
font-style: normal;
font-weight: 400;
font-size: 12px;
color: #000000;
}
.aqcp_box:last-child .aqpt_box_list li {
    width: 49%;
}
.aqcp_more {
    position: absolute;
    right: 4.5%;
    /*bottom:9.6%;*/
    bottom:2vw;
    padding:2px 8px;
    text-align: center;
    background: #0074C5;
    border-radius: 2px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

/* 安全市场 */
.aqsc{
    width: 74%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
.aqsc_main{
    width: 100%;
    margin-top:50px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.aqsc_main a{
    color:#333333;
}
/* 覆盖全行业 */
.all{
    margin-top:50px;
    width: 100%;
    height: 452px;
    box-sizing: border-box;
    background: url(../images/all.png),linear-gradient(to right,#f2f7ff,#dbe8fb,#bad0f0);
    background-size:100% 100%;
    padding-top: 50px;
}
.other_title{
    font-family: 'PingFang SC';
    font-style: normal;
    margin-top: 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}
.all_main{
    width: 74%;
    margin: 0 auto;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}
.all_main_item{
    width: 48.9%;
}
.all_main_item_title a{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 172%;
    letter-spacing: 0.045em;
    color: #333333;
}

.all_main_item ul{
    width: 100%;
    display:flex;
    justify-content: space-between;
    height: 159px;
    background: linear-gradient(180.53deg, #F5F7FA 5.46%, #FFFFFF 99.54%);
    border: 2px solid #FFFFFF;
    box-shadow: -8px -11px 18px -6px rgba(255, 255, 255, 0.8), 10px 12px 16px 2px #CADFF9;
    border-radius: 8px;
    margin-top: 12px;
    box-sizing: border-box;
}
.all_main_item ul li {
    width: 50%;
    padding-top:22px;
    padding-left:30px;
    position: relative;
    font-family: 'PingFang SC';
    font-style: normal;
    color: #333333; 
    letter-spacing: 0.045em;
    line-height: 21px;
    box-sizing: border-box;


}
.all_main_item ul li:nth-child(2n-1) {
    border-right: 1px solid #B8B8B8;
}
.all_main_item .all_ps a{
    font-weight: 700;
    font-size: 14px;
    color:#333333;
}
.all_main_item .all_divs{
    width: 80%;
    margin-top:10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
    font-weight: 400;
    font-size: 12px;
}
.all_divs p{
    width: 100%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.all_divs a{
    color:#333333;
}
.all_main_item ul li img {
    position: absolute;
    width: 16%;
    top: 50%;
    right: 4.3%;
    transform: translate(0, -50%);
}
/* 合作伙伴 */
.hzhb{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 70px;
}
.hzhb_main{
    width: 74%;
    margin: 0 auto;
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hzhb_main li {
    width: 15%;
    margin-top:20px;
}
.hzhb_main li img {
    width: 100%;
    border: 1px solid #FFFFFF;
    box-shadow: 3px 5px 13px rgba(222, 229, 238, 0.56);
    border-radius: 4px;
}