@charset 'utf-8';
@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,500;1,300;1,400&family=Lato&family=Noto+Sans+TC:wght@400;700;900&family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,500&display=swap');
.meshim_widget_components_chatButton_ButtonBar .favicon {
	background: #1b6dc1
}

.meshim_widget_components_chatButton_ButtonBar .blinds {
	font-size: 15px;
	font-family: 'Noto Sans TC', sans-serif;
}
.mmenu-show .wrapper{
    padding-top: 57px;
}
.mmenu-show #mobile-fixed{
    background: #fff;
    color: #1e1e1f;
}
.mmenu-show #mobile-fixed span,
.mmenu-show #mobile-fixed a{
    line-height: 57px;
    width: 57px;
    color: #1e1e1f!important;
}
.mmenu-show #mobile-menu .language-menu{
	    background: #ee8917;
}

.mmenu-show #mobile-fixed ul{
    display: flex;
    border-bottom: none;
    justify-content: space-between;

}
.mmenu-show #mobile-fixed li {
    display: inline-block;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #ee8917;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans TC', sans-serif;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	min-height: 100vh;
	font-size: 18px;
	line-height: 1.9;
	letter-spacing: 1px;
	color: #1a1a1a;
}

.meshim_widget_components_mobileChatButton_Button {
	font-size: 16px!important;
	font-family: 'Noto Sans TC', sans-serif;
}

.meshim_widget_components_mobileChatButton_ButtonBar .favicon {
	background: #1b6dc1!important
}

input[type=text],textarea {
	-webkit-appearance: none
}

.radio input[type=radio],.radio input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none
}

.radio input[type=radio],.radio input[type=checkbox] {
	visibility: hidden;
	padding: 0;
	width: 0;
	margin: 0
}

.radio span,.checkbox span {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.radio input[type=radio]+span,.radio input[type=checkbox]+span {
	display: inline-block;
	background-color: #fff;
	border:solid 1px #ddd;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 15px;
	font-size: 11pt;
	margin: 3px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: left
}

.radio input[type=radio]+span:hover,.radio input[type=radio]:checked+span,.radio input[type=checkbox]+span:hover,.radio input[type=checkbox]:checked+span,span.active {
	background-color: #ee8917;
	color: #fff
}

a {
	text-decoration: none
}

p {
}

img {
	border: none;
	max-width: 100%
}

.phone,.phone2,.pad {
	display: none
}

.destop {
	display: block
}

.bg {
	background: rgba(255,255,255,.5);
	border-radius: 8px
}

.phonebtn {
	display: none
}

.content {
}
.btn-box{
	padding-top: 30px;
	text-align: center;
}
.btn.btn0{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family:'Roboto', serif;
    background: transparent;
    border-radius: 80px;
    font-weight: bold;
    background: #ee8917;
    padding: 8px 0;
}
.btn.btn0:hover{
	transform: scale(1.05);
}
.btn.btn0 i:before{
    content: "";
    background-image: url(../images/arrow-img.svg);
    width: 32px;
    height: 15px;
    top: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;

}
.btn.btn0:hover i:before {
    animation: toRightFromLeft 0.4s forwards;
    -webkit-animation: toRightFromLeft 0.4s forwards;
    -ms-animation: toRightFromLeft 0.4s forwards;
    -moz-animation: toRightFromLeft 0.4s forwards;
    background-image: url(../images/arrow-color.svg);
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(50%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-50%);
    }
    51% {
        opacity: 1;
    }
}

@-ms-keyframes toRightFromLeft {
    49% {
        -ms-transform: translate(50%);
    }
    50% {
        opacity: 0;
        -ms-transform: translate(-50%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(50%);
    }
    50% {
        opacity: 0;
        transform: translate(-50%);
    }
    51% {
        opacity: 1;
    }
}
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0);
	transition: all ease .3s;
}
.header-fixed .header{
	box-shadow: 0 0 5px rgba(0,0,0,0.3)
}
.content{
	padding-top: 87px;
}
.nav {
	height: 87px;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto
}

.nav h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0
}

.nav .list {
    width: calc(100% - 300px);
    max-width: 800px;
    float: right;
    margin-top: 15px;
    padding: 5px 15px;
    text-align: center;
}

