
.center_flex{
    background: #ECECEC;
}
.center_center{
    width: 14rem;
    margin: 0 auto;
}

.about_one{
    padding: 0.65rem 0 0.89rem 0 ;
}
.about_one_content{
    display: flex;
}
.about_one_leftbox{
    flex: 1;
    margin-right: 0.5rem;
    padding-left: 1.6rem;
}
.about_one_rightbox{
    width: 8.3rem;
}
.about_one_rightbox img{
    width: 100%;
    height: 100%;
}
.about_one_ptxt{
    text-align: justify;
    line-height: 2;
    font-size: 0.18rem;
    color: #333;
    text-indent: 0.36rem;
}
.about_one_lastbox{
    display: flex;
    margin-top: 0.66rem;
    justify-content: space-between;
}


.about_one_items{
    display: flex;
    align-items: center;
}
.about_one_ico{
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.1rem;
}
.about_one_ico img{
    width: 100%;
    height: 100%;
}
.about_one_txtbox{
    display: flex;
    flex-direction: column;
}
.about_counter{
    font-size: 0.35rem;
    color: #333;
    font-weight: bold;
}
.about_counter_name{
    color: #333;
    font-size: 0.18rem;
}
.about_xtxt{
    font-weight: bold;
}

.about_two{
    background: #f6fcff;
    padding: 0.8rem 0  1.2rem 0 ;
  }
  .about_two_content{
    position: relative;
  }
  .honor_pagination{
    bottom: -0.5rem!important;
  }

  .about_three{
    padding: 0.8rem 0 ;
  }


/* 发展历程轮播 */
.about_three_content{
    position: relative;     
  }
  .about_three_content::after{
    content: '';
    position: absolute;
    top:50%;
    width: 100%;
    transform: translateY(-50%);
    border: 0.01rem dashed #1A62AF;
    left: 0;
}
.about_three .swiper-slide{
    display: flex;
    flex-direction: column;
}
.about_three .swiper-slide:nth-child(2n){
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_three_textbox,.about_three_yearbox{
    height: 2.2rem;
}


.about_three_textbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.35rem;
    position: relative;
}
.about_three_textbox::after{
    content: '';
    position: absolute;
    height: 1.04rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border:0.01rem dashed #1A62AF ;
}
.about_three_textbox::before{
    content: '';
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background: #1A62AF;
    bottom: 1rem;
}
.text_mag{
    text-align: center;
}
.year_bold{
    font-weight: bold;
    font-size: 0.2rem;
    color: #333;
    padding-bottom: 0.11rem;
}
.text_mag{
    color: #333;
    font-size: 0.2rem;
    line-height: 1.5;
}
.about_three_yearbox{
    color: #1A62AF;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    padding: 0.4rem 0;
    position: relative;
}
.about_three_yearbox::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0.41rem;
    height: 0.41rem;
    background: url(../zrq/images/about/d1.png) no-repeat;
    background-size: 100% 100%;
    top: -0.2rem;
    z-index: 5;
}
.about_three .swiper-slide:nth-child(2n) .about_three_yearbox::after{
    bottom: -0.2rem!important;
    top: auto!important;
}
.about_three .swiper-slide:nth-child(2n) .about_three_textbox{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0!important;
    padding-top: 1rem;
}
.about_three .swiper-slide:nth-child(2n)  .about_three_textbox::after{
    bottom: auto;
    top: 0!important;
}
.about_three .swiper-slide:nth-child(2n)  .about_three_textbox::before{
    bottom: 1.1rem!important;
}
.course_next,.course_prev{
    color: #a1a1a1!important;
}
.course_next{
    right: -0.5rem!important;
}
.course_prev{
    left: -0.5rem!important;
}
.course_next::after{
    font-size: 0.25rem!important;
}
.course_prev::after{
    font-size: 0.25rem!important;
}
/* 结束 */

.product{
    padding: 0.65rem 0 ;
}



.product_content{
    display: flex;
}

