/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */
html,body{
  font-family: "Roboto-Medium", sans-serif;
}
input, button, textarea,select,button{
  font-family: 'Roboto-Medium', sans-serif;
}
.bgf5{
  background: #f5f5f5;
}
.bge{
  background: #eee;
}
.header_box{
  background: #fff;
  height: 148px;
}
.header_fix{
    position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 148px;
  background: #fff;
  box-shadow: 0 0 7px rgba(115,115,115,.15);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_fix.hover{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
}

.header{
  width: 100%;

  -webit-transition: all 0.5s;
  transition: all 0.5s;
}


.head_t{
  padding: 12px 0;
  background: #1165bd;
}
.head_t .wrapper{
  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;
}

.head_t_l{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
}
.head_t_l_item{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  color: #fff;
  font-size: 16px;
  
  margin-right: 20px;
}
.head_t_l_item .icon{
  font-size: 16px;
  margin-right: 6px;
}
.head_t_l_item:hover{
  color: #fc9b28;
}



.header_sm{
  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;
  -webkit-align-items: center;
  -ms-align-items:center;
}
.header_sm a{
  width:24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #1165bd;
  font-size: 14px;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
}
.header_sm a:hover{
    color: #fff;
  background: #fc9b28;
}


.head_b{
  background: #fff;
  padding: 16px 0;
  position: relative;
}
.head_t .wrapper{
  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;
}
.head_b>.wrapper{
  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;
}
.logo{
  width: 260px;
  height:60px;
  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;
}
.logo img{
  display: block;
  max-width: 100%;
}
.head_r{
  width: calc(100% - 280px);
  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;
}

.menu{
  width: calc(100% - 40px);
  padding: 0 1%;
}

.menu_dl{
  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%;
}
.menu_dl dd{
  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;
}
.menu_dl dd.menu_dd_pro{
  position: static;
}
.menu_tt .text{
  width: 100%;
  color: #333;
  text-align: center;
  line-height:68px;
  font-size: 24px;
  padding: 0 20px;
  
  overflow: hidden;
  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;
  position: relative;
}
.menu_tt .text .icon{
    position: absolute;
    left: 0;
    top: 27px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    
    transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        margin-left: -;
}

.menu_dl dd.hover .menu_tt .text{
  color: #fc9b28;
}

.menu_down{
  display: none;
  position: absolute;
  left: 0;
  top: 68px;
  z-index: 3;
  width: 300px;
  padding: 10px 0;
  font-family: "Roboto-Bold";
  background: #fff;
  box-shadow: 0 0 12px rgba(17,101,188,.35);
}
.menu_down_item{
  position: relative;
}
.menu_down_item_tt{
  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;
  font-size: 16px;
  line-height: 28px;
  padding:8px 16px;
  color: #1165bd;
  border-bottom: 1px solid #eee;
}
.menu_down_item:last-child .menu_down_item_tt{
  border: none;
}
.menu_down a .icon{
  width: 18px;
  height: 20px;
  line-height: 25px;
  font-size: 8px;
}
.menu_down a .tt{
  width: calc(100% - 20px);
}

.menu_down_item_down{
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 300px;
  padding: 2px 10px;
  background: #fff;
  box-shadow: 0 0 12px rgba(17,101,188,.35);
}

.menu_down_item_down a{
  display: block;
  font-size: 16px;
  line-height: 28px;
  padding:8px 16px;
  color: #2c477a;
  border-bottom: 1px solid #eee;
}

.menu_down a:hover{
  color: #fff;
  background: #1165bd;
}


.head_search{
  width: 40px;
  height: 40px;
  line-height:40px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.search_box{
  display: none;
  position: absolute;
  left:0;
  top: 160px;
  z-index: 5;
  z-index: 9;
  width:100%;
  height: 100px;
  padding:25px;
  background: #1165bc;
  box-shadow: 0 0 18px rgba(115,115,115,.45);
}
.search_box form{
  background: #fff;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.search_box_l{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  width: calc(100% - 180px);
  position: relative;
}
.search_box_icon{
  width: 53px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #1165bc;
  position: relative;
}
.search_box_icon::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #ccc;
  margin-top: -14px;
}
.search_box_text{
  width: calc(100% - 53px);
  height: 50px;
  border: 0;
  color: #333;
  font-size: 18px;
  font-family: "Roboto-Bold";
  padding-left: 20px;
  background: #fff;
}
.search_box_text::-webkit-input-placeholder{
  font-size: 18px;
}
.search_box_sub{
  width:180px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto-Bold";
  background: #fc9b28;
  border: 0;
}


.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{
  height: 70px;
  box-shadow: 0 0 6px rgba(115,115,115,.2);
  -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:#333;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
  margin-bottom: 0;
}
.mobile_search_icon{
  width: 40px;
  height: 52px;
  color: #333;
  font-size: 26px;
  line-height: 52px;
  text-align: center;
  margin-right: 52px;
  cursor: pointer;
}
.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: #1165bd;
}
.mobile_menu_tt_icon{
  display: none;
  float: right;
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -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: 7px 0;
}
.mobile_menu_down_clm_tt .icon{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -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(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}
.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(9deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text{
  color: #1165bd;
}

.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;
  font-size: 22px;
  color: #1165bd;
  text-align: center;
  line-height: 40px;
  border: none;
  background: none;
}

.mobile_menu_b{
  margin-top: 40px;
}
.mobile_menu_b_clm{
  margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.mobile_menu_b_clm .tt .icon{
  margin-right: 8px;
  font-size: 16px;
}
.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;
  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;
}



.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;
  position: relative;
}
.banner.owl-theme .owl-dots{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 12px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    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: #1165bd;
    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: #aaaaaa;
    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: #1165bd;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.fz18{
  font-size: 18px;
}
.fz24{
  font-size: 24px;
}
.fz30{
  font-size: 30px;
  
}
.fz36{
  font-size: 36px;
  
}
.fz48{
  font-size: 48px;
}
.fz60{
  font-size: 60px;
  font-family: "Roboto-Bold";
}