.nav .list ul:before {
	content: '';
	display: block;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 100%
}

.nav .list ul {
	display: none;
	font-family: 'Noto Sans TC', sans-serif;
	position: absolute;
	background-color: #fff;
	z-index: 600;
	width: 208px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding-left: 0
}

.nav .list ul li {
	border-bottom: solid 1px #ddd;
	width: 100%
}

.nav li {
	list-style-type: none;
	/*float: left;*/
	display: inline-block;
	width: 15%;
	text-align: center;
	font-weight: 700
}

.nav .list li a {
	font-size: 15px;
	color: #222;
	letter-spacing: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	background: 0 0;
	padding: 6px 7px;
	display: block;
	text-align: left;
	position: relative
}


.list ul li a:hover {
	color: #ee8917
}


.nav .list>li{
	position: relative;
}
.nav .list>li>a {
	font-size: 20px;
    color: #f08d11;
	letter-spacing: 0.5px;
	padding: 5px 5px;
	display: inline-block;
	font-weight: normal;
	text-shadow: 0 0 5px rgba(0,0,0,0);
	transition: all ease .3s;
	font-weight: 500;
}
/*.nav .list > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: #000;
    bottom: 0;
    transition: all ease .3s;
    left: 0;
}
.nav .list > li > a:hover:before,
.nav .list > li.active > a:before {
    width: 100%;
}*/
.nav .list > li > a:hover,
.nav .list > li.active > a {
	text-shadow: 0 0 5px rgba(0,0,0,0.3)
}
.nav .list > li.has-child > a:after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 17px;
    font-weight: 550;
    content: "\f3d0";
    font-family: "Ionicons";
    margin-left: 2px;
    opacity: 0.7;
}
.nav .list li.hover-on >ul{
    padding: 15px 15px 15px;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0;
    opacity: 0;
    left: 0px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    -webkit-box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
    text-align: left;
}
.nav .list ul {
    display: none;
    font-family: Arial, 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', 'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    box-sizing: border-box;
}
.nav .list li.hover-on.active >ul{
    display: block!important;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    -o-transition: -o-transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    transition: transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
}
.nav img {
	float: left;
	margin: 0 0;
	max-height: 68px;
	padding: 5px 0 0
}

.nav .navicon {
	height: auto;
	overflow: hidden;
	padding: 0 5px
}

.nav .navicon li:hover {
	background: 0 0
}

.more {
	font-weight: 700;
	color: #593c41;
	font-size: 14pt
}

.text-center .more {
	max-width: calc(50% - 50px);
	margin: 0 10px;
	box-sizing: border-box
}

.foot {
	clear: both;
	text-align: center;
	padding: 60px 0 40px;
	line-height: 1.4;
	bottom: 0;
	width: 100%;
	font-size: 28px;
	letter-spacing: 1px;
	box-sizing: border-box;
	position: relative;
	background: #ffecd3;
	font-size: 13pt
}
.foot .container:before,
.foot .container:after{
	display: none;

}

.foot .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot .right {
	width: 200px;
}
.foot .right a,.btn-box a{
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	background: #000;
	color: #fff;
	text-align: center;
	padding:8px 0;
}
.btn-box button{
	display: inline-block;
	width: 140px;
	border-radius: 5px;
	padding:4px 0;
	transition: all ease .3s;
}
.btn-box button:hover{
	opacity: 0.7;
}
.btn-box a{
	display: inline-block;
	width: 140px;
	border-radius: 5px;
	padding:4px 0;
	transition: all ease .3s;
}
.btn-box a:hover{
	opacity: 0.7;
}
.foot .right a.btn1,.btn-box a.btn1{
	background: #D26E4C;

}
.foot .right a.btn2,.btn-box a.btn2{
	background: #00C300;
}
.foot .right a i{
	display: inline-block;
	margin-right: 3px;
}

.qrcode img{
	max-width: 150px;
}
.foot .site-info .address {
	font-size: 13pt
}

.site-map ul {
	font-size: 20px;
	display: inline-block
}

.site-map ul li {
	padding: 8px 0
}

.site-map ul+ul {
	margin-left: 40px
}

