﻿/* 隱藏百度溝通工具 */
.nb-icon-wrap{
	display: none !important;
}

/* //隱藏留言面板 */
/* .nb-nodeboard-base.nb-nodeboard-position-base{
	display: none !important;
} */

#newBridge{
	display: none;
}

/* 滾動條樣式 */
::-webkit-scrollbar {/*滾動條整體樣式*/
    width: 15px;     /*高寬分別對應横豎滾動條的尺寸*/
    height: 15px;
/*   display: none */
}


/* 滾動條上的滾動滑塊 */
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
/*     border-radius: 32px; */
}

/* 滾動條軌道 */
 ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
/*     border-radius: 32px; */
} 


/* 導航欄樣式 */
*{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
/* @font-face{
  font-family: "msyh";
  src: url(../font/msyh.ttf);
}
 */

.color_ff6700{
  color: #ff6700 !important;
}


*{
    margin: 0;
    padding: 0;
    /* font-family: msyh; */
    font-family: "微軟雅黑";
    color: #4B4B4B;
    scrollbar-width: none;
}


/* 導航欄開始 */

.nav_active{
  border-bottom: 3px solid #013490 !important;
 
}
.nav_active>a{
  color: #ff6700 !important;
}


.content_box{
   width: 100%;
   overflow: hidden;
}
.header_box{
    width: 100%;
    overflow: hidden;
    height: 0.85rem;
}
.header_box .nav_box{
    width: 100%;
    height: 0.85rem;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 1001;
     border-bottom: 1px solid rgb(234, 234, 234);
}
.header_box .nav_box:hover{
    background: white;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.header_box .nav_box:hover ul>li>a{
   color: #4B4B4B;
}
.header_box .nav_box .logo{
    width: 1.8rem;
    height: 100%;
    float: left;
    margin-left: 1rem;
    position: relative;
}
.header_box .nav_box .logo img{
    position: absolute;
    height: 0.5rem;
    top: 0.19rem;
    left: 0;
    /* width: 100%; */
    padding: 0;
}
.header_box .nav_box>ul{
    width: 12rem;
    height: 100%;
    float: right;
    text-align: center;
    margin: 0;
    padding: 0;
    /* position: relative; */
    /* background: yellow; */
}
.header_box .nav_box>ul>li{
    width: 1.35rem;
    height: 100%;
    line-height: 0.85rem;
    float: left;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    /* background: red; */
    
}
.header_box .nav_box>ul>li>a{
    display: block;
    /* color: white; */
    font-size: 0.2rem;
    text-decoration: none;
    /* background: blue; */
    color: #4B4B4B;
}
.header_box .nav_box>ul>li:hover{
    color: #ff6700 !important;
}
/* .nav_item>li:hover .nav_item>li>a{
  color: #ff6700;
} */
.header_box .nav_box>ul>li:hover{
    border-bottom: 3px solid #013490;
}
.header_box .nav_box>ul>li:hover a.nav_link{
  color: #ff6700 !important;
}
.header_box .nav_box .nav .nav_item .item_list{
    position: absolute;
    top: 0.85rem;
    left: 0;
    /* width: 2rem; */
    background: white;
    z-index: 1000;
    display: none;
    border: 1px solid rgb(234, 234, 234);
    border-top: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: none;
}
.header_box .nav_box .nav .nav_item .item_list .center{
    width: 100%;
    margin: 0 auto;
    padding: 0.1rem 0;
}
.header_box .nav_box .nav .nav_item .item_list .center>ul>li{
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    font-size: 0.2rem;
    width: 2rem;  
    /* border-bottom: 1px solid rgb(234, 234, 234); */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    padding-left: 0.3rem;
    color: #4B4B4B;
}
.header_box .nav_box .nav .nav_item .item_list .center>ul>li:last-child{
    border: none;
}
.header_box .nav_box .nav .nav_item .item_list .center>ul>li:hover{
    /* background: #ff6700; */
}
.header_box .nav_box .nav .nav_item .item_list .center>ul>li:hover a{
    color: #ff6700;
}
.header_box .nav_box .nav .nav_item .item_list .center>ul>li>a{
    text-decoration: none;
    color: #4B4B4B;
}


/* 核心軟件開始 */
.header_box .nav_box>ul>li:nth-of-type(2):hover #item_list2{
    /* display: block; */
}

.item_list2{
  display: block;
    /* width: 7rem;
    left: 0;
    border-bottom: 1px solid rgb(234, 234, 234);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; */
}

.item_list2 .center{
    /* width: 100%;
    height: 100%; */
    /* width: 7rem !important; */
    margin: 0 auto;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: white;
    flex-wrap: nowrap;
}
.item_list2 .center .left_list{
    /* width: 3rem; */
    width: 2.7rem;
}
.item_list2 .center .left_list>ul{
    margin: 0;
    padding: 0.1rem 0;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.item_list2 .center .left_list>ul>li{
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    color: #4B4B4B;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    /* padding-left: 0.4rem; */
    padding-left: 0.225rem;
    position: relative;
    margin: 0.2rem 0;
}
.item_list2 .center .left_list>ul>li>span{
    width: 0.3rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #ff6700;
}
.item_list2 .center .left_list>ul>li>span>img{
    width: 0.1rem;
    display: none;
}
.item_list2 .center .right_list{
    width: 4.3rem;
    border-left: 1px solid rgb(234, 234, 234);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.item_list2 .center .right_list .project_list{
    width: 100%;
    height: 100%;
    display: none;
}
.item_list2 .center .right_list .project_list>ul{
    width: 100%;
    height: 100%;
    padding: 0.05rem 0;
    text-align: left;
    margin: 0;
    display: block;
    align-items: flex-start;
    padding: 0.2rem 0 0.4rem 0;
}
.item_list2 .center .right_list .project_list>ul>li{
    font-size: 0.19rem;
    /* display: inline-block; */
    /* height: 0.4rem; */
    margin: 0.03rem 0.05rem;
    line-height: 0.3rem;
    padding: 0 0.2rem;
    color: #4B4B4B;
    /* background: red; */
    /* float: left; */
}
.item_list2 .center .right_list .project_list>ul>li:hover a>p{
    color: #ff6700 ;
}
.item_list2 .center .right_list .project_list>ul>li>a{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #4B4B4B !important;
}
.item_list2 .center .right_list .project_list>ul>li>a>p{
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0.4rem;
}
.item_list2 .center .right_list .project_list>ul>li:hover a{
    color: #ff6700 !important;
}
.item_list2 .center .right_list .project_list>ul>li>a{
    text-decoration: none;
    color: #4B4B4B;
}
.item_list2 .center .right_list .project_list:nth-of-type(1){
    display: block;
}
/* 核心軟件結束 */

.color_borderRight_ff6700{
  border-right: 3px solid #ff6700 !important;
  color: #ff6700 !important;
}

/* 智能硬件開始 */
.header_box .nav_box>ul>li:nth-of-type(3){
  
}
.header_box .nav_box>ul>li:nth-of-type(3):hover .item_list{
    /* display: block; */
}
.item_list3{
    /* display: block !important; */
    width: 17rem !important;
    /* left: -7.4rem !important; */
    left: 0;
    position: fixed !important;
}
.item_list3 .center{
    width: 9.5rem !important;
    margin: 0 auto;
    padding: 0;
   /*  display: flex;
    justify-content: center; */
    /* align-items: flex-start; */
   /*  flex-wrap: nowrap; */
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    flex-wrap: nowarp;
    -webkit-flex-wrap: nowarp;
     -ms-flex-wrap: nowarp;
}
.item_list3 .center .left_list{
    width: 3.5rem;
    text-align: left;
}
.item_list3 .center .left_list>ul{
    padding: 0.1rem 0;
    height: 100%;
}
.item_list3 .center .left_list>ul>li{
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    padding-left: 0.3rem;
    position: relative;
    color: #4B4B4B;
    margin: 0.2rem 0;
}
.item_list3 .center .left_list>ul>li>span{
    width: 0.3rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #4B4B4B !important;
}
#item_list3 .center .left_list>ul>li>span>img{
    width: 0.1rem;
    display: none;
}
.item_list3 .center .right_list{
    width: 9.9rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    /* background: red; */
   
}
.item_list3 .center .right_list .project_list{
    width: 100%;
    height: 100%;
    min-height: 2.6rem;
    display: none;
    border-left: 1px solid rgb(234, 234, 234);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
.item_list3 .center .right_list .project_list>ul{
    width: 100%;
    padding: 0.05rem 0;
    text-align: left;
   /*  display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; */
    padding: 0.2rem 0;
      display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
     -o-flex-wrap: wrap;
}
.item_list3 .center .right_list .project_list>ul>li{
    width: 1.4rem; 
    min-height: 1.5rem;
    font-size: 0.15rem;
    display: block;
    margin: 0 0.1rem;
    line-height: 0.3rem;
    margin-right: 0.05rem;
    margin-top: 0.12rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.1rem;
    border: 1px solid transparent;
    color: #4B4B4B !important;
}
.item_list3 .center .right_list .project_list>ul>li:hover{
    box-shadow: -0.01rem 0.01rem 0.05rem 0.01rem rgba(0,0,0,0.1);
}
/* 智能硬件，鼠標移動圖片放大2022-08-20*/
.item_list3 .center .right_list .project_list>ul>li:hover a>p>img{
/*     -webkit-transform: scale3d(1.1,1.1,2);
    -moz-transform: scale3d(1.1,1.1,2);
    -o-transform: scale3d(1.1,1.1,2);
    transform: scale3d(1.1,1.1,2); */
        
    left: 20%;
}

.item_list3 .center .right_list .project_list>ul>li:hover a{
    color: #ff6700;
}
.item_list3 .center .right_list .project_list>ul>li>a{
    display: inline-block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #4B4B4B;
    font-size: 0.15rem;
}
.item_list3 .center .right_list .project_list>ul>li>a>p{
    margin: 0;
    color: #4B4B4B !important;
}
.item_list3 .center .right_list .project_list:nth-of-type(1){
    display: block;
}
.item_list3 .center .right_list .project_list>ul>li:hover a>p>span{
    color: #4B4B4B;
    /* text-shadow: #2e3760 0.5rem 0.5rem 0.5rem; */
}
.item_list3 .center .right_list .project_list>ul>li>a>p{
    padding: 0;
    line-height: 0;
}
.item_list3 .center .right_list .project_list>ul>li>a>p>img{
    display: block;
    /* height: 0.65rem; */
    height: 0.85rem; 
    max-width: 90%;
   /*  position: absolute;
    top: 0.1rem;
    left: 50%;
    transform: translateX(-50%);  */
    margin: 0 auto;
    margin-top: 0.05rem;
    padding: 0;
    transition: all 0.6s;
	transform: translate3d(0,0,0);
}
.item_list3 .center .right_list .project_list>ul>li>a>p>span{
    position: absolute;
    left: 0;
    bottom: 0;
    /*height: 0.8rem;*/
    height: 0.5rem;
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.25rem;
    text-align: center;
    padding: 0.05rem 0.05rem;
}
.item_list3 .center .right_list .project_list>ul>li:hover a>p>span{
  color: #ff6700;
}
/* 智能硬件結束 */


/* 客戶案例典型開始 */
.header_box .nav_box>ul>li:nth-of-type(4):hover .item_list{
    /* display: block; */
}
/* 客戶案例典型結束 */


/* 關于我們公司開始 */
.header_box .nav_box>ul>li:nth-of-type(6):hover .item_list{
    /* display: block; */
}
/* 關于我們公司結束 */
/* 導航欄結束 */


/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司/// */
/* 面包屑導航欄開始 */
.mbx_nav_box{
  width: 100%;
  height: 0.8rem;
  background: white;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid rgb(234, 234, 234);
}
.mbx_nav_box .ctxt{
  width: 80%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.mbx_nav_box .ctxt>span{
 height: 100%;
 /* display: inline-block; */
 font-size: 0.19rem;
 float: left;
 padding: 0 0.05rem;
 color: #4B4B4B !important;
 line-height: 0.8rem;
}
.mbx_nav_box .ctxt>span>a{
text-decoration: none;
 color: #4B4B4B !important;
 padding-right: 0.1rem;
}
.mbx_nav_box .ctxt>span>a:hover{
  color: #ff6700 !important;
}

/* 面包屑導航欄結束 */



/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司///// */
/* 網頁底部開始 */
#footer_c{
  width: 100%;
  background: #F2F2F2;
}
#footer_c .content_box{
  width: 100%;
  background: none;
  margin: 0 auto;
}
#footer_c .content_box .top{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.1rem;
}
#footer_c .content_box .top>div:nth-of-type(1){
  margin-top: 0.3rem;
}
#footer_c .content_box .top>div:nth-of-type(1)>ul{
  padding: 0;
  width: 100%;
  margin: 0 aoto;
