html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

main {
    display: block;
}

body {
    font: 62.5%/1  Arial, Helvetica, sans-serif, Microsoft JhengHei;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	transition:all 0.3s
}

	
body.font-size-s {
    font-size: 56.3%;
}

body.font-size-l {
    font-size: 68.8%;
}

a {
    color: #d84f79;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color:#33F;
}

a,
button,
textarea,
select,
input {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.editr img, .Right img{ height:auto !important}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
.zoomBox{
	position:relative;
	overflow:hidden}
	
.zoomBox .zoom-pic {
    background-image: url(../images/list-nopic.jpg);
	position:absolute;
	width:100%;
	height:100%;
	transition:all 0.5s;
	background-position:center;
	background-size: cover;
}

a:hover .zoomBox .zoom-pic, a:focus .zoomBox .zoom-pic, .zoomBox:hover .zoom-pic{
	transform:scale(1.1)}

/** Layout **/
#wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.hide-panel {
    display: none !important;
}

.ellipsis-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fill {
    position: absolute;
    height: 100%;
    width: 100%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2,
.ellipsis-3,
.ellipsis-4,
.ellipsis-5,
.ellipsis-6,
.ellipsis-7 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
}

.ellipsis-2 {
    -webkit-line-clamp: 2 !important;
}

.ellipsis-3 {
    -webkit-line-clamp: 3 !important;
}

.ellipsis-4 {
    -webkit-line-clamp: 4 !important;
}

.ellipsis-5 {
    -webkit-line-clamp: 5 !important;
}

.ellipsis-6 {
    -webkit-line-clamp: 6 !important;
}

.ellipsis-7 {
    -webkit-line-clamp: 7 !important;
}


.sr-only,
.sr-only-focusable {
    position: fixed;
    color: #000;
    font-size: 0;
    margin-left: 5px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    font-size: 0.8rem;
}

.acKey,
.acKey a {
    color: transparent;
    font-size: 0.8rem;
}

.acKey:hover,
.acKey:focus,
.acKey a:hover,
.acKey a:focus {
    color: #507890;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row2 {
    margin-right: 10px;
    margin-left: 10px;
}

.remark {
    color: #C30;
    padding-top: 5px;
    margin-bottom: -5px;
    padding-left: 10px;
    box-sizing: border-box
}

.bbfont {
    font-family: 微软雅黑;
    font-weight: bold;
}

.left-part {
    float: left;
}

.right-part {
    float: right;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.center{
	text-align:center;}

@media screen and (max-width:990px) {
    .pc-mode {
        display: none !important;
    }

    .container {
        width: 92%;
    }
}

@media screen and (min-width:991px) {
    .sp-mode {
        display: none !important;
    }

    .container {
        width: calc(100% - 120px);
    }
}

@media screen and (min-width:1300px) {
    .container {
        max-width: 1300px;
    }
}



.fff {
    color: #fff;
}

.font-black {
    color: #000;
}

.font-blue {
    color: #00c0d6;
}

.font-green {
    color: #59b300;
}

.font-yellow {
    color: #f39800;
}

.font-orange {
    color: #eb6100;
}

.font-red {
    color: #D82B12;
}

.font-gray {
    color: #999
}

/** Loading **/
.loadingCover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1000;
}

.loadbar-box {
    position: relative;
    top: 45%;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 5px;
    border: 1px solid rgba(83, 166, 83, .8);
    margin-top: 70px;
}

.loadingBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: rgba(83, 166, 83, .6);
    z-index: 10000;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

.ball-clip-rotate-multiple {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 45%;
    left: 50%;
    border: 4px solid rgba(83, 166, 83, .3);
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 88px;
    width: 88px;
    margin: -44px 0 0 -44px;
    box-sizing: border-box;
    -webkit-animation: rotate 1.6s 0s ease-in-out infinite;
    animation: rotate 1.6s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
    display: inline-block;
    top: 45%;
    left: 50%;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    border-color: rgba(83, 166, 83, .8) transparent rgba(83, 166, 83, .6) transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.loadingCover img {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    -webkit-animation: opty .8s alternate infinite;
    animation: opty .8s infinite alternate;
}

@keyframes opty {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -sand-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -sand-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
}

@-webkit-keyframes opty {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -sand-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -sand-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
}

/** header **/
#header {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 9;
	box-sizing:border-box;
}
@media screen and (min-width:991px) {
#header{
	position:absolute;
	top:0;}	
}

#header > h1 {
    position: fixed;
    width: 1px;
    height: 1px;
    color: #000;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#header.sp-fix {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: #FFF;
    -webkit-box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
    -moz-box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
    box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
}

#header .hdContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
	position:relative;
}

@media screen and (min-width:1208px) {
    #header .hdContainer {
        padding: 0 calc(50% - 650px);
        box-sizing: border-box;
    }
}