.foot b {
	font-size: 18pt
}

.site-info {
	text-align: left;
	display: flex;
}
.site-info .pic{	
	margin-right: 1rem;
	text-align: left;
}
.site-info .pic img{	
	max-width: 90% !important;
}
.site-info b{
	font-size: 20px;
	display: block;
	margin-bottom: 0.5rem;
}
.footer_i {
	font-size: 14px;
    background: #ee8917;
    color: #fff;
    padding: 1% 3% 1% 3%;
    text-align: center;
}

.content-top {
	border-top: 4px solid #ee8917
}

.main-top{
    position: relative;
}
.main-top img{
	display: block;
	width: 100%;
	line-height: 1;
}
.main-top:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(248, 243, 235, .35);
}
.main-top .text{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-top .text h1{
    font-size: 50px;
    color: #f08d11;
    font-family: 'Roboto', serif;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 0rem;
   -webkit-text-stroke:1.5px #fff;

}
.main-top .text h2{
	margin: 0;
	color: #f08d11;
	line-height: 1.2;
	background: rgba(255,236,211,0.6);
    padding: 3px 35px;
    border-radius: 50px;
    font-weight: bold;

}
.breadcrumb {
    color: #1a1a1a;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: ' / ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.breadcrumb li:last-child a {
    color: #6a6a6a;
}
.main-content{
	padding: 8% 0;
}
.main-content-privacy{
	padding: 3% 0;
}
.content-nav-box {
	text-align: center;
	padding: 0 0 40px
}

.content-nav li {
	padding: 0 6px
}

.content-nav li a {
	color: #222;
	background: #f3f5f4;
	font-size: 17px;
	letter-spacing: .1em;
	padding: 6px 14px 4px;
	margin-bottom: 10px
}

.content-nav li a:hover,.content-nav li.active>a {
	background: #0c3c6d;
	color: #fff
}

.content-nav li.active>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7.5px 0;
	border-color: #0c3c6d transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px
}

.content-nav li.logout {
	position: absolute;
	right: 15px;
	top: -60px;
	border: 2px solid #d90d0d;
	padding: 0
}

.content-nav li.logout a {
	background: 0 0;
	color: #9f8a74;
	font-size: 15px;
	font-weight: 700;
	padding: 0 15px 8px;
	letter-spacing: 0
}

.content-nav li.logout .ic {
	width: 16px;
	height: 16px;
	font-weight: 400;
	text-align: center;
	border: 2px solid #d90d0d;
	color: #d90d0d;
	font-size: 5px;
	line-height: 16px;
	display: block;
	margin: 20px auto
}

.content-nav li.logout a:hover,.content-nav li.logout.active>a {
	background: #0c3c6d;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

.floating,.floating.fancybox-margin {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 5%;
	z-index: 400;
	transition: all .3s ease
}
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    text-decoration: none;
    right: -30px;
    overflow: hidden;
    border: none;
    text-indent: 100%;
    bottom: 14%;
    height: 21px;
    margin: 0;
    position: fixed;
    -webkit-transform: rotate( -90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate( -90deg);
    width: 113px;
    z-index: 999;
}
.floating .btn.gotop {
     display: block;
    text-indent: 0;
    font-family:'Roboto', serif;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    position: relative;
    padding-left: 3px;


}
.floating .btn.gotop:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #1a1a1a;
    right: 0;
    margin: 0 auto;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
}
.floating .btn.gotop:hover:after{
    width: 70%;
}

.floating .btn.linebtn {
	background: #ee8917;
	color: #fff;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 50%;
	font-size: 0;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-top: 10px;
	background: url(../images/line_btn.png) no-repeat
}

.floating .btn.linebtn .qrcode {
	position: absolute;
	right: 100%;
	bottom: -30px;
	width: 200px;
	height: auto;
	display: none
}

.floating .btn.linebtn:hover .qrcode {
	display: block
}

section {
	padding: 0 0 50px
}

.col-2 {
	width: 15%;
	margin: 0 .8%;
	float: left
}

.col-4 {
	width: 31%;
	margin: 0 1%;
	float: left
}

.col-5 {
	width: 40%;
	margin: 0 .8%;
	float: left
}

