@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');
html,body {
	font-family:'Quicksand', 'Noto Sans TC',"微軟正黑體", cursive;
	-webkit-text-size-adjust:100%;	
	width:100%;
	height:100%;
    color: #232323;}
.container_box {
    width: 100%;
    max-width: 1400px;
    margin: auto;
	padding:10px;
}
.box_marg_bot{
	margin-bottom:60px;	
}
/*背景*/
.bg_cover{
    position: relative;	
    background-size: cover;
    background-position: center;
}
/*swiper*/
.swiper_next{
	position: absolute;
    right: 0;
    top: 36%;
    z-index: 1;
    width: 50px;
    height: 100px;
    background: #ffa6007d;
    border-radius: 100px 0% 0% 100px;

}
.swiper_prev{
	position: absolute;
    left: 0px;
    top: 36%;
    z-index: 1;
	width: 50px;
    height: 100px;
    background: #ffa6007d;
    border-radius: 0px 100px 100px 0%;
}
.swiper_next > div,
.swiper_prev > div{
	position: relative;
}
.swiper_next > div span,
.swiper_prev > div span{
	position: absolute;
    top: 21px;
    font-size: 2.5em;
    color: white;
}
.swiper_next > div span{
    left: 22px;	
}
.swiper_prev > div span{
    right: 22px;
}
.swiper_next:hover,
.swiper_prev:hover{
    background: #0073b7de;
}
.swiper_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.swiper_pc{
	display: none;
}	
.swiper_ph{
	display: block;
}
}
/*編輯器*/
.edit{
	font-size:1em;
	font-weight:400;
	line-height:2;
}
.edit iframe{
	max-width:100%;
}
.edit table{
	max-width:100%;
}
.edit img{
	max-width:100%;
	height:auto;}
