﻿/*  首頁 */
/* @font-face{
    font-family: "msyh";
    src: url(../font/msyh.ttf);
} */


*{
    margin: 0;
    padding: 0;
    /* font-family: msyh; */
    font-family: "微軟雅黑";
}
body{
    /* background: #252526; */
}
ul{
    list-style: none;
}
.bg_white{
    background: white !important;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.font_white{
    color: white !important;
}
.font_black{
    color: black !important;
}



/*  */


/* 輪播圖開始 */
/* .header_box .nav_box{
    background: white;
    overflow: hidden;
} */
/* .header_box .nav_box:hover ul>li>a{
    color: black;
}
.header_box .nav_box>ul>li>a{
    color: black;
} */


.lbt_box{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 5.8rem;
}
.lbt_box img{
    clear: both;
}
.lbt_box ol{
    bottom: -0.7rem;
}
.lbt_box ol>li{
    width: 0.5rem;
    height: 0.1rem;
    overflow: hidden;
}
.carousel-indicators{
    position: absolute;
    bottom: 0.2rem !important;
    height: auto;
    margin: 0 auto;
}
.carousel-inner{
    height: 5.8rem;
    overflow: hidden;
}
/* 輪播圖結束 */

/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司/ */
/* 了解更多開始 */
#gyMore_box{
    width: 90%;
    margin: 0 auto;
    background: white;
    /* border-bottom: 1px dashed rgb(234, 234, 234); */
}
#gyMore_box .context1{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 0.6rem 0 0.4rem 0;
}
#gyMore_box .context1>h1{
    width: 100%;
    font-size: 0.4rem;
    margin: 0;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.1rem;
    font-family: hanyi;
    font-weight: 600;
}
#gyMore_box .context1>p{
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    margin: 0;
    font-family: hanyi;
    color: #4B4B4B;
}
#gyMore_box .context1>p>a{
    display: inline-block;
    width: 2rem;
    height: 0.8rem;
    font-size: 0.3rem;
    line-height: 0.8rem;
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0.4rem 0 0.1rem 0;
    background: url("/front/img/icon/btn_border_01.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    color: #E4B97C;
}
#gyMore_box .context1>p>a:hover{
    color: #E4B97C;
    background: url("/front/img/icon/btn_border_02.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#gyMore_box .gyMore_list_box{
    width: 100%;
}
#gyMore_box .gyMore_list_box>ul{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap; */
    
    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; 
    
    
}
#gyMore_box .gyMore_list_box>ul>li{
    width: 49.5%;
    height: 4.5rem;
    margin-bottom: 0.2rem;
    position: relative;
    z-index: 100;
    overflow: hidden;
    
}
#gyMore_box .gyMore_list_box>ul>li:nth-of-type(1){
	margin-right: 0.1rem;
}
#gyMore_box .gyMore_list_box>ul>li:hover img{
    -webkit-transform: scale(1.2,1,2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    top: 0;
    left: 0;
}
#gyMore_box .gyMore_list_box>ul>li:hover .cover{
    top: 0;
    opacity: 1;
}
#gyMore_box .gyMore_list_box>ul>li:hover .ctxt_box{
  top: 40%;
  background: transparent;
}

#gyMore_box .gyMore_list_box>ul>li>a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #4b4b4b;
}
#gyMore_box .gyMore_list_box>ul>li>a>img{
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
}
#gyMore_box .gyMore_list_box>ul>li>a .cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 60%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 1003;
}
#gyMore_box .gyMore_list_box>ul>li>a .ctxt_box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 65%;
    z-index: 1003;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
    transition: all 0.4s;
}
#gyMore_box .gyMore_list_box>ul>li>a .ctxt_box>span{
    width: 100%;
    display: block;
    font-size: 0.2rem;
    color: white;
    padding: 0 0.1rem 0 0.2rem;
    margin: 0;
}
#gyMore_box .gyMore_list_box>ul>li>a .ctxt_box>span:nth-of-type(1){
    font-size: 0.3rem;
    margin: 0.2rem 0 0.1rem 0;
}
#gyMore_box .gyMore_list_box>ul>li>a .ctxt_box>span:nth-of-type(3){
    border: 0.02rem solid white;
    width: 1.3rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    padding: 0;
    margin: 0.35rem 0 0 0.22rem;
    font-size: 0.2rem;
}
#gyMore_box .gyMore_list_box>ul>li>a .ctxt_box>span:nth-of-type(3):hover{
    border: 1px solid #ff6700;
    color: #ff6700;
}
/* 了解更多結束 */