.col-6 {
	width: 48%;
	margin: 0 1%;
	float: left
}

.row_contact {
	display: flex;
	border-bottom: #aaa 1px solid;
	margin-bottom: 30px
}

.row_contact .col {
	width: 50%;
	padding: 0 15px
}

.contact_t {
	display: block;
	width: 100%;
	padding: 3px 8px;
	font-size: 17px;
	margin-bottom: 20px;
	border-left: 4px solid #ee8917;
	font-weight: 700
}

.form-wrapper {
	max-width: 1000px;
	background: #efefef;
	padding: 60px;
	margin: auto
}

.cap {
	position: relative;
	display: block
}

.cap_img {
	position: absolute;
	right: 25px;
	top: 3px;
	height: 30px;
	cursor: pointer
}

.refresh_img {
	position: absolute;
	right: 94px;
	top: 10px;
	height: 15px;
	cursor: pointer
}

.refresh {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 15px;
	cursor: pointer;
	color: #ee8917
}

.content-box {
	position: relative;
	float: left;
	width: calc(100% - 135px);
	display: block
}

.form-group {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px
}

form input,form select,form textarea {
	margin-bottom: 5px;
	width: 100%;
	height: 35px;
	line-height: 33px;
	padding: 0 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px
}

.sex {
	display: inline-block
}


input[type=radio],input[type=checkbox] {
	margin: 0;
	margin-right: 10px;
	height: 38px!important;
	width: 15px;
	vertical-align: middle
}

.formtext {
	display: block;
	color: #666;
	line-height: 36px;
	padding-right: 30px;
	text-align: right;
	float: left;
	width: 101px;
	font-weight: 700
}

.error {
	float: left;
	padding-left: 2px;
	color: red;
	font-weight: initial;
	font-size: 11pt
}

.banner_content {
	position: relative;
	line-height: 0
}

.banner_content h2 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 45px;
	color: #fff;
	line-height: 1.6;
	text-shadow: 0 0 10px rgba(0,0,0,.8)
}

.container {
	max-width: 1440px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: auto
}

.text-center {
	text-align: center
}

.text-center .more {
	position: relative;
	display: inline-block;
	perspective: 300px;
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	width: 167px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	margin-top: 60px;
	z-index: 1
}

.text-center .more a,.text-center .more button {
	color: #fff
}

.text-center .more:focus {
	outline: -webkit-focus-ring-color auto 5px
}

.more .moretxt {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 16px
}

.more .moretxt,.more .moretxt:before {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.text-center .more,.more .moretxt {
	height: 46px;
	line-height: 46px;
	transform-origin: 50% 50% -23px;
	-webkit-transform-origin: 50% 50% -23px;
	-moz-transform-origin: 50% 50% -23px;
	border: none;
	box-shadow: 0 0 0
}

.more .moretxt:nth-child(1) {
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg)
}

.more .moretxt:nth-child(2),.more:hover .moretxt:nth-child(1) {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg)
}

.more:hover .moretxt:nth-child(1) {
	z-index: 2
}

.more:hover .moretxt:nth-child(2) {
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	z-index: 1
}

.more .moretxt:nth-child(2) {
	background-color: #11b7da
}

.more .moretxt:nth-child(1) {
	background-color: #22487b
}

.moreL {
	right: 10px
}

.moreR {
	left: 10px
}/*!btn*/h1.contact iframe {
	left: 0;
	position: absolute;
	width: 100%;
	height: 300px
}

.new .heading {
	transition: all .3s ease
}

.new .heading:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .3s ease
}