@media screen and (min-width:990px) and (max-width:1208px) {
    #header .hdContainer {
        width: 100%;
        padding: 0 5px;
    }
}

#navMenu .container {
    max-width: none;
}


/*@media screen and (min-width:1200px) {
	#header .hdContainer{max-width:1200px;}
}*/

/* ----- topHead ----- */
#topHead {
    position: relative;
    width: 100%;
    margin: 0 auto;
 }

#topHead .logo {
    position: relative;
    float: left;
    margin: 14px 0;
}

#topHead .logo a {
    float: left;
    display: block;
    width: 278px;
    height: 57px;
    font-size: 0;
    /*background: url(../images/logo.svg) no-repeat 0 50%;*/
	 background: url(../images/logo.png) no-repeat 0 50%;
    background-size: contain;
    margin-left: 8px;

}

#topHead .logo a:hover,
#topHead .logo a:focus {
    opacity: 0.7;
}

@media screen and (max-width: 420px) {
    #topHead .logo a {
        width: 119px;
        height: 35px;
    }
}

@media screen and (min-width: 991px) {
    #topHead {
        height: 100px;
		border-top:5px solid #019cd4;
	    box-sizing:border-box
    }

    #topHead .logo {
        margin: 19px 0;
    }

    #topHead .logo a {
        width: 278px;
        height: 57px;
    }
}

@media screen and (max-width: 990px) {
    #wrapper {
        padding-top: 55px;
    }


    #topHead {
        min-height: 55px;
    }

    #topHead .logo {
        margin: 0px 0;
    }

    #topHead .logo a {
        width: 200px;
        height: 55px;
    }
}

/* ----- addon ----- */
.addon {
    float: right;
    width: 100%;
 }

.addon > ul {
    float: right;
    list-style: none;
	position:relative;
	z-index:1
	
}

.addon > ul > li {
    float: left;
    font-size: 1.5em;
    text-align: left;

}

.addon > ul > li a {
    color: #fff;
    display: inline-block;
	padding:0 6px;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	font-weight:bold;
 }
 
.addon > ul > li a:hover span,
.addon > ul > li a:focus span {
    font-size: 100%;
 	color:#FF9;
	text-decoration:underline;
}
 

.addon > ul > li a.acKey {
    color: transparent;
    margin: 0;
	text-shadow:none !important;
}

.addon > ul > li a:hover,
.addon > ul > li a:focus {
    color: #ff8000;
}

.addon .textsize a {
    display: inline-block;
    border: 1px solid #666;
    margin: 0 1px 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: top;
}

.addon .textsize a i {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    vertical-align: top;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 0 top;
    background-size: 100% auto;
}

.addon .textsize a.ts-on i {
    background-color: #666;
    background-position: 0 bottom
}

.addon .textsize a:hover,
.addon .textsize a:focus,
.addon .textsize a:active {
    background: #F4F4F4;
}

.addon .textsize a.ts-on {
    background: #666;
}
 

.addon .textsize a i.sizeS {
    background-image: url(../images/home/top_head_font_s.svg);
    *background-image: url(../images/home/top_head_font_s.png);

}

.addon .textsize a i.sizeM {
    background-image: url(../images/home/top_head_font_m.svg);
    *background-image: url(../images/home/top_head_font_m.png);
}

.addon .textsize a i.sizeL {
    background-image: url(../images/home/top_head_font_L.svg);
    *background-image: url(../images/home/top_head_font_L.png);
}

@media screen and (min-width: 991px) {
    .addon {
        width: auto;
		position:relative;
 		padding:10px;
		margin-bottom:5px;
    }
	
	.addon > ul > li a{
		border-right:1px dotted #fff;}
	.addon > ul > li a.acKey{
		border:0;}	
		
		
		
		/*漸層底色*/
	.addon:after{
		display: block;
		content: '';
		position: absolute;
		width: calc(100% + (50vw - 570px));
		min-width:457px;
		height: calc(100% + 5px);
		top: -5px;
		left: 18px;
		z-index: 0;
 		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#019cd4+1,4fbcbc+100 */
		background: rgb(1,156,212); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(1,156,212,1) 1%, rgba(79,188,188,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(1,156,212,1) 1%,rgba(79,188,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(1,156,212,1) 1%,rgba(79,188,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019cd4', endColorstr='#4fbcbc',GradientType=1 ); /* IE6-9 */
		-moz-transform-origin: bottom;
		-moz-transform: skewX(45deg);
		-webkit-transform-origin:  bottom;
		-webkit-transform: skewX(45deg);
		-o-transform-origin:  bottom;
		-o-transform: skewX(45deg);
		-ms-transform-origin:  bottom;
		-ms-transform: skewX(45deg);
		transform-origin:  bottom;
		transform: skewX(45deg);
		}
}

#addon-sp {
    float: left;
    width: 100%;
}

#addon-sp > ul {
    float: left;
    width: 100%;
    list-style: none;
}

#addon-sp > ul > li {
    float: left;
    width: 25%;
}

#addon-sp > ul > li span {
    display: none;
}