/*   display: flex;
  justify-content: space-around;
  align-items: flex-start; */
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: space-around;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
     -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
     -o-flex-wrap: wrap; 
}

#footer_nav>ul>li{
  /* width: 2.1rem; */
  width: 15%;
  min-height: 0.6rem;
  list-style: none;
 /*  margin-right: 0.2rem;
  margin-left: 0.2rem; */
  margin: 0 2.5%;
  position: relative;
  /* font-size: 0.18rem; */
  font-size: 0.2rem;
}
#footer_nav ul li .up{
  width: 100%;
  height: 0.7rem;
  font-size: 0.22rem;
  text-align: left;
  line-height: 0.7rem;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #333333;

}
#footer_nav ul li .down{
  width: 100%;
  padding-top: 0.1rem;
}
#footer_nav ul li .down>span{
  width: 100%;
  margin: 0.17rem 0;
  display: block;
  text-align: left;
  color: #969696;
}

#footer_nav ul li .down>span>a{
  text-decoration: none;
  color: #646464;
  /* font-size: 0.16rem; */
  font-size: 0.2rem;
}
#footer_nav ul li .down>span>a:hover{
  color: #ff6700;
}

#footer_c .content_box .top>div:nth-of-type(2){
  width: 95%;
  height: 0.5rem;
  font-size: 0.2rem;
  line-height: 0.5rem;
  text-align: left;
  margin: 0 auto;
  margin-top: 0.4rem;
  text-align: center;
}
#footer_c .content_box .top>div:nth-of-type(2)>span{
  margin-right: 0.3rem;
  color: #969696;
}