.new .heading:before {
	left: 8px;
	border-bottom-color: #fff;
	transition: all .3s ease;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.nbtn {
	text-align: center;
    margin-top: 30px;
}

.nbtn a {
	color: #ee8917;
    font-weight: 700;
    margin: 0 3px;
    padding: 8px 18px;
    font-size: 12pt;
    background: #ffecd3;
    border-radius: 10px;
}

.nbtn a:hover {
	color: #50363a
}

.news-header {
	font-size: 24px;
	font-weight: 700;
	border-bottom: solid 5px #eaeaea;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.news-header:before{
	content: '';
	position: absolute;
	bottom: -5px;
	height: 5px;
	background: #ee8917;
	width: 120px;
	left: 0;
}
.news-header h1 {
	margin: 0;
	font-size: 30px
}

.news-content {
	font-size: 20px;
	line-height: 1
}

.newd p {
	padding: 0 5px;
	margin: 10px 0;
	line-height: 1.8
}

.newd li {
	padding: 5px;
	font-size: 14pt;
	list-style-type: inherit;
	border-radius: 8px;
	box-sizing: border-box;
	line-height: 1.8
}

.newd p a,.newd li a {
	text-decoration: underline;
	color: #6aa3f7
}

.center {
	text-align: center
}

.serlist {
	text-align: center
}

.serlist ul {
	margin: 0;
	padding: 0;
	display: inline-block
}

.new .serlist li {
	width: 160px;
	margin: 0 5px;
	background: #ffeee0
}

.new .serlist li.active,.new .serlist li:hover {
	color: #fff;
	background: #be675e
}

.serlist li {
	float: left;
	list-style-type: none;
	padding: 3px 5px;
	font-size: 13pt;
	background: #f2e6e5;
	margin: 5px 3px;
	color: #888;
	border-radius: 7px;
	border: solid #efefef 1px
}

.serlist li.active,.serlist li:hover {
	color: #fff;
	background: #92837f
}

.service_box {
	margin-bottom: 10px
}

.service_box .fa {
	color: #ee8917;
	background: #fff;
	border: solid 4px #ee8917;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	margin-right: 10px
}

.sertitle {
	font-size: 24px;
	font-weight: 700;
	border-bottom: solid 1px #aaa;
	padding-bottom: 20px;
	margin-bottom: 30px
}

.sctitle {
	letter-spacing: 1px;
	font-size: 16pt;
	font-weight: 700;
	color: #0c3c6d;
	clear: both;
	padding: 5px 8px;
	box-sizing: border-box;
	border-left: 3px solid #0c3c6d;
	margin: 5px 0
}

.sercon {
	margin: 15px auto;
	clear: both;
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14pt;
	line-height: 1.8;
	padding: 3px
}

.sercon ul {
	-webkit-padding-start: 0;
	margin: 0
}

.sercon li {
	list-style-type: none;
	color: #666;
	font-size: 14pt;
	line-height: 1.8;
	padding: 3px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 1.5em;
	text-indent: -1em
}

li.t {
	background: #efefef;
	border-radius: 5px;
	list-style-type: none!important;
	text-indent: 0;
	padding-left: .5em
}

.t {
	background: #efefef;
	border-radius: 5px;
	list-style-type: none!important;
	text-indent: 0;
	padding: .5em;
	line-height: 3
}

.tlitype li {
	list-style-type: circle;
	text-indent: -1em;
	padding-left: 1.5em
}

.note {
	border: solid #ddd 1px;
	border-radius: 8px;
	font-size: 13pt;
	line-height: 1.8;
	letter-spacing: 1px;
	padding: 15px 25px;
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto;
	color: #666
}

.note p {
	margin: 5px auto;
	font-weight: 700;
	font-size: 16pt
}

.note li {
	list-style-position: inside;
	list-style-type: square;
	text-indent: -1em;
	padding-left: 1em
}

.note li p {
	font-weight: 400;
	font-size: 12pt
}

.frame dl {
	line-height: 1.8;
	border-radius: 8px;
	height: auto;
	overflow: hidden
}

dl li {
	text-indent: 0;
	padding-left: 0
}

.frame dt {
	/*cursor: pointer;*/
	color: #333;
	line-height: 1.5;
	padding: 6px 10px;
	padding-left: 25px;
	font-size: 20px;
	font-weight: 700;
	transition: all .3s ease;
	position: relative;
	/*border-left: solid 4px #f08d11;*/
	position: relative;
}
.frame dt:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0px 7px 8px;
    border-color: transparent transparent transparent #f08d11;
    position: absolute;
    top:  50%;
    left: 0%;
    margin-top: -7px;
}

.frame dt .ic {
	color: #333;
	width: 30px;
	height: 56px;
	position: absolute;
	left: 17px;
	top: 0;
	line-height: 44px
}

