@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body{ font-size:13px; font-family: 'Noto Sans TC', Microsoft JhengHei,Arial, Helvetica,sans-serif,nsimsun; color:#333; position:relative;}
a{ color:#333;  }
a:hover{ color:#488fde;}
* { 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}
  
   html{
    overflow-x: hidden; 
    position:static;
} 

body{
    animation-name: fade-in;
    animation-duration:1s;
    animation-timing-function:ease-in;
    overflow-x:hidden ;
}
@keyframes fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}



.index-banner-m{
    display: none;
    /*max-height: 100vh;*/
    overflow-y: hidden;
}

.all_banner{
    width: 100%;
}

.all_banner img{
    width: 100%;
}



/*------------------------------------------------------------*/


/*MENU*/

.mini_menu_box,.mini_menu{
    display: none;
}


.menu{
    width: 100%;
    position: fixed;
    background-color: #1f2a34e6;
    /*box-shadow: 0px -3px 10px #333;*/
    top: 0;
    z-index: 20;
    transition: 0.8s;
    /*height: 102px;*/
}



.menu_logo{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    width: 370px;
}

.menu_logo a img{
    width: 100%;
}



.menu_right{
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 100%;  
    padding-right: 3%; 

}

.menu_ul{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 390px);
}

.menu_ul>li{
    display: inline-block;
    position: relative;
}

.menu_ul>li>a {
    color: #fff;
    font-size: 18px;
    padding: 32px 14px;
    margin: 0px 3px;
    display: block;
    font-weight: 400;
    transition: .3s;
    position: relative;
}

.menu_ul>li>a::after{
    z-index: 1;
    border-top: 2px solid #018bd5;
    position: absolute;
    width: 0;
    content: "";
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.menu_ul>li>a:hover{
    color: #018bd5;
}

.menu_ul>li>a:hover::after{
    width: calc(100% - 25px);
}

.menu_ul ul{
    position: absolute;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
    width: 150px;
    box-shadow: 0 0 10px #3334;
    background-color: #fff;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 8px 0;
}

.menu_ul ul li a{
    padding: 7px;
    display: block;
}

.menu_ul>li:hover ul{
    top: calc(100% - 8px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.top_box{
    position: fixed;
    background-color: #018bd5bd;
    z-index: 10;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    /*opacity: 0;*/
}

.top_box.active{
    opacity: 1;
}

.top_box span{
    font-size: 18px;
    display: block;
    margin-top: 16px;
    color: #fff;
}



/*----------------------------------------*/

.top_height{
    padding-bottom: 88px;
}




.i_b2{
    margin: 120px auto;
    width: 1440px ;
    max-width: 95%;
}

.i_b2_l{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
}

.i_b2_l_box{
    width: 500px;
    max-width: 100%;
}

.i_b2_l h2{
    font-size: 14px;
    color: #2c9edc;
    font-weight: 400;
    margin-bottom: 5px;
}

.i_b2_l h3{
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}

.i_b2_l h4{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}


.all_a_01{
    background-color: #018bd5;
    color: #fff;
    padding: 10px 0;
    width: 200px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    transition: .3s;

}


.all_a_01:hover{
    background-color: #1f2a34;
    color: #fff;    
}












.i_b2_r{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
    position: relative;
}

.i_b2_r_box{
    width: 600px;
    max-width: 100%;
    position: relative; 
}

.i_b2_r_box::after{
    z-index: -1;
    background-color:#e7f3fa ;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 80px);
    content: "";
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.i_b2_r_box img{
    width: 100%;
}




.i_b3{
    background-image: url(../img/i_b3_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow-y: hidden!important;
    padding: 80px 0 50px 0;
    text-align: center;
}

.i_b3 li{
    background-color: #fff;
    box-shadow: 0 0 10px #42555a3d;
    margin:20px 0 ;
    text-align: right;
}

.i_b3_ul_text{
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    width: calc(35% - 4px);
    padding: 0 20px;
    text-align: left;
}

.i_b3_ul_text h2{
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;

}

.i_b3_ul_text h2::after{
    z-index: 1;
    background-color: #018bd5;
    position: absolute;
    width: 55px;
    height: 3px;
    content: "";
    bottom: -12px;
    left: 0;
}

.i_b3_ul_text h3{
    font-size: 16px;
    color: #888;
}



.i_b3_ul_img{
    display: inline-block;
    vertical-align: middle;
    /*background-color: #fff;*/
    width: calc(65% - 4px);
}





.all_title_01{
    text-align: center;
}

.all_title_01 h2{
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.all_title_01 h3{
    font-size: 32px;
    color: #fff;
}



.i_b3 .all_title_01 {
    margin: 10px auto 40px auto;
}


.all_a_02{
    background-color: #fff;
    color: #018bd5;
    padding: 10px 0;
    width: 200px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 0 10px #ddd ;
    transition: .3s;
}

.all_a_02:hover{
    background-color: #018bd5;
    color: #fff;    
}



.i_b3 .all_a_02{
    margin: 20px auto;
}






.i_b4{
    margin: 70px auto;
    width: 1540px ;
    max-width: 95%;
    text-align: center;
}

.i_b4 .all_title_02{
    margin: 50px auto;
    text-align: center;
}

.all_title_02{
    text-align: center;
}

.all_title_02 h2{
    font-size: 14px;
    color: #2c9edc;
    margin-bottom: 5px;
}

.all_title_02 h3{
    font-size: 32px;
    color: #333;
}




.i_b4_ul li{
    margin: 0 20px;
}

.i_b4 .all_a_01{
    text-align: center;
    margin: 0 auto;
}








.i_b5{
    background-image: url(../img/i_b5_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow-y: hidden!important;
    padding: 50px 0 30px 0;
    text-align: center;
}

.i_b5_box{
    margin: 20px auto 50px auto;
    width: 1240px ;
    max-width: 95%;
    text-align: center;
}

.i_b5 .all_title_02{
    margin: 50px auto;
    text-align: center;
}

.all_title_02{
    text-align: center;
}

.all_title_02 h2{
    font-size: 14px;
    color: #2c9edc;
    margin-bottom: 5px;
}

.all_title_02 h3{
    font-size: 32px;
    color: #333;
}




.i_b5_ul li{
    margin: 0 20px;
}

.i_b5 .all_a_01{
    text-align: center;
    margin: 0 auto;
}









.i_b6{

}

.i_b6_l{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
    position: relative;
}

.i_b6_r{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
    position: relative;
}

.i_b6_text{
    position: absolute;
    top: 30%;
    left: 8%;
}

.i_b6_text h2{
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 10px;
}

.i_b6_text h3{
    font-size: 32px;
    color: #444;
    margin-bottom: 50px;
}

.i_b6_text a{
    font-size: 18px;
    border: 2px #444 solid;
    padding: 12px 0;
    display: block;
    text-align: center;
    border-radius:5px;
    width: 210px;
    transition: .5s;
}

.i_b6_text a:hover{
    border-radius: 50px;
    background-color: #444;
    color: #fff;
}



.i_b6_l img,.i_b6_r img{
    width: 100%;
}




.footer{
    background-color: #1f2a34;
    padding: 30px 0 ;
}

.footer_box{
    width: 1520px;
    max-width: 95%;
    margin: 0 auto;
}

.footer_top{
    width: 100%;
    border-bottom: #384959 1px solid;
    padding: 15px 0;

}


.footer_madia{
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 300px);
}

.footer_madia p{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.footer_icon{
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
}

.footer_icon li{
    display: inline-block;
    margin: 0 5px;
}

.footer_icon li a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border:1px  #5d7388 solid;
    text-align: center;
    display: block;
    padding: 8px 0;
}

.footer_icon li a span{
    color: #5d7388;
    font-size: 20px;

}


.footer_logo{
    vertical-align: middle;
    display: inline-block;
    width: 295px;
}

.footer_logo img{
    width: 100%;
}


.footer_bottom{
    padding: 20px 0;
}

.footer_b_left{
    display: inline-block;
    vertical-align: bottom;
    width: 320px;
}

.footer_b_left p{
    color: #fff;
    margin-bottom: 20px;
}

.footer_b_left a{
    color: #fff;    
}

.footer_b_left div{
    display: block;
    margin: 10px 0 0px 0;
}

.footer_b_left div a{
    margin: 0 15px 0 0;
}


.footer_b_right{
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 325px);
    text-align: right;
}

.footer_b_right p{
    text-align: right;
    color: #929598;
    margin-top: 15px;
}

.footer_b_right a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #47525b;
    border-radius: 5px;
    color: #fff;
    margin: 5px 1px;
}






/*==================================================*/




.all_title{
    width: 1250px;
    max-width: 95%;
    margin: 60px auto 60px auto;
}

.all_title h2{
    font-size: 50px;
    color: #2c9edc;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.all_title h3{
    font-size: 20px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    color: #333;
    letter-spacing: 2px;
}







.about_box01{
    width: 1250px;
    max-width: 95%;
    margin: 50px auto 100px auto;   
}


.about_b1_left{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 404px);
}

.about_b1_left img{
    width: 100%;
}


.about_b1_right{
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    width: 400px;
}

.about_b1_right h1{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.about_b1_right h2{
    font-size: 18px;
    line-height: 36px;
}

.about_b1_right h2 span,
.about_b2_left h3 span,
.about_b4_right h2 span{
    font-weight: 800;
}




.about_box02{
    width: 1250px;
    max-width: 95%;
    margin: 50px auto 100px auto;   
}


.about_b2_left{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 40px 0 0;
    width: calc(40% - 4px);
}

.about_b2_left h2{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.about_b2_left h3{
    font-size: 18px;
    line-height: 36px;
}

.about_b2_right{
    display: inline-block;
    vertical-align: middle;
    width: calc(60% - 4px);
}

.about_b2_right img{
    width: calc(50% - 14px);
    margin:0 5px;
    display: inline-block;
    vertical-align: middle;
}


.about_box03{
    width: 1250px;
    max-width: 95%;
    margin: 50px auto 50px auto;   
}

.about_box03 h2{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.about_box03 h3{
    font-size: 18px;
    line-height: 36px;
}







.about_box04{
    width: 1250px;
    max-width: 95%;
    margin: 50px auto 100px auto;  
    border-bottom: 1px #ddd solid; 
    padding-bottom: 60px;
}


.about_b4_left{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 654px);
}

.about_b4_left img{
    width: 100%;
}


.about_b4_right{
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    width: 650px;
}

.about_b4_right h1{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.about_b4_right h2{
    font-size: 18px;
    line-height: 36px;
}

.about_b4_right p{
    font-size: 24px;
    text-align: center;
    color: #2c9edc ;
    margin-top: 25px;
}







.about_box05{
    width: 1250px;
    max-width: 95%;
    margin: 50px auto 50px auto;  
    padding-bottom: 60px;
}


.about_b5_left{
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 4px);
}

.about_b5_left ul li{
    display: block;
    margin-bottom: 8px;
}

.about_b5_left ul li h2{
    font-size: 18px;
    color: #fff;
    background-color: #2c9edc;
    padding: 5px 0;
    width: 130px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.about_b5_left ul li h3{
    font-size: 18px;
    line-height: 36px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 134px);
    padding-left: 15px;
}



.about_b5_right{
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    width: calc(40% - 4px);
}

.about_b5_right img{
    width: 100%;
}






.about_box06{
   background-color: #f4f4f4;
   padding: 40px 0 20px 0; 
}

.about_box06 h2{
    font-size: 24px;
    color: #333;
    text-align: center;
}

.about_box06 ul{
    text-align: center;
    margin: 50px auto;
}

.about_box06 ul li{
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    background-color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 30px 0;
}

.about_box06 ul li img{
    margin: 0 auto;
}

.about_box06 ul li p{
    font-size:18px ;
    color: #2c9edc;
    margin-top: 10px;
}




.about_box07{
    width: 1250px;
    max-width: 95%;
    margin: 50px auto 50px auto; 
    text-align: center;
}

.about_box07 h2{
    font-size: 24px;
    color: #333;
    text-align: center;
}

.about_box07 ul{
    text-align: center;
}

.about_box07 ul li{
    display: inline-block;
    margin: 15px 10px;
    border-radius: 40px;
    text-align: center;
    width: calc(33.3% - 24px);
    color: #2f4b5a;
    font-size: 20px;
    box-shadow: 0 0 10px #2a688957;
    padding: 10px 0;
}


.about_box07 div{
    margin: 40px 0;
}

.about_box07 div h2{
    margin-bottom: 15px;
}



.about_box08{
    background-image: linear-gradient(120deg, #2dbeda 0%, #1e7fce 100%);
    padding: 50px 0 30px 0;
}

.about_box08 h2{
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;

}
.about_box08 h3{
    color: #fff;
    text-align: center;

}

.about_box08>ul{
    width: 1250px;
    max-width: 95%;
    margin: 50px auto 50px auto;    
}

.about_box08>ul>li{
    display: inline-block;
    background-color: #fff;
    width: calc(25% - 24px);
    margin: 10px 10px;
    vertical-align: top;
    border-radius: 20px;
    padding: 20px;
}

.about_box08>ul>li h4{
    text-align: center;
    color: #ec942c;
    font-size: 20px;
    margin-bottom: 20px;
}

.about_box08>ul>li li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.about_box08>ul>li li::after{
    z-index: 1;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #2c9edc ;
    border-radius: 50%;
    content: "";
    bottom: 24px;
    top: 10px;
    left: -2px;
}



.about_box09{
    margin: 50px auto;
    text-align: center;
}

.about_box09 h2{
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;    
}

.about_box09 .orgChart{
    margin: 20px 0;
}
.about_box09 table{
    margin: 0px auto;
    pointer-events: none;
}

.all_tag{
    text-align: right;
    width: 1250px;
    max-width: 95%;
    margin: 0px auto 20px auto;
}

.all_tag li{
    margin: 10px 5px;
    display: inline-block;
}

.all_tag li a{
    padding: 5px 15px;
    border-radius: 40px;
    border:#2c9edc 2px solid;
    font-size: 18px;
    color: #2c9edc;
    transition: .3s;
}

.all_tag li a.active{
    color: #fff;
    background-color: #2c9edc;
}

.all_tag li a:hover{
    background-color: #47b7f5;
    color: #fff;
}


.all_title.title_01{
    margin-bottom: 0;
}










.all_box{
    width: 1250px;
    max-width: 95%;
    margin: 30px auto 60px auto;
}


.ul_w2 li{
    display: inline-block;
    vertical-align: bottom;
    width: calc(50% - 24px);
    margin: 10px 10px;
}

.ul_w3 li{
    display: inline-block;
    vertical-align: bottom;
    width: calc(33.3% - 24px);
    margin: 10px 10px;
}

.ul_w3.top li{
    vertical-align: top;
}

.pro_box{
    margin-bottom: 10px;
}

.pro_box li img{
    width: 100%;
    transition: .5s;
}

.pro_box li h2{
    font-size:22px;
    padding-left: 15px;
    border-left: 8px #2c9edc solid;
    margin-bottom: 10px;
}

.pro_box p{
    font-size: 18px;
    color: #2c9edc;
    text-align: center;
    margin: 10px 0 5px 0;
}



.img_box{
    position: relative;
    overflow: hidden;
}

.pro_box li a:hover .img_hover{
    opacity: 1;
}

.pro_box li a:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;

}



.img_hover{
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.5);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 6;
    opacity: 0;
    transition: .5s;
}

.img_hover span{
    width: 80px;
    height: 80px;
    display: block;
    border: 1px #fff solid;
    border-radius: 50%; 
    color: #fff;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    position: absolute;
    text-align: center;
    padding: 27px 0 0 0;
    transition: .5s;
}

.img_hover span:hover{
    background-color: #2c9edc;
    border: 1px rgba(255, 255, 255, 0) solid;
    color: #fff;
}





.qc_box1{
    position: relative;
    margin-bottom: 15px;
}


.qc_box1 h2{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 554px);
    font-size: 18px;
    padding: 0 20px 30px 10px;
}

.qc_box1 h2 span{
    color: #2c9edc;
}

.qc_box1 img{
    display: inline-block;
    vertical-align: top;
    width: 500px;
}


.qc_box1_bg{
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: #ebf8ff;
    z-index: -1;
    bottom: -120px;
}

.qc_box2 img{
    width: 650px;
    max-width: 100%;
    margin-left: 50px;
}




.qc_box3_ul{

}

.qc_box3_ul li{
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 24px);
    margin: 10px 10px;
    border: 1px #ddd solid;
    box-shadow: 0 0 10px #ddd;
}

.qc_box3_ul li img{
    width: 100%;
    padding: 5px;
}

.qc_box3_ul li p{
    margin: 10px 0;
    text-align: center;
}



.qc_box4 img{
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    border: 1px #ddd solid;
    box-shadow: 0 0 10px #ddd;
}

.qc_box4_right{
    display: inline-block;
    vertical-align: middle;
    width:540px;
    max-width: calc(100% - 370px);
    padding-left: 30px;
}

.qc_box4_right h2{
    font-size: 28px;
    color: #2c9edc;
    margin-bottom: 5px;
}



.oem_title {
    text-align: center;
    font-size: 20px;
    color: #3f6584;
    margin-bottom: 25px;
}




.csr_box_text{
    margin-bottom: 40px;
}

.csr_d_img .owl-dots {
    display: none!important;
}







.csr_box{
    background-color: #fafafa;
    padding: 20px 0;
}

.csr_box h3{
    text-align: center;
    font-size: 20px;
}

.csr_box_pic{
    width: 800px;
    max-width: 90%;
    padding: 20px 0 10px 0;
    margin: 0 auto;
}
.csr_d_img {
    margin-bottom: 10px;
}

.csr_d_img img{
    width: auto!important;
    max-width: 100%;
    max-height: 600px;
    margin: 0 auto;
}
.csr_control.clearfix img {
    width: auto!important;
    max-width: 100%;
    max-height: 600px;
    margin: 0 auto;
}
.csr_control>.owl-stage-outer img {
    width: auto!important;
    max-width: 100%;
    max-height: 90px;
    margin: 0 auto;
}







.contact_box2{
    padding: 20px 0;
}

.contact_b2_l{
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
    padding: 30px 0;
}

.contact_b2_l h1{
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Noto Sans TC', sans-serif;
}

.contact_b2_text{
    display: block;
    margin: 20px 0;
}


.contact_b2_text h2{
    font-size: 15px;
    color: #aaaaaa;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 5px;
    letter-spacing: 1.5px;

}

.contact_b2_text h3{
    font-size: 16px;
    color: #555555;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1.3px;
}

.contact_b2_r{
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
    padding: 30px 0;
}

.contact_map{
    margin-top: 20px;
    width: 100%;
}


.contact_map iframe{
    width: 100%;
    height: 400px;
}






.pro_box_text{
    margin-bottom: 40px;
}


.pro_box_orgpic>li{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
    text-align: center;
}

.pro_box_orgpic h3{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.orgpic_b1{
    border: 1px #ddd solid;
    padding: 15px 0;
    width: 300px;
    max-width: 100%;
    margin: 25px auto;
    border-radius: 10px;
    box-shadow: 0 0 10px #cdd8e380;
}

.orgpic_b1 p{
    font-size: 18px;
}

.orgpic_b1 span{
    font-size: 14px;
    display: block;
}

.orgpic_after,.orgpic_after_small{
    position: relative;
}

.orgpic_after::after{
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #f7b535 transparent transparent transparent;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}



.orgpic_after::after { 
    -webkit-animation: orgpic_after_auto 1.5s linear infinite;
    animation: orgpic_after_auto 1.5s linear infinite;}

@keyframes orgpic_after_auto {
    10% { bottom: -20px } 
    25% { bottom: -25px}
    40% {  bottom: -20px }
}



.orgpic_after_small::after{
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f7b535 transparent transparent transparent;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}



.orgpic_after_small::after { 
    -webkit-animation: orgpic_after_small_auto 1.5s linear infinite;
    animation: orgpic_after_small_auto 1.5s linear infinite;}

@keyframes orgpic_after_small_auto {
    10% { bottom: -20px } 
    25% { bottom: -30px}
    40% {  bottom: -20px }
}


.orgpic_ul li{
    display: inline-block;
    width: calc(12.5% - 18px);
    border: 1px #ddd solid;
    padding: 15px 10px;
    margin: 10px 5px;
    border-radius: 10px;
    box-shadow: 0 0 10px #cdd8e380;
}


.orgChart{
    overflow-x: auto;
}






.production_box,.quality_box{
    margin-bottom: 50px;
    position: relative;
}


.production_box h1,.quality_box h1{
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c9edc;
}

.production_box .production_tag{
    position: absolute;
    top: -110px;
}

.quality_box .quality_tag{
    position: absolute;
    top: -110px;
}

.quality_box.line{
    border-bottom: 1px #ddd solid;
    padding-bottom: 50px;
}







.menu_lan{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
}

.menu_lan_box{
    border:1px #dcdcdcaa solid;
    border-radius: 5px;
    padding: 5px 10px 4px 10px;
    display: inline-block;
    cursor: pointer; 
}

.menu_lan_box:hover{
    border:1px #bbb solid;
}

.menu_lan_box span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.menu_lan_ul{
    position: absolute;
    width: 100%;
    border:1px #dcdcdc solid;
    display: none;
}

.menu_lan_ul li{

}

.menu_lan_ul li a{
    padding:  0px 5px;
    border-bottom: 1px #ddd solid;
    display: block;
    background-color: #fff;
    transition: .5s;
}

.menu_lan_ul li a:hover{
    background-color: #ddd;
    color: #333;
}