.footer_c .content_box .bottom{
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* border-top: 1px solid #969696; */
  margin-top: 0.8rem;
  background: #dfdfdf;
}
.footer_c .content_box .bottom>span{
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  display: block;
  /* font-size: 0.16rem; */
  color: #333;
  font-size: 0.2rem;
}
.footer_c .content_box .bottom>span>a{
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #333;
}
.footer_c .content_box .bottom>span>a:hover{
  color: #ff6700;
}
/* 網頁底部結束 */


/* 廣州優勝電子技術有限公司/// */
#footer_nav ul li .down .nav_list {
  width: 100%;
}
#footer_nav ul li .down .nav_list .tilte1{
  width: 100%;
  height: 0.27rem;
  line-height: 0.27rem;
  color: #646464;
  position: relative;
  margin: 0.14rem 0;
  /* font-size: 0.16rem; */
  font-size: 0.2rem;
}
#footer_nav ul li .down .nav_list .tilte1>span{
  position: absolute;
  top: 0.05rem;
  right: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}
#footer_nav ul li .down .nav_list .tilte1>span>img{
  height: 0.2rem;
}

.rotateZ_90{
  transform: rotateZ(90deg) !important;
}
.color_ff6700{
  color: #ff6700;
}

#footer_nav ul li .down .nav_list .nav_ctxt1{
  width: 100%;
  overflow: hidden;
  display: none;
}
#footer_nav ul li .down .nav_list .nav_ctxt1>span{
  width: 100%;
  display: block;
  text-align: left;
  color: #646464;
  margin: 0.17rem 0;
}
#footer_nav ul li .down .nav_list .nav_ctxt1>span:nth-of-type(1){
  margin-top: 0.03rem;
}

