html,body{
  font-family: arial,verdana;
}
input, button, textarea,select,button{
  font-family: arial,verdana;  
}
.bgf9{
  background: #f9f9f9;
}

.header_box{
  height: 70px;
  background: #fff;
}
.header_fix{
  width: 100%;
  background: #fff;
  box-shadow: 0 0 7px rgba(115,115,115,.3);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_fix.hover{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
}
.head_b{
  background: #fff;
  height: 70px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 25px;
}


.logo{
  width: 200px;
  height:70px;
  display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.logo img{
  display: block;
  max-width: 45%;
}

.head_b .menu-1-container{
  position: relative;
}


.head_b .menu{
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
  -webkit-align-items: center;
  width: 100%;
  position: relative;
}
.head_b .menu>li{
  position: relative;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.head_b .menu>li>a{
  width: 100%;
  display: block;
  color: #444;
  text-align: center;
  line-height:70px;
  font-size: 16px;
  padding: 0 18px;
  font-family: "Roboto-Bold";
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/*.menu_dl dd.hover .menu_tt .text{*/
/*  color: #0078b8;*/
/*}*/
.head_b .menu>li.current-menu-item>a{
    color: #0078b8;
}

.head_b .sub-menu{
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 5;
  width: 200px;
  padding: 12px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(115,115,115,.2);
}
.head_b .sub-menu li a{
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 15px;
  color: #444;
}
.head_b .sub-menu li a:hover{
  color: #0078b8;
}


.head_search{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: url(../images/search_icon.png) no-repeat center center / 22px auto;
}

.search_box form{

}
.search_box{
  display:none;
  position: fixed;
  left:50%;
  top: 50%;
  z-index: 5;
  margin:-30px 0 0 -450px;
  z-index: 9;
  width:900px;
  height: 60px;
  padding: 10px;
  background: #f5f5f5;
}

.search_box_text{
  display:block;
  float:left;
  width: calc(100% - 90px);
  height: 40px;
  border: 0;
  font-size: 14px;
  padding-left: 20px;
  background: none;
}
.search_box_text::-webkit-input-placeholder{
  font-size: 14px;
}
.search_box_sub{
  float:left;
  width:40px;
  height: 40px;
  font-size: 28px;
  background:url(../images/search_icon.png) no-repeat center center / 22px 22px;
  border: 0;
  cursor: pointer;
}

.search_box_close{
  display: inline-block;

  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border: 0;
  background:url(../images/close_icon.png) no-repeat center center / 22px 22px;
}
.search_box_close:hover{
  transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


.header_fix.hover .head_b{
  height: 70px;
}
.header_fix.hover .menu_tt .text{
  height:70px;
  line-height: 70px;
}
.header_fix.hover .menu_dl dd .menu_tt .text::after{
  top: -20px;
}
.header_fix.hover,
.header_fix.hover .header{
  height: 70px;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.header_fix.hover .logo{
  height: 70px;
  padding: 8px 0;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_fix.hover .menu_dl dd{
  height: 70px;
  line-height: 70px;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_fix.hover .head_t{
  display:none;
}
.header_fix.hover .menu_down_pro,
.header_fix.hover .menu_down{
  top: 70px;
}



/*
 * wap head
 */
 .mobile_header{
  display: none;
  clear: both;
  width: 100%;
  height: 52px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.mobile_header_top{
  position: fixed;
  left: 0;
  top:0;
  z-index: 7;
  width: 100%;
  height: 52px;
  background:#fff;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
  width: 180px;
  height: 52px;
  margin-left: 15px;
}
.mobile_logo img{
  display: block;
  height: 26px;
  width: auto;
}

.mobile_menu_btn{
  position: absolute;
  right: 0;
  top: 0;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 54px;
  height: 52px;
  cursor: pointer;
}
.mobile_menu_btn span{
  display: block;
  height: 3px;
  width: 28px;
  background: #222;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
  margin-bottom: 0;
}
.mobile_search_icon{
  width: 40px;
  height: 52px;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
  margin-right: 52px;
  cursor: pointer;
  background: url(../images/search_icon.png) no-repeat center center / 22px 22px;
}
.mobile_header.hover{
  background:rgba(0,0,0,.5);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.mobile_menu_box{
  position: fixed;
  right: -110%;
  top:0;
  z-index: 8;
  width:75%;
  height: 100%;
  background:#fff;
  padding: 20px 15px;
  overflow-y: auto;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
  right: 0;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
  clear: both;
  line-height: 1.3;
  border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
  float: left;
  width: 80%;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
  color: #0078b8;
}
.mobile_menu_tt_icon{
  display: none;
  float: right;
  float: right;
  width: 44px;
  height: 44px;
  background: url(../images/menu_icon.png) no-repeat center center / 18px auto;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile_menu_down{
  display:none;
  padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
  margin-bottom: 8px;
}
.mobile_menu_down_clm_tt{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.mobile_menu_down_clm_tt .tt{
  width: calc(100% - 50px);
  color: #333;
  line-height: 20px;
  padding: 3px 0;
}
.mobile_menu_down_clm_tt .icon{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
}
.mobile_menu_down_clm_list{
  display: none;
  padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  padding: 5px 0 5px 14px;
  position: relative;
}
.mobile_menu_down_clm_list a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  background:#333;
  border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
  font-weight: bold;
} */

.mobile_search_box{
  position: fixed;
  left: 0;
  top: 52px;
  z-index: 7;
  display: none;
  width: 100%;
  padding: 20px;
  background: #fafafa;
}
.mobile_search_box form{
  width: 100%;
  padding:2px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.mobile_search_text{
  float: left;
  line-height: 40px;
  padding-left: 15px;
  font-size: 14px;
  width:calc(100% - 40px);
  border: 0;
}

.mobile_search_btn_text{
  float: right;
  width: 40px;
  height: 40px;
  border: none;
  background: url(../images/search_icon.png) no-repeat center center / 22px 22px;
}

.mobile_menu_b{
  margin-top: 40px;
}
.mobile_menu_b_clm{
  margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
  font-size: 16px;
  color: #333;
  font-family: "Roboto-Bold";
  margin-bottom: 8px;
}
.mobile_menu_b_clm .tt .icon{
  margin-right: 2px;
}
.mobile_menu_b_clm .text{
  font-size: 14px;
  color: #333;
}
.mobile_menu_b_clm .text a{
  color: #333;
  word-break: break-all;
}


.mobile_lag_box{
  padding: 30px 0 20px;
  margin-bottom: 40px;
}
.mobile_lag_tt{
  font-size: 18px;
  color:#333;
  font-family: "Roboto-Bold";
  padding-bottom: 18px;
}
.mobile_lag_text{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
  color: #333;
  font-size: 16px;
  margin-right: 25px;
}




.head_b .menu-1-container{
  position: relative;
}


.mobile_menu_box .menu{
  width: 100%;
  position: relative;
}
.mobile_menu_box .menu>li{
    width: 100%;
  position: relative;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_box .menu>li>a{
  width: 100%;
  display: block;
  color: #444;
  font-size: 16px;
  padding: 13px 0;
  text-transform: capitalize;
  overflow: hidden;
}
.mobile_menu_box .menu>li.current-menu-item>a{
    color: #0078b8;
}

/*.menu_dl dd.hover .menu_tt .text{*/
/*  color: #0078b8;*/
/*}*/

.mobile_menu_box .sub-menu{
  display: none;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(115,115,115,.2);
}























.mask,
.mobile_menu_mask{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
  z-index: 8;
}




/*
 * banner
 */
.banner_box{
  position: relative;
}
.banner{
  clear: both;
}
.banner .item a{
  display: block;
  overflow: hidden;
}
.banner.owl-theme .owl-controls{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 15px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #0078b8;
    width:30px;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.scroll_dots.owl-theme .owl-controls{
  width: 100%;
  padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d5d5d5;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
    background: #0078b8;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
}




.main_content{
  padding: 60px 0;
}

.ind_title1{
  display: block;
  margin-bottom: 35px;
}
.ind_title1 .tt{
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-family: "Roboto-Bold";
}
.ind_title1 .tt .tt_con{
  font-size:60px;
}
.ind_title1 .text{
  padding-top: 9px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
}
.ind_title1 .line{
  width: 60px;
  height: 5px;
  background: #444;
  margin-top: 26px;
}

.ind_content{
  padding-left: 0;
  padding-right: 0;
}


.waterfall_box {
 /*   display:flex;*/
  /*display:-ms-flexbox;*/
  /*display:-webkit-flex;*/
  /*justify-content:center;*/
  /*-ms-justify-content:center;*/
  /*-webkit-justify-content:center;*/
  /*flex-wrap:wrap;*/
  /*-ms-flex-wrap:wrap;*/
  /*-webkit-flex-wrap:wrap;*/
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
}




.wall-column {
  width: calc(100% / 5);
  
}
.waterfall_item{
  position: absolute;
  top: 0;
  left: 0;
  width: 236px;
  min-height: 150px;
  /* fluffy */
  padding: 0 8px 24px;
  /*margin-bottom: 30px;*/
}



.waterfall_item a .tt{
  width: 100%;
  font-size: 14px;
  color: #444;
  padding: 6px 8px;
  white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}

.waterfall_item_con_t{
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px;
}
.waterfall_item_pic{
  width: 100%;
  overflow: hidden;
}
.waterfall_item_pic a{
  display: block;
}
.waterfall_item_pic a img{
  display: block;
  width: 100%;
}
.waterfall_item_pic a .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video_icon1.png) no-repeat center center / 58px 58px;
}
.waterfall_item_con_t_float{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.waterfall_item_con_mask{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
}
.waterfall_item_con_mask a{
  display: block;
  width: 100%;
  height: 100%;
}

.waterfall_item_con_tags{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 8px 0 0;
}
.waterfall_item_con_tags_list{
  /*display:flex;*/
  /*display:-ms-flexbox;*/
  /*display:-webkit-flex;*/
  /*flex-wrap:wrap;*/
  /*-ms-flex-wrap:wrap;*/
  /*-webkit-flex-wrap:wrap;*/
}
.waterfall_item_con_tags_list a p{
  display: block;
  line-height: 1.6;
  font-size: 14px;
  color: #fff;
  overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.waterfall_item_con_tags a{
  width: 100%;
  display: block;
  padding: 12px 10px;
  /*margin-right: 5px;*/
  /*margin-bottom: 5px;*/
  /*line-height: 24px;*/
  /*font-size: 14px;*/
  /*padding: 0 6px;*/
  color: #fff;
  background: #0078b8;
  /*border-radius: 2px;*/
}
.waterfall_item_con_tags a:hover{
  
}

.waterfall_item_title a{
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #444;
  margin: 5px 0;
}
.waterfall_item_title a:hover{
  color: #0078b8;
}



.waterfall_item_con:hover .waterfall_item_con_t_float{
  display:block;
  opacity: 1;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.ias-noneleft{
  position: absolute;
  left: 0;
  bottom: 0;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 14px;
}


.footer_b{
  background: #444;
  padding: 22px 0;
}
.footer_b_text{
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}
.footer_b_text a{
  color: #fff;
}



/* det */
.det_box_t{
  margin-bottom: 50px;
}
.det_box_t_wrap{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  border-radius: 15px;
  overflow: hidden;
  max-width: 1016px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(115,115,115,.3);
}
.det_box_t_pic{
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.det_box_t_pic_iframe_mid{
    width: 100%;
    height: 100%;
   
}
.det_box_t_pic_img2{
    width: 100%;
    height: 100%;
    background:#333;
    display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.det_box_t_pic_img2.hover{
    z-index: -1;
}

.det_box_t_pic_img2_videoicon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/video_icon2.png) no-repeat center center / 64px auto;
}

.det_box_t_pic iframe{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
  border: none;
  margin: 0 auto;
}

.det_box_t_pic_img{
    position: relative;
}
.det_box_t_pic_img img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.det_box_t_pic_mask{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:flex-end;
  -ms-justify-content:flex-end;
  -webkit-justify-content:flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items:flex-end;
  background: rgba(0,0,0,.15);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.det_box_t_pic_link{
  opacity: 0;
  width: 225px;
  white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 3;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  font-family: "Roboto-Bold";
  color: #333;
  padding: 0 12px;
  background: rgba(255,255,255,.9);
  border-radius: 44px;
  box-shadow: 0 0 5px rgba(115,115,115,.15);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.det_box_t_pic_icon{
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.9) url(../images/fangda_icon.png) no-repeat center center / 20px auto;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(115,115,115,.15);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.det_box_t_pic_icon:hover{
  background-color:#fff;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.det_box_t_pic_link:hover{
  /*color: #fff;*/
  background: rgba(242,242,242,.9);
}
.det_box_t_pic_img:hover .det_box_t_pic_mask,
.det_box_t_pic_img:hover .det_box_t_pic_link{
  opacity: 1;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}


.det_box_t_r{
  width: 50%;
  padding: 30px 3%;
}

.website_url{
  margin-bottom: 15px;
}
.website_url a{
  font-size: 16px;
  color: #444;
  text-decoration: underline;
}
.website_url a:hover{
  color: #0078b8;
}

  .pro_categorys_box{
    max-width: 1016px;
      margin: 0 auto;
    background: #fff;
    padding:20px 30px;
    box-shadow: 0 0 12px rgba(115,115,115,.2);
    margin-bottom: 30px;
  }
    .pro_categorys_list{
        display:flex;
        display:-ms-flexbox;
        display:-webkit-flex;
        flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
    }
   .pro_categorys_list>.cat-item{
       margin: 0 15px 10px 0;
   }
    .pro_categorys_list>.cat-item.hover{
      width: 100%;
      margin: 0;
    }
    .pro_categorys_list>.cat-item:last-child{
      margin-bottom: 0;
    }
    .pro_categorys_list>.cat-item a{
      display: block;
        font-size: 16px;
        color: #222;
    }
    .pro_categorys_list>.cat-item.hover>a{
        font-family: "Roboto-Bold";
        margin-bottom:8px;
    }
    .pro_categorys_list>.cat-item .children{
        display:flex;
        display:-ms-flexbox;
        display:-webkit-flex;
        flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
    }
    .pro_categorys_list>.cat-item .children li{
      margin-right: 15px;
      margin-bottom: 10px;
    }
    .pro_categorys_list>.cat-item .children li a{
      display: block;
        font-size: 14px;
        color: #222;
        line-height: 26px;
    }
    .pro_categorys_list .cat-item a:hover{
        color: #0078b8;
    }

.det_box_title{
  font-size: 30px;
  line-height: 1.2;
  color:#444;
  font-family: "Roboto-Bold";
  margin-bottom: 18px;
}

.det_box_desc{
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}


.det_box_share{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.det_box_share .tt{
  font-size: 16px;
  color: #666;
}

.det_box_comment{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding: 15px 0 30px;
}
.det_box_comment a{
  display: block;
  width: 48%;
  line-height: 42px;
  font-size: 16px;
  color:#fff;
  font-family: "Roboto-Bold";
  text-align: center;
  background: #0078b8;
  border-radius: 5px;
  
}

.det_box_comment a:nth-child(2){
  background: #f6ac18;
}

.det_box_tags{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  margin-bottom: 18px;
}
.det_box_tags a{
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding: 0 10px;
  color: #444;
  background: #f9f9f9;
  margin: 0 5px 8px 0;
}
.det_box_tags a:hover{
  color: #fff;
  background: #0078b8;
}



.det_box_page{
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  margin-bottom: 50px;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.det_box_page_item{
  width: 48%;
}
.det_box_page_item:last-child{
  text-align: right;
}
.det_box_page_item .tt{
  font-size: 16px;
  color: #444;
  font-family: "Roboto-Bold";
  margin-bottom: 8px;
}
.det_box_page_item .text{
  display: block;
  font-size: 16px;
  color: #444;
}
.det_box_page_item .text:hover{
  color: #0078b8;
}


.det_box_comment_box{
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  margin-bottom: 50px;
}


.sub_title1{
  font-size: 24px;
  color: #444;
  font-family: "Roboto-Bold";
  padding: 0 8px;
  margin-bottom: 30px;
}


.inq_form_list{
  display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.inq_form_list dd{
  float: left;
  width: 48%;
  margin-bottom: 15px;
}

.inq_form_tt{
  color: #333;
  line-height: 35px;
  font-size: 14px;
  padding-bottom: 8px;
}
.inq_form_tt span{
  color: #ed1c24;
  font-size: 16px;
}
.inq_form_inp1,.inq_form_area{
  display: block;
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding-left: 14px;
  border: 1px solid #bebebe;
  border-radius: 2px;
  background: none;
}
.inq_form_area{
  display: block;
  width: 100%;
  height: 128px;
  padding-top: 10px;
}
.inq_form_list dt{
  width: 100%;
  margin-bottom: 25px;
}
.inq_form_btn1{
  display: block;
  background: #0078b8;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  width: 180px;
  height: 42px;
  line-height: 42px;
  border: 0;
  font-family: "Roboto-Bold";
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.inq_form_btn1:hover{
  background: #0078b8;
}


/*
 * page
 */
.page .wp-pagenavi{
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    font-size: 14px;
    padding: 25px 0;
}
.page a{
  width: auto;
  line-height: 30px;
  text-align: center;
  color: #666;
  padding: 0 10px;
  font-size: 14px;
  background: #eee;
  margin: 0 3px;
}
.page .wp-pagenavi .current{
  color: #0078b8;
  padding: 0 14px 0 10px;
}
.page a.prev,
.page a.next{
  width: 56px;
}

.page a.hover,.page a:hover{
  color: #fff;
  background: #0078b8;
}


.sub_desc{
    font-size: 14px;
    line-height: 24px;
}
.sub_desc img{
    max-width: 100%;
    height: auto !important;
}



/* 2021-04-20  lzf add */
.linkbookmarks{

    text-align:center;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.linkbookmarks_tt{
    color: #fff;
    font-size:14px;
}
.linkbookmarks_con{
    max-width: calc(100% - 80px);
    text-align: left;
}
.linkbookmarks_con li{
    display:inline-block;

    padding: 0 0 0 20px;
}
.linkbookmarks_con a{
     color:#fff;
}
.footer_b_sm{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;

}
.footer_b_sm a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 50%;
    margin: 0 5px;
}
.footer_b_sm a img{
}
.footer_b_sm a:hover{
    transform:translateY(-3px);
      -webkit-transform: translateY(-3px);
}
.footer_b_contact{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 0 0 10px;
}
.footer_b_contact .item{
    margin: 0 10px;
    color: #fff;
}
.footer_b_contact .item a{
    color: #fff;
}

/* float_fix */
.float_fix{
    position: fixed;
    left: 0;
    bottom: 30%;
    z-index: 7;
    width: 60px;
    box-shadow: 0 0 5px rgba(115,115,115,.2);
}
.float_fix .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 60px;
    height: 60px;
    padding: 15px;
    position: relative;
    background: #0078b8;
    margin-bottom: 1px;
}
.float_fix .item:hover{
    background: #0078b8;
}


.pro_det_pic_scroll2 .item img{
    max-width: 100%;
}



.pro_det_pic_scroll{
  margin-bottom: 5px;
  background: #fff;
}
.pro_det_pic_scroll .item,
.pro_det_pic_scroll2 .item{
    position: relative;
    overflow: hidden;
}
.pro_det_pic_scroll .item:after,
.pro_det_pic_scroll2 .item:after{
  content:"";
  display:flex;
  justify-content: center;
  align-items: center;
  flex:1;
  height:0;
  padding-top:100%;
}
.pro_det_pic_scroll .item img,
.pro_det_pic_scroll2 .item img{
  position:absolute;
  left:50%;
  top: 50%;
  width: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  transform: translate(-50%,-50%);
}
.pro_det_pic_scroll2.owl-carousel .owl-item img{
    width: auto !important;
}
.pro_det_pic_bars{
  width: 100%;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.pro_det_pic_bars .item{
  width: calc((100% - 20px) / 5);
  overflow: hidden;
  margin: 0 5px 5px 0;
  border: 2px solid #fff;
  cursor: pointer;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pro_det_pic_bars .item:after{
  content:"";
  display:flex;
  justify-content: center;
  align-items: center;
  flex:1;
  height:0;
  padding-top:75%;
}
.pro_det_pic_bars .item img{
  position:absolute;
  left:50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-height: 100% !important;
  max-width: 100% !important;
}
.pro_det_pic_bars .item:last-child{
  margin-right: 0;
}
.pro_det_pic_bars .item.active{
  border-color: #0078b8;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.sub_desc{
  font-size:14px;
  line-height: 25px;
}
.sub_desc img{
    margin: 15px 0;
}




/*location*/
.location{
    font-size: 14px;
    color: #333;
    padding:  25px 0;
}
.location_wrap{
    max-width: 1016px;
    margin: 0 auto;
}
.location a{
    color: #333;
    margin: 0 3px;
}

.location #crumbs{
    white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}


/* about */
.sub_banner{
  height: 320px;
}

.about_box1_clm1{
  padding: 0 7%;
}
.about_box1_clm1_con{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.about_box1_clm1_l,
.about_box1_clm1_r{
  width:47%;
}
.about_title1{
  font-size: 36px;
  color: #333;
  margin-bottom: 22px;
}

.about_text{
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

.about_box1_clm1_r{
  padding-top: ;
}

.about_box1_clm2{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding: 5% 3%;
}
.about_box1_clm2 dd{
  width: 24%;
  text-align: center;
}
.about_box1_clm2 dd .num{
  font-size: 72px;
  line-height: 0.9;
  color: #0078b8;
  font-weight: bold;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items:flex-end;
  margin-bottom: 18px;
}
.about_box1_clm2 dd .num .num_tt{
  font-size: 24px;
}
.about_box1_clm2 dd .tt{
  font-size: 18px;
  color: #333;
}

.about_box1_clm3{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.about_box1_clm3 .item{
  width: 48%;
  overflow: hidden;
}
.about_box1_clm3 .item img{
  width: 100%;
}
.about_box1_clm3 .item:hover img{
  transform:scale(1.03,1.03);
  -webkit-transform:scale(1.03,1.03);
}

.about_box2{
  background: #f2f2f2;
}
.about_box2_wrap{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.about_box2_l{
  width: 70%;
}
.about_box2_r{
  width: 27%;
}



.about_box3{
  
}
.about_box3_clm1{
  padding: 0 5%;
}
.about_box3_clm1_list{
  padding: 3.5% 0 4%;
}
.about_box3_clm1_list .item{
  line-height: 24px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}
.about_box3_clm1_list .item::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #0078b8;
  border-radius: 50%;
}



.ind_box5{
  
}
.ind_box5_text{
  font-size: 22px;
  line-height: 1.6;
  color: #333;
  max-width: 1070px;
}
.ind_box5_text .tt{
  color: #0078b8;
}


.ind_box5_con{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  text-align: center;
  width: 660px;
  height: 350px;
  margin: 35px auto 0;
  background: url(../images/about_bg1.png) no-repeat center center / cover;
}

.ind_box5_con_tt{
  font-size: 24px;
  color: #333;
}
.ind_box5_con_tt2{
  font-size: 36px;
  font-weight: bold;
  color: #0078b8;
  margin: 12px 0 30px;
}

.ind_box5_btn{
  display: block;
  width: 180px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #0078b8;
}

.contact_box1{
}
.contact_list1{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding-top: 3%;
}
.contact_list1 dd{
  width: 24%;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.contact_list1 dd .icon{
  width: 60px;
  font-size: 44px;
  color: #666;
  margin-top: 8px;
}
.contact_list1 dd .con{
  width: calc(100% - 60px);
  padding-left: 3%;
}
.contact_list1 dd .con .tt{
  font-size: 24px;
  color: #333;
  margin-bottom: 12px;
}
.contact_list1 dd .con .text{
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.contact_list1 dd .con .text a{
  color: #666;
}
.contact_list1 dd .con .text a:hover{
  color: #0078b8;
}


.contact_inquiry{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding-top: 5%;
}
.contact_sm{
  width: 200px;
  text-align: center;
}
.contact_sm_tt{
  width: 100px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin: 0 auto 20px;
}

.contact_sm_list a{
  display: block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  margin:0 auto 18px;
}
.contact_sm_list a img{
  width: 65%;
}
.contact_sm_list a:hover{
  transform:translateY(-3px);
  -webkit-transform: translateY(-3px);
}


.contact_form{
  width: calc(100% - 220px);
  padding: 3% 4%;
  border: 1px solid #dcdcdc;
}
.contact_form_title{
  margin-bottom: 35px;
}
.contact_form_title .tt{
  font-size: 32px;
  color: #333;
  margin-bottom: 14px;
}
.contact_form_title .text{
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.contact_form_list{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.contact_form_list dd{
  width: 48%;
  margin-bottom: 24px;
}
.contact_form_list dd.ddw{
  width: 100%;
  margin-bottom:25px;
}
.contact_form_text,
.contact_form_area{
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  background: #f8f8f8;
}
.contact_form_area{
  height: 116px;
  padding-right: 10px;
  line-height: 1.4;
  padding-top: 14px;
  resize: none;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
  color: #666;
}

.contact_form_btn{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  color: #fff;
  font-size: 16px;
  width: 133px;
  line-height: 44px;
  font-weight: bold;
  background: #0078b8;
  border-radius: 4px;
  border: none;
}
.contact_form_btn .icon{
  font-size: 16px;
  margin-left: 11px;
}
.contact_form_btn2{
  background: #333;
}
.contact_form_list{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.contact_form_list form{
    width: 100%;
}
.contact_form_list p{
    display: inline-block;
  width: 48%;
  margin-bottom: 24px;
}
.contact_form_list p.ddw{
  width: 100%;
  margin-bottom:25px;
}
.contact_form_list p input
{
  display: block;
  width: 95%;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  background: #f8f8f8;
}
.contact_form_list p input[type=submit]{
   background: #4c4c4c;   
    width: 40%;
    margin:  0  auto;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border-radius: 4px;
}
.contact_form_list p input[type=submit]{
   background: #4c4c4c;   
    width: 40%;
    margin:  0  auto;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border-radius: 4px;
}
.contact_form_list p textarea{
    width: 200%;
    padding-left: 15px;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  background: #f8f8f8;
  height: 116px;
  padding-right: 10px;
  line-height: 1.4;
  padding-top: 14px;
  resize: none;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
  color: #666;
}

.contact_form_btn{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  color: #fff;
  font-size: 16px;
  width: 133px;
  line-height: 44px;
  font-weight: bold;
  background: #4c4c4c;
  border-radius: 4px;
  border: none;
}
.contact_form_btn .icon{
  font-size: 16px;
  margin-left: 11px;
}
.contact_form_btn2{
  background: #333;
}