#addon-sp > ul > li a {
    float: left;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    background: #666;
    box-sizing: border-box;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}


@media screen and (max-width: 990px) {
    #addon-sp > ul > li span {
        display: inline-block;
    }
#addon-sp > ul > li.ss{ width:40px}
#addon-sp > ul > li.ss a{
	background-color:#444}

#addon-sp > ul > li {
     width: calc(25% - 10px);
}
	
	
}

#addon-sp > ul > li a:hover,
#addon-sp > ul > li a:focus {
    background: #000;
}
@media screen and (max-width: 420px) {

    #addon-sp > ul > li,
    #addon-sp > ul > li.ico-en {
       /* width: 25%;*/
    }

    #addon-sp > ul > li.ico-fb,
    #addon-sp > ul > li.ico-youtube {
        width: 50%;
        border-top: 1px solid #f7c097;
    }
}

@media screen and (max-width: 320px) {
    #addon-sp > ul > li a {
        font-size: 1.3em;
    }
}

/* ----- target-menu ----- */
#target-menu-sp {
    float: left;
    width: 100%;
    background: #FFF;
}

@media screen and (min-width: 991px) {
    #target-menu {
        display: inherit;
        float: left;
        width: 100%;
        position: relative;
        z-index: 3;
    }
}

/* ----- searchBtn ----- */
.searchBtn .lookBtn {
    position: absolute;
    top: 0;
    right: 55px;
}

.searchBtn .lookBtn a {
    float: left;
    font-size: 0;
    text-align: center;
}

.searchBtn .lookBtn a span {
    display: block;
    width: 55px;
    height: 55px;
}

.searchBtn .lookBtn a span.open-search,
.searchBtn:hover .lookBtn a span.open-search,
.searchBtn .lookBtn a:hover span.open-search,
.searchBtn .lookBtn a:focus span.open-search {
    background: url(../images/search.png) no-repeat 50% 50%;
}

.searchBtn .lookBtn a span.close-search,
.searchBtn:hover .lookBtn a span.close-search,
.searchBtn .lookBtn a:hover span.close-search,
.searchBtn .lookBtn a:focus span.close-search {
    background: url(../images/search-x.png)no-repeat 50% 50%;
}


@media screen and (min-width: 991px) {
    .searchBtn .lookBtn {
        top: auto;
        bottom: 10px;
        right: 15px;
    }

    .searchBtn .lookBtn a span {
        float: left;
        display: block;
        width: 34px;
        height: 34px;
        font-size: 0;
        text-align: center;
    }

    .searchBtn .lookBtn a span.open-search,
    .searchBtn:hover .lookBtn a span.open-search,
    .searchBtn .lookBtn a:hover span.open-search,
    .searchBtn .lookBtn a:focus span.open-search {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/search.png);
         border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
		background-size:contain;
    }

    .searchBtn .lookBtn a:hover span.open-search,
    .searchBtn .lookBtn a:focus span.open-search {
		opacity:0.7
    }

    .searchBtn .lookBtn a span.close-search,
    .searchBtn:hover .lookBtn a span.close-search,
    .searchBtn .lookBtn a:hover span.close-search,
    .searchBtn .lookBtn a:focus span.close-search {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/search-x.png);
         border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .searchBtn .lookBtn a:hover span.close-search,
    .searchBtn .lookBtn a:focus span.close-search {
        opacity:0.7
    }


}


@media screen and (min-width: 1300px) {
    .searchBtn .lookBtn {
        right: calc(50% - 640px);
    }
}