#footer_nav ul li .down .nav_list .nav_ctxt1>span>a{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #646464;
  /* font-size: 0.16rem; */
  font-size: 0.2rem;
  white-space:nowrap;  
  text-overflow:ellipsis;
  overflow:hidden;   
}
#footer_nav ul li .down .nav_list .nav_ctxt1>span>a:hover{
  color: #ff6700;
}


.display_block{
  display: block !important;
}


#footer_nav ul li .ewm_img_box{
  width: 100%;
}
#footer_nav ul li .ewm_img_box>img{
  width: 100%;
  margin-top: 0.3rem;
}
/* .slideDown_true{
  
} */
/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司// */



/* 咨詢懸浮框開始 */
.zx_xf_box{
    width: 0.8rem;
    background-color: #0C4CA3;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99999;
    display: none;
}
.zx_xf_box>ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.zx_xf_box>ul>li{
    width: 100%;
    background-color: #0C4CA3;
    border-bottom: 1px solid white;
    font-size: 0.05rem;
    overflow:hidden;
}
.zx_xf_box>ul>li:active{
	background-color: #072D5F;
}
.zx_xf_box>ul>li:nth-last-of-type(1){
    border: none;
}
.zx_xf_box>ul>li>a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
}
.zx_xf_box>ul>li>a>img{
    display: block;
    width: 40%;
    margin: 0.2rem auto;
    margin-bottom: 0.05rem;

}
.zx_xf_box>ul>li>a>span{
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.1rem;
    margin-bottom: 0.1rem;
}
/* 咨詢懸浮框結束 */