.product_leftbox{
    padding-right: 0.5rem;
    border-right: 0.01rem solid #DDDDDD;
}
.product_listbox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-between;*/

}
.product_list_items{
    width: 20%;
    position: relative;
    /*margin-bottom: 0.2rem;*/
}
.product_list_title{
    /*width: 3rem;*/
    font-size:0.2rem;
    color: #333;
    padding: 0.12rem 0 ;
    /*background: #fff;*/
    /*box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);*/
    display: block;
    text-align: center;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
/* .product_list_items:hover .product_list_title{
    color: #1244B5;
    font-weight: bold;
} */

.product_list_title_active{
    color: #1244B5;
    font-weight: bold;
}

.product_list_aItems{
    font-size: 0.16rem;
    color: #666;
    display: block;
    text-align: center;
    padding: 0.1rem 0 ;
    
}
.product_list_abox{
    width: 100%;
    background: #F2F2F2;
    position: absolute;
    top: 100%;
    padding: 0.1rem 0 ;
    display: none;
}
.product_list_items:hover .product_list_title {
    color: #1244B5;
    font-weight: bold;
}
.product_list_items:hover .product_list_abox{
    display: block;
}
.product_list_abox:hover {
       color: #1244B5;
    font-weight: bold;
}
/* .product_list_items:hover .product_list_abox{
    display: block;
} */
.product_list_aItems:hover{
    color: #1244B5;
    font-weight: bold;
}






.product_rightbox{
    flex: 1;
    /*margin-left: 0.5rem;*/
}
.product_right_tit{
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    color: #333;
}
.product_right_listBox{
    display: flex;
    flex-wrap: wrap;
}
.product_abox{
    width: 19%;
    border-radius:0.1rem;
    background: #fff;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.1);    
    display: block;
    margin-right: 1.25%;
    padding: 0.18rem 0 ;
    margin-bottom: 0.4rem;
}
.product_abox:nth-child(5n){
    margin-right: 0;
}
.product_imgbox{
    height: 2.8rem;
    overflow: hidden;
}
.product_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.product_name{
    color: #333333;
    font-size:0.18rem;
    text-align: center;
    margin-top: 0.18rem;
}
.product_abox:hover .product_imgbox>img{
    transform: scale(1.03);
}
.product_abox:hover .product_name{
    color: #1244B5;
    font-weight: bold;
}



/* 产品详情 */
.product_messtop{
    display: flex;
}
.product_messimg{
    width: 5rem;
    /*height: 5rem;*/
    /*border: 0.01rem solid #DDDDDD;*/
}
.product_messimg img{
    width: 100%;
    height: 100%;
}
.product_messtxtbox{
    flex: 1;
    margin-left: 0.4rem;
}
.product_thisName{
    color: #333333;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.product_thisMsg{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
    text-align: justify;
}
.product_callme{
    width: 2.4rem;
    height: 0.48rem;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #001C62;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
    cursor: pointer;
    color: #001C62;
    font-size: 0.18rem;
}
.product_details{
    margin-top: 0.6rem;
}
.pro_titlebox{
    display: flex;
    border-bottom: 0.01rem solid #CCCCCC ;
    margin-bottom: 0.3rem;
    /*padding-bottom: ;*/
}
.pro_items_1{
    display: none;
}
.pro_items_1:nth-child(1){
    display: block;
}
.product_deta_tit{
    color: #000;
    /*font-weight: bold;*/
    /*padding-left: 0.2rem;*/
    font-size: 0.2rem;
    margin-right: 0.42rem;
    padding: 0.15rem;
    cursor: pointer;
    position: relative;
    /*border-bottom: 0.01rem solid #CCCCCC;*/
}
.product_deta_tit:hover{
      color: #1244B5;
    font-weight: bold;
}
.product_deta_tit::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.01rem;
    border-bottom: 0.01rem solid #1244B5 ;
    display: none;
}
.product_deta_tit:hover::after{
    display: block;
}
.product_deta_tit.active{
    color: #1244B5;
    font-weight: bold;
}
.product_deta_tit.active::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.01rem;
    border-bottom: 0.01rem solid #1244B5 ;
}
.product_deta_tit:last-child{
    margin-right: 0;
}
.product_deta_content{
    padding:0 2.3rem;
}
.product_deta_content table{
    width: 100%;
}
.product_deta_content table tr{
    background: #d9e3ee;
}
.product_deta_content table tr:nth-child(2n){
    background: #fff;
}
.product_deta_content table tr td{
    padding: 0.1rem 0 0.1rem 1rem ;
    color: #333;
    font-size: 0.18rem;
}

.product_details_items{
    margin-top: 0.5rem;
}
.product_details_Img{
    border: 0.01rem solid #ddd;
    height: 5rem;
}
.product_details_Img img{
    height: 100%;
    width: 100%;
} 

/* 解决方案 */
.solution{
    padding: 0.6rem 0 ;
}
.solution_content{
    display: flex;
    flex-wrap: wrap;
}
.solution_abox{
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 0.4rem;
}
.solution_abox:nth-child(3n){
    margin-right: 0;
}


.solution_imgbox{
    height: 2.8rem;
    overflow: hidden;
    border-radius: 0.1rem;
}
.solution_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.solution_txtbox{
    padding: 0.1rem 0 ;
}
.solution_xtit{
    font-size:0.2rem;
    color: #333;
    font-weight: bold;
}
.solution_xtxt{
    color: #666666;
    font-size: 0.16rem;
    margin-top:0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 1.8;
}

.solution_abox:hover .solution_imgbox>img{
    transform: scale(1.03);
}