.edit ul{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.edit table td{
	padding:5px;
	border: 1px solid rgba(0,0,0,.2);
}
/**/
.banner{
	position: relative;	
	width:100%;	
}
.banner img{
	width:100%;
}
/*item title*/
.item_box{
	display: flex;
    justify-content: center;
}
.item_box_title{
    margin-bottom: 10px;
	text-align: center;
}
.item_box_title .ch{
	font-size: 32.5px;
	color:#003168;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #003064;
}
.item_box_title .en{
	margin-bottom: 0px;
    font-size: 16.9px;
    color: #595757;
}
/*按鈕*/
.page_btn_box{
	display: flex;
    justify-content: center;
    margin: 20px 0px 120px 0px;
}
.page_btn_box2{
	display: flex;
    margin: 20px 0px 120px 0px;
}
.about_btn_box{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;	
}
.index_Services_btn_box{
    display: flex;
    width: 50%;
    justify-content: flex-end;
	background: white;
	
}
.about_read{
	position: relative;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    text-align: center;	
    padding-top: 8px;
    padding-right: 35px;
    padding-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #53585a;
    text-transform: uppercase;
    border-bottom: 2px solid #53585a;
}
.about_read:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #d79a2a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.about_read::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f178";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.5px;
}
.about_read:hover::before {
    width: 100%;
}
.index_Services_btn{
	padding: 15px 30px;
    background: #000000;
    color: white;
    width: 100%;
    text-align: end;
}
.index_Services_btn:hover{
    color: #0073b7;		
}
.read_more{
    display: inline-block;
    width: 240px;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    color: #ffffff;
    background: #4180D8;
    background: -moz-linear-gradient(left, #4180D8 0%, #003a8c 100%);
    background: -webkit-linear-gradient(left, #4180D8 0%,#003a8c 100%);
    background: linear-gradient(to right, #4180D8 0%,#003a8c 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.read_more:hover {
	color:#fff;
    opacity: 0.8;
}
.product_btn_box{
    display: flex;
    justify-content: center;
    margin: 70px 0px 90px 0px;
}
.product_btn_more{
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #3fd5d2;
    border-left: 1px solid #3fd5d2;
    border-top: 1px solid #3fd5d2;
    border-bottom: 1px solid #3fd5d2;
    min-width: 45px;
    line-height: 1;
    padding: 10px 30px;
    text-align: center;
	
}
.product_btn_more:before {
    content: '';
    width: 1px;
    height: 65%;
    background: #3fd5d2;
    position: absolute;
    bottom: 0px;
    right: -1px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.product_btn_more:hover:before{
	 height: 100%;
}
.product_btn_more:hover{
    background: #e9e9e9;
	color: #717071;
}
.back_btn{
	font-size: 20px;
    color: #747474;
    margin-top: 60px;
}
@media only screen and (max-width: 760px){
.index_Services_btn_box{
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    background: none;
	padding-bottom: 20px;
}
.index_Services_btn{
	padding: 15px 30px;
    background: #0073b7;
    color: white;
    width: auto;
    text-align: end;
}	
	
}
/**/
.gear_icon_box{
	position: relative;
}
.gear_icon{
    position: absolute;
    font-size: 16px;
    right: 3%;
    bottom: 3px;
    color: #3fd5d2;
    animation: rotation 5s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.product_list_btn{
	 display: flex;
}
.product_list_btn .link{
    position: relative;
	padding: 10px 15px;
    background: #ffa600;
    margin-left: 4%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product_list_btn .link::before {
    content: '';
    width: 25%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 50%;
    left: 92%;
}
.product_list_btn.contact .link::before {
    background: #db8f02;
}
.product_list_btn{
	 display: flex;
}
.product_list_btn .link::before {
    content: '';
    width: 25%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 50%;
    left: 92%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
}
.round_box_bg {
    position: absolute;
    top: 10%;
    right: -20%;
    opacity: 1;
    border: 10vw solid #afafaf66;
    width: 40vw;
    height: 40vw;
    content: "";
    border-radius: 50%;
    z-index: 0;
}
/*圖片庫*/
.poto_row{
    display: flex;
    flex-wrap: wrap;
}
.poto_list{
	width: calc(100% / 4 - 40px);
    margin: 20px;
    height: 185px;
    overflow: hidden;
}
.poto_list img{
	width:100%;
}
@media only screen and (max-width:760px){
.poto_list{
	width:calc(100% / 2 - 20px);
	margin:10px;
}
}
/*路徑*/
.route{
	font-size:15px;
    margin: 10px 0 25px;
	color:#2454AF;}
.route a{
	color: #a19f9c;}
.route span{
	display:inline-block;
	margin: 0px 8px;
	font-size: 10px;
	color: #a19f9c;
	vertical-align: unset;	}
/*頁碼*/
.manu {
    clear: both;
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.manu .disabled {
    padding: 6px 10px;
    border: #d3d3d3 1px solid;
    COLOR: #222222;
    margin: 0 2px;
}
.manu .current {
    COLOR: #000000;
    padding: 6px 10px;
    border: #e3e3e3 1px solid;
    BACKGROUND: #f2f2f2;
    margin: 0 2px;
}
.manu a {
    border: #d3d3d3 1px solid;
    margin: 0 2px;
    padding: 6px 10px;
    overflow: hidden;
    color: #222222;
    line-height: 3;
}

/*item*/
.item_box2{
    font-weight: 900;
    display: flex;
    align-items: flex-end;	
}
.item_box2 .en, .item_box2 .ch{
	margin-bottom:0px;
}
.item_box2 .en{
    display: inline-block;
    font-size: 62px;	
    -webkit-text-stroke: 1px #fff;	
    color: transparent;	
}
.item_box2 .ch{
	position: relative;
    font-size: 30px;
    margin-left: 15px;
    color: white;
    bottom: 7px;	
}
@media only screen and (max-width:760px){
.item_box2 .en{
	font-size: 38px;
}	
.item_box2 .ch{
    font-size: 24px;
	bottom: 4px;
}
}
/*product*/
.product_row{
	display: flex;
    flex-wrap: wrap;
    margin: 80px 0px 60px 0px;
}
.product_list{
	position: relative;
	width: calc(100% / 4 - 60px);
	color:#fff;
    border: 1px solid #ffa60000;
    margin: 10px 30px;
    background: black;
    padding-bottom: 40px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product_list .img{
	width:100%;
}
.product_list .img img{
	width:100%;
}
.product_list .text{
	padding:5px 10px;
}

.product_list .text .title{
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product_list:hover{
    border: 1px solid #ffa600;
    box-shadow: 6px 10px 10px rgb(0 0 0 / 15%);
}
.product_list:hover .product_list_btn .link{
	color:#fff;
}

/*index_product*/
.index_product_row .product_list:nth-child(odd){
	top: -20px;
}
@media only screen and (max-width:960px){
.product_list{
    width: calc(100% / 4 - 30px);
	margin: 10px 15px;
}
}
@media only screen and (max-width:760px){
.product_row{
    margin: 20px 0px 60px 0px;
}
.product_list{
    width: calc(100% / 2 - 30px);
	margin: 10px 15px;
}
.index_product_row .product_list:nth-child(odd) {
    top: 0px;
}
}

/*about*/
.page_title_box .page_title{
	text-align:center;
}
.page_title_box .page_title .en{
	display: inline-block;
    font-size: 62px;
    -webkit-text-stroke: 3px #b28d5f;
    color: #b28d5f;
}
.page_title_box .page_title .ch{
	font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.about_title_line{
    border-bottom: 1px dashed #bbb;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 10px 0 20px;
}
/*product*/
.product2_row{
    display: flex;
    flex-wrap: wrap;
}
.product2_list{
	width: calc(100% / 4 - 40px);
    margin: 20px;
	padding:15px 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    background-color: #fff;	
    color: #000;	
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;	
}
.product2_list .img{
	width:100%;
}
.product2_list .img img{
	width:100%;
}
.product2_list .text{
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    padding: 5px 0px;
}
.product2_list .text::before {
    content: "";
    width: 88px;
    height: 1px;
    display: block;
    background-color: #ffa600;
    position: absolute;
    top: -1px;
    left: 0;
}
.product2_list .text .title{
	font-size:1.2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product2_list_btn{
    display: flex;
    justify-content: center;
}
.product2_list_btn .link{
    width: 100%;
    text-align: center;
    background: #ffa600;
    padding: 5px 10px;
    color: white;
}
.product2_list:hover{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
}
.product_select_box{
    display: flex;
    justify-content: flex-end;
}
.product_select > select{
	font-size: 1.2em;
    border: 0px;
    border-bottom: 1px solid #bfbfbf;
}
.product_select > select:first-child{
	margin-right:35px;
}
@media only screen and (max-width:760px){
.product2_list{
	width: calc(100% / 2 - 20px);
    margin: 10px;
}
}
/*product_ii*/
.product-container {
	display: flex;
	align-items: center;
}

.product-image {
	width: 50%;
	height: auto;
	margin: 20px;
	text-align:center;
}
.product-image img{
	width:100%;
	max-width:400px;
}
.product-info {
	width: 50%;
	display: flex;
	flex-direction: column;
	margin: 20px;
}

.product-name {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
    padding-bottom: 20px;
}
.product-name::before {
    content: "";
    width: 88px;
    height: 1px;
    display: block;
    background-color: #ffa600;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.product-spec {
	margin: 20px 0;
    height: 160px;
    padding-right: 10px;
    overflow-y: scroll;

}
.product-spec::-webkit-scrollbar-thumb {
    background-color: #ffa600;
}
.product-spec::-webkit-scrollbar {
    width: 2px;
}
.product_text_list {
    display: flex;
    margin-bottom: 10px;
    color: #9c9c9c;
}
.product_text_list .title {
    width: 100px;
}
.product_text_list .text {
    width: calc(100% - 110px);
    padding: 0px 5px;
}
.product-description {
	position: relative;
	font-size: 14px;
	text-align: left;
	margin: 20px 0;
	 border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-description::before {
    content: "";
    width: 88px;
    height: 1px;
    display: block;
    background-color: #ffa600;
    position: absolute;
    top: -1px;
    left: 0;
}
.product_title_box{
	background: #2c2c2c;
    display: flex;
    justify-content: center;
}
.product_title_box .title{
    padding: 15px 10px;
    background: #ffa600;
    color: white;
    width: 100%;
    max-width: 400px;
    text-align: center;
}
.product_pdf_row{
    display: flex;
    flex-wrap: wrap;	
}
.product_pdf_list{
	width:calc(100% / 5 - 40px);
	margin:20px;
}
.product_pdf_list .img{
	width:100%;
	text-align:center;
	font-size:40px;
}
.product_pdf_list .img img{
	width:100%;
	max-width:165px;
}
.product_dm_title{
    font-size: 18px;
    margin-top: 10px;
    color: #b8b8b8;
}
.product_dm_box{
	display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
}
.product_dm_box .dm_btn {
    padding: 5px 10px;
    background: #ffa600;
    margin: 10px;
    color: white;
}
.product_pdf_list .title{
    text-align: center;
    font-size: 22px;
    margin: 5px 0px;
}
.product_edit_title{
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}
.product_edit_title span{
	position: relative;
	font-size:30px;
}
.product_edit_title span::before {
	content: "";
    width: 30%;
    height: 3px;
    display: block;
    background-color: #ffa600;
    position: absolute;
    bottom: -1px;
    left: 35%;
}
@media only screen and (max-width: 760px){
.product-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-image, .product-info{
	width:100%;
}
.product_pdf_row{
    justify-content: center;
}
.product_pdf_list{
	width:calc(100% / 3 - 40px);
}
}
/*聯絡我們*/
.contact_box_row{
    display: flex;
    flex-wrap: wrap;
    margin: 40px;
}
.contact_map{
	width:50%;
	padding-right: 50px;
}
.contact_info{
	width:50%;
}
.contact_text{
	width:50%;
}
@media only screen and (max-width: 600px){
	.contact_box_row {
		
	}
	.contact_map {
		width:100%;
		padding:0;
	}
	.contact_info {
		width:100%;
	}
}
.contact_caption{
	margin: 50px 0px 40px 0px;
    text-align: center;
}
.contact_caption h3{
    color: #2454AF;
    font-size: 18px;
	letter-spacing: 2px;
}
/*iframe rwd */
.iframe-rwd {
    position: relative;
    padding-bottom: 70%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*聯絡我們*/
.contact_box01 {
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width:100%; 
	padding:0px;
	margin-top:0px;
	color: #161616; 
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	word-wrap: break-word;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	line-height: 1.8;}
.contact_box02{color:#838383}
.contact_box01 .contact_box01a{
	display:block; 
	width:calc(100% / 3 - 15px); 
	padding:0px;
	position: relative;
	min-height: 1px;}
.contact_box01 .contact_box01c{
	display:block; 
	width:calc(100% - (100% / 3) - 15px); 
	padding:0px;
	position: relative;
	min-height: 1px;}
.contact_box01 .contact_box01b{
	display:block; 
	width:100%; 
	padding:0px;
	position: relative;
	min-height: 1px;}
.contact_box01a .contact_box02,.contact_box01b .contact_box02,.contact_box01c .contact_box02{
	display: flex;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    align-items: center;
}
.contact_box02 input[type="text"]{ 
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	display: block;
	width: 100%;
	height: 25px;
	padding: 8px 12px 8px 0px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #333333;
	background:none; 
	border:0px;
	border-bottom: 1px solid #004657; 
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;}

.contact_box02 textarea {
    text-rendering: auto;
   
    display: block;
    width: 100%;
    padding: 3px 12px 3px 0px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #333;
    background: none;
    border: 1px solid #004657;
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.contact_box02 label{
    white-space: nowrap;
	color: #004657;
	padding-right:5px;
	font-weight: normal;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44)}
.contact_box02 b{
	color: #004657;
	font-weight: normal; 
	display:block; 
	margin-bottom:5px;}
.contact_box02 label small,.contact_box02 b small{
	color: #f00 !important;}
.contact_box02 input[type="text"]:focus,.contact_box02 textarea:focus{
    border-bottom: 2px solid #004657;}
.contact_box02 input[type="text"]:focus+label,.contact_box02 textarea:focus+label{
	top:-15px; 
	font-size:0.875rem; 
	color:#A47836}
.contact_box{
	width: 100%;
    max-width: 1440px;
	margin: auto auto 20px auto;
	padding: 15px;
}
.me_btn01 {
    width: 100%;
    margin-top: 0%;
	text-align: center;
}
.me_btn01 a {
    display: inline-block;
    padding: 10px 50px;
    margin: 5px;
    font-size: 14px;
	background: #606F75;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 5px;
}
.contact_check_theme{

}
.contact_check_theme small{
	color:red;	
}
.contact_check_theme .form-check-label{
	top: 15px;
    font-size: 0.875rem;
    color: rgb(131, 131, 131);
}
@media only screen and (max-width: 760px){
.contact_check_theme{
	margin-bottom:20px;
}
.contact_check_theme .form-check-label{
}
}
@media only screen and (max-width: 599px){
.me_btn01 {
	text-align: left;
}
.me_btn01 a{
	padding: 10px 30px;
}
.contact_box01 .contact_box01a {
    width: 100%;
}
}

.contact_left_box {
	margin-top: 30px;
    margin-right: 0px;
    
    float: left;
	margin-right: 10px;
}
.contact_right_box {
    width: 100%;
    float: right;
    margin-left: 10px;
}
.contact_data {
	width: 400px;
    
    box-shadow: 4px 4px 3px #606060;
    background-color: white;
    padding: 10px;
    color: #606f75;
    text-align: center;
    position: relative;
    top: -2%;
}
.contact_data .contact_logo {
    max-width: 80%;
    height: auto;
	padding-top:22px;
}
.contact_data .address {
    margin-top: 26px;
    margin-bottom: 20px;
    font-size: 20px;
}
.contact_map_icon{
	margin-right:10px;
}
.contact_text{
	width: 100%;
    
	padding-left: 15%;
}
.contact_data .contact_list {
    display: flex;
    font-size: 12px;
    line-height: 2.5;
}
.contact_data .contact_list .title {
    width: 20%;
    border-right: 2px solid #28444F;
    float: left;
    padding-right: 5%;
}
.contact_data .contact_list .text {
    width: 80%;
    padding-left: 10%;
    text-align: left;
	    word-break: break-all;
}
.contact_i_con_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    margin: 11px auto 16px auto;
}
.contact_data .i_con {
    font-size: 45px;
    padding: 0px;
}
.contact_data .i_con a {
	color: #606f75;
}
.form_Remark{
    text-align: right;
    letter-spacing: 2px;
    font-size: 12px;
    color: #004657;
}
@media only screen and (max-width: 1024px){
.contact_left_box{
	width:100%;
}
.contact_data{
	margin: auto;
}
.contact_right_box{
	width:100%;
	margin-top:20px;
}
}

@media only screen and (max-width: 600px){
.contact_data .address {
	font-size: 16px;
}
.contact_data{
	width:320px;
}
.contact_text{
    padding-left: 10%;
}
.contact_data .contact_list .text{
	padding-left: 5%;
}
.contact_i_con_box {
	width: 80%;
}
}
@media only screen and (max-width: 480px){
.contact_data{
	width:100%;
}
.contact_data .address {
    font-size: 14px;
}
.contact_data .contact_list{
	font-size: 11px;
}
.contact_data .i_con{
	font-size: 40px;
}
}

.contact_form{
	position: relative;
}
.contact_dowm_btn{
	position: absolute;
    right: 15px;
    bottom: 45px;
}
.contact_dowm_btn a{
	padding: 2px 15px;
    background: #004657;
    color: #d5d5d5;
}

/**/
.ph{
    display: none;	
}
.Services_container_box{
	width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 10px
}
.Services_item_row{
	position: relative;
    display: flex;
    justify-content: space-between;
}
.row_title {
	
    width: 495px;
}
.row_title .title{
	font-size: 4em;
    overflow: hidden;
    line-height: 157px;	
	letter-spacing: .06em;
}
.more_arrow_btn.ph{
    display: none;
}
.more_arrow_btn{
	display: inline-block;
    color: #1A1A1A;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: .06em;
    position: relative;
    padding: 0 62px 8px 0;
    text-align: left;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.more_arrow_btn:after {
	position: absolute;
    content: "";
    right: -2px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 5px solid #4C4D49;
    border-right: 15px solid transparent;
    z-index: 3;
}
.more_arrow_btn:before {
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #4C4D49;
    z-index: 1;
}
.more_arrow_btn:hover {
    padding: 0 40px 8px 22px;
}
.Services_row2{
    width: calc(100% - 510px);
    max-width: 616px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.Services_row2_list{
	color: #4C4D41;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c9c9c9;
}
.Services_row2_list .time{
    position: relative;
    width: 80px;
    height: 60px;
}
.Services_row2_list .time .month {
    position: absolute;
    left: 0px;
    top: -5px;
    font-size: 1.5em;
}
.Services_row2_list .time::after{
	content: "";
    position: absolute;
    top: 45%;
    left: 5%;
    width: 80%;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
}
.Services_row2_list .time .day{
    position: absolute;
    right: 0px;
    bottom: -5px;
    font-size: 2em;
	font-weight:900;
}
.Services_row2_list .title_box{
	width:calc(100% - 100px);
}
.Services_row2_list .title_box .title{
	font-size: 1.5em;
	letter-spacing: .06em;
}
.Services_row2_list .title_box .title2{
    font-size: 1em;
    color: #bcbcbc;
	margin-bottom: 0px;
	letter-spacing: .06em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media only screen and (max-width: 760px){
.ph{
    display: block;
}
.pc{
    display: none;	
}
.Services_item_row{
    flex-wrap: wrap;
	margin:40px 0px 60px 0px;
}
.row_title, .Services_row2{
	width:100%;
}
.Services_row2{
    max-width: 100%;
}
.row_title .title{
	font-size:3em;
    line-height: initial;
	margin-bottom:15px;
}
.more_arrow_btn.ph{
	margin-top:40px;
}
}
.index_contact_row{
	display: flex;
    flex-wrap: wrap;
}
.index_contact_text{
    position: relative;
    width: 50%;
  
    padding: 90px 50px;
    margin-left: 10%;	
}
.index_contact_img{
    width: 50%;
    background-size: cover;
}
.contact_text_in_box{
position: relative;
}
.contact_text_title{
    display: inline-block;
    font-size: 28px;
    /*-webkit-text-stroke: 1px #fff;*/
    color: black;
}
.contact_text_title2{
    position: absolute;
    font-size: 28px;
    /*-webkit-text-stroke: 1px #fff;*/
    color: transparent;
    top: -17px;
}
.contact_text_title3{
	position: absolute;
    font-size: 28px;
    -webkit-text-stroke: 1px #000;
    color: black;
    top: -16px;
    padding-left: 30px;
}
.index_contact_text .text_box{
    position: relative;	
	width:100%;
	max-width:350px;
	padding:30px;
    overflow: hidden;	
}
.index_contact_text .text_box > .text{
    line-height: 2;
    font-size: 1.2em;
    color: #ffa600;
}
@media only screen and (max-width:760px){
.index_contact_text{
	width:100%;
	margin-left: 0%;
}
.index_contact_img{
    display: none;
}
}
/*gotop*/
#gotop {
    
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: 100%;
    border: 1px solid #ccc;
    border-radius: 45px;
    bottom: 20px;
    color: #000000;
    cursor: pointer;
    display: none;
    font: bold 15px/58px Century Gothic, sans-serif;
    height: 45px;
    opacity: 1;
    padding: 0;
    position: fixed;
    right: 3px;
    text-align: center;
    width: 45px;
    z-index: 10;
}
#gotop > .icon{
	position: relative;
    bottom: 5px;
}
#gotop > .icon:before{
    content: '';
    position: absolute;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 2px;
    border-radius: 200px;
}
footer {
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #ffa600;
	font-size: 16px;
    letter-spacing: .06em;		
}
footer a {
	color: white;
}
footer a:hover{
 color: white;	
}
.footer_box{
	width: 100%;
    max-width: 1200px;
    padding:15px 20px;
	margin: auto;
}
.footer_row{
    display: flex;
}
.footer_data_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
   
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4.3%;	
}
.footer_company{
    width: auto;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 900;
    white-space: nowrap;
    color: white;
}
.footer_data_text{
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.9;
}
.footer_data_text .text_list{
     margin-bottom: 1px;
    letter-spacing: 0.09em;
    font-size: 1.3em;
	color: white;
}
.footer_icon{
    flex: 1;	
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.footer_icon a{
	font-size: 35px;
    margin: 0px 20px;
	color:#fff;
}
.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #575757;
    color: #ffffff;
    font-size: 12px;
}
.copyright a{
	color: #9b9b9b;
}
@media only screen and (min-width:760px){

}
@media only screen and (max-width:760px){
.footer_box{
	padding:40px 20px;
}
.footer_row{
	flex-wrap: wrap;
}
.footer_data_box{
    width: 100%;	
	flex-wrap: wrap;
    padding-left: 0px;	
}
.footer_data_text{
	width:100%;
    padding: 0px;	
}
}
.about_container_box{
	width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 10px;
}
.item_title_box {
    border-top: 1px solid #ffa600;
    border-bottom: 1px solid #ffa600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 2px;
    margin-bottom: 45px;
}
.about_item_top_edit{
	margin-bottom:30px;
}
.item_title_row{
	display: flex;
}
.title_left {
    float: left;
    background: #ffa600;
    color: #fff;
    padding: 24px 28px 28px;
    text-align: center;
}
.title_left .en{
	font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0.5em;
}
.title_left .ch{
    font-size: 26px;    
    letter-spacing: 0.13em;
}
.title_rihgt {
    font-size: 28px;
    font-weight: 600;
    color: #ffa600;	
    letter-spacing: 0.1em;  
    padding-left: 33px;
    display: flex;
    align-items: center;
}
.about_item_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about_item_img{
	width:100%;
}
.about_item_edit_box{
	position: relative;
	width:100%;
    background-color: #f6f6f6;
    padding: 71px 32px 45px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}
.about_item_edit{
    width: calc(100% - 20px);

}
.about_item_slogan{
	position: relative;
    width: 20px;
    float: right;
    font-size: 14px;
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.about_item_slogan:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    left: 25%;
    background-color: #000;
}
.about_item_slogan .slogan{
	position: relative;
	color: #ffa600;
    display: inline-block;
    background-color: #f6f6f6;
    z-index: 2;
    padding-bottom: 32px;
    font-size: .7em;
}
.about_item_slogan .slogan:before {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
}
.about_item_slogan .slogan::after {
    content: "";
    position: absolute;
    top: -12px;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
}
.about_item_edit_bottom {
    position: relative;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.45em;
    padding-right: 10px;
}
.about_item_edit_bottom .text{
    position: relative;
    display: inline-block;
    background-color: #f6f6f6;
    color: #ffa600;
    z-index: 1;
    padding: 0 0 0 15px;
}
.about_item_edit_bottom:after {
    content: "";
    position: absolute;
    left: 0;
    right: 10px;
    height: 1px;
    top: 50%;
    border-top: 1px dashed #000;
}
.about_services_item_row{
    display: flex;
    flex-wrap: wrap;	
}
.about_services_list{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;	
}
.about_services_list .img {
    position: relative;
    float: left;
    width: 50%;
    background-color: #f6f6f6;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about_services_list .img img{
	width:100%;
}
.about_services_list .text_box{
    width: 50%;
    padding: 25px 0 45px 35px;
}
.about_services_list .text_box .title{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 900;
	color: #ffa600;
}
.about_services_list .text_box .line{
	position: relative;
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 0.2em;
}
.about_services_list .text_box .line >span{
	position: relative;
    display: inline-block;
    z-index: 1;
    background-color: #fff;
    padding-right: 10px;

}
.about_services_list .text_box .line:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #000;
}
.about_services_list .text_box .text{
	font-size: 14px;
	color:#b1b1b1;
    letter-spacing: 0.06em;
    line-height: 2.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.edit.about_edit{
	margin-bottom:40px;
}
@media only screen and (max-width:760px){
.about_item_edit_box{
	padding: 71px 15px 45px 15px;
}
.about_services_list .img, .about_services_list .text_box{
	width:100%;
}
}
.product2_row{
    display: flex;
    flex-wrap: wrap;
}
.product2_list{
	width: calc(100% / 4 - 40px);
    margin: 20px;
	padding:15px 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    background-color: #fff;	
    color: #000;	
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;	
}
.product2_list .img{
	width:100%;
}
.product2_list .img img{
	width:100%;
}
.product2_list .text{
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    padding: 5px 0px;
}
.product2_list .text::before {
    content: "";
    width: 88px;
    height: 1px;
    display: block;
    background-color: #ffa600;
    position: absolute;
    top: -1px;
    left: 0;
}
.product2_list .text .title{
	font-size:1.2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product2_list_btn{
    display: flex;
    justify-content: center;
}
.product2_list_btn .link{
    width: 100%;
    text-align: center;
    background: #ffa600;
    padding: 5px 10px;
    color: white;
}
.product2_list:hover{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
}
.product_select_box{
    display: flex;
    justify-content: flex-end;
}
.product_select > select{
	font-size: 1.2em;
    border: 0px;
    border-bottom: 1px solid #bfbfbf;
}
.product_select > select:first-child{
	margin-right:35px;
}
@media only screen and (max-width:760px){
.product2_list{
	width: calc(100% / 2 - 20px);
    margin: 10px;
	padding:10px;
}
}