html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-weight:normal;background: transparent;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
ul, li, dl, dt, dd, ol {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
border{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a{text-decoration: none; color: inherit;}
a:active,a:hover,button:active,button:hover{outline: 0;}
hr{display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1rem 0;padding: 0;}
input, select {vertical-align: middle;}
button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}
button{cursor: pointer;overflow: visible;}
input[type="radio"] {vertical-align: text-bottom;box-sizing: border-box;padding: 0;}
input[type="checkbox"] {vertical-align: bottom;box-sizing: border-box; padding: 0; }
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
.clear{clear: both;}
input,button,select,textarea{outline:none;}
 *:focus {outline: none;}
img{max-width: 100%;}

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


html,body{width: 100%;height: auto;min-width: 320px;max-width: 1920px;margin: 0 auto;}
html{font-family:'Hind Siliguri',Helvetica,arial,'Noto Sans TC',Microsoft JhengHei,"微軟正黑體",sans-serif;font-size: 16px;font-weight: bold;color: #222;line-height: 1.8rem;}
body{font-size:1rem;background-color: #fff;}


.pc{display: block;}
.m{display: none;}


.lightbox{position: fixed;z-index: 11;background-color: rgba(0,0,0,.9);width: 100%;height: 100%;display: none;}
.lightbox .boxs{position:absolute;max-width: 800px;width: 90%;max-height: 500px;transform: translate(-50%,-50%);left: 50%;top: 50%;text-align: center;}
.lightbox .box_close{position: absolute;right: 0;top: 0;}
.lightbox .box_close img{width: 3rem;}
.lightbox .box_pic>img{width: 100%;display: block;max-width:600px;margin: 0 auto;}



.top_btn{background-color: #00A0E9;color: #fff;position: fixed;bottom: 1rem;right: 1rem;z-index: 2;font-size: 1rem;display: inline-block;height: 40px;width: 40px;border-radius: 50%;text-align: center;line-height: 40px;box-shadow: 3px 3px 3px rgba(0,0,0,.3);color: #fff;}


.menu{width: 100%;position: fixed;text-align: right;z-index: 10;top: 0;box-sizing: border-box;max-width: 1920px;background-color: rgba(255,255,255,.7);}
.menu:hover{background-color: rgba(255,255,255,.95);}
.menu .logo{position: absolute;top: .55rem;left: .65rem;max-width: 210px;}
.menu .nav_btn{position: absolute;top: 1rem;right:1rem;padding:1rem;display: none;background: url("../images/icon/nav.svg");background-size: 100% 100%;box-sizing: border-box;width: 1.2rem;height: 1.2rem;}
#ckb{display: none;}


.menu>ul{margin:0 auto;font-size: 0px;}
.menu>ul>li{display: inline-block;vertical-align: top;}
.menu>ul>li>a{display:block;font-size: 1rem;padding:1rem 1.2rem;position: relative;}
.menu>ul>li>a:after{}
.menu>ul>li>a:hover:after{content: "";height: 3px;width: 74%;background-color:#00A0E9;position: absolute;left: 13%;bottom: .8rem;}
.menu>ul>li>img{vertical-align: middle;display:block;}

.menu>ul>li div{display: block;font-size: 1rem;padding:1rem;width: auto;vertical-align: middle;}
.menu>ul>li div a{display: inline-block;}
.menu>ul>li div input{vertical-align: middle;border: 0px;padding: .3px 2.5rem .3px 1rem;border-radius: 1rem;background: #fff;width: 130px;font-size: 1rem;color: #5b5756;box-sizing: border-box;}
.menu>ul>li div input+a{margin-left: -2.5rem;}
.menu>ul>li div img{vertical-align: middle;display: inline-block;margin: 0 .5rem;width: 1.5rem;}


.sub_menu{position: relative;font-size: 1rem;}
.sub_menu>ul{display:none;}
.sub_menu:hover>ul{display:block;}
.sub_menu>ul{position: absolute;background-color:#00A0E9;top: 3.75rem;transform: translate(-50%,0);color: #fff;left: 50%;width: 7rem;text-align: center;}
.sub_menu>ul>li{display: block;}
.sub_menu>ul>li>a{padding:.7rem 1rem;display: block;}
.sub_menu>ul>li:hover{background-color:#1D50A2;}

.sub_sub_menu{position: relative;}
.sub_sub_menu>ul{position: absolute;top: 0;left: 7rem;display: none;width: 10rem;background-color:#cccccc;color: #333;}
.sub_sub_menu:hover>ul{display: block;}
.sub_sub_menu ul li{display: block;}
.sub_sub_menu ul li>a{padding:.7rem 1rem;display: block;}
.sub_sub_menu ul li:hover{background-color:#eeeeee;}



.footer{background-color: #5b5756;padding: 2rem;box-sizing: border-box;color: #fff;text-align: right;}
.footer>img{float: left;max-width: 180px;vertical-align: middle;}
.footer>ul{vertical-align: middle;max-width: 1200px;margin: 0 auto;}
.footer>ul>li{display: inline-block;max-width: 10rem;margin: 1rem;vertical-align: top;text-align: center;font-size: .9rem;}
.footer>ul>li>strong{font-size: 1rem;font-weight: bold;padding-bottom: .5rem;margin-bottom: .5rem;border-bottom: 2px solid #fff;display: block;}
.footer>ul>li>strong a{font-weight: bold;}
.footer>div{margin-top: 1rem;padding-top: 1rem;border-top: 1px solid #fff;text-align: left;}
.footer>div>p{display: inline-block;}
.footer>div>ul{float: right;}
.footer>div>ul>li{display: inline-block;margin:.5rem;vertical-align: top;}
.footer>div>ul>li:after{content: "|";margin-left: 1rem;}
.footer>div>ul>li:last-child:after{content: "";margin-left: 1rem;}




.banner {display: block;line-height: 0;}
.banner img{width: 100%;}





.page{text-align: center;max-width: 1500px;width: 90%;margin: 2rem auto;padding: 2rem;box-sizing: border-box;}

.page_title{font-size: 2rem;font-weight: bold;display:inline-block;padding-bottom: .5rem;margin: 1.5rem auto;position: relative;line-height: 2.5rem;}
.page_title:after{position: absolute;width: 60px;height: 5px;left: 50%;bottom: -.5rem; transform: translate(-50%,0);content:"";background-color:#00A0E9;}


.page_subtitle{font-size: 1.5rem;font-weight: bold;color: #00A0E9;display: block;margin-bottom: 1rem;}
.page_subtitle+p span{display: block;}

.page_title_w{color: #fff;}
.page_title.page_title_w:after{background-color:#fff;}
.page_title_w+.page_subtitle{color: #fff;}

.page_nav{margin: 2rem auto;text-align: center;}
.page_nav a{display: inline-block;padding: .5rem 1rem;border: 1px solid #00A0E9;color: #00A0E9;margin: .4rem .3rem;font-weight: bold;box-sizing: border-box;vertical-align: top;line-height: 1.2rem;}
.page_nav a:hover,.page_nav a.here{background-color:#00A0E9;color: #fff;}

.breadcrumb{background-color: #F4F7F7;font-size: .9rem;color: #5b5756;padding: .5rem 1rem;}
.breadcrumb ul{max-width: 1500px;margin: 0 auto;}
.breadcrumb ul li{display: inline-block;}
.breadcrumb ul li:after{content: " / ";}
.breadcrumb ul li:last-child:after{content: "";}







.bg_blue{background: rgb(129,157,193);
background: -moz-linear-gradient(-45deg,  rgba(129,157,193,1) 0%, rgba(29,80,162,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(129,157,193,1) 0%,rgba(29,80,162,1) 100%);
background: linear-gradient(135deg,  rgba(129,157,193,1) 0%,rgba(29,80,162,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#819dc1', endColorstr='#1d50a2',GradientType=1 );
color: #fff;
}

.bg_blue2{background: rgb(29,80,162);
background: -moz-linear-gradient(-45deg,  rgba(29,80,162,1) 0%, rgba(129,157,193,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(29,80,162,1) 0%,rgba(129,157,193,1) 100%);
background: linear-gradient(135deg,  rgba(29,80,162,1) 0%,rgba(129,157,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d50a2', endColorstr='#819dc1',GradientType=1 );
color: #fff;    
}

.bg_blue3{background: #00A0E9;}

.bg_grey{background-color: #EFEFEF;}


.bg_green{background: rgb(30,155,140);
background: -moz-linear-gradient(-45deg,  rgba(30,155,140,1) 0%, rgba(90,195,200,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(30,155,140,1) 0%,rgba(90,195,200,1) 100%);
background: linear-gradient(135deg,  rgba(30,155,140,1) 0%,rgba(90,195,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9b8c', endColorstr='#5ac3c8',GradientType=1 );
color: #fff;    
}

.bg_green2{background-color: #e6f5f5;}

.btn_blue{background: #00A0E9;color: #fff;border-radius: .5rem;padding:.5rem 1rem;display: inline-block;margin: .5rem 0;}
.color_blue{color: #00A0E9;}




.box_right{margin-left: 10%;width: 90%;padding: 2rem;box-sizing: border-box;margin-bottom: 2rem;}
.box_left{margin-right: 10%;width: 90%;padding: 2rem;box-sizing: border-box;margin-bottom: 2rem;}


ul.box55{max-width: 1100px;margin: 0 auto;width: 90%;}
ul.box55>li{display: inline-block;width: 46%;margin: 1%;vertical-align: middle;}

ul.box333{max-width: 1100px;margin: 0 auto;width: 90%;}
ul.box333>li{display: inline-block;width: 30%;margin: 1%;vertical-align: middle;}



.certification{margin: 2rem auto;}
.certification li{display: inline-block;background-color: #5b5756;position: relative;min-width: 280px;margin: 1%;vertical-align: top;}
.certification li:hover>p{display: block;}



.certification li>div{text-align: left;padding:.5rem 1rem;box-sizing: border-box;min-height: 5rem;}
.certification li>div p{border-left: 5px solid #00A0E9;padding-left: 1rem;margin-bottom: .5rem;}
.certification li>strong{padding: 1rem;display: block;height: 2.9rem;overflow: hidden;}
.certification li>p{position: absolute;background-color: rgba(0,0,0,.8);width: 100%;height: 100%;top: 0;left: 0;padding: 25% 1rem;box-sizing: border-box;display: none;}



.page_number{margin: 2rem auto;}
.page_number a{display: inline-block;padding: .7rem;}
.page_number a:hover{font-weight: bold;}
.page_number a:first-child,.page_number a:last-child{color: #999;}


.list_form1{border-top: 1px solid #ccc;}
.list_form1 li{border-bottom: 1px solid #ccc;}
.list_form1 span{background-color: #fff;padding: 1.2rem 1rem;display: inline-block;margin-right: 1rem;box-sizing: border-box;min-width: 105px;vertical-align: middle;}
.list_form1 p{display: inline-block;width: calc(100% - 130px);vertical-align: middle;line-height: 1.1rem;font-size: .9rem;word-break: break-all;}



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

.index_part1 ul{margin: 1rem auto;}
.index_part1 ul li{display: inline-block;border: 1px solid #1D50A2;padding:1.5rem 1rem;box-sizing: border-box;border-radius: 1rem;margin: 1%;min-width: 180px;min-height: 330px;}
.index_part1 ul li strong{font-size: 1.2rem;font-weight: bold;margin: .5rem auto;display: block;}

.index_part2{padding: 3rem 1rem;text-align: center;color: #fff;}
.index_part2 ul{max-width: 1100px;margin: 0 auto;}
.index_part2 ul li{display: inline-block;width: 46%;margin: 1%;vertical-align: middle;}
.index_part2 ul li:nth-child(2){text-align: left;}
.index_part2 .page_title.page_title_w:after{left: 0%;bottom: -.5rem; transform: translate(0%,0);content:"";}
.index_part2 iframe{width: 100%;height: 315px;}


.index_part3 ul li{display: inline-block;width: 45%;position: relative;margin: 1%;}
.index_part3 ul li img{display: block;}
.index_part3 ul li div{position: absolute;background: rgba(0,0,0,.8);color: #fff;bottom: 0;width: 100%;padding:1rem;text-align: left;box-sizing: border-box;}
.index_part3 ul li div p{border-left: 5px solid #00A0E9;padding-left: 1rem;font-size: 1.2rem;font-weight: bold;}
.index_part3 ul li div p span{display: block;font-weight: normal;font-size: 1rem;}

.index_part4{padding: 2rem;box-sizing: border-box;}
.index_part4 ul {margin: 0 auto;width: 90%;max-width: 1350px;display: block;text-align: center;}
/*.index_part4 ul li{display: inline-block;width: 30%;position: relative;margin: 1%;}*/
.index_part4 ul li img{display: block;}
.index_part4 ul li div{position: absolute;background: rgba(0,0,0,.8);color: #fff;bottom: 0;width: 100%;padding:1rem;text-align: left;box-sizing: border-box;}
.index_part4 ul li div p{border-left: 5px solid #00A0E9;padding-left: 1rem;font-size: 1.2rem;font-weight: bold;}
.index_part4 ul li div p span{display: block;font-weight: normal;font-size: 1rem;}


/*-------*/



.manufacture_part2 ul{color: #fff;}
.manufacture_part2 ul li:nth-child(2){text-align: left;}


.manufacture_part3{padding: 2rem;box-sizing: border-box;margin-bottom: 2rem;text-align: center;}
.manufacture_part3 div ul{width: 30%;display: inline-block;background-color: #70cdf8;color: #fff;text-align: left;margin: 1%;min-width: 280px;}
.manufacture_part3 div ul li{width: 49%;display: inline-block;vertical-align: middle;}
.manufacture_part3 div ul li:nth-child(1){line-height: 0;}
.manufacture_part3 div ul li:nth-child(2){text-align: center;padding: 0 .5rem;box-sizing: border-box;}
.manufacture_part3 div ul li:nth-child(2) span{font-size:1.8rem;font-weight: bold;}
.manufacture_part3 div ul li:nth-child(2) p{font-size: .9rem;line-height: 1rem;}


.manufacture_part5{color: #fff;margin-bottom: 0;}

/*-------*/


.research .box55 li{text-align: left;}
.research .box55 .page_title:after{left: 0%;bottom: -.5rem; transform: translate(0%,0);content:"";}
.research .box_left .box55{overflow: hidden;}
.research .box_left .box55 li:last-child{float: left;margin-right: 1rem;}
.research .box_right{padding-top:0;margin: 6rem auto;}
.research .box_right .box55 li:last-child{transform: translate(0,-2rem);}

/*-------*/

.tech_part3{padding: 2rem;box-sizing: border-box;}
.tech_part3>div{max-width: 1100px;margin: 2rem auto;}
.tech_part3>div:nth-child(1)>ul:last-child li{list-style: decimal;margin-left: 1.5rem;padding: 1rem;border-bottom: 1px solid #ccc;box-sizing: border-box;}

.tech_part3>div:nth-child(2){text-align: center;}
.tech_part3>div:nth-child(2)>strong{display: inline-block;padding: .5rem;background-color: #5b5756;color: #fff;}
.tech_part3>div:nth-child(2) ul li{width: 25%;margin: 2%;vertical-align: top;display: inline-block;background-color: #fff;padding: 1rem;box-sizing: border-box;}
.tech_part3>div:nth-child(2) ul li strong{color: #00A0E9;font-weight: bold;font-size: 1.2rem;}
.tech_part3>div:nth-child(2) ul li strong+p{margin: 1rem auto;min-height: 90px;}
.tech_part3>div:nth-child(2) ul li figure{margin: 1rem auto;}
.tech_part3>div:nth-child(2) ul li figure img{display: block;}
.tech_part3>div:nth-child(2) ul li figcation{background-color: #5b5756;display: block;color: #fff;padding: .5rem;}


.tech_part3>div:nth-child(3){text-align: center;background-color: #fff;padding: 2rem;box-sizing: border-box;}
.tech_part3>div:nth-child(3) strong{color: #00A0E9;font-weight: bold;font-size: 1.2rem;}
.tech_part3>div:nth-child(3) p span{display: block;}
.tech_part3>div:nth-child(3) img{margin: 1rem auto;}



.tech_part4{padding: 2rem;box-sizing: border-box;}
.tech_part4>.box55:nth-child(2) ul li{list-style: decimal;margin-left: 1.5rem;padding: 1rem;border-bottom: 1px solid #ccc;box-sizing: border-box;}

.tech_part4>.box55:nth-child(2)>li:last-child{text-align: center;}
.tech_part4>.box55:nth-child(2)>li strong{display: inline-block;padding: .5rem;background-color: #5b5756;color: #fff;margin: .5rem;}
.tech_part4>.box55:nth-child(2)>li img{display: block;margin: 0 auto;}

.tech_part5 .page_title+p{margin: 1rem auto;}



.tech_part5 ul {margin: 0 auto;width: 90%;max-width: 1350px;display: block;text-align: center;}
.tech_part5 ul li{display: inline-block;margin: 1%;}
.tech_part5 ul li img{display: block;}
.tech_part5 ul li div{background: rgba(0,0,0,.8);color: #fff;bottom: 0;width: 100%;padding:1rem;text-align: left;box-sizing: border-box;}
.tech_part5 ul li div p{border-left: 5px solid #00A0E9;padding-left: 1rem;font-weight: bold;}

.tech_part6 .page_title+p{margin: 1rem auto;}

.tech_part6 ul {margin: 0 auto;width: 90%;max-width: 750px;display: block;text-align: center;}
.tech_part6 ul li{display: inline-block;margin: 1%;}
.tech_part6 ul li img{display: block;}
.tech_part6 ul li div{background: #5b5756;color: #fff;bottom: 0;width: 100%;padding:1rem;text-align: left;box-sizing: border-box;}
.tech_part6 ul li div p{border-left: 5px solid #00A0E9;padding-left: 1rem;font-weight: bold;}

/*-------*/


.timeline{position: relative;overflow: hidden;}
.timeline:after{content:""; position: absolute;height: 100%;width: 2px;background-color:#1D50A2;top: 0;left:calc(50% - 1px);}
.timeline>strong{color: #1D50A2;font-size: 2rem;font-weight: bold;margin: 2rem auto;display: block;}
.timeline>strong:nth-of-type(odd){margin-left: 5rem;}
.timeline>strong:nth-of-type(odd):before{content: "";height: 1.5rem;width: 1.5rem;border-radius: 50%;background-color:#1D50A2;display: inline-block;margin-right: 1rem;}
.timeline>strong:nth-of-type(even){margin-left: -5rem;}
.timeline>strong:nth-of-type(even):after{content: "";height: 1.5rem;width: 1.5rem;border-radius: 50%;background-color:#1D50A2;display: inline-block;margin-left: 1rem;}


.timeline>div{width: 45%;background-color: #fff;padding: 1rem;box-sizing: border-box;margin: 1rem auto;position: relative;}

.timeline>div:nth-of-type(odd){margin-right:calc(50% + 1.5rem);}

.timeline>div:nth-of-type(odd):before{content: "►";color: #fff;position: absolute;right: -.8rem;top: 45%;z-index: 1;}

.timeline>div:nth-of-type(odd):after{content: "";height: 1rem;width: 1rem;border-radius: 50%;background-color:#00A0E9;display: inline-block;margin-left: 1rem;position: absolute;right: -2rem;top: 50%;z-index: 1;}

.timeline>div:nth-of-type(even){margin-left:calc(50% + 1.5rem);}

.timeline>div:nth-of-type(even):before{content: "◀";color: #fff;position: absolute;left: -.8rem;top: 45%;z-index: 1;}
.timeline>div:nth-of-type(even):after{content: "";height: 1rem;width: 1rem;border-radius: 50%;background-color:#00A0E9;display: inline-block;margin-left: 0rem;position: absolute;left: -2rem;top: 50%;z-index: 1;}




.timeline>div>span{display: inline-block;vertical-align: middle;color: #1D50A2;font-size: 1.2rem;padding-right: 1rem;font-weight: bold;}
.timeline>div>p{display: inline-block;vertical-align: middle;width: calc(100% - 5rem);border-left: 2px solid #1D50A2;padding-left: 1rem;text-align: left;}
.timeline>div>ul{display: inline-block;vertical-align: middle;width: calc(100% - 5rem);border-left: 2px solid #1D50A2;padding-left: 1rem;text-align: left;}
.timeline>div>ul>li{list-style: disc;margin-left: 1rem;}


/*-------*/


.gallery_part2{margin: 0 auto;}

.albums{position: relative;text-align: center;}
.album{display: inline-block;width: 30%;margin: 1%;vertical-align: top;border: 4px solid #fff;}
.album.here{border: 4px solid #00A0E9;}
.album img{display: block;}
.album p{padding: .5rem;box-sizing: border-box;background-color: #5b5756;color: #fff;text-align: left;height: 4.3rem;overflow: hidden;}
.album_pics.here{display: block;}
.album_pics{width: 100%;display: none;float: left;padding: 1rem;box-sizing: border-box;}
.album_pics .page_title{font-size: 1.2rem;}



/*-------*/



.quality_part1 p span{display: block;}

.quality>div{margin-bottom: 5rem;}
.quality .box55 li strong{font-size: 1.5rem;font-weight: bold;margin-bottom: 1rem;display: block;}
.quality .box55 li strong span{font-size: 5rem;font-weight: normal;border-bottom: 3px solid #00A0E9;display:inline-block;padding: .5rem 1rem;text-align: center;line-height: 4.5rem;}

.quality>div.box_right img{transform: translate(0,-4rem);}
.quality>div.box_left{overflow: hidden;}
.quality>div.box_left li:last-child{float: left;margin-right: 5%;}

/*-------*/


.partner ul{margin: 2rem auto;max-width: 1100px;}
.partner ul li{width: 160px;display: inline-block;height:90px;padding: 0rem;overflow: hidden;margin: 1%;border: 1px solid #00A0E9;text-align: center;position: relative;}
.partner ul li img{max-width: 160px;max-height: 90px;margin: 0 auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}





/*-------*/

.recruit .box55>li:first-child{margin-right: 2rem;}
.recruit .box55 li img{transform: translate(0,-4rem);}

/*-------*/


.videolist div div ul{width: 30%;vertical-align: top;display: inline-block;border: 1px solid #00A0E9;margin: 1%;min-width: 280px;}
.videolist div div ul li:first-child{position: relative;line-height: 0;}
.videolist div div ul li:first-child a{position: absolute;padding: .5rem 1rem;bottom: 0;left: 0;color: #fff;background-color: #00A0E9;display: inline-block;line-height: 1rem;}
.videolist div div ul li:first-child a:after{content: "►";color: #fff;margin-left: .5rem;}
.videolist div div ul li:last-child{padding: 1rem;box-sizing: border-box;text-align: left;}
.videolist div div ul li:last-child span{font-size: .9rem;color: #999;display: block;}
.videolist div div ul li:last-child strong{font-size: 1.1rem;font-weight: bold;line-height: 1.5rem;display: block;margin: .3rem auto;padding-bottom: .3rem;}
.videolist div div ul li:last-child strong:after{content: "";height: 2px;width: 3rem;background-color:#00A0E9;display: block;margin-top: .3rem;}
.videolist div div ul li:last-child a{display: block;text-align: center;background-color: #00A0E9;color: #fff;padding: .5rem;margin-top: .5rem;}





/*-------*/

.newslist div div ul{width: 30%;vertical-align: top;display: inline-block;border: 1px solid #00A0E9;margin: 1%;min-width: 280px;}
.newslist div div ul li:first-child{line-height: 0;}
.newslist div div ul li:last-child{padding: 1rem;box-sizing: border-box;text-align: left;}
.newslist div div ul li:last-child span{font-size: .9rem;color: #999;display: block;}
.newslist div div ul li:last-child strong{font-size: 1.1rem;font-weight: bold;line-height: 1.5rem;display: block;margin: .3rem auto;padding-bottom: .3rem;}
.newslist div div ul li:last-child strong:after{content: "";height: 2px;width: 3rem;background-color:#00A0E9;display: block;margin-top: .3rem;}
.newslist div div ul li:last-child a{display: block;text-align: center;background-color: #00A0E9;color: #fff;padding: .5rem;margin-top: .5rem;}


/*-------*/


.contact_part1>div{margin: 2rem auto;}
.contact_part1>div>div{text-align: left;padding: 2rem;box-sizing: border-box;width: 48%;vertical-align: top;display: inline-block;min-height: 850px;}
.contact_part1>div>div .page_title{margin-bottom: 2rem;}
.contact_part1>div>div .page_title:after{transform: translate(0,0);left: 0;}
.contact_part1 .bg_grey{text-align: left;margin-right: -4px;}
.contact_part1 .bg_grey .list_form1{margin: 1rem auto;}

.contact_part1 .bg_blue3{color: #fff;}
.contact_part1 form label,.contact_part1 form input,.contact_part1 form textarea{width: 100%;display: block;border: 0;color: #5b5756;text-indent: .5rem;}
.contact_part1 form label{margin-top: 1rem;color: #fff;}
.contact_part1 form a{margin: 1rem auto;background-color: #1D50A2;padding: .5rem;box-sizing: border-box;display: block;text-align: center;}
.contact_part1 form .btn{margin: 1rem auto;background-color: #1D50A2;padding: .5rem;box-sizing: border-box;display: block;text-align: center;}





/*-------*/



.products_part1>div{margin: 1rem auto;}
.products_part1 div .page_title{font-size: 1.5em;line-height: 1.5rem;}
.products_part1 div .page_title:after{left: 0;transform: translate(0)}



.products_part1>div>ul{border: 1px solid #00A0E9;text-align: left;position: relative;margin: 1rem auto;}
.products_part1>div>ul>li{display: inline-block;text-align: left;vertical-align: middle;}

.products_part1 div>ul>li:first-child{text-align: left;font-size: 0;line-height: 0;width: 40%;}

.products_part1 div>ul>li:last-child{display: inline-block;width: 55%;margin-left: 2%;}
.products_part1 div>ul>li:last-child>a{position: absolute;right: 1rem;top: 1rem;}
.products_part1 div>ul>li:last-child>a img{max-width: 85px;}
.products_part1 div>ul>li:last-child ul li{display: inline-block;width: 30%;margin: 1%;text-align: center;vertical-align: top;}
.products_part1 div>ul>li:last-child ul li a{padding: .5rem;border: 1px solid #00A0E9;box-sizing: border-box;display:block;line-height: 1.2rem;}
.products_part1 div>ul>li:last-child ul li a:hover{background-color:  #00A0E9;color: #fff;}



/*-------*/

.intro .box55 li{text-align: left;}
.intro .list_form1 span{background-color: #eee;}
.intro .box55 li .page_title:after{left: 0;transform: translate(0);}

.intro_part3 .box55 li:first-child{width: 35%;margin-right: 3%}
.intro_part3 .box55 li:last-child{width: 57%;}
.intro_part5 img{margin: 2rem auto;}


/*-------*/


.esg_part2 ul{margin: 2rem auto;max-width: 1100px;padding: 1rem;box-sizing: border-box;}
.esg_part2 ul li{display: inline-block;vertical-align: top;}
.esg_part2 ul li:first-child .page_title:after{left: 0;transform: translate(0);}
.esg_part2 ul li:first-child{width: 35%;margin-right: 1%;}
.esg_part2 ul li:last-child{width: 60%;transform: translate(0,-3rem);}


.esg_part3 p span{display: block;}
.esg_part3 div{margin: 2rem auto;max-width: 800px;}
.esg_part3 div img{margin: 2%;max-width: 200px;}

.esg_part4 ul li:first-child .page_title:after{left: 0;transform: translate(0);}
.esg_part4 .box55 li ul.list_form1{margin: 1rem auto;}
.esg_part4 .list_form1 li span{background-color: #fff;}

.esg_part5 ul{padding: 3rem 0;box-sizing: border-box;}
.esg_part5 ul li .page_title:after{left: 0;transform: translate(0);}

/*-------*/

.news .page{margin-top: 0px;max-width: 1100px;}

.news_part1{margin-top: 0px;}

.news_part1>.page span{display: block;text-align: left;}
.news_part1>.page .page_title{display: block;text-align: left;}
.news_part1>.page .page_title:after{left: 0;transform: translate(0);}

.news_part2{text-align: left;}

.news_part3{border-top: 1px solid #00A0E9;}
.news_part3>a{display: inline-block;padding:.5rem 1.5rem;background-color: #00A0E9;color: #fff;}

/*-------*/

.video .page{margin-top: 0px;max-width: 1100px;}

.video_part1{margin-top: 0px;}

.video_part1>.page span{display: block;text-align: left;}
.video_part1>.page .page_title{display: block;text-align: left;}
.video_part1>.page .page_title:after{left: 0;transform: translate(0);}

.video_part2{text-align: left;}

.video_part3{border-top: 1px solid #00A0E9;}
.video_part3>a{display: inline-block;padding:.5rem 1.5rem;background-color: #00A0E9;color: #fff;}



/*-------*/

.product_part1 div>ul>li{display: inline-block;width: 45%;vertical-align: top;margin: 1%;}
.product_part1 div>ul>li ul li{display: inline-block;width: 22%;vertical-align: top;margin: 1%;}

.product_part1 div>ul>li ul li a{display: block;border: 3px solid #fff;}
.product_part1 div>ul>li ul li a img{display: block;}
.product_part1 div>ul>li ul li a.here{border: 3px solid #00A0E9;}

.product_part1 div>ul>li:last-child{text-align: left;}
.product_part1 div>ul>li:last-child .page_title{display: block;text-align: left;}
.product_part1 div>ul>li:last-child .page_title:after{left: 0;transform: translate(0);}
.product_part1 div>ul>li:last-child span{color: #00A0E9;}
.product_part1 div>ul>li:last-child div{margin: 1rem auto;border-bottom: 1px solid #ccc;padding-bottom: 1rem;}
.product_part1 div>ul>li:last-child>a{display: inline-block;padding:.5rem 1.5rem;background-color: #00A0E9;color: #fff;border-radius: 1rem;float: right;}



.product .table1{border-top: 2px solid #5b5756;border-bottom: 2px solid #5b5756;margin: 1rem auto;width: 100%;}
.product .table1 td{padding:1rem;border-bottom: 1px solid #ccc;box-sizing: border-box;}
.product .table1 td:first-child{background-color: #fff;}
.product .table1 td ul{margin-left: 1rem;}
.product .table1 td ul li{list-style: decimal;text-align: left;}



.product .table2 tr{border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;margin: .5rem auto;display: block;}
.product .table2 td{text-align: left;box-sizing: border-box;}
.product .table2 td:last-child{padding: 1rem;box-sizing: border-box;}
.product .table2 td strong{display: inline-block;padding-bottom: .5rem;margin-bottom: .5rem;border-bottom: 2px solid #00A0E9;font-weight: bold;font-size: 1.2rem;}
.product .table2 td img{max-width: 150px;display: block;}




/*-------*/


.privacy p,.cookie p{text-align: left;}
.privacy p.color_blue,.cookie p.color_blue{margin-top: 1rem;}
.privacy li,.cookie li{text-align: left;list-style: disc;margin-left: 1.5rem;}
.privacy div div strong,.cookie div div strong{display: block;text-align: left;font-weight: bold;}


/*-------*/

.sitemap strong a,.sitemap strong{font-weight: bold;}
.sitemap ul>li{display: inline-block;width: 15%;margin: 1rem .5rem;vertical-align: top;padding: .5rem;box-sizing: border-box;border: 1px solid #ccc;}
.sitemap ul>li ul li{display: block;width: 100%;margin: 0 auto;vertical-align: top;padding:.5rem 1rem;box-sizing: border-box;border:none;}


/*-------*/


.search .page_title strong{color: #00A0E9;font-weight: bold;margin: 0 .2rem;}
.search ul{text-align: left;margin-top: 2rem;}
.search ul li{padding-bottom: 1rem;margin-bottom: 1rem;border-bottom: 1px solid #ccc;}
.search ul li strong{font-size: 1.2rem;font-weight: bold;}
.search ul li p:after{content: "...";}
.search ul li a{background-color: #00A0E9;padding:.3rem 1rem;color: #fff;display: inline-block;text-align: center;margin-top: .5rem;}



/*-------*/


.filter .page_title:after{background-color: #1e9b8c;}
.filter .page_subtitle{color: #1e9b8c;}
.filter .page_nav a{color: #1e9b8c;border: 1px solid #1e9b8c;}
.filter  .box55 .page_title:after{left: 0%;bottom: -.5rem; transform: translate(0%,0);content:"";}
.filter .page_nav a:hover,.page_nav a.here{background-color:#60cec1;color: #fff;}


/*-------*/

.filter_product .page{max-width: 1350px;}

.filter_product_part1>div>div{display: inline-block;width: 30%;vertical-align: top;position: relative;border: 1px solid #00a3f1;}
.filter_product_part1>div>div:nth-of-type(2){margin:0 4%;}
.filter_product_part1>div>div strong{position: absolute;left: 0rem;bottom: 0rem;font-size: 1.5rem;font-weight: bold;display: block;background: linear-gradient(to bottom, rgba(0,160,233,0) 0%,rgba(0,160,233,1) 100%);width: 100%;padding: 1rem;color: #fff;text-align: left;box-sizing: border-box;}
.filter_product_part1>div>div strong span{display: block;font-size: 1rem;margin-top: 1rem;}
.filter_product_part1>div>div img{display: block;width: 100%;}


.filter_product_part2{background: url(../images/filter_product_bg1.jpg) no-repeat center center;background-size: cover;text-align: center;margin: 2rem auto;}
.filter_product_part2 img{margin: 3rem auto;border: 1px solid #00a3f1;}

.filter_product_part3{background: url(../images/filter_product_bg2.jpg) no-repeat bottom center;background-size: cover;text-align: center;margin: 2rem auto;}
.filter_product_part3 img{margin: 3rem auto;border: 1px solid #00a3f1;}

.filter_product_part4{margin: 4rem auto;text-align: center;}
.filter_product_part4 a{display: inline-block;color: #fff;font-size: 1.5rem;font-weight: bold;background-color: #1d50a2;padding: 1rem 1.5rem;}

/*-------*/



/*-------*/









@media only screen and (max-width: 1200px){ 

}




@media only screen and (max-width: 1100px){
	
.menu{width: 100%;position: absolute;text-align: left;font-size: 18px;}
.menu .logo{position: static;top:0;left:0;padding:.5rem 1rem 0rem;width: 200px;}
.menu .nav_btn{position: absolute;padding:1.2rem;display: block;}

#ckb:checked ~ ul{display: block;}
#ckb:checked ~ label{background: url("../images/icon/close.svg");background-size: 100% 100%;box-sizing: border-box;width: 1.2rem;height: 1.2rem;}     
       
.menu>ul{margin:0 auto;display: none;background-color: #00A0E9;color: #fff;}
.menu>ul>li{display:block;border-bottom: 1px solid #fff;}
.menu>ul>li>a,.menu>ul>li>a:hover{border-bottom: none;display: block;}
.menu>ul>li>a:hover{padding-bottom: 1rem;}

.menu>ul>li div{text-align: center;}

.menu>ul>li div input{width: 100%;text-align: left;}

	

.sub_menu>ul{position: static;background-color:#1D50A2;top: 0rem;transform: translate(0%,0);color: #fff;left: 0%;width: 100%;text-align: left;}
.sub_menu>ul>li{display: block;border-bottom: 1px solid #fff;}
.sub_menu>ul>li>a{display: block;padding:1rem 1.5rem;}

.sub_sub_menu{position: relative;}
.sub_sub_menu>ul{position: static;top: 0;left: 0rem;display: none;width: 100%;background-color:#00A0E9;}
.sub_sub_menu:hover>ul{display: block;}
.sub_sub_menu ul li{display: block;}
.sub_sub_menu ul li>a{padding:1rem 2rem;}
.sub_sub_menu ul li:hover{background-color:#00A0E9;}	
	
	
.footer{text-align: center;}
.footer>img{float: none;margin: 0 auto 1rem;max-width: 200px;}
.footer>ul{width: 100%;display: block;text-align: center;}
.footer>ul>li{display: inline-block;max-width: auto;width: 15%;min-width: 150px;}
.footer>div{text-align:center;border-top: none;}
.footer>div>p{display: block;}
.footer>div>ul{float: none;width: 100%;}
.footer>div>ul>li{display: inline-block;margin:.5rem;vertical-align: top;}	
	
    
    
ul.box55>li{display: block;width: 100%;margin: 1% auto;}    
ul.box333>li{display: block;width: 100%;margin: 1% auto;}    
    
    
    
/*-------*/    
    
    
.index_part3 ul li div,.index_part4 ul li div{position: static;margin-top: -.5rem;}	
    
/*-------*/
    
.intro_part3 .box55 li:first-child{width: 100%;margin-right: 0%}
.intro_part3 .box55 li:last-child{width: 100%;}    
    
 /*-------*/   
.research .box_left .box55 li:last-child{float: none;margin-right: auto;}
.research .box_right{padding-top:2rem;margin: 2rem auto;}
.research .box_right .box55 li:last-child{transform: translate(0,0rem);}    
    
/*-------*/
.quality>div.box_right img{transform:none;}    
 /*-------*/   
.recruit .box55 li img{transform:none;}
    
 /*-------*/   
    
.contact_part1>div>div{padding:2rem 1rem;width: 100%;min-height: auto;}    
        
    
  /*-------*/     
  
.products_part1>div>ul{border: 1px solid #00A0E9;text-align: left;position: relative;}
.products_part1>div>ul>li{display: block;}

.products_part1 div>ul>li:first-child{text-align: left;font-size: 0;line-height: 0;width: 100%;}
.products_part1 div>ul>li:first-child img{width: 100%;}

.products_part1 div>ul>li:last-child{display: inline-block;width: 100%;margin-left: 0;padding: 1rem;box-sizing: border-box;}
.products_part1 div>ul>li:last-child ul li{display: block;width: 100%;margin: 1% auto;}    
    
 /*-------*/   
.sitemap ul>li{display:block;width: 100%;margin: 1rem auto;}
	
 /*-------*/ 	
.filter_product_part1>div>div{display: block;width: 100%;}
.filter_product_part1>div>div:nth-of-type(2){margin:1rem auto;}	
        
    
}





@media only screen and (max-width: 767px){	
.pc{display: none;}
.m{display: block;}  

.page{padding: 1rem;width: 100%;}    
    
.page_title{font-size: 1.5rem;margin-bottom: 1rem;line-height: 2rem;}
.page_subtitle{font-size: 1.2rem;}	
.page_subtitle+p span{display:inline;}
  
.box_right{margin-left: 0%;width: 100%;}
.box_left{margin-right: 0%;width: 100%;}

    
    
.certification>div>div{min-height: auto;}
.certification>div>div p{margin-bottom: 0rem;}
.certification>div>p{position: static;background-color:#000;width: auto;height: auto;padding:1rem;display: block;text-align: left;font-size: .9rem;line-height: 1.2rem;}


 /*-------*/ 
    
    
    
    
    
    
	
	
.index_part2 ul{max-width: 1100px;margin: 0 auto;width: 90%;}
.index_part2 ul li{display: block;width: 100%;margin: .5rem auto;}

.index_part3 ul{width: 90%;margin: 0 auto;}	
.index_part3 ul li{display: block;width: 100%;margin: .5rem auto;}	

.index_part4 ul li{display: block;width: 100%;margin: .5rem auto;}	
	
/*-------*/	
    

.research>div:nth-child(odd){background-color: #fff;}
    
/*-------*/    

.tech_part3>div:nth-child(2) ul li{width: 100%;margin: 2% auto;display: block;}   
    
    
 /*-------*/      
    

.timeline:after{display: none;}
.timeline>strong:nth-of-type(odd){margin-left: 0rem;}
.timeline>strong:nth-of-type(odd):before{display: none;}
.timeline>strong:nth-of-type(even){margin-left: 0rem;}
.timeline>strong:nth-of-type(even):after{display: none;}


.timeline>div{width: 100%;}
.timeline>div:nth-of-type(odd){margin-right:0;}
.timeline>div:nth-of-type(odd):before{display: none;}
.timeline>div:nth-of-type(odd):after{display: none;}
.timeline>div:nth-of-type(even){margin-left:0;}
.timeline>div:nth-of-type(even):before{display: none;}
.timeline>div:nth-of-type(even):after{display: none;}    
    
  
    
    
    
.album{display: inline-block;width: 45%;margin: 1%;vertical-align: top;}    
    
    
    
    
/*-------*/



.quality_part1 p span{display: inline;}

.quality>div{margin-bottom: 1rem;text-align: center;}
.quality .box55 li strong span{font-size: 3rem;line-height: 2.5rem;}


.quality>div.box_left{overflow:auto;background-color: #fff;}
.quality>div.box_left li:last-child{float: none;margin-right: 0;}  
    

 /*-------*/   

.esg_part2 ul li{display: block;vertical-align: top;}
.esg_part2 ul li:first-child{width: 100%;margin-right: 0%;margin-bottom: 1rem;}
.esg_part2 ul li:last-child{width: 100%;transform: translate(0,0rem);}    
    
  
    
    
/*-------*/

.product_part1 div>ul>li{display: block;width: 100%;margin: 1% auto;}

.product_part1 div>ul>li:last-child>a{float: none;}

.product .table2 td:first-child{display: block;}
.product .table2 td img{max-width: 100%;display: block;}    
    

 
	
	
.filter_product_part1>div>div{display: block;width: 100%;}
.filter_product_part1>div>div:nth-of-type(2){margin:1rem auto;}
    
    
}


@media only screen and (max-width: 500px){	
html{font-size: 16px;}
	
.footer>ul>li{display: block;width: 100%;max-width: 100%;margin: 1rem auto;}	
.footer>ul>li>ul{display: none;}
.footer>ul>li>strong{border-bottom: 1px solid #fff;}	
.footer>ul>li:hover ul{display: block;}
	
.page_nav a{display: inline-block;margin: .4rem auto;width: 45%;}	
    
    
    
	
/*-------*/	
    
    
.index_part2 iframe{width: 280px;height: 210px;}
	
/*-------*/		
	
.filter_product_part2 img{margin: 0rem auto;}
.filter_product_part3 img{margin: 0rem auto;}
.filter_product_part4{margin: 1rem auto;}

	
	
	
}