/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司/// */
/* 客戶案例典型開始 */
.case_lb_box{
    width: 90%;
    margin: 0 auto;
}
.case_lb_box .center_box1{
    width: 100%;
    margin: 0 auto;
}
.case_lb_box .center_box1 .title_box1{
    width: 100%;
    font-size: 0.4rem;
    color: #4B4B4B;
}
.case_lb_box .center_box1 .title_box1>h1{
    width: 100%;
    font-size: 0.45rem;
    text-align: center;
    color: #4b4b4b;
    margin: 0.6rem 0 0.2rem 0;
    margin-bottom: 0.4rem;
}
.case_lb_box .center_box1 .title_box1>span{
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
    color: #4B4B4B;
}

.case_lb_box .center_box1 .content1_box{
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
    position: relative;
}
.case_lb_box .center_box1 .content1_box>ul{
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.case_lb_box .center_box1 .content1_box>ul>li{
    height: 100%;
    height: 5.5rem;
    float: left;
   /*  display: flex;
    justify-self: start;
    align-items: flex-start;
    flex-wrap: nowrap; */
    position: relative;
    
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: 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; 
}
.case_lb_box .center_box1 .content1_box>ul>li .l_box{
    width: 70%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.case_lb_box .center_box1 .content1_box>ul>li .l_box>img{
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.case_lb_box .center_box1 .content1_box>ul>li .r_box1{
    width: 30%;
    height: 100%;
    background: #303030;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.case_lb_box .center_box1 .content1_box>ul>li:nth-of-type(2) .r_box1{
    background: #162a46;
}
.case_lb_box .center_box1 .content1_box>ul>li:nth-of-type(3) .r_box1{
     background:#b22330;
 }
 .case_lb_box .center_box1 .content1_box>ul>li:nth-of-type(4) .r_box1{
    background:#535353;
}
.case_lb_box .center_box1 .content1_box>ul>li:nth-of-type(5) .r_box1{
    background: #162a46;
}
.case_lb_box .center_box1 .content1_box>ul>li:nth-of-type(6) .r_box1{
    background: #162a46;
}


.case_lb_box .center_box1 .content1_box>ul>li .r_box1>p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.3rem;
}
.case_lb_box .center_box1 .content1_box>ul>li .r_box1>h1{
    width: 100%;
    font-size: 0.5rem;
    text-align: center;
    color: white;
    font-weight: 600;
    margin-top: 1.5rem;
}
.case_lb_box .center_box1 .content1_box>ul>li .r_box1>a{
    height: 0.6rem;
    width: 1.9rem;
    padding: 0;
    display: inline-block;
    line-height: 0.6rem;
    font-size: 0.23rem;
    border: 1px solid white;
    border-radius: 0.3rem;
    color: white;
    text-decoration: none;
    text-align: left;
    position: relative;
    margin: 0;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.case_lb_box .center_box1 .content1_box>ul>li .r_box1>a>span{
    color: white;
    margin-left: 0.2rem;
}
.case_lb_box .center_box1 .content1_box>ul>li .r_box1>a>span>img{
    height: 0.17rem;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
    transition: all 0.4s;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-style: none;
    z-index: 1001;
}
.case_lb_box .center_box1 .content1_box>ul>li .r_box1>a:hover span>img{
    right: 0.13rem;
}


.case_lb_box .center_box1 .content1_box .btn_box1{
    position: absolute;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
}
.case_lb_box .center_box1 .content1_box .btn_box1>span{
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    margin: 0.2rem 0;
    border-radius: 50%;
    border: 0.02rem solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.case_lb_box .center_box1 .content1_box .btn_box1>span>i{
    width: 0.1rem;
    height: 0.1rem;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.border_white{
    border: 0.02rem solid white !important;
}
/* 客戶案例典型結束 */



/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司///// */
/* 推薦现有產品開始 */
.product_box1{
    width: 100%;
    padding: 0.8rem 0 0.4rem 0;
    background: white;
}
.product_box1 .title_box1{
    width: 90%;
    height: 1rem;
    margin: 0 auto;
}
.product_box1 .title_box1>h1{
    width: 100%;
    height: 1rem;
    margin: 0;
    padding: 0;
    font-size: 0.45rem;
    color: #4B4B4B;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 0.4rem;

}
.product_box1 .center_box{
    width: 100%;
    height: 6rem;
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; */
    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: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
}
.product_box1 .center_box .l_box{
    width: 35%;
    height: 100%;
    background: #1B1F25;
}
.product_box1 .center_box .l_box>ul{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
   /*   display: flex;
    justify-content: center; */
    flex-direction: column;
    
      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;
   /*   -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap;  */

}
.product_box1 .center_box .l_box>ul>li{
    width: 75%;
    height: 1.5rem;
    position: relative;
    top: 0;
    left: 14%;
    transition: all 0.4s;
    margin-bottom: 0.2rem;
}

.left_20{
    left: 20% !important;
}
.product_box1 .center_box .l_box>ul>li>h2{
    width: 90%;
    font-size: 0.35rem;
    color: white;
    line-height: 0.6rem;
    margin: 0 auto;
    font-weight: 600;
}
.product_box1 .center_box .l_box>ul>li>p{
    width: 90%;
    margin: 0;
    padding: 0;
    line-height: 0.3rem;
    margin: 0 auto;
    position: relative;
}
.product_box1 .center_box .l_box>ul>li>p>img{
    width: 0.35rem;
    padding: 0;
    margin: 0;
}
.product_box1 .center_box .l_box>ul>li>span{
    width: 0.05rem;
    height: 0.8rem;
    position: absolute;
    top: 0.12rem;
    left: -0.4rem;
    background: #1E52D8;
    display: none;
    transition: all 0.8s;
}

.left_-01rem{
    left: -0.1rem !important;
    display: block !important;
}

.product_box1 .center_box .r_box{
    width: 70%;
    height: 100%;
}
.product_box1 .center_box .r_box>ul{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.product_box1 .center_box .r_box>ul>li{
    width: 100%;
    height: 100%;
    background: skyblue;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.display_block{
    display: block !important;
}

.product_box1 .center_box .r_box>ul>li>a{
    width: 50%;
    height: 50%;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    color: #4b4b4b;
    z-index: 1000;
    overflow: hidden;
    outline: none;
    border: 1px solid #1B1F25;
    border-left: none;
    border-top: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
.product_box1 .center_box .r_box>ul>li>a:hover .ctxt_div1{
    bottom: 0;
}
.product_box1 .center_box .r_box>ul>li>a:hover .ctxt_div1>span>img{
    left: 40%;
    display: block;
}
.product_box1 .center_box .r_box>ul>li>a>img{
    min-width: 100%;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product_box1 .center_box .r_box>ul>li .cover1{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
}
.product_box1 .center_box .r_box>ul>li>a .ctxt_div1{
    width: 100%;
    min-height: 1rem;
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: -0.6rem;
    z-index: 1002;
    transition: all 0.4s;
    overflow: hidden;
}
.product_box1 .center_box .r_box>ul>li>a .ctxt_div1>h4{
    width: 90%;
    font-size: 0.21rem;
    color: white;
    margin: 0 auto;
    padding: 0;
    line-height: 0.3rem;
}
.product_box1 .center_box .r_box>ul>li>a .ctxt_div1>p{
    width: 90%;
    margin: 0 auto;
    font-size: 0.19rem;
    color: white;
    padding: 0;
    line-height: 0.3rem;
    min-height: 0.19rem;
    margin-top: 0.25rem;
    padding-bottom: 0.2rem;
}
.product_box1 .center_box .r_box>ul>li>a .ctxt_div1>span{
    position: absolute;
    top: 0.1rem;
    right: 5%;
    display: block;
    padding: 0;
    margin: 0;
    height: 0.2rem;
    width: 0.6rem;
}
.product_box1 .center_box .r_box>ul>li>a .ctxt_div1>span>img{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
    display: none;
}

/* 推薦现有產品結束 */


/* 廣州優勝電子技術有限公司2020-12-01廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司/ */
.public1_title_box{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.public1_title_box .contxt_box{
    width: 90%;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.35rem;
}
.public1_title_box .contxt_box .up_box{
    width: 100%;
    height: 0.5rem;
    font-size: 0.4rem;
    line-height: 0.5rem;
    text-align: center;
    color: #151C4A;
    
}
.public1_title_box .contxt_box .center{
    width: 100%;
    height: 0.5rem;
    font-size: 0.4rem;
    line-height: 0.5rem;
    text-align: center;
    color: #FF6700;
    position: relative;
}
.public1_title_box .contxt_box .center .left_line{
    width: 2rem;
    height: 0.01rem;
    background-color: #C8C8CA;
    position: absolute;
    top: 0;
    left: 2rem;
}
.public1_title_box .contxt_box .center .right_line{
    width: 2rem;
    height: 0.01rem;
    background-color: #C8C8CA;
    position: absolute;
    top: 0;
    right: 2rem;
}
.public1_title_box .contxt_box .down_box{
    width: 100%;
    height: 0.5rem;
    font-size: 0.25rem;
    line-height: 0.5rem;
    text-align: center;
}

/* 四大優勢開始 */
.sdys_box{
    width:100%;
    background-color: #fff;
    overflow: hidden;
}
.sdys_box .content_box1{
    height: 3rem;
    background-color: #fff;
    width: 90%;
    margin: 1rem auto;
    margin-top: 1.3rem;
    /* display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap; */
    
      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: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
}
.sdys_box .content_box1 .item_box{
    width: 21.5%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 0.08rem;
    margin: 0 0.25rem;
}
.sdys_box .content_box1 .item_box:hover{
    border: 1px solid #9FCEFB;
}
.sdys_box .content_box1 .item_box .icon_box{
    width: 1.3rem;
    height: 1.05rem;
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 0.1rem;
}
.sdys_box .content_box1 .item_box .icon_box>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.sdys_box .content_box1 .item_box .ctxt_box{
    width: calc(100% - 0.3rem);
    height: calc(100% - 0.35rem);
    position: absolute;
    left: 0.1rem;
    bottom: 0.05rem;
    overflow: hidden;
    
}
.sdys_box .content_box1 .item_box .ctxt_box .title{
    height: 0.7rem;
    font-size: 0.18rem;
    line-height: 0.7rem;
    text-align: center;
    font-weight: 700;
}
.sdys_box .content_box1 .item_box .ctxt_box .ctxt{
    height: calc(100% - 0.7rem);
    font-size: 0.17rem;
}
/* 四大優勢結束 */

/* 现有產品中心開始 */
.cpzx_box{
    width: 100%;
    background-color: #F7F8F8;
    overflow: hidden;
}
.cpzx_box .center_box{
    width: 90%;
    margin: 0 auto;
    height: 4rem;
    margin-bottom: 0.5rem;
    /* display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap; */
    
    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: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
}
.cpzx_box .center_box .left_box{
    width: 2rem;
    background-color: #fff;
    height: 100%;
    margin-right: 0.12rem;
}
.cpzx_box .center_box .left_box .item_box{
    width: 100%;
    height: 50%;
    position: relative;
}
.cpzx_box .center_box .left_box .item_box .center1{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: orange; */
}
.cpzx_box .center_box .left_box .item_box .center1 .title_box{
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    /* background-color: pink; */
    font-size: 0.25rem;
    text-align: center;
    font-weight: 700;
    color: #013490;
}

.cpzx_box .center_box .left_box .item_box .center1 .more_btn{
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    text-align: center;
    color: #fff;
    display: none;
}
.cpzx_box .center_box .left_box .item_box .center1 .more_btn>a{
    text-decoration: none;
    color: #fff;
}
.cpzx_box .center_box .left_box .item_box .center1 .more_btn a:hover{
    color: #FF6700 !important;
}
.item_active1{
    background-color: #013490;
    color: #fff !important;
}
.item_active1 .title_box{
    color: #fff !important;
}
.item_active1 .more_btn{
    display: block !important;
}

.cpzx_box .center_box .right_box{
    /* flex: 1; */
    width: calc(100% - 2rem);
    height: 100%;
}
.cpzx_box .center_box .right_box .item_box{
    width: 100%;
    height: 100%;
    display: none;
}
.cpzx_box .center_box .right_box .item_box>ul{
    width: 100%;
    height: 100%;
    list-style: none;
   /*  display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: nowrap; */
    
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
     -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
    
}
.cpzx_box .center_box .right_box .item_box>ul>li{
    width: 32.5%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   
}
.cpzx_box .center_box .right_box .item_box>ul>li:nth-of-type(2){
	 margin: 0 0.1rem;
}
.cpzx_box .center_box .right_box .item_box>ul>li:hover{
    border: 2px solid #CFA972;
}

.cpzx_box .center_box .right_box .item_box>ul>li>a{
    height: 100%;
    text-decoration: none;
    color: #333;
}
.cpzx_box .center_box .right_box .item_box>ul>li>a>img{
    display: block;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
    transition: all 1.4s;
}
.cpzx_box .center_box .right_box .item_box>ul>li>a:hover img{
    -webkit-transform: scale(1.2,1,2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

/* 现有產品中心結束 */

/* 公司准确介紹開始 */
.gsjs_box{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.gsjs_box .center_box{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0.3rem;
    min-height: 3rem;
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; */
    
    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: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
    
}
.gsjs_box .center_box .left_box{
    width: 5rem;
    height: 3rem;
    margin-right: 0.5rem; 
    overflow: hidden;
    position: relative;
}
.gsjs_box .center_box .left_box>img{
    display: block;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gsjs_box .center_box .right_box{
    width: calc(100% - 5rem);
    height: 100%;
    font-size: 0.2rem;
    overflow: hidden;
    
}
.gsjs_box .center_box .right_box p{
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.2rem;
    text-indent: 0.3rem;
    margin-top: 0.2rem !important;
    color: #333;
}
.gsjs_box .center_box .right_box p:nth-of-type(1){
    margin-top: 0 !important;
}

/* 公司准确介紹結束 */


/* 企業風采和榮誉證書開始 */
.qyfc_ryzs_box{
    width: 100%;
    background-color: #fff;
}
.qyfc_ryzs_box .center_box{
    width: 90%;
    height: 3rem;
    margin: 0.4rem auto;
    position: relative;
    border-top: 1px solid #e6e6e6;
}
.qyfc_ryzs_box .center_box .up_box{
    width: 100%;
    height: 0.6rem;
    position: relative;
    top: -0.3rem;
    left: 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;
     -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
    
}
.qyfc_ryzs_box .center_box .up_box .item_btn{
    width: 1.8rem;
    height: 100%;
    font-size: 0.2rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    background-color: #013490;
}
.qyfc_ryzs_box .center_box .down_box{
    width: 100%;
    height: 2.4rem;
}
.qyfc_ryzs_box .center_box .down_box .item_box{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.qyfc_ryzs_box .center_box .down_box .item_box ul{
	position: absolute;
	left: 0;
	top: 0;
    height: 100%;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;

   
}
.qyfc_ryzs_box .center_box .down_box .item_box ul>li{
    height: 100%;
    float: left;
}
.qyfc_ryzs_box .center_box .down_box .item_box ul>li .img_box{
    width: 100%;
    height: 1.9rem;
    overflow: hidden;
    position: relative;
}
.qyfc_ryzs_box .center_box .down_box .item_box ul>li .img_box>img{
    display: block;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
   	left: 50%;
   	transform: translateX(-50%);
}
.qyfc_ryzs_box .center_box .down_box .item_box ul>li .title{
    width: 100%;
    height: 0.5rem;
    text-align: center;
    font-size: 0.16rem;
    color: #777574;
    line-height: 0.5rem;
}
/* 企業風采和榮誉證書結束 */