/* ----- searchZone ----- */
.searchZone {
    position: absolute;
	box-shadow:0 8px 15px rgba(0,0,0,0.4);
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: rgb(1,156,212);
		background: -moz-linear-gradient(left, rgba(1,156,212,1) 1%, rgba(79,188,188,1) 100%);
		background: -webkit-linear-gradient(left, rgba(1,156,212,1) 1%,rgba(79,188,188,1) 100%);
		background: linear-gradient(to right, rgba(1,156,212,1) 1%,rgba(79,188,188,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019cd4', endColorstr='#4fbcbc',GradientType=1 );

}
.searchZone .container{
	width:100%;}
.searchZone .search {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.searchZone .box {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: none;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.searchZone .search-txt {
    width: 100%;
    color: #FFF;
    font-family: "微軟正黑體", Microsoft JhengHei, Helvetica, sans-serif;
    font-size: 2.3em;
    height: 55px;
    padding: 0 55px 0 10px;
    border: none;
    border-bottom: 2px solid #FFF;
    box-sizing: border-box;
    background: none;
}
*[placeholder]{font-family: "微軟正黑體", Microsoft JhengHei, Helvetica, sans-serif; }
.searchZone .search-txt:focus,
.searchZone .search-txt:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.searchZone .search-txt[placeholder], 
.searchZone .search-txt::-webkit-input-placeholder, 
.searchZone .search-txt:-moz-placeholder, 
.searchZone .search-txt::-moz-placeholder, 
.searchZone .search-txt:-ms-input-placeholde{
    color: #fff;
}

.searchZone .search-txt[placeholder] {
    color: #fff;
}

.searchZone .search-txt::-webkit-input-placeholder {
    color: #fff;
}

.searchZone .search-txt:-moz-placeholder {
    color: #fff;
}

.searchZone .search-txt::-moz-placeholder {
    color: #fff;
}

.searchZone .search-txt:-ms-input-placeholder {
    color: #fff;
}  
.searchZone .search-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../images/icons/btn-input-search.png) no-repeat 50% 50%;
    margin: 0;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

.searchZone .search-btn:hover,
.searchZone .search-btn:focus {
    background-color: rgba(255, 255, 255, 0.4);
}

/* ----- keyWd ----- */
.searchZone .keyWd {
    width: 100%;
    color: #fff100;
    font-size: 1.5em;
    line-height: 125%;
    text-align: left;
    padding: 0 0 20px 5px;
    box-sizing: border-box;
	font-weight:bold;
}

.searchZone .keyWd a {
    color: #FFF;
    text-decoration: none;
    margin: 0 5px 0 0;
	font-weight:bold;
	
}

.searchZone .keyWd a:hover,
.searchZone .keyWd a:focus {
    color: #fff100;
}

.searchZone .keyWd a.advanced {
    float: right;
    color: #fff;
    font-size: 1em;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px;
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 8px;
}

.searchZone .keyWd a.advanced:hover,
.searchZone .keyWd a.advanced:focus {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 480px) {
    .searchZone .search {
        padding: 10px 15px 20px 15px;
    }

    .searchZone .box {
        width: 100%;
    }

    .searchZone .search-txt {
        font-size: 1.8em;
        height: 45px;
        padding: 0 45px 0 10px;
    }

    .searchZone .search-btn {
        width: 35px;
        height: 35px;
        background-size: 80%;
    }

    .searchZone .keyWd a {
        width: 100%;
        margin-right: 0;
    }

    .searchZone .keyWd a.advanced {
        margin-top: 10px;
        background: #fff;
        color: #000;
    }

    .searchZone .keyWd a.advanced:hover,
    .searchZone .keyWd a.advanced:focus {
        color: #fff;
        background: #000;
        border: 1px solid #fff;
    }
}

@media screen and (max-width: 420px) {
    .searchBtn .lookBtn {
        right: 55px;
    }

    .searchBtn .lookBtn a span {
        width: 55px;
        height: 55px;
    }
}

@media screen and (min-width: 991px) {
    .searchZone {
        background: rgb(1,156,212);
		background: -moz-linear-gradient(left, rgba(1,156,212,1) 1%, rgba(79,188,188,1) 100%);
		background: -webkit-linear-gradient(left, rgba(1,156,212,1) 1%,rgba(79,188,188,1) 100%);
		background: linear-gradient(to right, rgba(1,156,212,1) 1%,rgba(79,188,188,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019cd4', endColorstr='#4fbcbc',GradientType=1 );
    }

    .searchZone .search {
        padding: 20px 15px 15px 15px;
    }
}


/** main **/
#main {
    width: 100%;
    margin: 0 auto;
}


/** footer **/
#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 60px;
	background-color:#f9f9f9;
     
}


@-webkit-keyframes left_right1 {
    0% {
        background-position: left top;
    }

    50% {
        background-position: right bottom;
    }

    100% {
        background-position: left top;
    }
}

@keyframes left_right1 {
    0% {
        background-position: left top;
    }

    50% {
        background-position: right bottom;
    }

    100% {
        background-position: left top;
    }
}


#footer .trigger {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

#footer .trigger strong.tit {
     display: block;
     border-bottom: 1px solid #adc0cb;
	 padding-bottom:10px;
	 font-size:2.8em;
	 letter-spacing:4px;
	 color:#333;
 	 /*background-image:url(../images/footer-ttc-logo-gray.svg);
	 *background-image:url(../images/footer-ttc-logo-gray.png);
	 background-position:left top;
	 background-repeat:no-repeat;
	 background-size:42px auto;*/
}

#footer .trigger .fatnav_btn {
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
    color: #fff;
	font-weight:lighter;
	font-size:3em;
	background-color:#808080;
    transform: rotate(45deg);
    line-height:30px;
	text-align:center;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 30%;
    margin-top: -13px;
  }

#footer .trigger .fatnav_btn:hover,
#footer .trigger .fatnav_btn:focus {
	background-color:#169cb2;
 }