.main_content{
  padding: 70px 0;
}

.main_content2{
  padding-top: 70px;
}
.main_content3{
  padding-bottom: 70px;
}

.ind_title1{
  margin-bottom: 36px;
  position: relative;
}
.ind_title1 .tt_bg{
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 90px;
    color: rgba(51, 51, 51, .04);
}
.ind_title1 .tt{
    position: relative;
    z-index: 2;
    font-family: "Roboto-Bold";
}
.ind_title1 .text{
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
  font-family: "Roboto-Regular";
}



.pro_list{
  border-left: 1px solid #d2d2d2;
}
.pro_list_item4{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.pro_list_item4 dd{
  width: 25%;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -1px;
  background: #fff;
}
.pro_list .item{
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -1px;
  background: #fff;
}

.pro_list_pic{
  display: block;
  overflow: hidden;
  position: relative;
}
.pro_list_pic img{
  display: block;
  width: 100%;
}

.pro_list_pic_float{
    
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  display: none;
  color: #fff;
  text-align: center;
  padding: 10px 5%;
  font-size: 14px;
  line-height: 28px;
  background: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.pro_list_con{
  padding: 35px 4%;
}
.pro_list_tt{
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

.pro_list_btn_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;
}
.pro_list_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;
  width: 145px;
  height: 34px;
  color: #fff;
  font-size: 14px;
  background: #fc9b28;
  margin: 0 6px 6px;
}

.pro_list_btn .icon{
  font-size: 14px;
  margin-right: 6px;
}
.pro_list_btn.hover{
  background: #1165bd;
}
.pro_list dd:hover .pro_list_pic img{
    transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}
.pro_list dd:hover .pro_list_pic_float{
  opacity: 1;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}



/* ind_box2 */
.ind_box2_t_title1{
}

.ind_box2_t{
  position: relative;
}
.ind_box2_t_con{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}
.ind_box2_t_video{
  text-align: center;
}
.ind_box2_t_video a{
  display: block;
}
.ind_box2_t_video a .icon{
  width: 85px;
  height: 85px;
  margin: 0 auto 14px;
}
.ind_box2_t_video a .tt{
  font-family: "Roboto-Bold";
}


.ind_box2_t_icon{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}


.ind_box2_b{
  width: 100%;
  background: #1165bd;
}
.ind_box2_list{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.ind_box2_list dd{
  width: 20%;
  height: 240px;
  position: relative;
}
.ind_box2_list dd 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;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
  padding: 0 3%;
}
.ind_box2_list dd::after{
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url(../images/ind_about_icon2.png) no-repeat center center;
}
.ind_box2_list dd:last-child::after{
  display: none;
}
.ind_box2_list dd .icon_box{
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  padding: 8px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  margin-bottom: 18px;
}
.ind_box2_list dd .icon_box .icon{
  width: 100%;
  height: 100%;
  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;
  border-radius: 50%;
  background: #fff;
  font-size: 40px;
  color: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.ind_box2_list dd .tt{
  color: #fff;
  height: 44px;
  line-height: 22px;
  text-align: center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.ind_box2_list dd:hover .icon_box{
  background: rgba(252,155,40,.5);
  transform:rotateY(360deg);
  transition:all 0.7s;
  -webkit-transition:all 0.7s;
}
.ind_box2_list dd:hover .icon_box .icon{
  color: #fff;
  background: rgba(252,155,40,1);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.ind_box2_list dd:hover .tt{
  color: #fc9b28;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}


.appli_list1{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.appli_list1 dd{
  width: 33.33%;
}
.appli_list1 dd a{
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition:all 1s;
	-webkit-transition:all 1s;
}
.appli_list1 dd a img{
  display: block;
  width: 100%;
  opacity: 0;
}
.appli_list1_con{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #444;
  text-align: center;
  padding: 15px 5%;
  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;
}

.appli_list1_con .tt{
  margin-bottom: 12px;
}
.appli_list1_con .text{
  font-size: 14px;
  line-height: 22px;
}
.appli_list1 dd:nth-child(2n) .appli_list1_con{
  color: #fff;
}
.appli_list1 dd:nth-child(2n) a img{
  opacity: 1;
  
}
.appli_list1 dd:hover .appli_list1_con{
    color: #fff;
}
.appli_list1 dd:nth-child(2n):hover .appli_list1_con{
    color: #1165bd;
}
.appli_list1 dd:nth-child(2n):hover a img{
    opacity: 0;
   transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
.appli_list1 dd:nth-child(2n-1):hover a img{
    opacity:1;
   transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}

.appli_list1 dd:nth-child(2n):hover .appli_list1_con{
    color: #1165bd;
}
.appli_list1 dd:hover a{
    transform: rotateY(360deg);
    transition:all 1s;
	-webkit-transition:all 1s;
}



.ind_box4{
  background: url(../images/ind_bg2.jpg) no-repeat center center / cover;
}

.ind_box4_visit_scroll{
  margin-bottom: 35px;
}
.ind_box4_visit_scroll .item{
  padding: 40px 0;
  transform:scale(0.9,0.9);
  -webkit-transform:scale(0.9,0.9);
  overflow: hidden;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.ind_box4_visit_scroll .item img{
  border: 1px solid #fff;
}

.ind_box4_visit_scroll .item a{
  display: block;
  position: relative;
}
.ind_box4_visit_scroll .item a .tt{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 50px 0 30px;
  background: url(../images/ind_visit_bg.png) repeat-x center bottom / auto 100%;
}

.ind_box4_visit_scroll.owl-carousel .owl-item.center .item{
  position: relative;
  z-index: 2;
  transform:scale(1.2,1.2);
  -webkit-transform:scale(1.2,1.2);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.ind_box4_visit_scroll.owl-carousel .owl-item.center .item .tt{
  opacity: 1;
}

.ind_box4_visit_scroll_box{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
}
.ind_box4_visit_scroll_prev,
.ind_box4_visit_scroll_next{
  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: 92px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  background: #fc9b28;
  cursor: pointer;
  margin: 0 15px;
}

.ind_box4_visit_scroll_prev{
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}


.ind_box5_news_t{
  margin-bottom: 35px;
}
.ind_box5_news_t a{
  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;
}

.ind_box5_news_t_pic{
  width: 50%;
  overflow: hidden;
}
.ind_box5_news_t_pic img{
  width: 100%;
}

.ind_box5_news_t_con{
  width: 46%;
}
.ind_box5_news_t_time{
  font-size: 14px;
  line-height: 22px;
  color: #888;
  margin-bottom: 35px;
}
.ind_box5_news_t_time::after{
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fc9b28;
}

.ind_box5_news_t_title{
  line-height:1.4;
  color: #333;
  margin-bottom: 15px;
}

.ind_box5_news_t_text{
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-bottom: 40px;
}
.btn_style1{
  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: 150px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #1165bd;
  border: none;
}
.ind_box5_news_t a:hover .ind_box5_news_t_pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}

.btn_style1 .icon{
  font-size: 14px;
  margin-right: 8px;
}





.news_list1{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.news_list1 dd{
  width: calc((100% - 34px) / 3);
  margin: 0 17px 17px 0;
}
.news_list1 dd a{
  display: block;
  overflow: hidden;
  position: relative;
}
.news_list1_pic img{
  width: 100%;
}
.news_list1_time{
  position: absolute;
  left: 0;
  bottom: 48px;
  font-size: 14px;
  width: 118px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  background: #fc9b28;
}
.news_list1_tt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 48px;
  color: #fff;
  padding: 0 15px;
  background: rgba(17,101,189,.9);
}
.news_list1 dd:last-child{
  margin-right: 0;
}
.news_list1 dd a:hover .news_list1_pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}



/* footer_inq */
.footer_inq{
  background: url(../images/footer_inq_bg.jpg) no-repeat center center / cover;
}

.footer_inq_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;
}

.footer_inq_con_l{
  width: 345px;
}
.footer_inq_con_l_tt{
  margin-bottom: 8px;
}
.footer_inq_con_l_text{
  font-size: 14px;
  line-height: 22px;
  
}

.footer_inq_con_r{
  width: calc(100% - 470px);
}


.footer_inq_form{
  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;
}
.footer_inq_form dd{
  width: calc((100% - 28px) / 3);
  margin-bottom: 14px;
}
.footer_inq_form dd.ddw{
  width: 100%;
}
.footer_inq_form_text{
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  background: rgba(255,255,255,.25);
  border: 1px solid rgba(255,255,255,.5);
}
.footer_inq_form_text::-webkit-input-placeholder{
  color: #fff;
}

.footer_inq_form_btn{
  background: #fc9b28;
}

.footer_inq_form dd:last-child{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:flex-end;
  -ms-justify-content:flex-end;
  -webkit-justify-content:flex-end;
  margin-bottom: 0;
}


.footer_contanct{
  background: #0c3b8a;
}
.footer_contanct_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;
}
.footer_contanct_list dd{
  width: 33.33%;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  padding:26px 3%;
  position: relative;
  border-right: 1px solid #426192;
  transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.footer_contanct_list{
  border-left: 1px solid #426192;
}


.footer_contanct_list dd .icon{
  width: 60px;
  font-size: 44px;
  color: #fc9b28;
  text-align: center;
  transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_contanct_list dd .con{
  width: calc(100% - 60px);
  padding-left: 15px;
}
.footer_contanct_list dd .con .tt{
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
  transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_contanct_list dd .con .text a{
  display: block;
  color: #fff;
}
.footer_contanct_list dd:hover{
    background: #fc9b28;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.footer_contanct_list dd:hover .icon,
.footer_contanct_list dd:hover .con .tt,
.footer_contanct_list dd:hover .con .text a{
    color: #fff;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.footer_t{
  background: url(../images/footer_bg.jpg) no-repeat center center / cover;
}

.footer_t_wrap{
  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;
}

.footer_t_l{
  width: 20%;
  max-width: 240px;
}

.footer_t_logo{
  text-align: center;
}
.footer_t_code{
  padding: 18px 0 16px;
}


.footer_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;
}
.footer_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;
  font-size: 18px;
  background: #fff;
  border-radius: 50%;
  margin: 0 8px;
}
.footer_sm a:nth-child(1){
  color: #147cd1;
}
.footer_sm a:nth-child(2){
  color: #09aafa;
}
.footer_sm a:nth-child(3){
  color: #45d7f8;
}
.footer_sm a:nth-child(4){
    color: #ff0301;
}

.footer_t_pro{
  width: 30%;
}

.footer_t_title{
  color: #444;
  margin-bottom: 20px;
}
.footer_t_list a{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  margin-bottom: 12px;
}
.footer_t_list a .icon{
  width: 16px;
  text-align: center;
  font-size: 14px;
}
.footer_t_list a .tt{
  width: calc(100% - 16px);
  font-size: 14px;
  
  padding-left: 10px;
  white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}
.footer_t_list a:hover{
  transform:translateX(3px);
  -webkit-transform:translateX(3px);
  color: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.footer_t_list_pro{
  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;
}
.footer_t_list_pro a{
  width: 48%;
}


.footer_t_about{
  width: 17%;
  max-width: 160px;
}


.footer_t_quick{
  width: 17%;
  max-width: 160px;
}



.footer_b{
  background: #222;
  line-height: 28px;
  padding: 8px 0;
}

.footer_b_text{
  text-align: center;
  font-size: 14px;
  color: #dbdbdb;
}
.footer_b_text a{
  color: #dbdbdb;
}
.footer_b_text a:hover{
  color: #1165bd;
}


/* float_fix */
.float_fix{
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 7;
  width: 60px;
  box-shadow: 0 0 5px rgba(115,115,115,.2);
}
.float_fix .item{
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  margin-bottom: 1px;
}
.float_fix .item .item_icon{
  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;
  color: #fff;
  font-size: 22px;
  background: #fc9b28;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.float_fix .item .item_con{
  position: absolute;
  right: -240px;
  top: 0;
  width: 227px;
  height: 60px;
  background: #1165bd;
  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;
  padding-left: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.float_fix .item .item_con .icon{
  font-size: 22px;
  font-weight: normal;
  margin-right: 8px;
}


.float_fix .item .code{
  position: absolute;
  right: -180px;
  top: 0;
  z-index: 8;
  width: 100px;
  height: 100px;
  padding: 8px;
  background: #1165bd;
}

.float_fix .item:hover .item_con{
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.float_fix .item:hover .item_icon{
  color: #fff;
  background: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.float_fix .item:hover .code{
  right: 60px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.back_top{
  display: none;
  font-size: 22px;
}
.back_top .item_icon::before{
  display: block;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}

.float_fix .item:first-child .item_icon{
  border-top-left-radius: 10px;
}
.float_fix .item:last-child .item_icon{
  border-bottom-left-radius: 10px;
}
.float_fix .item:last-child:hover .item_icon{
  border-bottom-left-radius: 10px;
}



.mobile_footer_btn{
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6;
  width:100%;
  text-align:center;
  background: #494949;
  box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.mobile_footer_btn a{
  float: left;
  width: 25%;
  height: 50px;
  color: #fff;
  display:flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items:center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.mobile_footer_btn a .icon{
  display: block;
  font-size: 20px;
}
.mobile_footer_btn a .tt{
  font-size: 14px;
}


/* sub_banner */

.sub_banner{
  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;
  padding-bottom: 40px;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.location{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.2);
}
.location .wrapper{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
}
.location a{
  color: #fff;
  margin: 0 3px;
}
.location .icon{
  font-size: 14px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}


.sub_navs{
  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;
  padding-bottom: 20px;
}

.sub_navs .item{
  width: auto;
  min-width: 220px;
  line-height: 48px;
  font-size: 16px;
  color: #444;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #d2d2d2;
  margin: 0 13px 15px;
}
.sub_navs .item.hover{
  color: #fff;
  background: #1165bc;
}
.sub_navs .item.hover:hover,
.sub_navs .item:hover{
    color: #fff;
    background: #fc9b28; 
}

.about_text1{
  color: #666;
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto-Regular";
  max-width: 1180px;
  margin-bottom: 3%;
}



.certifi_list1{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.certifi_list1 dd{
  width: 21.5%;
  margin: 0 4.6% 25px 0;
}
.certifi_list1 dd a{
  display: block;
  overflow: hidden;
}
.certifi_list1 dd a:hover{
  box-shadow: 0 0 10px rgba(115,115,115,.2);
  transform:translateY(-3px);
  -webkit-transform: translateY(-3px);
}




/* page */
.page{
  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;
    flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
    padding:25px 0;
}
.page a{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 30px;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding: 0 8px;
  margin: 0 4px;
  border: 1px solid #eee;
}
.page a.hover,.page a:hover{
  color: #1165bd;
  border: 1px solid #1165bd;
}
.page a.prev,
.page a.next{
  width: auto;
  padding: 0 15px;
}
.page a.prev{
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}




/* about company */

.about_com_box1_con{
  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;
  padding-top: 30px;
}

.about_com_box2,
.about_com_box3{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_com_box1_l{
  width: 50%;
}

.about_com_box1_r{
  width: 45%;
}

.about_com_box1_title1_box{
    position: relative;
}
.about_com_box1_title1{
  position: relative;
  z-index: 2;
  line-height: 1;
  padding-left: 18px;
  margin-bottom: 30px;
}
.about_com_box1_title1::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top:50%;
  width: 8px;
  height: 34px;
  margin-top: -14px;
  background: url(../images/about_com_icon.png) no-repeat center center;
}
.about_com_box1_title1_box .about_com_box1_title1_bg{
    position: absolute;
    left: 0;
    top: -16px;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 90px;
    color: rgba(51, 51, 51, .04);
}
.about_com_box1_title2{
  margin-bottom: 10px;
}

.about_com_box1_r_text{
  font-size: 14px;
  line-height: 30px;
  font-family: "Roboto-Regular";
}

.about_com_box1_r_pic{
  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_com_box1_r_pic .item{
  width: calc((100% - 10px) / 2);
  overflow: hidden;
}
.about_com_box1_r_pic .item:hover img{
    transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}


.about_com_box2_list{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.about_com_box2_list dd{
  width: calc((100% - 60px) / 5);
  margin: 0 15px 0 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;
  text-align: center;
  padding: 20px 10px;
  height: 427px;
  background: rgba(255,255,255,.88);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box2_list dd:last-child{
  margin-right: 0;
}

.about_com_box2_list dd .num{
  color: #1165bd;
  margin-bottom: 6px;.
  text-replace: ;
}
.about_com_box2_list dd .tt{
  color: #666;
  line-height: 1.4;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box2_list dd .icon{
  font-size: 50px;
  color: #222;
  margin-top: 38px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box2_list dd:hover{
  background: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box2_list dd:hover .num,
.about_com_box2_list dd:hover .tt{
  color: #fff;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box2_list dd:hover .icon{
  transform:scale(0,0);
  -webkit-transform:scale(0,0);
  margin: 0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}


.about_com_box3_con{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding-bottom: 60px;
}
.about_com_box3_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_com_box3_con_item{
  width: calc((100% - 48px) / 4);
}
.about_com_box3_con_item:last-child{
  margin-right: 0;
}
.about_com_box3_con_item1{
  width: 21.4%;
  overflow: hidden;
}
.about_com_box3_con_item2{
  width: 26.8%;
}
.about_com_box3_con_item img{
  width: 100%;
}
.about_com_box3_con_item2_1{
    overflow: hidden;
  margin-bottom: 14px;
}

.about_com_box3_con_item2_1:last-child{
  margin-bottom: 0;
}

.about_com_box3_con_item1:hover img,
.about_com_box3_con_item2_1:hover img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}


.about_com_box4{
  background: #f2f2f2;
}
.about_com_box4_con{
  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_com_box4_pic{
  width: 50%;
}
.about_com_box4_r{
  width: 46%;
}



.about_service_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;
}

.about_service_list dd{
  width: calc((100% - 54px) / 3);
  background: #eee;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_service_list_pic{
  position: relative;
}
.about_service_list_pic img{
  width: 100%;
}
.about_service_list_icon{
  position: absolute;
  left: 50%;
  bottom: -45px;
  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: 90px;
  height: 90px;
  color: #fff;
  font-size: 46px;
  background: #fc9b28;
  border-radius: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.about_service_list_con{
  padding: 68px 7%;
  text-align: center;
}
.about_service_list_con_tt{
  color: #444;
  margin-bottom: 13px;
}
.about_service_list_con_text{
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-bottom: 64px;
}

.about_service_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;
  width: 180px;
  font-size: 14px;
  color: #1165bd;
  line-height: 38px;
  border: 1px solid #1165bd;
}
.about_service_btn:hover{
  color: #fff;
  background: #1165bd;
}

.about_service_list dd:hover{
  box-shadow: 0 0 10px rgba(115,115,115,.3);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.about_service_list dd:hover .about_service_list_icon{
    transform:translate(-50%,0) rotateY(360deg);
  -webkit-transform:translate(-50%,0) rotateY(360deg) ;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.about_com_box6_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_com_box6_l{
  width: 49.9%;
  overflow: hidden;
}
.about_com_box6_l a{
  display: block;
  overflow: hidden;
  position: relative;
}
.about_com_box6_l img{
  width: 100%;
}
.about_com_box6_tt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  color: #fff;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items:flex-end;
  padding: 0 5% 30px;
  background: url(../images/quality_bg.png) repeat-x center bottom /auto 100%;
}
.about_com_box6_r{
  width: 48.7%;
}

.about_com_box6_r_item{
  margin-bottom: 20px;
}
.about_com_box6_r_item:last-child{
  margin-bottom: 0;
}
.about_com_box6_r_item a{
  display: block;
  position: relative;
  overflow: hidden;
}
.about_com_box6_r_item a img{
  width: 100%;
}
.about_com_box6_l:hover img,
.about_com_box6_r_item:hover img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}


.about_com_box7_small{
  position: relative;
  padding: 0 75px;
  margin-bottom: 40px;
}

.about_com_box7_small.slick-slider .slick-arrow{
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 999px;
    margin-top: 0;
    overflow: hidden;
  border-radius: 50%;
  border: none;
  background: url(../images/his_icon1.png) no-repeat center center;
}
.about_com_box7_small.slick-slider .slick-arrow.slick-prev{
    left: 0;
}
.about_com_box7_small.slick-slider .slick-arrow.slick-next{
  right: 0;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}
.about_com_box7_small.slick-slider .slick-arrow:hover{
  background: url(../images/his_icon2.png) no-repeat center center;
}



.about_com_box7_small .slick-list::after{
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 4px;
  background: #eee;
}
.about_com_box7_small .item{
  padding-top: 12px;
  height: 85px;
  cursor: pointer;
  outline: none;
}
.about_com_box7_small .item .icon_box{
  position: relative;
  width: 26px;
  height: 26px;
  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;
  border-radius: 50%;
  background: #eee;
  margin-bottom: 5px;
  z-index: 2;
  margin: 0 auto 7px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box7_small .item .icon_box .icon{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bdbdbd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box7_small .item .tt{
  font-size: 14px;
  color: #333;
  text-align: center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}



.about_com_box7_small .item.slick-center{
  padding-top: 6px;
}
.about_com_box7_small .item.slick-center .icon_box{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(252,155,40,.5);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box7_small .item.slick-center .icon_box .icon{
  width: 22px;
  height: 22px;
  background: #fc9b28;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about_com_box7_small .item.slick-center .tt{
  font-size: 28px;
  color: #fc9b28;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}


.about_com_box7_big .item{
  outline: none;
}
.about_com_box7_big_con{
  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_com_box7_big_pic{
  width: 31.4%;
  overflow: hidden;
}

.about_com_box7_big_r{
  width: 63%;
}

.about_com_box7_big_r .tt{
  margin-bottom: 8px;
}
.about_com_box7_big_r .text{
  font-size: 14px;
  line-height: 30px;
  font-family: "Roboto-Regular";
}

.about_com_box7_big_con:hover .about_com_box7_big_pic img{
    transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}


/* customer visit */
.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;
  padding-top: 30px;
}




.wall-column {
  width: calc(100% / 4);
  padding: 0 13px;
}
.waterfall_item{
  margin-bottom: 22px;
}

.waterfall_item_con a{
  display: block;
  padding: 9px;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
}

.waterfall_item_con a .pic{
  overflow: hidden;
}
.waterfall_item_con a .tt{
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}
.waterfall_item_con a:hover .pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}
.waterfall_item_con a:hover .tt{
  color: #1165bd;
}



/* factory */
.factory_box1_title1{
  color: #1165bd;
  line-height: 1.3;
  margin-bottom: 10px;
}

.fac_list2{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.fac_list2 dd{
  width: calc((100% - 100px) / 3);
  margin: 0 50px 50px 0;
}
.fac_list2 dd a{
  display: block;
}
.fac_list2 dd a .pic{
  overflow: hidden;
}
.fac_list2 dd a .pic img{
  width: 100%;
}
.fac_list2 dd a .tt{
  color: #222;
  font-size: 16px;
  line-height: 50px;
  background: #e4e4e4;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.fac_list2 dd a:hover .pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}
.fac_list2 dd a:hover .tt{
  color: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}



/* contact */
.sub_title1{
  color: #1165bd;
  margin-bottom: 35px;
}
.sub_title1 .tt{
  font-family: "Roboto-Bold";
}
.sub_title1 .text{
  font-family: "Roboto-Bold";
}

.contact_box1_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;
  padding-top: 20px;
}

.contact_box1_l{
  width: 33%;
}
.contact_box1_l .item{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  margin-bottom: 25px;
}
.contact_box1_l .item .icon{
  width: 44px;
  font-size: 40px;
  color: #fc9b28;
}
.contact_box1_l .item .con{
  width: calc(100% - 44px);
  padding-left: 18px;
  font-size: 18px;
  color: #0c3e88;
}
.contact_box1_l .item .con .tt{
  margin-bottom: 3px;
}
.contact_box1_l .item .con .text a{
  color: #0c3e88;
}
.contact_box1_l .item .con .text a:hover{
    color: #fc9b28;
  text-decoration: underline;
}

.contact_box1_r{
  width: 64%;
}



.contact_box2{
  background: #f8f8f8;
}

.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.5%;
  margin-bottom: 12px;
}

.contact_form_list_tt{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.contact_form_list_tt .icon{
  color: #ff0202;
  margin-right: 4px;
}


.contact_form_list dd.ddw{
  width: 100%;
}
.contact_form_list dd.ddw:last-child{
  padding-top: 20px;
  margin-bottom: 0;
}
.contact_form_list_text,
.contact_form_list_area{
  display: block;
  width: 100%;
  line-height: 40px;
  padding-left: 16px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.contact_form_list_area{
  height: 150px;
  padding: 8px 15px;
  resize: none;
}


/* equipment */
.equipment_box1_con{
  padding-top: 30px;
}
.equipment_box1_scroll_big_con{
  padding: 5%;
  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;
  padding: 60px 6%;
}

.equipment_box1_scroll_big_con .bg{
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.equipment_box1_scroll_big_con .pic{
  position: relative;
  z-index: 2;
  border: 4px solid #fff;
}


.equipment_box1_scroll_big.slick-slider .slick-arrow{
  width: 56px;
  height: 56px;
  color: #008cd4;
  background: #fff;
  border-radius: 50%;
  margin-top: -28px;
  line-height: 999px;
  overflow: hidden;
  border: none;
  z-index: 3;
  background:#fff url(../images/equiment_icon2.png) no-repeat center center;
}

.equipment_box1_scroll_big.slick-slider .slick-arrow.slick-prev{
  left: 6%;
}

.equipment_box1_scroll_big.slick-slider .slick-arrow.slick-next{
  right: 6%;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}


.equipment_box1_scroll_small{
  position: relative;
  padding: 26px 130px;
  background: #efefef;
}

.equipment_box1_scroll_small .item{
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}
.equipment_box1_scroll_small .item::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}

.equipment_box1_scroll_small .item.slick-center::after{
  border-color: #008cd4;
}


.equipment_box1_scroll_small.slick-slider .slick-arrow{
  width: 40px;
  height: 40px;
  color: #008cd4;
  margin-top: -20px;
  line-height: 999px;
  overflow: hidden;
  border: none;
  z-index: 3;
  background:url(../images/equiment_icon.png) no-repeat center center;
}

.equipment_box1_scroll_small.slick-slider .slick-arrow.slick-prev{
  left: 65px;
}

.equipment_box1_scroll_small.slick-slider .slick-arrow.slick-next{
  right: 65px;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}




/* rela video */
.rela_video{
  background: #f8f8f8;
}
.video_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;
}

.video_list1 dd{
  width: calc((100% - 50px) / 2);
  margin-bottom:45px;
}
.video_list1 dd a{
  display: block;
  overflow: hidden;
  position: relative;
}

.video_list1 dd a .pic>img{
  width: 100%;
}
.video_list1 dd a .pic .icon{
  width: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.video_list1 dd a .con{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  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;
  background: rgba(22,22,22,.6);
  padding: 0 3%;
}
.video_list1 dd a .con .tt{
  width: calc(100% - 80px);
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
.video_list1 dd a .con .dura{
  width: 75px;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #1165bc;
  border-radius: 26px;
}
.video_list1 dd a:hover .pic>img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}



/* news_cover */
.news_cover_top{
  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;
}

.news_cover_l,
.news_cover_r{
  width: calc((100% - 20px) / 2);
}
.news_cover_l a{
  display: block;
  overflow: hidden;
  position: relative;
}
.news_cover_l a .pic img{
  width: 100%;
}
.news_cover_l a .con{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 26px 20px 30px;
  background: rgba(0,0,0,.6);
}
.news_cover_l a .con .tt{
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}



.news_list2 dd{
  margin-bottom: 20px;
}
.news_list2 dd:last-child{
  margin-bottom: 0;
}
.news_list2 dd a{
  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;
  padding: 10px;
  background: #f5f5f5;
}
.news_list2_pic{
  width:38.1%;
  overflow: hidden;
}

.news_list2_con{
  width: 58%;
}
.news_list2_tt{
  color: #333;
  line-height: 1.3;
  margin-bottom: 12px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.news_list2_text{
  color: #666;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto-Regular";
  margin-bottom: 16px;
}

.news_list2_btn{
  font-size: 14px;
  color: #888;
  line-height: 38px;
  background: #f5f5f5;
  border: 1px solid #d2d2d2;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.news_list2_btn:hover{
  color: #fff;
  background: #1165bd;
  border-color: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.news_cover_l a:hover img,
.news_list2 dd a:hover .news_list2_pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}
.news_list2 dd a:hover .news_list2_tt{
  color: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}



.news_list3{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.news_list3 dd{
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
}
.news_list3 dd:last-child{
  margin-right: 0;
}
.news_list3 dd a{
  display: block;
  overflow: hidden;
}
.news_list3 dd a .pic{
  overflow: hidden;
  position: relative;
}
.news_list3 dd a .pic .time{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 118px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #fc9b28;
}
.news_list3 dd a .pic img{
  width: 100%;
}
.news_list3 dd a .con{
  padding: 20px 0 0;
}
.news_list3 dd a:hover .pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}

.news_list3 dd a:hover .news_list2_tt{
  color: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}



.news_list4 dd{ 
  padding: 35px 0;
  border-bottom: 1px solid #eee;
}
.news_list4 dd:first-child{
  border-top: 1px solid #eee;
}

.news_list4 dd a{
  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;
}

.news_list4_time{
  width: 180px;
  color: #fc9b28;
  text-align: center;
}

.news_list4_time .days{
  color: #fc9b28;
}
.news_list4_time .month{
}


.news_list4_r{
  width: calc(100% - 180px);
  border-left: 1px solid #eee;
  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;
}

.news_list4_con{
  width:63%;
  padding:0 6%;
}

.news_list4_pic{
  width: 37%;
  overflow: hidden;
}

.news_list4 dd a:hover .news_list2_tt{
  color: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.news_list4 dd a:hover .news_list4_pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}





/* news_det */
.news_det_page_box{
  background: #f5f5f5;
}
.news_det_wrpa{
  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;
}
.news_det_l{
  width: 73.5%;
  background: #fff;
  padding: 35px;
}

  
.news_det_r{
  width: 22.8%;
  background: #fff;
}

.news_det_title1{
  font-size:30px;
  font-weight: bold;
  margin-bottom: 11px;
}

.news_det_time{
  font-size: 14px;
  color: #888;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}


.news_det_con{
  font-size: 14px;
  line-height: 30px;
  color: #666;
  padding: 20px 0;
  margin-bottom: 25px;
}






.news_det_page{
  padding: 18px 20px;
  border: 1px solid #dcdcdc;  
}
.news_det_page_item{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  padding: 12px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.news_det_page_item:last-child{
  border: none;
}
.news_det_page_item .icon{
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  background: #1165bc;
  color: #fff;
  border-radius: 50%;
  margin:0 12px;
}
.news_det_page_item .tt{
  color: #222;
  font-size: 14px;
}
.news_det_page_item .con{
  width: calc(100% - 50px);
  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;
}
.news_det_page_item .text{
  font-size: 14px;
  color: #666;
  width: calc(100% - 105px);
}
.news_det_page_item .text a{
  display: block;
  width: 100%;
  color: #666;
  line-height: 24px;
  font-size: 14px;
}
.news_det_page_item .text a:hover{
  color: #1165bc;
}
.news_det_page_item .icon{
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.news_det_page_item:last-child .icon{
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
}


.news_det_share{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
}

.news_det_share .tt{
  font-size: 14px;
}
.news_det_share .text{
  padding-left: 10px;
}


.news_det_r{
  width: 22.8%;
  padding: 20px 15px;
  background: #fff;
}

.news_det_r_title{
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.news_list5 dd{
  margin-bottom: 25px;
}
.news_list5 dd a{
  display: block;
}
.news_list5 dd a .pic{
  overflow: hidden;
}
.news_list5 dd a .pic img{
  width: 100%;
}
.news_list5 dd a .con{
  padding: 15px 0 0;
}
.news_list5 dd a .con .tt{
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 8px;
}
.news_list5 dd a .con .time{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  font-size: 14px;
  color: #1165bd;
}
.news_list5 dd a .con .time .icon{
  margin-right: 8px;
}
.news_list5 dd a:hover .pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}




/* pro_application */
.pro_appli_con_l_btn_box{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.pro_appli_con_l_btn1{
  background: #fc9b28;
  margin-right: 14px;
}
.pro_appli_con_l_btn2{
}



.pro_appli_con{
  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;
}

.pro_appli_con_l{
  width: 53%;
}
.pro_appli_con_r{
  width: 45%;
  text-align: center;
}



.pro_appli_box2{
  background: #f8f8f8;
}
.appli_list2{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.appli_list2 dd{
  width: calc((100% - 45px) / 4);
  margin: 0 15px 15px 0;
}
.appli_list2 dd a{
  display: block;
}
.appli_list2 dd a .pic{
  overflow: hidden;
}
.appli_list2 dd a .tt{
  font-size: 16px;
  color: #222;
  padding: 14px 0 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.appli_list2 dd a:hover .pic img{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.appli_list2 dd a:hover .tt{
  color: #1165bd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pro_app_adv_list{
}

.pro_app_adv_list dd{
  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;
}
.pro_app_adv_list_pic{
  width: 50%;
  overflow: hidden;
  position: relative;
}
.pro_app_adv_list_pic img{
  width: 100%;
}
.pro_app_adv_list dd:hover .pro_app_adv_list_pic>img,
.pro_app_adv_list dd:hover .pro_app_adv_list_pic a>img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}
.pro_app_adv_list_pic .icon{
  position: absolute;
  left: 50%;
    top: 50%;
  width: 90px;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.pro_app_adv_list_con{
  width: 50%;
  padding: 20px 2%;
}
.pro_app_adv_list_tt{
  margin-bottom: 14px;
}
.pro_app_adv_list_text{
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto-Regular";
  margin-bottom: 30px;
}

.pro_app_adv_list dd:nth-child(2n){
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}


.pro_appli_box3{
  background: #f8f8f8;
}

.appli_list3{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.appli_list3 dd{
  width: calc((100% - 20px) / 6);
  margin: 0 4px 0 0;
}
.appli_list3 dd:last-child{
  margin-right: 0;
}
.appli_list3 dd a{
  display: block;
  overflow: hidden;
}
.appli_list3 dd .pic{
  overflow: hidden;
}
.appli_list3 dd .pic img{
  width: 100%;
}
.appli_list3 dd .tt{
  color: #fff;
  line-height: 42px;
  background: #1165bc;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.appli_list3 dd:hover .pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}
.appli_list3 dd:hover .tt{
  background: #fc9b28;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}


/* pro_cover_box2 */
.pro_cover_box2{
  background: #f8f8f8;
}
.pro_cover_box2_clm{
  margin-bottom: 50px;
}
.pro_cover_title1_box{
  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;
  padding-top: 25px;
  border-top: 1px solid #bfbfbf;
  margin-bottom: 30px;
}
.pro_cover_title1{
  width: calc(100% - 180px);
}
.pro_cover_title1 .tt{
  color: #1165bd;
  margin-bottom: 3px;
}
.pro_cover_title1 .text{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  font-family: "Roboto-Regular";
}

.pro_cover_btn1{
  line-height: 36px;
  width: 180px;
  font-size: 14px;
  color: #1165bc;
  border: 1px solid #1165bc;
}
.pro_cover_btn1:hover{
  color: #fff;
  background: #1165bd;
}


/* pro_Det */
.pro_det_top_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: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items:flex-start;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.pro_det_pic_box{
  width: 575px;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.pro_det_pic_scroll{
  width: calc(100% - 116px);
  border: 1px solid #d2d2d2;
}

.pro_det_pic_bars{
  width:110px;
}
.pro_det_pic_bars .item{
  width: 100%;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  margin-bottom: 6px;
  cursor: pointer;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.pro_det_pic_bars .item.active{
  border-color: #1165bc;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.pro_det_inf{
  width:calc(100% - 575px);
  padding-left: 5%;
}
.pro_det_title1{
  color: #1165bd;
  margin-bottom: 5px;
}
.pro_det_title2{
  margin-bottom: 27px;
}

.pro_det_inf_desc{
  padding: 30px 0;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}


.pro_det_btn_box{
  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;
  padding-top: 30px;
}
.pro_det_btn_box .btn_style1{
  margin-right: 15px;
}
.pro_det_btn_box .pro_det_btn2{
  background: #fc9b28;
}
.pro_det_btn2 .icon{
  font-size: 18px;
}



.pro_det_b_bars_box{
  width: 100%;
  position: relative;
  height: 65px;
  background: #f8f8f8;
  border-top: 4px solid #1165bc;
  border-bottom: 1px solid #e5e5e5;
}

.pro_det_b_bars{
  width: 100%;
  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;
  border-right: 1px solid #e5e5e5;
  background: #f8f8f8;
  position: relative;
  z-index: 2;
}
.pro_det_b_bars .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: 25%;
  height: 60px;
  border-left: 1px solid #e5e5e5;
}
.pro_det_b_bars .item .icon{
  font-size: 24px;
  margin-right: 8px;
}
.pro_det_b_bars .item.hover{
  color: #1165bc;
}

.pro_det_b_tabs_item:nth-child(2n){
  background: #f8f8f8;
}

.pro_det_b_tabs_item1_con{
  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;
}


.pro_det_b_tabs_item1_l{
  width: 44%;
}
.pro_det_b_tabs_item1_r{
  width: 50%;
}

.pro_det_b_tabs_item1_r a{
  display: block;
  overflow: hidden;
  position: relative;
}
.pro_det_b_tabs_item1_r a>img{
  width: 100%;
}
.pro_det_b_tabs_item1_r a .icon{
  width: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.pro_det_b_tabs_item1_r a:hover>img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}
.pro_det_b_tabs_item2_con{
    font-size: 14px;
  line-height: 1.6;
}
.pro_det_b_tabs_item2_con table{
  width: 100%;
}
.pro_det_b_tabs_item2_con table tr td{
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #d2d2d2;
}
.pro_det_b_tabs_item2_con table tr{
  background: #fff;
}
.pro_det_b_tabs_item2_con table tr:nth-child(odd){
  background: #ebeff3;
}
.pro_det_b_tabs_item2_con table tr:first-child{
  color: #fff;
  background: #1165bd;
}

.pro_det_b_tabs_item3_l{
  width: 36%;
}
.pro_det_b_tabs_item3_r{
  width: 55%;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item3_r .item{
  width: 48%;
  margin: 0 1%;
}


.pro_det_appli_list1{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.pro_det_appli_list1 dd{
  width: calc((100% - 100px) / 3);
  margin: 0 50px 0 0 ;
}
.pro_det_appli_list1 dd:last-child{
  margin-right: 0;
}


.pro_det_appli_list1 dd a{
  display: block;
}
.pro_det_appli_list1 dd .pic{
  overflow: hidden;
}
.pro_det_appli_list1 dd .pic img{
  width: 100%;
}
.pro_det_appli_list1 dd .tt{
  padding: 12px 0 10px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.pro_det_appli_list1 dd a:hover .pic img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}
.pro_det_appli_list1 dd a:hover .tt{
  color: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

/* pro_list */
.like_pro_box{
  background: #f8f8f8;
}

.pro_list_scroll .item{
  margin-bottom: 0;
}
.pro_list_scroll.pro_list{
  border: none;
}
.pro_list_scroll .owl-wrapper-outer{
  border-left: 1px solid #d2d2d2;
}


.like_pro_rela{
  position: relative;
}
.pro_list_scroll_prev,
.pro_list_scroll_next{
  position: absolute;
  top: 40%;

  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #1165bd;
  border-radius: 50%;
  cursor: pointer;
  border:1px solid#1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.pro_list_scroll_prev{
  left: -60px;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}

.pro_list_scroll_next{
  right: -60px;
}
.pro_list_scroll_prev:hover,
.pro_list_scroll_next:hover{
  color: #fff;
  background: #1165bd;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}