/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司//// */
/**
 * ----------------------------------------
 * animation slide-in-br
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-br {
    0% {
      -webkit-transform: translateY(1000px) translateX(1000px);
              transform: translateY(1000px) translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) translateX(0);
              transform: translateY(0) translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-br {
    0% {
      -webkit-transform: translateY(1000px) translateX(1000px);
              transform: translateY(1000px) translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) translateX(0);
              transform: translateY(0) translateX(0);
      opacity: 1;
    }
  }
  

.slide-in-br {
	-webkit-animation: slide-in-br 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-br 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* 廣州優勝電子技術有限公司//// */
/**
 * ----------------------------------------
 * animation roll-in-right
 * ----------------------------------------
 */
 @-webkit-keyframes roll-in-right {
    0% {
      -webkit-transform: translateX(800px) rotate(540deg);
              transform: translateX(800px) rotate(540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes roll-in-right {
    0% {
      -webkit-transform: translateX(800px) rotate(540deg);
              transform: translateX(800px) rotate(540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  
.roll-in-right {
	-webkit-animation: roll-in-right 3.6s ease-out both;
	        animation: roll-in-right 3.6s ease-out both;
}

/*  */
/**
 * ----------------------------------------
 * animation bounce-left
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-left {
    0% {
      -webkit-transform: translateX(-48px);
              transform: translateX(-48px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(-26px);
              transform: translateX(-26px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateX(-13px);
              transform: translateX(-13px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateX(-6.5px);
              transform: translateX(-6.5px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87%,
    98% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  @keyframes bounce-left {
    0% {
      -webkit-transform: translateX(-48px);
              transform: translateX(-48px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(-26px);
              transform: translateX(-26px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateX(-13px);
              transform: translateX(-13px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateX(-6.5px);
              transform: translateX(-6.5px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87%,
    98% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  

.bounce-left {
	-webkit-animation: bounce-left 10.8s both;
	        animation: bounce-left 10.8s both;
}




/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司//// */
/**
 * ----------------------------------------
 * animation bounce-in-right
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-right1 {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-right1 {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }

    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
.bounce-in-right1 {
	-webkit-animation: bounce-in-right1 0.4s both;
	        animation: bounce-in-right1 0.4s both;
}



/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司 */
/* 右邊滑入 */
 @-webkit-keyframes slide-in-r {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-r {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.slide-in-r {
-webkit-animation: slide-in-r 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-r 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司 */
/* 底部滑入 */
 @-webkit-keyframes slide-in-b {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-b {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-b {
  -webkit-animation: slide-in-b 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-b 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* ///2020-12-3///// */
/* 右邊滑入 */
@-webkit-keyframes slide-in-r_1 {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* opacity: 1; */
  }
}
@keyframes slide-in-r_1 {
  0% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    /* opacity: 0.5; */
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
   /*  opacity: 1; */
  }
}


.slide-in-r_1 {
  -webkit-animation: slide-in-r_1 0.5s both;
  animation: slide-in-r_1 0.5s both;
}