#footer .trigger .fatnav_btn.open {
    transform: rotate(0deg)
}




/* ----- fatfooter ----- */
.fatfooter {
    width: 100%;
    margin: 0 auto;
}

.fatfooter .fat-nav {
    width: 100%;
    padding: 0;
    margin: 0px auto 40px 0;
    overflow: hidden;
}

.fatfooter .fat-nav > ul {
    float: left;
    width: calc(100% + 20px);
    list-style: none;
    margin: 0px -10px;
}

.fatfooter .fat-nav > ul > li {
    float: left;
    width: calc(100% / 4);
    padding: 0 10px;
    box-sizing: border-box;
}

.fatfooter .fat-nav > ul > li:nth-child(1) {
    width: calc((100% / 4) - 35px)
}
.fatfooter .fat-nav > ul > li:nth-child(2) {
    width: calc((100% / 4) + 35px)
}

.fatfooter .fat-nav > ul > li > a {
     font-size: 2.4em;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
	color:#333;
}

.fatfooter .fat-nav > ul > li > a:hover,
.fatfooter .fat-nav > ul > li > a:focus {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
	color:#32aac5;
}

.fatfooter .fat-nav > ul > li > ul {
    list-style: none;
}

.fatfooter .fat-nav > ul > li > ul > li {
    margin-top: 10px;
}

.fatfooter .fat-nav > ul > li > ul > li > a {
    color: #555;
    font-size: 1.7em;
    line-height: 1.3;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    padding-left: 11px;
    background-position: left 4px;
    background-repeat: no-repeat;
    background-image: url(../images/footer_list_icon.svg);
     *background-image: url(../images/footer_list_icon.png);
    background-size: 7px auto;
     box-sizing: border-box;
}



.fatfooter .fat-nav > ul > li > ul   a:hover,
.fatfooter .fat-nav > ul > li > ul   a:focus {
    color: #32aac5;
    font-weight: bold;
}
@media screen and (max-width:1350px) {
    .fatfooter .fat-nav > ul > li > ul > li > a {
        font-size: 1.6em;
    }
}