dd.content {
	-webkit-margin-start: 0px;
	margin-right: 0px;
	padding: 22px 22px;
	display: none;
	font-size: 13pt;
	position: relative;
	margin-left: 0;
	border: solid 4px transparent;
	background: #eee;
	border-radius: 8px;
	display: block;
	margin-top: 10px;
}

.content .ic {
	color: #a50000;
	width: 30px;
	height: 56px;
	position: absolute;
	left: 17px;
	top: 0;
	line-height: 44px
}

dd p {
	margin: 0
}

.meshim_widget_components_mobileChatButton_Button {
	font-size: 16px!important;
	font-family: 'Noto Sans TC', sans-serif;
}

.meshim_widget_components_mobileChatButton_ButtonBar .favicon {
	background: #1b6dc1!important
}

@media(max-width:1200px) {
	.site-info{
		width: 60%;

	}
	.site-info b{
		font-size: 16px;
	}
	.site-info .txt b{
		font-size: 18px;
	}
	.foot .right,.qrcode{
		width: 20%;
	}
	
}

@media(max-width:1100px) {
	.nav .list>li>a {
		font-size: 17px;
		padding: 10px
	}
}

@media(max-width:1024px) {
	.nav .list>li>a {
		font-size: 15px
	}



	.banner_content h2 {
		font-size: 30px
	}

	.row_contact {
		flex-wrap: wrap
	}

	.row_contact .col {
		width: 100%
	}

	.form-wrapper {
		padding: 15px
	}

	.formtext,.content-box {
		width: 100%;
		text-align: left;
		padding: 0
	}
}

@media(max-width:999px) and (min-width:950px) {
	.nav li {
		list-style-type: none;
		/*float: left;*/
		text-align: center;
		font-size: 12pt;
		font-weight: 700
	}

	.serlist li {
		float: left;
		list-style-type: none;
		padding: 3px;
		font-size: 13pt;
		background: #f2e6e5;
		margin: 5px 3px;
		color: #888;
		border-radius: 7px;
		border: solid #efefef 1px
	}


}