.news_Bigimgbox{
    width: 8.8rem;
    height: 5rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.news_swiper .swiper-slide{
    position: relative;
}

.news_Textbox{
    width: 8rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: RGBA(246,252,255,.8);
    border-radius: 0.1rem;
    padding: 0.55rem 0.5rem 0.5rem 1.3rem;
}

.news_timer{
    font-size: 0.2rem;
    font-weight: bold;
    color: #1244B5;
    margin-bottom: 0.15rem;
}

.news_title{
    color: #333333;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news_mess{
    line-height: 1.8;
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.35rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.news_many{
    color: #1244B5;
    padding-bottom: 0.1rem;
    position: relative;
}
.news_many::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.8rem;
    height: 0.01rem;
    background: #CCCCCC;
}
.news_many::before{
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.01rem;
    background: #1244B5;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.news_next,.news_prev{
    width: 0.3rem!important;
    height: 0.3rem!important;
    border: 0.01rem solid #999999;
    border-radius: 50%;
    top: 95%!important;
}
.news_next{
    right: 0!important;
}
.news_prev{
    left: 95%!important;
}
.news_next::after{
    font-size: 0.14rem!important;
    color:#999!important;
    font-weight:bold;
}
.news_prev::after{
    font-size: 0.14rem!important;
    color:#999!important;
    font-weight:bold;
}

.news_topbox .swiper-button-disabled{
    background: #1244B5!important;
    opacity: 1 !important;
    border-color: #1244B5 !important;
}
.news_topbox .swiper-button-disabled::after{
    color: #fff!important;
}
.news_bottombox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 0.01rem solid #DDDDDD;
}
.news_listItem{
    width: 32%;
    margin-right:2% ;
    margin-bottom: 0.4rem;
}
.news_listItem:nth-child(3n){
    margin-right: 0;
}
.news_ximgbox{
    height:3.2rem;
    border-radius: 0.1rem;
    margin-bottom: 0.15rem;
    overflow: hidden;
}
.news_ximgbox img{
    width: 100%;
    transition: all .25s;
    height: 100%;
}
.news_listItem:hover .news_ximgbox>img{
    transform: scale(1.03);
}
.news_listItem:hover .news_msgbox{
    font-weight: bold;
}
.news_msgbox{
    color: #333;
    font-size: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news_morebox{
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_more_m{
    color: #999;
    font-size: 0.14rem;
}
.news_more_day{
    color: #1244B5;
    font-size: 0.2rem;
    font-weight: bold;
}
.news_more_month{
    font-size: 0.14rem;
    color: #999999;
    font-weight: bold;
}

.pages_titlt_bold{
    text-align: center;
    font-weight: bold;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
}
.pages_deta_timer{
    text-align: center;
    color: #999;
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
}
.pages_article{
    padding-top: 0.4rem;
    border-top: 0.01rem solid #707070;
    padding-bottom: 0.5rem;
    border-bottom: 0.01rem solid #707070;
}
.pages_article p{
    font-size: 0.18rem;
    color: #333;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}
.pages_article p img{
    max-width: 100%;
    max-height: 100%;
}
.pages_turning{
    padding: 0.6rem 0 ;
    display: flex;
    flex-direction: column;

}
.turn_abox{
    color: #666666;
    font-size: 0.18rem;
    margin-bottom: 0.32rem;
}
.turn_abox:hover{
    color: #000;
}
.contact_map{
    height: 4.8rem;
}
.contact_items{
    width: 3.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*.contact_map img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.contact_icoImg{
    width: 1rem;
    height: 1rem;
}
.contact_icoImg img{
    width: 100%;
    height: 100%;
}
.contact_msgbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_msg_tit{
    color: #333333;
    font-size: 0.2rem;
    font-weight: bold;
    padding:0.15rem 0;
}
.contact_msg_txt{
    color: #666;
    font-size: 0.16rem;
}
.contact_listbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
    margin-bottom: 0.57rem;
}
.contact_message{
    background: #f6fcff;
    padding: 0.9rem 0 ;
}
.contact_mess_center{
    width: 16rem;
    margin: 0 auto;
}
.contact_message_content{
    display: flex;
    background: #fff;
    padding:  0.52rem 1.5rem 0.2rem 1.5rem;
    justify-content: space-between;
}
.contact_messLeft,.contact_messReft{
    width: 49%;
}
.messLeft_inpbox{
    width: 100%;
    height: 0.5rem;
}
.messLeft_name{
    margin-bottom: 0.14rem;
    color: #333;
    font-size: 0.18rem;
    display: flex;
}
.messLeft_name::before{
    content: '*';
    color: #E10000;
    font-size: 0.18rem;
    margin-right: 0.05rem;
}

.messLeft_inpbox input{
    width: 100%;
    height: 100%;
    border: 0.01rem solid #E6E6E6;
    background: #f6f6f6;
    padding:  0 .15rem;
}
.messLeft_items{
    margin-bottom: 0.2rem;
}
.contact_messReft{
    display: flex;
    flex-direction: column;
}
.contact_messReft .messLeft_items{
    flex: 1;
}
.contact_messReft .messLeft_inpbox{
    height: 85%;

}
.contact_messReft .messLeft_items textarea{
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    outline: 0;
    border: 0.01rem solid #E6E6E6;
    background: #f6f6f6;
    padding: 0.15rem;
    box-sizing: border-box;
}
.contact_git{
    display: flex;
    justify-content: flex-end;
}
.contact_git input{
    width: 2rem;
    height: 0.5rem;
    background: #1244B5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}
.contact_git input:hover{
    opacity: .85;
}





@media only screen and (max-width:1024px){
   .about_one{
       padding: 15px;
   }
   .common_solid_title{
       padding-bottom: 15px;
       margin-bottom: 15px;
       margin-top: 15px;
       font-size: 16px;
   }
   .about_one_content{
       flex-direction: column;
   }
   .about_one_leftbox{
       padding: 0;
       margin: 0;
   }
   .about_one_lastbox{
       margin: 15px 0;
   }
   .about_one_items{
       flex-direction: column;
   }
   .about_one_txtbox{
       text-align: center;
   }
   .about_one_rightbox{
       width: 100%;
   }
   .about_two{
       padding: 15px;
       height: auto;
   }
   .template_common{
       width: 100%;
   }
   .about_three{
       padding: 15px;
   }
   .course_next{
       right: -15px!important;
   }
   .course_prev{
       left: -15px!important;
   }
   .product{
      padding: 15px;
   }
   .product_content{
      flex-direction: column;
   }
   .product_leftbox{
       padding: 0;
       border: 0;
   }
   .product_listbox{
       display: flex;
       justify-content: space-between
   }
   .center_center{
       width: 100%;
   }
   .product_listbox{
       flex-wrap: wrap;
       justify-content: flex-start;
   }
   .product_list_items{
       width:33.3%;
       /*writing-mode: vertical-lr;*/
       /*writing-mode: tb-lr;*/
       /*word-wrap: break-word;*/
       /*height: 120px;*/
   }
   .product_list_title{
       width: 100%;
       height: 100%;
       padding: 15px;
       text-align: left;
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
       letter-spacing: 2px;
   }
   .product_rightbox{
       margin: 0;
   }
   .product_right_tit{
       margin-bottom: 15px;
       font-size: 16px;
   }
   .product_right_listBox{
       justify-content: space-between;
   }
   .product_abox{
       width: 48%;
       margin: 0;
       margin-bottom: 15px;
   }
   .solution{
       padding: 15px;
   }
   .solution_content{
       justify-content: space-between;
   }
   .solution_abox{
       width: 48%;
       margin: 0;
       margin-bottom: 15px;
   }
   .solution_xtit{
       font-size: 14px;
   }
   .solution_xtxt{
       font-size: 12px;
       margin-top: 5px;
   }
   .news_next, .news_prev{
       display: none;
   }
   .news_Bigimgbox{
       width: 100%;
   }
   .news_Textbox{
       width: 100%;
       padding: 15px;
   }
   .news_bottombox{
       margin-top: 15px;
       padding-top: 15px;
       justify-content: space-between;
   }
   .news_listItem{
       width: 48%;
       margin: 0;
       margin-bottom: 15px;
   }
   .contact_listbox{
       padding: 0;
       margin-bottom: 15px;
       flex-wrap: wrap;
   }
   .contact_items{
       width: 48%;
       margin-bottom: 15px;
   }
   .contact_message{
       padding: 15px;
   }
   .contact_mess_center{
       width: 100%;
   }
   .contact_message_content{
       padding: 0;
       flex-direction: column;
   }
   .contact_messLeft, .contact_messReft{
       width: 100%;
   }
   .product_messtop {
    flex-direction: column;
   }
   .product_messimg{
       width: 100%;
   }
   .two_prev,.two_next{
       top: 93%!important;
   }
   .product_messimg{
       margin-bottom: 15px;
   }
   .product_messtxtbox{
       margin: 0;
   }
   .product_thisName{
       margin-bottom: 15px;
       font-size: 16px;
   }
   .product_thisMsg{
       font-size: 12px;
       text-indent: 25px;
   }
   .product_callme,
   .product_details{
       margin-top: 15px;
   }
   .contact_git{
       justify-content: center;
   }
   .pages_article p{
       margin-bottom: 15px;
   }
   .pages_article p span{
       
       font-size: 12px!important;
   }
}