/* ----- copyright ----- */
.copyright {
    width: 100%;
    color: #fff;
    padding: 45px 0;
	background: rgb(1,156,212);
	background: -moz-linear-gradient(left,  rgba(1,156,212,1) 0%, rgba(79,188,188,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(1,156,212,1) 0%,rgba(79,188,188,1) 100%); 
	background: linear-gradient(to right,  rgba(1,156,212,1) 0%,rgba(79,188,188,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019cd4', endColorstr='#4fbcbc',GradientType=1 ); 

}

.copyright .container {
    position: relative;
}

.copyright .box-L {
    width: calc(100% - 314px);
    float: left;
    padding-left: 108px;
    box-sizing: border-box;
    position: relative
}

.copyright .box-L .fotLogo {
    width: 92px;
    display: block;
    float: left;
    opacity: 0.5;
}

@media screen and (min-width:997px) {
    .copyright .box-L .fotLogo {
        position: absolute;
        left: 0;
        top: 0;
    }

}

.copyright .box-L .add_info {
     float: left;
    padding-left: 13px;
    padding-right: 0;
    box-sizing: border-box;
    color:#fff;
	border-left:1px solid #fff;
}

.copyright .box-L .add_info a.ffa{
	padding-left:0; margin-left:0;}

.copyright .box-L .add_info h3, .copyright .box-L .add_info strong.h3 {
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.25;
}

.copyright .box-L .add_info h3 span {
    display: inline-block;
}

.copyright .box-L .add_info p {
    display: block;
    line-height: 1.6;
    font-size: 1.4em;
}

.copyright .box-L .add_info p span {
    display: inline-block;
    
}

 
.copyright .box-L .add_info a{
	color:#fff;
	font-size:1.4em;
	margin:0 4px;}
	
.copyright .box-L .add_info a:first-child{
	margin-left:0;}	
	
.copyright .box-L .add_info   a:hover,
.copyright .box-L .add_info   a:focus {
    color: #fff;
	font-weight:bold;
    text-decoration: underline;
}

.copyright a:hover,
.copyright a:focus {
    color: #fff;
    text-decoration: underline;
}

.copyright .box-L .add_info p i {
    font-style: normal;
    opacity: 0.5;
    display: inline-block;
    margin: 0 5px;
}

 
 
.copyright .box-L .fotLogo:hover,
.copyright .box-L .fotLogo:focus {
    opacity: 1;
}


.copyright .box-R {
    position: relative;
    float: right;
    width: 310px;
}

.copyright .box-R.ft_icos a{
	display:block;
	float:left;
	width:calc(33.3% - 16px);
	margin-left:16px;
	color:#fff;} 

.copyright .box-R.ft_icos a i{
	width:100%;
	padding-bottom:100%;
	border:1px solid #fff;
	border-radius:50%;
	margin-bottom:8px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:all 0.4s}
	
.copyright .box-R.ft_icos a:hover i,
.copyright .box-R.ft_icos a:focus i{
	background-color:rgba(0,0,0,0.3);
	transform:rotate(360deg);}	
	
.copyright .box-R.ft_icos a i.ico_1{
	background-image:url(../images/copyright_icon_1.svg);
	*background-image:url(../images/copyright_icon_1.png);
	}
.copyright .box-R.ft_icos a i.ico_2{
	background-image:url(../images/copyright_icon_2.svg);
	*background-image:url(../images/copyright_icon_2.png);
	}
.copyright .box-R.ft_icos a i.ico_3{
	background-image:url(../images/copyright_icon_3.svg);
	*background-image:url(../images/copyright_icon_3.png);
	}
.copyright .box-R.ft_icos a i.ico_4{
	background-image:url(../images/copyright_icon_4.svg);
	*background-image:url(../images/copyright_icon_4.png);
	}				
	
.copyright .box-R.ft_icos a p{
	display:block;
	text-align:center;
	color:#fffl;
	font-size:1.5em;}	
	 
@media screen and (max-width:1100px) and (min-width:991px) {

.copyright .box-L {
    width: calc(100% - 170px);}
.copyright .box-R{
	width:160px;}
.copyright .box-R.ft_icos a{
  	width:calc(50% - 16px);
	margin-left:0;
	margin-right:16px;
	margin-bottom:10px;}
.copyright .box-L .add_info p{
	margin-bottom:10px;}	
			
	} 


@media screen and (max-width:990px) {
    .copyright .box-R,
    .copyright .box-L {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .copyright .box-L .fotLogo {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }


    .copyright .box-L .add_info{
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
		border:0;
    }
.copyright .box-R.ft_icos{
	width:100%;
 	padding:0;
	margin:0;
	margin-bottom:10px;
	text-align:center;}
	
.copyright .box-R.ft_icos a{
  	width:75px;
 	padding:0;
	margin:10px;
	display:inline-block;
	float:none;vertical-align:top}
.copyright .box-R.ft_icos a i{
	display:inline-block;
	width:70px; padding-bottom:70px; 
	}	
	
}

@media screen and (max-width:480px) {
.copyright .box-R.ft_icos a {
    width: 75px;
     margin: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 90%;
}
.copyright .box-L .add_info p{
	margin-bottom:15px;}
	
.copyright .box-L .add_info a{
	display:inline-block;
	line-height:1.3}	
}

#footer .last {
    color:  #666;
    font-size: 1.35em;
     padding: 27px 0;
}

#footer .last a {
    color: #666;
}

#footer .last a:hover,
#footer .last a:focus {
    text-decoration: underline;
}

 

#footer .last .right_info {
    float: right;
}



#footer .last .right_info span {
    display: inline-block;
     line-height: 20px;
 
}

#footer .last .rwd_icon{
	float:left;}

#footer .last .right_info i {
    display: inline-block;
    margin: 0 5px;
    font-style: normal;
    opacity: 0.5;
}
@media screen and (max-width: 1200px) {
    #footer .last .right_info, #footer .last .rwd_icon {
        float: none;
		display:block;
		text-align:center;
		margin:8px 0;
    }
	#footer .last{
		padding:11px 0;}
	
}
/*share+gotop*/
#qMenu {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
    margin-top: -105px;
    z-index: 1111;
    cursor: pointer;
}
@media screen and (max-width: 1200px) and (min-width: 480px){
#qMenu { opacity:0.4;}
#qMenu:hover { opacity:1;}		
}
#qMenu ul {
    display: block;
    width: 50px;
	list-style: none;
}
#qMenu ul li{
	margin-bottom:6px;}
#qMenu ul li,
#qMenu ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
}
#qMenu ul li a {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: contain;
}

#qMenu ul li a.icon-print {
    background-image: url(../images/social/share-print.svg);
	*background-image: url(../images/social/share-print.png);
    background-color: #999;
}

#qMenu ul li a.icon-mail {
    background-image: url(../images/social/share-mail.svg);
	*background-image: url(../images/social/share-mail.png);
    background-color: #666;
}

#qMenu ul li a.icon-fb {
    background-image: url(../images/social/share-fb.svg);
	*background-image: url(../images/social/share-fb.png);
    background-color: #3b5998;
}

#qMenu ul li a.icon-line {
    background-image: url(../images/social/share-line.svg);
	*background-image: url(../images/social/share-line.png);
    background-color: #00b900;
}

#qMenu ul li a.icon-gg {
    background-image: url(../images/social/share-GG.png);
    background-color: #f93f2d;
}