@media(max-width:950px) {
	.main-top .text h1{
		font-size: 20px;
		-webkit-text-stroke: 0.5px #fff;
	}
	.main-top .text h2{
		font-size: 1.2rem;
	}
	.zopim {
		left: 0!important;
		width: 33.33%!important;
		height: 40px!important;
		bottom: 0!important;
		background: #1b6dc1!important;
		padding-bottom: 5px!important;
		box-sizing: border-box;
		position: fixed!important;
		padding-bottom: 5px!important;
		padding-top: 5px!important;
		border-radius: 0!important
	}

	.meshim_widget_components_mobileChatButton_Button {
		font-size: 16px!important;
		font-family: 'Noto Sans TC', sans-serif;
	}

	.meshim_widget_components_mobileChatButton_ButtonBar .favicon {
		background: #1b6dc1!important
	}

	.floating,.floating.fancybox-margin {
		right: 10px;
		bottom: 50px;
		display: none!important;
	}

	.floating .btn.linebtn {
		display: none
	}

	.floating .btn.gotop {
		transform: scale(.5)
	}

	.content-nav {
		display: none
	}

	.banner_content h2 {
		font-size: 24px
	}

	.floating * {
		display: none
	}

	section {
		padding: 0 0 50px
	}

	button {
		width: 90%
	}

	.destop {
		display: none
	}

	.phone {
		display: block
	}

	.pad {
		display: block
	}

	.phonebtn {
		display: block;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: -5px;
		padding: 5px;
		line-height: 60px
	}

	.header {
		border-bottom: none
	}

	dl li {
		line-height: 1.4;
		letter-spacing: 1px
	}

	.col-md-4 {
		width: 100%;
		float: none;
		padding: 0 0!important
	}

	.col-md-8 {
		height: auto;
		overflow: hidden;
		width: 100%;
		float: none
	}

	.col-md-6 {
		height: auto;
		overflow: hidden
	}

	.col-6 {
		width: 100%;
		margin: 0%;
		float: none
	}

	.coo li.coop {
		width: 31%;
		float: left;
		margin: 4px 1%
	}

	.coo li img {
		width: 95%;
		margin: 0 auto
	}

	.coo li p {
		margin: 10px 0;
		text-align: center!important;
		color: #666;
		font-size: 12pt
	}

	.nav {
		height: 60px;
		line-height: 60px;
		width: 100%;
		margin: 0 auto;
		position: fixed;
		top: 0;
		text-align: center;
		z-index: 9999;
		background: #fff;
		position: static;
		padding-top: 40px;
		display: none;
	}

	.nav img {
		float: none;
		margin: 0;
		height: 95%;
		vertical-align: top
	}

	.nav li {
		list-style-type: none;
		float: none;
		color: #fff!important;
		text-align: center;
		font-size: 12pt;
		font-weight: 700;
		width: 100%;
		color: #8c0a0c;
		font-size: 14pt;
		border-bottom: 1px #ffeacf solid;
		text-shadow: 1px 1px 2px #dfcfcf
	}


	.nav li a {
		width: 100%;
		box-sizing: border-box;
		line-height: 1.6
	}

	.content {
		padding-top: 0px;
		padding-bottom: 40px
	}


	.mo_foot a {
		color: #fff;
		text-decoration: none;
		display: block;
		text-align: center;
		text-indent: 0;

	}
	.mo_foot a i{
		margin-right: 5px;
		font-size: 20px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -2px;
	}

	.mo_foot {
		display: block;
		padding: 0;
		font-size: 10pt;
		line-height: 1.6;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		height: auto;
		overflow: hidden;
		width: 100%;
		z-index: 99998
	}

	.mo_foot li {
		width: 33.33%;
		margin: 0%;
		float: left;
		list-style-type: none;
		line-height: 40px;
		height: 40px;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		font-size: 12pt
	}

	li.line {
		background: #00c300 ;
	}

	li.contact {
		background: #3c5a99;
	}

	li.phone {
		background: #4791dd;
	}

	.imgtext {
		display: block!important
	}

	.news-header h1 {
		margin: 0;
		font-size: 30px;
		line-height: 1.2!important;
		/*height: 80px!important;
		min-height: 80px!important*/
	}

	h1.sertitle {
		margin: 0;
		font-size: 30px;
		line-height: 1.2!important;
		height: 40px!important;
		min-height: 80px!important
	}
	.mmenu-show #mobile-fixed a.logo {
	    text-indent: inherit;
	    background-size: contain;
	    width: 240px;
	    height: 57px;
	    transition: all .3s ease;
		margin-top: 0.5rem;
	}
    .mmenu-show #mobile-fixed span, .mmenu-show #mobile-fixed a{
        font-size: 34px;
    }
}

@media(max-width:480px) {


	.phone2 {
		display: block
	}

	.pad {
		display: none
	}

	.mo_foot li {
		font-size: 11pt
	}

	p {
		font-size: 13pt;
		line-height: 1.4;
		letter-spacing: 1px
	}

	.serlist ul {
		margin: 0;
		padding: 0;
		display: block
	}

	.new .serlist li {
		width: 95%;
		float: none;
		box-sizing: border-box;
		margin: 5px auto
	}

	.serlist li {
		width: 95%;
		float: none;
		box-sizing: border-box;
		margin: 5px auto;
		padding: 8px 0
	}

	.note {
		padding: 5px 10px
	}

	.banner {
		width: 100%;
		border-top: none
	}

	h1 {
		border-top: none
	}

	.col-4 {
		width: 100%;
		margin: 0%;
		float: left
	}

	.col-5 {
		width: 48%;
		margin: 0 1%;
		float: left
	}

	.col-2 {
		width: 100%;
		margin: 0%;
		float: left
	}
}

@media(max-width:320px) {
	.nav {
		line-height: 45px
	}

	.nav li {
		height: 45px;
		line-height: 45px
	}


	.mo_foot li {
		font-size: 10pt;
		text-indent: 26px
	}

	.intro {
		clear: both;
		color: #593c41;
		padding: 30px 5%;
		background: #efefef;
		text-align: center
	}

	h1 {
		height: 100px;
		width: 100%;
		line-height: 100px;
		background-size: cover!important
	}

	.text-center .more {
		width: 130px
	}
}
