body{   font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif; color:#0e0e0e; position:relative; width:100%; height:100%;background-color: #fafafa;    }
a{ color:#333;  }
a:hover{ color:#358dc0;}
/*a:hover,.footer_menu li a:hover{ color:#787bc1;  }*/

body.active{
    overflow-y: hidden;
}
button:focus {outline:0;  }
* { 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
  font-family: Microsoft JhengHei; 
  }
.blur {	
    filter: url(/css/blur.svg); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(2px); /* Chrome, Opera */
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);    
            filter: blur(2px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
  }
 
textarea,input{ font-size:17px;}

#top-control {width: 55px; height:55px; position: fixed; right:0; bottom:0px; right: 20px; z-index: 999999; }
#gotop {width:55px; height:55px; display:block;  position: absolute; top:5px; z-index:5555; background: url(/img/top.png) #333 no-repeat 0px 0px;}
#gotop:hover{ background:url(/img/top.png) #666 no-repeat 0px 0px;}

.fb_box{ margin:30px 0 50px 0; width:100%; clear:both;}
.search_box_title{ margin:20px 0; font-size:20px;}
.top_gray{ width:100%; }
.fb{ display:block; width:44px; background:url(/img/icon.png) no-repeat center; float:left; border:#D8D8D8 solid 1px; height:60px; border-bottom:0;  }
.fb img{ width:100%;}

.icon_right{text-align: right;}
.icon_right li{ display: inline-block; color:#000 }
.icon_right li a img,.icon_right li a p,.s_open p,.s_open img{ display: inline-block; 
     color: #333; }

.icon_right li a p,.s_open p{ margin-left: 5px;margin-top: 0px;  padding: 0 10px 0 0 ;}
.icon_right li a img{  vertical-align: bottom}
.icon_right li a p {vertical-align: bottom; padding: 0 10px 1px 0 ;}
.icon_right li:nth-child(1) span{ padding-right:5px;   }

.icon_right i{
    color: #333;
}

.menu_box{ width:100%; position:relative; z-index:10; }

.menu_box01{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    border-top:#358dc0 5px solid ;
    background-color: #fff;
    box-shadow: 0 0 10px #3332;

}

.menu_box02{
    max-width: 90%;
    width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}


.logo_b01{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 191px;
}

.logo_b01 img{
    width: 100%;
}

.menu_right {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    gap: 15px 0;
}

.menu_right .top_b1{
    display: flex;
    color: #333;
    gap: 10px 20px;
    font-size: 15px;
}

.menu_right .top_b1>div,
.menu_right .top_b1>div a{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 7px;
}

.menu_list_01{

}

.menu_list_01 ul{
    display: flex;
    gap: 0 20px;
}


.top_padding{
    padding-bottom: 97px;
}


.search_box_pop{
    position: absolute;
}


.search_new_box{
    position: fixed;
    width: 100%;
    background-color: #f0f0f0;
    top: 50px;
    padding: 10px 0;
    z-index: 99;
    box-shadow: 0 5px 10px #3332;
    transition: .3s;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;

}

.search_new_box.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 102px;
}


.search_new_box01{
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
}

.search_new_box01 input{
    border: 0;
    font-size: 14px;
    padding: 10px 10px;
    width: calc(100% - 180px);
    margin-right: 10px;
}

.search_new_box01 a,
.search_new_box01 button,
.search_new_btn_cancel{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #e5e5e5;
    margin: 0 0 0 5px;
    transition: .5s;
    font-size: 12px;
    border: 0;
    cursor: pointer;
}

.search_new_box01 a span,
.search_new_box01 button span{
    margin-right: 5px;
}



.search_new_box01 button.search_new_btn_search{
    background-color: #358dc0;
    color: #fff;
}







.menu_3line_box{
    position: relative;
    /*display: inline-block;*/
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    text-align: center;
    display: none;
}

.menu_3line {
    display: block;
    position: absolute;
/*    position: fixed;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    right: 0px;
    cursor: pointer;
    z-index: 30;
    transition: .5s;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


.menu_3line li {
    width: 20px;
    height: 0.5px;
    background: #333;
    transition: .5s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.menu_3line li:nth-child(1) {
    top: calc(50% - 7px);
}

.menu_3line li:nth-child(3) {
    top: calc(50% + 7px);
}

  
.menu_3line.active li:nth-child(1) {
    transform: translate(-50%,-50%)rotate(-45deg);
    top: 50%;
    transition: .5s; 
}
.menu_3line.active li:nth-child(2) {
    width: 0px;
}

.menu_3line.active li:nth-child(3) {
    transform: translate(-50%,-50%)rotate(45deg);
    top: 50%;
    transition: .5s; 
}






.menu_open_box {
    height: 100%;
    width: 100%;
    display: inline-block;

    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.1);
    transition: 0.8s;
    z-index: 98;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
/*    display: none;*/
}

.menu_open_box.active {
    width: 100%;
    transition: 0.5s;
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.menu_box_m{
    position: fixed;
    right: -500px;
    top: 0;
    z-index: 98;
    background-color: #f8f8f8eb;
    height: 100%;
    display: inline-block;
    padding: 60px 0px 10px 0px;
    width: 500px;
    text-align: center;
    transition: .5s;
    opacity: .0;
    max-width: 100%;
}

.menu_box_m.active {
    right: 0px;
    opacity: 1;
    overflow-y: auto !important;
}




.menu_box_m_ul{
    text-align: center;
    padding: 15px 0;
    overflow-y: auto;
}

.menu_box_m_ul>li>a{
    padding: 12px 30px;
    color: #113034;
    display: block;
    font-size: 16px;
    transition: .5s;
    position: relative;
    border-bottom: 1px #ddd solid;
}

.menu_box_m_ul>li>a:hover{
    background-color: #f3f3f3eb;
}

.menu_box_m_ul>li>a>i{
    margin: 0 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}


.menu_m_pro_ul,.menu_m_pro_ul02{
    display: none;
}

.menu_m_pro_ul{
    background-color: #f8f8f8eb;
}

.menu_m_pro_ul>li>a{
    display: block;
    padding: 8px 0;
    font-size: 15px;
    transition: .5s;
    position: relative;
}

.menu_m_pro_ul>li>a>i{
    margin: 0 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
}

.menu_m_pro_ul02{
    background-color: #03a9f412;
}

.menu_m_pro_ul02>li>a{
    display: block;
    padding: 6px 0;
    font-size: 14px;
    transition: .5s;
}


.menu_close_bg {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 95;
}


.all_title_01{
    color: #378fc2;
    font-size: 26px;
    font-weight: 700;
}

.center{
    text-align: center;
}

.all_box{
    width: 1320px;
    max-width: 92%;
    margin: 0 auto;
}

.all_box.pro{
    margin: 30px auto;
}

.i_b2{
    background-color: #fafafa;
    padding: 3rem 0;
}

.i_b2 .all_title_01{
    text-align: center;    
}

.i_b2 .all_box{
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.i_b3{
    background-color: #f3f3f3;
    padding: 3rem 0;
}


.all_list01_btn{
    display: flex;
}

.all_list01_btn a{
    width: 50%;
    padding: 20px 10px;
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 17px;
    font-weight: 700;
}

.all_list01_btn.w100 a{
    width: 100%;
}

.all_list01_btn a:hover{
    opacity: .8;
}

.all_list01_btn a:nth-child(1){
    background-color: #e3e6e8;
    color: #2e5ea1;
}

.all_list01_btn a:nth-child(2){
    background-color: #2C7CA5;
    color: #fff;
}

.pro_new{
    position: relative;
}
.pro_new .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_new .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}





.logo_box { float:left; width:191px;}
.logo_box img{ width:100%;}
.logo_box {vertical-align:top}
.menu_list li{ float:left; margin:0 10px; }

.ser_form{ display: inline-block;margin-right: 5px;  }
.s_close { display:none; margin-top:10px; color:#358dc0; cursor:pointer;
  cursor:pointer; transition:.5s;}
.s_close p{display: inline-block; }
.s_open {display: inline-block;;  cursor:pointer; transition:.5s;font-size: 16px}
.sing_left{ float:left; width:50%;}
.sing_right{ float:left; width:50%; border-left:#CCC solid 1px; height:301px;}
.sing_right h4{ width:80%; margin:0 auto; line-height:33px; color:#666; font-size:18px;}
.ser_boxx label{ position:relative; display: inline-block;  width:0; overflow:hidden; height:30px; transition:.5s;}
.ser_boxx label.active{ width:auto; overflow: inherit; transition:.5s;}
.ser_boxx input{ margin-left:20px;  padding:5px 10px; margin-top:-5px;}
.ser_butxx{ position:absolute; right:0; top:-5px; height:35px; width:63px;}
.s_close.active{ display:inline-block; transition:.5s;}
.s_open.active{ display:none; transition:.5s;}

.menu_list li span{ color: #aaa; padding: 0 10px; 
    display: block; font-size: 12px; margin-top: 2px;   }

.menu_list li a{ display:block; padding:0 10px; color:#1E1E1E; font-size:18px;  position:relative;
    position: relative;
}

.menu_list li a:hover {
    color:#015773;
}
.menu_list li a:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    -moz-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    -o-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
.menu_list li a:after {
     z-index: 1;
    border-top: 2px solid #358dc0;
    position: absolute;
    width: 100%;

    content:  "";
    bottom: -2px;
    left: 0;

    -webkit-transform: scaleX(0.0);
    -moz-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    -o-transform: scaleX(0.0);
    transform: scaleX(0.0);

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.ad_box{ width:100%;}
.ad_box a{ width:100%;}
.ad_box a img{ width: 100%; }
.ad_big_box{ width:100%; position:relative;}

.center_box{ width:100%; padding:40px 5%;  }
.ce_h3{ font-size:26px; width:144px; margin:0 auto; position:relative; margin-bottom:40px;}
.ce_h3:after {content:  ""; width:40%;
              border-bottom:#282828 solid 5px; 
              position:absolute; top:51px; left:0;}
.ce_h3 img{ display:inline-block; vertical-align:middle;  }
.ce_h3 strong{vertical-align:middle; }



.fake_bu,
.fake_bu2{ 
    width:100%; 
    border:#ccc solid 1px; 
    text-align:center; 
    font-size:16px; 
    padding:10px 20px; 
    transition:.5s; 
    max-width:100%;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fake_bu{ margin-bottom:1rem }
.fake_bu:hover{border-radius: 30px; background:#358dc0; color:#FFF; transition:.5s;}
.fake_bu2:hover{border-radius: 30px; background:#e6540c; color:#FFF; transition:.5s;}

.money_box{ text-align:center; margin-bottom:38px;}
.money_box p{ display:inline-block; font-size:18px; letter-spacing:1px;}
.price1{ margin-right:12px;}
.price1 span{ text-decoration: line-through;}
.price2 span{ color:#FF0000; }

.ad_box2{ width:100%;  display: flex; flex-wrap: wrap;}
.ad_box2 .list{ display:block; width:100%; }
.ad_box2 .list a{ display:block; width:100%;}
.ad_box2 a img{ width:100%;}

.ee_box{ width:100%;  }
.ee_tebox {width:100%; position:relative; }
.ee_tebox2 {width:90%; position:relative; margin:0 auto; background:rgba(0, 0, 0, 0); padding:102px 0;}
.eec_p{ width:52%; float:left;}
/*.ee_tebox2 h2{ font-size:40px; margin-bottom:30px; }
.ee_tebox2 h4{ font-size:26px; margin-bottom:10px;}
.ee_tebox2 ul li{ font-size:18px; line-height:33px; list-style:disc; margin-left:25px;}*/

.ee_t{ color:#D37F11; font-size:16px; margin-top:10px;}
.ee_t2{ color:#FFF; font-size:20px; margin-top:10px; width:224px; padding:10px 0; background:#25A3DA; text-align:center; border-radius: 30px; margin-left:110px; }
.ee_t2:hover{ color:#FFF; box-shadow:4px 4px 12px -2px rgba(95, 95, 95, 0.5);transition:.2s;}
.left_peimg{ position:absolute; right:0; top:0; z-index:5;}
.eec_pp{ position:absolute; right:0px; top:50%;transform: translateY(-50%); z-index:5;  width:43%;}
.eec_pp img{ width:100%; }
.qanda_box_index{ width:100%; margin: 40px 0;
 background:#e8e8e8;}
.qa_p_box{ float:left; padding:15px 0; background:#545454; color:#FFF;  text-align:center; font-size:26px; float:left; height:79px; width:30%; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.qa_p_box img{ 
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    transition: .3s;
    width: 40px;
}
.qa_p_box p{ display:inline-block;  vertical-align: middle;transition: .3s;font-size: 22px}
.qa_p_box:hover {background: #358dc0; background: -moz-linear-gradient(-45deg, #358dc0 0%, #c6e582 99%); background: -webkit-linear-gradient(-45deg, #358dc0 0%,#c6e582 99%); background: linear-gradient(135deg, #358dc0 0%,#c6e582 99%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358dc0', endColorstr='#c6e582',GradientType=1);}
.qa_p_box:hover img, .qa_p_box:hover p{transform: scale(0.9); -webkit-transform: scale(0.9);}
.qa_aa{ float:left; width:60%; margin-left:2%; height:57px; overflow:hidden;}
.qa_aa .list a{ display:block; background:url(/img/icon4.png) 0 36px no-repeat; padding-left:22px; font-size:22px; padding:25px 0px 24px 22px;}
.qa_aa .list a:hover{text-decoration: underline;}



.news_index{ margin: 20px auto 50px auto;}
.news_index .list{ width: 100%; margin-bottom: 2%; padding: 2%; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;background-color: #fff0;}
.news_index .list:hover{ 
    background-color: #fff; 
    transform: scale(1.03); 
    -webkit-transform: scale(1.03);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}
.news_index .list .news_img{  width:174px; height:174px;  
    border: #CCC solid 1px; display: inline-block; vertical-align: top;
    background-size:100% !important; 
 
 }
 .news_index .list a{display: block; color: #333;}
 .news_index .list a:hover{ }
 .news_index .list .day{ margin-bottom: 10px;font-size: 14px; color: #555; display: block; }

 .news_index .list .news_text_right{
    width: calc(100% - 220px);
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
 }

 .news_index .list .n_people{
  display: inline-block; 
  float: right;
}

 .news_t{ line-height: 28px;  overflow: hidden;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    font-size: 15px;
}
.more{  border-top:#CCC solid 1px; display: block; text-align:right;
font-size: 12px; padding-top: 5px; margin-top: 7px;}
.news_text_right h2{ font-size: 19px; font-weight: 700; color: #2F7BA7;  margin-bottom: 15px; }



.day_box{ float:left; color:#666; font-size:12px; text-shadow:3px 3px 3px #333;}
.browse_box{ float:right; color:#FFF; font-size:12px; text-shadow:3px 3px 3px #333;}

.google_map{ margin-bottom:70px;}

.crumb{
    text-align: right;
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px 5px;
    flex-wrap: wrap;
}
.crumb li{ 
    font-size:14px;  
}
.nowOn{ 
    color:#358dc0;
}
.pr_hh3_title{ font-size:30px;
    padding-bottom:10px;
    border-bottom:#358dc0 solid 3px;
    margin-bottom:20px;
    color: #333;
 }
.menu_menu_li{ 
    width:100%;
    display: flex;
    gap: 10px 10px;
    margin:  20px 0 50px 0;
    justify-content: center;
 }
.menu_menu_li li{  
    text-align:center;
}
.menu_menu_li li a{ 
    display:block;
    padding:10px 30px;
    border:#ccc solid 1px;
    border-radius: 10px;
    font-size: 15px;
    transition: .3s;
}
.menu_menu_li li a.active{ 
    color:#FFF;
    background:#358dc0;
    border:#358dc0 solid 1px;
}
.menu_menu_li a:hover  { 
    color:#333;
    background:#eee;
}
.menu_menu_li li a.sale_m{ 
    border:#fff solid 1px;
    color:#fff;
}
.menu_menu_li a.sale_m:hover { 
    color:#FFF;
    background:#358dc0;
}



.pro_new.in_pro li{ opacity:0; visibility:visible; transform:translateY(50px) scale(1.2); transition:1s; }
.pro_new.in_pro li.load{ opacity:1; visibility:visible; transform:translateY(0) scale(1);}

.pro_ad_box{ width:100%; margin:20px 0;}
.pro_ad_box a{ width:100%;}
.pro_ad_box a img{ width:100%;}

/*頁碼*/
.number_box{ width:100%; text-align:center; margin:30px 0;}
.number_box li{ display:inline-block;}
.number_box li a{ display:block;  font-size:14px; line-height:27px; color:#333; padding:2px 13px 2px 13px; }
.number_box li a:hover{ color:#358dc0; border-bottom:#358dc0 solid 2px; padding:2px 15px 0px 15px;}
.number_box li a.active{color:#358dc0; border-bottom:#358dc0 solid 2px; padding:2px 15px 0px 15px;}

.right_back{color:#358dc0; float:right; margin-bottom:20px;}
.pro_in_show{ width:394px; max-width: 100%;
  padding-left:80px; position:relative;}
#pdi_img{ width:100%;}
.control{ width:15.29%; position:absolute; left:0; top:0;}
.control img{ width:100%; margin-bottom:10px; border:#EEE solid 1px; cursor:pointer;}
.control img.point{ border:#358dc0 solid 1px;}
/*#pdi_img img{}*/
#pdi_img.owl-carousel .owl-stage-outer{border:#EEE solid 1px;}

.pro_introduction{ border-bottom:#EEE solid 1px; padding:15px 0;}
.pr_sale{ color:#FFF; padding:5px 10px; background:#FF8282; font-size:20px; margin:15px 0 ; display:-webkit-inline-box; width:auto;}
.pr_sale:hover{ color:#FFF;}
.pro_right{ width:calc(100% - 420px) }
.pro_right p{ margin-bottom:15px;}
.pro_introduction{ line-height:28px;}
.pro_right .money_box{ text-align:left; margin-bottom:15px;}
.pro_right .money_box p{ display:block; font-size:26px; margin-bottom:10px;}
.add_cart{ background:#e6540c; color:#FFF; text-align:center; font-size:20px; border:0; padding:20px 47px; border-radius: 10px; margin-top:20px; transition:.5s; cursor:pointer;}
.i_box{ width:200px ; background:#358dc0; color:#FFF; text-align:center; font-size:16px; border:0; padding:15px 47px; border-radius: 10px; margin-top:20px; transition:.5s; cursor:pointer;}
/*.i_box:hover{ color: white; transition:.5s;  box-shadow: 0px 8px 0px 0px #566d12; }*/
.pro_box { display:inline-block ; }



.select_box_bt{ margin-bottom:15px;}
.select_box_bt p{ float:left; font-size:26px; margin-right:20px; margin-bottom:0; margin-top:2px;}
.select_box_bt select{ float:left; width:85%; height:43px; padding:2px 10px; border:#CCC solid 1px; font-size:16px;}
.add_cart img{ margin-right:10px;}
.add_cart img,.add_cart p{ float:left; margin-bottom:0;}
.a_classification{color:#358dc0; font-size:26px; margin-bottom:2px;  float:left;}
.pro_name{ color: #fff ;font-size:26px; margin-bottom:15px;}
.pro_detail{ width:100%; margin-top:50px; border-top:#F0F0F0 solid 2px;}
.pro_detail_h3{ color:#FFF; background:#87a4b4;
 width:180px; max-width: 100%; margin-bottom:20px; padding:12px 0; text-align:center;}

.back2_bt{background:#333; color:#FFF; font-size:16px; text-align:center; padding:10px 20px; margin:50px 0; border-radius: 5px; transition:.5s;display: inline-flex;text-align: center;}
.back2_bt:hover{border-radius: 5px; color:#FFF; transition:.5s;  transition:.5s;  box-shadow: 0px 5px 0px 0px #000; background:#666; }


.prev_next{ width:100%;}
.prev_next a{ display:block; padding:10px 0; border-bottom:#EEE solid 1px; font-size:16px;}
.prev_next a span{ display:block; float:left; margin-right:10px;  color:#358dc0; font-weight:bolder;}
.prev_next a p{ display:block; float:left;}

.contact_box{ width:800px; max-width:100%; margin:0 auto;color:#333;}
.contact_title{ width:100%; padding:10px 0; font-size:18px; line-height:35px; margin-bottom:20px;}
.contact01{ width:100%;  border-top:#CCC solid 1px;  padding:15px 0;}
.contact01 p{ display:inline-block; margin-right:15px; font-size:18px; width:80px; }
.contact01 select{ border:#CCC solid 1px; padding:0px 20px; border:0; margin-right:5px; height:37px;} 
.contact01 input{ display:inline-block; font-size:17px;    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;}
.contact01_input{ border:0; width:55%; height:40px; padding:10px 20px; margin-right:20px;}
.contact02_input{ border:0; width:65%; height:40px; padding:10px 20px; }
.contact03_input{    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;border:0; width:80%; height:300px; padding:20px 20px;  font-size:17px;}

.contact04_input{border:0; width:55%; height:40px; padding:10px 20px;}
.red{ color:#C30;}
.contact01 a{ float:right;  height:40px; width:136px; }
.contact01 a img{ width:100%;}


#qaContent {width:100%; margin-bottom:2%;}
#qaContent h3 {	width: 100%; height: 22px; text-indent: -9999px; }
#qaContent ul.accordionPart { width:100%; }
#qaContent ul.accordionPart li { border-bottom: solid 1px #e3e3e3; padding-bottom: 12px; margin-top: 12px; }
#qaContent ul.accordionPart li .qa_title { 	background: url(/img/qq.png) no-repeat 11px 6px; padding:5px 0 5px 50px; 	 cursor: pointer;  font-size:18px; }
#qaContent ul.accordionPart li .qa_title_on { text-decoration: underline; }
#qaContent ul.accordionPart li .qa_content { margin: 6px 0  ; background: url(/img/a.png) no-repeat 11px 21px #F3F3F3; 
  padding: 20px 0  20px 50px; color: #333; font-size:16px; }

/*sing*/
.close_long{ position:absolute; right:20px; top:20px; z-index:1;}
.sing h3{ font-size:21px; text-align:center; display:inline-block; margin-bottom:20px;}
.long_box,.long_box2{ width:450px; max-width:90%; margin:0 auto 20px auto;}
.long_box p,.long_box2 p{ font-size:18px; float:left; width:54px; max-width:20%; margin-right:5%; color:#666; text-align:right; margin-top:5px;}
.corde_box{ display:block; margin-right: 50px;}

.long_box input{ float:left; width:355px; max-width:75%; padding:10px 8px; border:#CCC solid 1px;}
.long_box2 input{ float:left; width:164px;  padding:10px 8px; border:#CCC solid 1px; margin-right:10px;}
.long_box2 img{ float:left;}
.sing button{ width:50%; max-width:90%; padding:10px 0; text-align:center; color:#FFF;background:#3A7C98 ; box-shadow: 0px 5px 0px 0px #1b4252;font-size:21px; margin:0 auto; border:0; cursor:pointer; transition:1s; font-family:Microsoft JhengHei; border-radius:5px;}
.sing button:hover{ transition:.5s;     box-shadow: 0px 8px 0px 0px #1b4252;}


.sing_bua{ width:50%; max-width:90%;  display:block; margin-top:30px; padding:10px 0; text-align:center; color:#FFF;background:#3A7C98 ; box-shadow: 0px 5px 0px 0px #1b4252;font-size:21px; margin:0 auto; border:0; cursor:pointer; transition:1s; font-family:Microsoft JhengHei; border-radius:5px;}
.sing_bua:hover{ transition:.5s;   color:#FFF;  box-shadow: 0px 8px 0px 0px #1b4252;}
.sing ul{ display:block; width:100%; max-width:90%; margin:10px auto 0 auto;}
.sing ul li {  margin-right:5px; text-align:center;}
.sing ul li a{ color:#949494; font-size:18px;}
.sing ul li a:hover{ color: #F60;}
.sing_box{ width:100%; height:100%; background:rgba(0, 0, 0, 0.67); position: fixed; left:0; top:-100%; 
 filter:alpha(opacity=0); opacity:0; overflow:hidden; z-index:5555;

}
.sing_box.active{
	position: fixed ; left:0; top:0px; z-index:99999999;
	-webkit-animation: singopen .5s 1 ease;
	-moz-animation: singopen .5s 1 ease;
	-o-animation: singopen .5s 1 ease;
	animation: singopen .5s 1 ease;	
	filter:alpha(opacity=100); opacity:1;
	

}

@-webkit-keyframes singopen {
	0%{
		 filter:alpha(opacity=0); opacity:0;
		
	}
	
	100% {
		filter:alpha(opacity=100); opacity:1;
		
	}
	
	
}
@-moz-keyframes singopen {
	0%{
		 filter:alpha(opacity=0); opacity:0;
		
	}
	
	100% {
		filter:alpha(opacity=100); opacity:1;
		
	}
	
}
@-o-keyframes singopen{
	0%{
		 filter:alpha(opacity=0); opacity:0;
		
	}
	
	100% {
		filter:alpha(opacity=100); opacity:1;
		
	}
	
}
@keyframes singopen {
	0%{
		 filter:alpha(opacity=0); opacity:0;
		
	}
	
	100% {
		filter:alpha(opacity=100); opacity:1;
		
	}
	
}


.sing{width:565px; background:#FFF; margin:18% auto; padding:20px;text-align:center;}
.sing.insing{ width:1200px; border:#CCC solid 1px; margin:25px auto; padding:40px 20px; max-width:100%;}
.sing.active{ 
width:1000px;  background:#FFF; margin:18% auto; padding:36px; max-width:90%;
text-align:center; position:relative;
	-webkit-animation: singshow .3s 1 ease-in;
	-moz-animation: singshow .3s 1 ease-in;
	-o-animation: singshow .3s 1 ease-in;
	animation: singshow .3s 1 ease-in;
}


/********************************
	購物車
********************************/

/*購物車*/
ul.order_steps { text-align: center;}
.order_steps li{ display:inline-block; margin:0 20px; padding-right:67px; background:url(/img/shopcart01.png)no-repeat right 50%; }
.order_steps li span.s_1 { font-size:25px; color:#ccc; display:block; width:100%; padding-top:16px;}
.order_steps li.current span.s_1 {color: #3a7c98;}
.order_steps li span.s_2 { color:#333; font-size:15px; font-weight:bold; display:block;}
.order_steps li.last { padding-right:0; background:none;}
.s_tb_1 {width:100%;}
/*.member_drder .s_tb_2 thead th.s_2{ text-align:left;}
.member_drder .s_tb_1 td { padding: 10px !important; }*/
.s_tb_1 .s_2{text-align:left; padding-left:10px;}
.s_tb_1 td { padding: 10px; border-bottom:1px dashed #CCC; font-size:17px;}
.s_t1 {color:#3a7c98;}
.s_tb_2 img { display:inline-block;}
.member_drder .s_tb_2 tbody td.ss2{ text-align:left;}
.single .title {background:#3a7c98; height:44px; line-height:44px;border-bottom: 1px solid #bbb; padding-left:10px; color:#FFF;}
.if_wrap_b { padding:10px 10px; border-bottom:1px dashed #CCC; font-size:17px; line-height:33px;}
.mt40 {margin-top: 40px;}
.shopcart_bt_L,.shopcart_bt_R{ display: block; padding:7px 0px;width:200px;font-size: 16px;color:#FFF; text-align:center; border-radius: 5px;transition:.3s; display:block;transition: .5s; }
.shopcart_bt_R{ float:right; background:#e47601;}
.shopcart_bt_L{ float:left; background:#666;}
.shopcart_bt_L:hover,.shopcart_bt_R:hover,.sbt_1:hover{ color:#FFF; opacity:.5; transition:.5s;}

.shop_bua{ width:200px;  display:block; margin-top:30px; padding:10px 0; text-align:center; color:#FFF;font-size:21px; border:0; cursor:pointer; transition:1s; font-family:Microsoft JhengHei; border-radius:5px;}
.shop_bua:hover{ transition:.5s;   color:#FFF;  }


.orange_bt{background:#e67423 ; box-shadow: 0px 5px 0px 0px #88410e;  float:right;}
.orange_bt:hover{box-shadow: 0px 8px 0px 0px #88410e;}
.gray_bt{background:#6f6f6f ; box-shadow: 0px 5px 0px 0px #444444;  float:left;}
.gray_bt:hover{box-shadow: 0px 8px 0px 0px #444444;}

.gray_bt2{background:#6f6f6f ;  box-shadow: 0px 5px 0px 0px #444444;   }
.gray_bt2:hover{box-shadow: 0px 8px 0px 0px #444444; }


.s_h3 {font-size:16px; font-weight:bold; clear:both; background:#3a7c98; color:#FFF; height:44px; line-height:44px; border-bottom: 1px solid #bbb; padding-left:10px;}

ul.s_form_001{}
.s_form_001 li{ border-bottom:1px dashed #CCC; padding:10px 0;}
.s_form_001 li label{ width:200px; display:block; float:left;  line-height:27px;}
.s_form_001 li input[type=text],.s_form_001 li input[type=password]{ border:1px solid #CCC; width:30%; height:37px; padding:0 10px; font-size:17px; }
.s_form_001 li textarea{ border: 1px solid #CCC; width: 50.5%; height: 100px; padding: 10px 10px; font-size:17px;}

.s_form_001 li input[type=file]{}
#store_name{ border:1px solid #CCC; width:10%; height:27px; padding:0 10px;}

.s_form_001 li select{ border:1px solid #CCC; width:20%; height:37px; font-size:17px; }
.s_form_001 label.s_1{ width:auto; float:none;  display:inline-block; }

.s_form_001 li label.add{ /*padding-bottom:27px;*/}
.s_form_001 label.s{ display:block; width:auto; margin-right:6px;}
.chk_lay {position: relative; top: -32px; left: 200px; margin-bottom: -20px; width:300px; max-width:100%;}
.s_note_1{ background:#F1f1f1; border-radius:3px; padding:10px 15px;}
.ibox_bg{ background: rgba(255, 255, 255, 0.49); min-height: 340px; display: block;  border: #ECE7DB solid 2px; margin: 0 auto; position: relative; width:80%;  }
.side_l { border-right: 1px solid #ECE7DB;}
.side_l, .side_r, .side_a, .side_b {float: left; padding: 3% 8%; margin: 2% 0; width: 50%; }
.ibox h2 {font-size: 20px;}
.ibox li {position: relative; margin: 10px 0; }
.ibox label {position: absolute; top: 5px; left: 10px; color: #CCC;}
.ibox input[type=text], .ibox input[type=password] {border: 1px solid #CCC; width: 94%; height: 27px; padding: 0 10px;}
#ftpsw_captcha, #m_captcha, #edm_captcha, #edm_un_captcha {width: 55%;}
.vcode{ float:right;}

.sbt_1 {display: inline-block; background: #E40177; padding: 10px 20px; color: #fff; font-size: 15px; transition: .2s; border-radius: 5px;margin-bottom: 10px;}
.s_h1.s_h1_2_r{ display:none;}

/********************************
	會員資料
********************************/

/*會員專區*/
.tag_wrap{width: 100%; text-align: center; clear: both; margin-bottom:50px;}
.tag_wrap button,.tag_wrap a{display: inline-block; margin: 10px 0 10px 5px;padding: 0 10px; text-align: center; line-height: 30px;  border: 1px solid #E40177; cursor: pointer; font-weight:bolder; background:none;}
.tag_wrap button:hover, .tag_wrap button.current,.tag_wrap a:hover, .tag_wrap a.current { background: #E40177; color: #fff; border: 1px solid #F775B8;}
.member_box{ width:100%;}
.member_list{ width:1100px; margin:0 auto;}
.member_list.discount li input[type=text], .member_list.discount li input[type=password]{ width:303px; padding:19px 10px;  background:#F6F6F6; border:0; float:left;}
.member_list select{ width:18%; padding:19px 10px;  background:#F6F6F6; border:0; float:left;}
.member_list .s_1{ float:left; color:#333;}
.member_list .m1{ margin-right:16%;}
.member_list.discount li input[type=text].m3{ width:50%;}
.member_list.discount .fir>label{float:left;}
.member_list select.m2{ padding:0; height:38px;}

/*訂單查詢*/
.member_drder .s_h1{ font-size:18px; /*font-weight: bold;*/ margin-bottom: 20px; padding:0 10px; line-height: 45px;  background:#3a7c98;   color:#FFF; height:44px;}
.member_drder .s_h2{ font-size: 16px; font-weight: bold; padding:0 10px; line-height: 35px;  background:#3a7c98; color:#FFF;   display:none;}
.member_drder .rwd_table{ width: 100%;}
.member_drder .s_tb_2 thead th { height: 44px; line-height: 44px;  border-bottom: 1px solid #bbb; text-align: center; padding: 0;     background-color:#3a7c98; color:#FFF; font-size:18px;}
.member_drder .s_tb_2 tbody td {padding: 10px 0; border-bottom: 1px dashed #CCC;  text-align: center; vertical-align: middle; font-size:18px; }
.member_drder .rwd_table .label { display: none; width: 20%; float: left; padding-left: 3%; color:#3a7c98; }
.member_drder .s_tb_2 a { text-decoration: underline; color:#184dc7;  }
#pd_qty{ font-size:17px; padding:5px;}

/*訂單詳細資料*/
.member_drder .s_tb_2 thead th.s_1 { text-align: left; padding-left: 10px;}
.s_tb_2 .s_4 {float: left; width: 100%;}
.s_tb_2 .s_4 a {text-decoration: none;}
.s_tb_2 .s_4 i {width: 160px; height: 160px; overflow: hidden; display: block;float: left;}
.s_tb_2 .s_4 i img {width: 100%;}
.s_tb_2 .s_4 .txt { padding-left: 70px; text-align: left;}
.s_tb_2 tbody td { padding: 5px 0; border-bottom: 1px dashed #CCC;text-align: center; vertical-align: middle; }
.member_drder .s_tb_2 tbody td.s_1{ text-align: left; padding-left: 10px;}

/*小計*/
#cart_sum{ width:49%; float:right; min-width:300px;}
#cart_sum li{ padding:10px 0; clear:both;}
#cart_sum li.last{ border-top:1px dashed #ccc;}
#cart_sum li b{ float:left; font-weight:bold; color:#333; width:70px;}
#cart_sum li a.edit{ background:url(/img/icon_13.png) no-repeat right center; padding-right:20px; text-decoration:underline;}
#cart_sum li .price{ float:right; font-size:12px; color:#999;}
#cart_sum li .price span{ font-size:26px; margin-left:5px; display:inline-block;color:#666; font-weight:normal;}
#cart_sum li .price span.s_t1{ color:#F00;}	
.s_form_001 li { border-bottom: 1px dashed #CCC; padding: 10px 0; font-size:14px;}
.s_form_001 li label { width: 200px; display: block; float: left; line-height: 27px; font-size:17px;}

/********************************
	products_list
********************************/
.s_banner{ width:100%; float:left;}
.s_banner img{ width:100%;}

.hotproBox {width:100%; padding:42px 0; background: url(/img/bg02.jpg);  position:relative; clear:both;}

/*熱銷產品_4*/
.pro_list{width:100%; margin:0 auto; display:block; margin-bottom:20px; }
.pro_list li{ width:19.2%; float:left; margin-right:1%;}
.pro_list li.four{width:24.25%;}
.pro_list li.mr0{ margin-right:0;}

.pro_list li:nth-child(1),
.pro_list li:nth-child(2),
.pro_list li:nth-child(3),
.pro_list li:nth-child(4){ width:24.25%;}
.pro_list li:nth-child(4),.pro_list li:nth-child(9){ margin-right:0;}
.pro_list li:nth-child(5){ clear:both;}

.pproWrap{ display:block; width:100%; padding-top:22px;  position:relative; top:0; right:0;}
.pproBox{ display:block; width:100%; margin-bottom:15px; position:relative;}
.pproBox:hover .pro_bt_box_in{ filter:alpha(opacity=100); opacity:1; transition:.3s;}

.pproBox img{ display:block; width:100%;}
.ppro_title{ font-size:20px; font-weight:bold; margin-bottom:5px; width:100%;}
.price{ display:block; font-size:18px; color:#E75F78;}
.price span{ display:inline-block; font-size:14px; font-weight: bolder;}

.contact_box.member_2{ margin-top:50px; width:791px;} 
.contact_box.member_2 select { font-size:17px; border:#CCC solid 1px; }
.contact_box.member_2 .contact01 p{ width:122px;}
.contact_box.member_2 .contact01_input{ border:#CCC solid 1px; width:376px; height:37px;}
.contact_box.member_2 .contact02_input{border:#CCC solid 1px; width:607px; height:37px; max-width:100%;}
.contact_box.member_2 .contact04_input{border:#CCC solid 1px;}
.contact_box.member_2 .contact03_input{ border:#CCC solid 1px; vertical-align:top;  width:376px; height:37px; padding:0px 20px; margin-right:20px; }
.red_box { display: inline-block; width:100px; padding:2px 0; text-align: center; background:rgba(255, 204, 102, 0.34); border:#FC6 solid 3px;}

.red_expired td{ color:#999;}
.red_expired .red_box{ background:#EEE; border:#CCC solid 3px;}

.precautions_box{ position:relative; margin:20px 0; width:100%; border:#a5a5a5 dashed 1px; padding:30px 20px;}
.precautions_box li{ line-height:40px; list-style:disc; margin-left:25px; font-size:18px;}

.pr_bd{ background:#e67423; color:#FFF; padding:10px 20px; width:150px; text-align:center; position:absolute; left:20px; top:-20px;}

.bt_button_shop{ width:30px; height:30px; background:#EEE; color:#333; border:#CCC solid 1px; padding:2px 2px;  cursor:pointer; vertical-align:top;}

.bt_button_shop.left_bt{ margin-right:-5px;}
.bt_button_shop.right_bt{ margin-left:-5px;}

.bt_button_shop:hover{ background:#666; color:#FFF;}
.bt_input_shop{width:100px; height:30px;   padding:2px 2px;  border:#CCC solid 1px; text-align:center;}

.bt_button_shop2{ display:block;  width:200px;  background:rgb(210, 3, 3); color:#FFF; margin-left:10px; border:0; border-radius: 3px; padding:3px 2px; margin-bottom:5px; font-size:16px; text-align:center;}
.bt_button_shop2:hover{ color:#FFF;}

.s_ul_1 li{ list-style: disc; margin-left:25px;}
#cart_sum li .price span.pr01{color:#F00; font-size:14px; font-weight:bolder; margin-right:5px;}

#cart_sum li .price span.pr02{font-size:14px; margin-right:5px;}
.shp_oder{ font-size:18px; display:inline-block;}

.sum_bbt{ font-size:18px; padding:5px 20px;}
.blue{ color: #184dc7;}

.description01{ width:1200px; height:500px; overflow-y:scroll;   margin:0 auto; padding:50px 50px; max-width:90%;  border:#CCC solid 2px; background:#f7f7f7; }

.description02{ width:1200px;    margin:15px auto;  max-width:90%; font-size:16px;  }

.description01 h2{ font-size:26px; margin-bottom:10px; color:#397b98; font-weight:bolder;}
.description01 h3{ font-size:20px; margin-bottom:10px;}
.description01 p{ font-size:16px; line-height:35px;}

.r_desc{ display:block; width:100%;}
.text_detail{ padding:30px 0; color: #333}
.text_detail img{ max-width:100%; display: inline-block; height: auto!important; }

.s_form_001.atm_table li label{ color:#333;}
.small_p{ font-size:12px; color: #999;}

.ser_364{ width: 364px; transition:.5s;}
.ser_boxx{transition:.5s;}
.a{ position: relative; width: 100%; height: 6px; background: #358dc0; }

.b{ position: absolute; width: 200px; right: 3%; }
.b span{ margin-top: -50px; margin-right: 20px; display: inline-block;
width: 25px; height: 80px; background: #fff; -webkit-transform:rotate(50deg);}
.b{}
.qa_show a {color: #000}
.index_text { height: 500px;width: auto; padding: 80px 0 50px 200px ;}
.index_text_w  {color: #fff;}
.index_text_g  {color: #358dc0 ; font-size:35px ; }


.inquiry_box{ width:750px; max-width:90%; margin:0 auto;color:#333;}
.inquiry_title{ width:100%; font-size:16px; line-height:30px; margin-bottom:20px;}
.inquiry01{ width:100%;  border-top:#CCC solid 1px;  padding:15px 0;}
.inquiry01 p{ display:inline-block; margin-right:30px; font-size:16px; width:82px; }
.inquiry01 select{ border:#CCC solid 1px; padding:0px 20px; border:0; margin-right:5px; height:37px;} 
.inquiry01 input{ display:inline-block; font-size:17px;box-shadow: 0 0 10px #ddd; border-radius: 10px}
.inquiry01_input{ border:0; width:78%; height:40px; padding:10px 20px; margin-right:20px;}
.inquiry02_input{ border:0; width:80%; height:40px; padding:10px 20px; }
.inquiry03_input{ border:0; width:606px; height:300px; padding:20px 20px;  font-size:17px;}
.inquiry00_input{ border:0; width:55%; height:40px; padding:10px 20px; margin-right:20px;}


.inquiry04_input{border:0; width:250px; height:40px; padding:10px 20px;}
.red{ color:#C30;}
.inquiry01 a{ float:right;  height:40px; width:136px; }
.inquiry01 a img{ width:100%;}

.i_send_box  {display:inline-block;  width:180px; max-width:100%; margin:20px 20px; text-align:center;
         color:#FFF;background:#358dc0; font-size:18px; border:0; cursor:pointer; transition:1s; 
         font-family:Microsoft JhengHei; padding:10px 0;  border-radius: 5px;   
             box-shadow: 0px 5px 0px 0px #366078; }
.i_reset_box  {display:inline-block;  width:180px; max-width:100%; margin:20px 20px; text-align:center;
         color:#FFF;background:#a9a9a9; font-size:18px; border:0; cursor:pointer; transition:1s; 
         font-family:Microsoft JhengHei; padding:10px 0;  border-radius: 5px;   
             box-shadow: 0px 5px 0px 0px #838383; }            
.i_send_box:hover{  transition:.5s;  box-shadow: 0px 10px 0px 0px #366078; }
.i_reset_box:hover{  transition:.5s;  box-shadow: 0px 10px 0px 0px #838383; }
.inquiry_send_box{ text-align:center; }
.inquiry_pro {  height: auto;margin-bottom: 30px; background-color: #fff;border-radius:10px;box-shadow: 0 0 10px #ddd;
padding: 20px 20px}
.inquiry_pro p.title {padding-bottom: 15px; color: #358dc0  ;font-size:18px ;}
.inquiry_pro .i_table p {color: #333  ;}
.inquiry_pro table { padding:  0 0px 5px 0px }




.rwd_table{ width: 95%;  }
.s_tb_2 thead th { height: 40px; line-height: 40px;  border-bottom: 3px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 0 10px;
      background-color:#444444; color:#FFF; font-size:18px;}
.s_tb_2 tr {border-right:  3px solid rgba(0, 0, 0, 0.1)}      
.s_tb_2 tbody td {padding: 10px 0; border-bottom: 1px dashed #CCC;  text-align: center; vertical-align: middle; font-size:18px; }
.rwd_table .label { display: none; width: 20%; float: left; padding-left: 3%; color:#444444; }
.s_tb_2 a { text-decoration: underline; color:#184dc7;  }
#pd_qty{ font-size:17px; padding:5px;}

/*訂單詳細資料*/
.s_tb_2 thead th.s_1 { text-align: left; padding-left: 10px;}
.s_tb_2 .s_4 {float: left; width: 100%;}
.s_tb_2 .s_4 a {text-decoration: none;}
.s_tb_2 .s_4 i {width: 160px; height: 160px; overflow: hidden; display: block;float: left;}
.s_tb_2 .s_4 i img {width: 100%;}
.s_tb_2 .s_4 .txt { padding-left: 70px; text-align: left;}
.s_tb_2 tbody td { padding: 5px 0; border-bottom: 1px dashed #CCC;text-align: center; vertical-align: middle; }
.member_drder .s_tb_2 tbody td.s_1{ text-align: left; padding-left: 10px;}


.s_tr1 {border-right:  3px solid rgba(0, 0, 0, 0.1)}
.i_table table { width: auto }
.i_table  thead th { height: 40px; line-height: 40px ;  border-bottom: 3px solid rgba(0, 0, 0, 0.1); text-align: center; 
      background-color:#e8e8e8; color:#333; font-size:16px;}

.inquiry_pro table {vertical-align: middle ;width: 100% ;}

.inquiry_pro table tr{
    border-bottom: 1px #ddd solid;
    padding: 5px 0;
}

.inquiry_pro table tr td{
    padding: 10px 0;
}


.reset_box {display:inline-block;  width:180px; max-width:100%; margin:20px 20px; text-align:center;
         color:#FFF;background:#76902d; font-size:21px; border:0; cursor:pointer; transition:1s; 
         font-family:Microsoft JhengHei; padding:10px 0;  border-radius: 5px;   
             box-shadow: 0px 5px 0px 0px #360; }            
.reset_box:hover{  transition:.5s;  box-shadow: 0px 10px 0px 0px #336600; }


.send_box {    
    display: inline-block;
    width: 180px;
    max-width: 100%;
    margin: 20px 20px;
    text-align: center;
    color: #FFF;
    background: #358dc0;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    transition: 1s;
    font-family: Microsoft JhengHei;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 5px 0px 0px #366078; 
}

.send_box:hover{  transition:.5s;  box-shadow: 0px 8px 0px 0px #366078; }



.c_button {text-align:center;}  
.i_table { padding: 0 ; }
.about_w1 { display: inline-block; font-size: 28px; }
.about_w1 img {padding: 2px 0 0 0 ;}
.about_w2 { font-size: 18px;  }
.pro_detail iframe{ max-width: 100%; }
.pro_detail img{ max-width: 100%; }

.eec_p_i{  max-width: 100%; }
.eec_p p{
    font-size: 15px;
    color: #4f4f4f;
    line-height: 24px;
    margin-bottom: 20px;
}

.eec_p h2{
    font-size: 18px;
    color: #2D759F;
    font-weight: 700;
    line-height: 35px;
}







.bn_box {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}

.bn_box.right{
    background-position: 87% center;
}


.bn_info {
    width: 1420px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
}



.bn_info h2{
    color: #fff;
    font-size: 22px;
    letter-spacing: 20px;
}

.bn_info h3{
    padding: 18px 0;
    color: #fff;
    font-size: 60px;
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.bn_info h3:after{
    content: "";
    position: relative;
    bottom: -20px;
    left: 0;
    background-color: #fff;
    width: 40px;
    height: 2px;
    display: block;
}



.all_introduce_01{
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #777777;
}

.all_title01{
    font-size: 36px;
    font-weight: 700;
    color: #358dc0;
}



.about_01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.about_01 .info{
    width: calc(55% - 20px);
}

.about_01 .info.w100{
    width: 100%;
}

.about_01 .info.w100{
    width: 100%;
}

.about_01 .info h2{
    color: #358dc0;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.about_01 .info h2:after{
    content: "";
    position: relative;
    bottom: -20px;
    left: 0;
    background-color: #358dc0;
    width: 40px;
    height: 4px;
    display: block;
}

.about_01 .info p span{
    background-color: #9a8c6e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
}


.about_01 .img{
    width: calc(45% - 20px);
}

.about_01 .img img{
    width: 100%;
}

.about_info01 p{
    display: inline-flex;
    align-items: center;
    gap: 0 5px;
}




.about_03_ul{
    padding: 60px 0;
    position: relative;
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
}

.about_03_ul:after{
    z-index: -1;
    background-color: #e5e5e7;
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    bottom: 0;
    left: 50% ;
    transform: translateX(-50%);
    transition: .2s;
}


.about_03_ul li{
    width: 100%;
    display: block;
    position: relative;
    margin: 5px 0;
}

.about_03_ul li:after{
    position: absolute;
    z-index: 5;
    content: "";
    top: 50% ;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background-color: #acced8;
    border-radius: 50%;
}


.about_03_ul li:nth-child(odd) div:after{
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 30px;
    height: 1px;
    background-color: #ddd;

}


.about_03_ul li:nth-child(even) div{
    /*float: right;*/
    margin-left: calc(50% + 40px);
}

.about_03_ul li:nth-child(even) div:after{
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 30px;
    height: 1px;
    background-color: #ddd;
}



.about_03_ul div {
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
    width: calc(50% - 40px);
    position: relative;
    margin-top: -20px;

}


.about_03_ul div h2{
    font-size: 20px;
    color: #284a78;
    font-weight: 700;

}

.about_03_ul div img{
    max-width: 100%;
}





.pro_title_box{
    margin-bottom: 20px;
}

.pro_title_box h1{
    color: #358dc0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pro_title_box p{
    color: #888;
    font-size: 16px;
}


.pro_right .title{
    color: #666;
    font-weight: 700;
}

.pro_d_btn{
    display: flex;
    gap: 15px 20px;
    margin: 15px 0;
}

.pro_d_btn .btn_01{
    width: 50%;
    padding: 20px 10px;
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    transition: .3s;
    background-color: #378fc2;
    color: #fff;
    border: 0;
    font-size: 14px; 
    cursor: pointer;

}
    

.pro_d_btn .btn_02{
    width: 50%;
    padding: 20px 10px;
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    transition: .3s;
    background-color: #e3e6e8;
    color: #2e5ea1;
    font-size: 14px; 
    
}



.pro_show_top_p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}




.i_box2 .list{

}

.i_box2 .list .box{
    background-image: url(/img/i_pic_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 2rem;
    display: flex;
    gap: 0 20px;
    align-items: center;
}

.i_box2 .list .box .img{
    width: calc(50% - 10px);
}

.i_box2 .list .box .info{
    width: calc(50% - 10px);
}

.i_box2 .list .box .info h2{
    color: #378fc2;
    font-weight: 700;
    font-size: 18px;
}

.i_box2 .list .box .info h3{
    color: #333;
    font-weight: 700;
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.i_box2 .list .box .info p{
    font-size: 14px;
    margin-top: 10px;
    color: #777;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.i_box2 .list .box .info a{
    padding: 7px 10px;
    border-radius: 20px;
    background-color: #5b5450;
    color: #fff;
    display: block;
    width: 90px;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    transition: .3s;
    font-weight: 700;
}

.i_box2 .list .box .info a:hover{
    background-color: #ec7242;
}





.all_info_table{
    max-width: 100%!important;
    width: 100%!important;
    font-size: 15px;
}

.all_info_table.center{
    text-align: center;
}

.all_info_table thead tr td{
    background-color: #378fc2;
    padding: 15px 0;
    color: #fff;
    width: auto!important;
}

.all_info_table tbody tr td{
    padding: 12px 0;
}

.all_info_table tbody tr:nth-child(even) td{
    background-color: #eee;
}


.ad_box_m{
    display: none;
}



.about_02_title{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.about_02_box{
    display: flex;
/*    padding: 2rem;*/
/*    background-color: #eee;*/
    margin: 50px 0 100px 0;
/*    border-radius: 30px;*/
    flex-wrap: wrap;
    gap: 20px 24px;
}

.about_02_box .list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    background-color: #eee;
    border-radius: 20px;
    padding: 1rem 2rem;
    justify-content: space-between;
    width: calc(33.3% - 16px);
}

.about_02_box .list:nth-child(1){
    background-color: #509fd0;
}

.about_02_box .list:nth-child(2){
    background-color: #84c4ed;
}

.about_02_box .list:nth-child(3){
    background-color: #a5d0eb;
}

.about_02_box .list:nth-child(4){
    background-color: #b7ddf5;
}

.about_02_box .list:nth-child(5){
    background-color: #c6e2f3;
}

.about_02_box .list:nth-child(6){
    background-color: #deeffa;
}


.about_02_box .list .info{
    
}

.about_02_box .list .info h3{
    text-transform:uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.about_02_box .list:nth-child(1) .info h3,
.about_02_box .list:nth-child(2) .info h3,
.about_02_box .list:nth-child(3) .info h3{
    color: #fff;
}

.about_02_box .list:nth-child(4) .info h3,
.about_02_box .list:nth-child(5) .info h3,
.about_02_box .list:nth-child(6) .info h3{
    color: #698ca1;
}

.about_02_box .list .info p{
    color: #333;
    font-size: 28px;
    font-weight: 800;
}


.about_02_box .list .img{
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    padding: 15px;
    box-shadow: 0 0 10px #296d9833;
}

.about_02_box .list .img img{
    width: 50px;
}





.about_03_box{
    margin: 20px auto 100px auto;
}

.about_03_box ul{
    display: flex;
    gap: 20px 24px;
}

.about_03_box ul li{
    width: calc(25% - 18px);
    padding: 1rem;
    position: relative;
}

.about_03_box ul li:after{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 15px;
    border: 1px #ddd solid;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.about_03_box ul li .img{
    margin-bottom: 15px;
}

.about_03_box ul li .img img{
    width: 100%;
    border-radius: 15px;
}

.about_03_box ul li p{
    font-size: 14px;
    line-height: 28px;
}





.footer_top{
    padding: 15px 0px;
    width: 100%;
    background-color: #545657;
}

.footer_top p{
    margin: 0 auto;
    max-width: 95%;
    width: 1320px;
    text-align: center;
    font-size: 15px;
    color: #eee;
    font-weight: 700;
}
<!--0.00017690658569336-->