#qMenu ul li a.icon-IG {
	position:relative;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc107+0,f44336+50,9c27b0+100 */
background: rgb(255,193,7); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(255,193,7,1) 0%, rgba(244,67,54,1) 50%, rgba(156,39,176,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(255,193,7,1) 0%,rgba(244,67,54,1) 50%,rgba(156,39,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(255,193,7,1) 0%,rgba(244,67,54,1) 50%,rgba(156,39,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#9c27b0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#qMenu ul li a.icon-IG:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/social/share-IG.svg);
	*background-image:url(../images/social/share-IG.png);
	position:absolute;
	z-index:1;
	background-size:contain;
	}
	
#qMenu ul li a.icon-IG:hover:after,
#qMenu ul li a.icon-IG:focus:after{
	background-color:#000;}	
	
#qMenu ul li a.icon-tt {
    background-image: url(../images/social/share-TT.svg);
	*background-image: url(../images/social/share-TT.png);
    background-color: #00aced;
}

#qMenu ul li a#goTop {
    background-image: url(../images/social/share-gotop.svg);
	*background-image: url(../images/social/share-gotop.png);
    background-color: rgba(0, 0, 0, 0.8);
}

#qMenu ul li a#share_btn {
    background-image: url(../images/social/share-share.svg);
	*background-image: url(../images/social/share-share.png);
    background-color: rgba(0, 0, 0, 0.8);
	position:relative;
}
#qMenu ul li a#share_btn.open{
	background-image: none;
	text-align:center;
	background-color:#be2a5f
 	}
#qMenu ul li a#share_btn.open:after{
	content:'';
	display: inline-block;
	width:50px;
	height:50px;
	border-radius:50%;
	background-image:url(../images/icon_plus.svg);
	*background-image:url(../images/icon_plus.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transform:rotate(45deg);
	line-height:1;}
	
#qMenu ul li a:hover,
#qMenu ul li a:focus {
    background-color: rgba(0, 0, 0, 1);
}

#qMenu ul li a#goTop:hover,
#qMenu ul li a#goTop:focus {
    background-color: rgba(0, 0, 0, 1);
}
 
@media screen and (max-width: 990px) {
    #footer {
        padding-top: 0;
    }

    #footer .last {
        display: none;
    }

    #footer {
        padding-bottom: 0;
    }


}

@media screen and (max-width: 600px) {
    .copyright {
        padding-bottom: 90px
    }	
	
    #qMenu {
        right: 0;
        top: auto;
        bottom: 0;
        margin-top: auto;
        width: 100%;
        height: 50px;
		opacity:1;
    }

    #qMenu ul.base {
        width: 100%;
		opacity:1 ;
    }

    #qMenu ul.base li {
        width: calc(100% / 3);
        margin-left: 0;
		margin:0;
		float:left
    }

    #qMenu ul.base li a {
        border-radius: 0;
        width: 100%;
        background-position: center;
    }
	
	#qMenu ul#shares{
		width:100%;
		height:50px;
		bottom:50px;
		right:0;
		position:absolute;
		}
	#qMenu ul#shares li{
		width:calc(100% / 5);
		float:left;}
		
	#qMenu ul#shares li, #qMenu ul#shares li a{
		border-radius:0;
		margin:0;}
	#qMenu ul#shares li a{
		width:100%;}		
}







/* 分眾 */

#chanels {
    position: fixed;
    left: -3px;
    top: 170px;
    z-index: 7;
    background-color: #f6f5f4;
    display: none !important; /*暫時隱藏不用*/
}

.chanels_bg {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100VW;
    height: 100VH;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 6;
    display: none;
}

@media screen and (max-width: 990px) {
    #chanels {
        top: 55px;
    }
}


/*按鈕*/
#chanels #ch_btn {
    width: 40px;
     position: absolute;
    right: -40px;
    top: 0;
    cursor: pointer;
    display: block;
    border: 0;
    background-color: #be2a5f;
    padding:15px 0;
    font-family: "微軟正黑體", arial;
    font-weight: bold;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;

}

#chanels #ch_btn:focus,
#chanels #ch_btn:hover {
    background-color: #9b0e48;
    opacity: 1;
}



/*按鈕文字*/
#chanels #ch_btn span {
    display: block;
    width: 40px;
     box-sizing: border-box;
    color: #fff;
    font-size: 1.75em;
    line-height: 1;
    text-align: center;
    padding: 5px;
}

/*按鈕上方圖案*/
#chanels #ch_btn:before {
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(../images/chanel-ico-dot.svg);
    *background-image: url(../images/home/chanel-ico-dot.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

/*按鈕下方箭頭*/
#chanels #ch_btn:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/mans-btn-btn.png) ;
     transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -sand-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/*關閉圖樣*/
#chanels.open #ch_btn:hover:after,
#chanels.open #ch_btn:focus:after {
    background-image: url(../images/mans-btn-btn.png) ;
 }


#chanels .ch_box {
    width: 0;
    overflow: hidden;
    transition: all 0.4s;
    opacity: 0;
    position: relative;
    padding: 0;
    display: block;
    max-height: 500px;
}

/*開啟模式*/
.chanels_bg.open {
    display: block
}

#chanels.open {
    background: #f6f5f4;
    background: linear-gradient(-45deg, transparent 20px, #f6f5f4 0);
    width: auto;
    left: 0;
}

#chanels.open .ch_box {
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
    width: 560px;
    max-width: calc(100vw - 55px);
}

#chanels.open #ch_btn:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#chanels.open #ch_btn {
    opacity: 1;
}

@media screen and (max-width: 990px) {
    #chanels.open .ch_box {
        max-height: none;
    }

    #chanels {
        position: relative;
        left: 0;
        top: 0;
    }

    .chanels_bg {
        position: absolute;
        height: 100%;
        /*display:none !important;*/
    }

    #chanels #ch_btn {
        width: 100%;
        height: 40px;
        position: relative;
        right: auto;
		padding:0;
		border-radius:0;
        left: 0;
        top: 0;
        opacity: 1
    }

    /*按鈕上方圖案*/
    #chanels #ch_btn:before {
        float: left;
    }

    /*按鈕下方箭頭*/
    #chanels #ch_btn:after {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -sand-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        right: 10px;
        top: 50%;
        /* float: left; */
        width: 34px;
        height: 34px;
        margin-top: -17px;
        border-radius: 50%;
        position: absolute;
    }

    #chanels.open #ch_btn:after {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -sand-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    /*按鈕文字*/
    #chanels #ch_btn span {
        width: calc(100% - 100px);
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding: 0;
        box-sizing: border-box;
        font-size: 1.6em;
        float: left
    }

    #chanels .ch_box {
        width: 100%;
        height: 0;
        max-width: 100%;
    }

    #chanels.open .ch_box {
        height: auto;
        max-width: 100%;
        width: 100%;
        padding: 16px 7px;
    }

    #chanels.open {
        background: #f6f5f4;
    }

}
 



/*PRINT*/
* {
    -webkit-print-color-adjust: exact;
}

/*@page {
    size: landscape;
    margin: 1cm;
}*/
@page {
size: A4;
	size: 210mm 297mm;
    margin: 0.5cm;
    size:auto  /*portrait auto landscape*/;
	page-break-after: avoid;}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    /*顯示背景圖*/


    body,
    html {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 62.5%;
        width: 100%;

    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    h1 + p,
    h2 + p,
    h3 + p {
        page-break-before: avoid;
    }

    a {
        page-break-inside: avoid
    }

    blockquote,
    table,
    pre {
        page-break-inside: avoid;
    }

    ul,
    ol,
    dl {
        page-break-before: avoid;
    }

    img {
        max-width: 100% !important;
    }

    img,
    #gallery li,
    .LR .all_list a {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    #gallery li {
        width: calc(25% - 12px) !important;
        margin: 10px 5px !important;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important
    }

    .fatfooter,
    .botLink,
    #goTop,
    #header,
    #footer,
    div.LR aside.nm,
    .intop_tit,
    .RF_link,
    .ico_files,
    .file_list,
    #units,
    .ico_back,
    div.LR.first_list aside.sm {
        display: none !important;
    }

    .RP .details {
        width: 100% !important;
        padding: 2% !important;
        padding-top: 0 !important;
        box-sizing: border-box !important
    }

    .data_box {
        margin-top: 0;
    }

    #main.in_bg {
        background: none !important;
        padding: 0 !important;
    }

    div.LR article.RP {
        width: 100% !important;
        max-width: 100% !important;
    }
	
 
		
		
	/*20210322*/
	#wrapper #banner{ max-height:50vh; position:relative; overflow:hidden}
	#wrapper #banner .listshow a{
		max-height:50vh !important;
		padding-bottom:50vh !important;
		background-size:100% auto !important;}
	#banner .listshow a{ width:100vw !important;}
	#About h2, .box .Right .ico_st, .locations h4.dot_ico{ background-size:contain !important}
	
	#Services_2 .S_boxs a strong{ width:100% !important; height:0 !important; padding-bottom:60% !important; padding-top:50%;}
	#Services_2 .S_boxs a strong{ margin-top:10% !important;}
	#Services_2 .S_boxs a strong:before{ top:-20% !important}
	#banner .listshow a .t_box{
		display:block; width:80% !important; max-width:80VW !important;
		word-break:break-all !important;
		font-size:70% !important;transform: translate(0%,15%) !important; left:10px !important}
	#banner .listshow a .img{transform: scale(1)!important; }
	 					

}

