/* 
 *FATCHUN
 *PHP Website System
 *Copyright 2015-2019
 *Created by Jheng Chun Yang 
 *workjerrysv@gmail.com
 */
/*general*/
.hidden {
    visibility: hidden;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.container {
    /*max-width: 970px;*/
    max-width: 1100px;
    margin: auto;
}

.full {
    position: relative;
    clear: both;
}

.full:after {
    content: "";
    display: table;
    clear: both;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00aac6;
    text-decoration: none;
    cursor: pointer;
}

a[accesskey]{
    position: absolute;
    color:#0690a7;
}

.scrolled a[accesskey]{
    color:#f1f1f1;
}

a#AC[accesskey]{
    color:#f1f1f1;
}

a.sitemaplink {
    float: right;
    left: -43px;
    top: 3px;
    position: relative;
    letter-spacing: 2px;
}

#top_area1.scrolled a.sitemaplink {
    color: #77766b;
}

a[href="javascript:void(0)"] {
    cursor: default;
}

img, canvas {
    border: 0;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

button i {
    display: none;
}

body {
    background-color: #eee;
    margin: 0;
    font-size: smaller;
    font-family: "Microsoft YaHei", Arial;
}

body.home {
    overflow-x: hidden;
}

body.full {
    overflow: hidden;
}

.effects {
    position: fixed;
    top: -5000px;
    left: -4950px;
    width: 5900px;
    transform: rotate(-31deg);
    display: none;
    /* opacity: 0.80; */
}

.effects.active {
    display: block;
}

/*top_area1*/
#top_area1 {
    padding-bottom: 3px;
    width: 100%;
    height: 128px;
    z-index: 99999;
    position: fixed;
    box-shadow: 0 0 0 #000000;
    transition: background 0.5s, box-shadow 0.1s;
}

#top_area1.scrolled {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -22px 25px #000000;
}

.goto_content {
    padding: 0.5rem;
    color: #FFF;
    position: absolute;
    top: -2.5rem;
    left: 0;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

.goto_content:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    font-weight: 700;
}

.site_name {
    position: relative;
    z-index: 1;
    /* padding: 8px; */
    font-weight: bold;
    * padding: 8px 0;
    margin: auto;
}

.site_name img {
    width: 35%;
    /* height: 90px; */
    margin: 8px 8px 8px 16px;
    vertical-align: middle;
}

h1.site_name {
    overflow: hidden;
}

h1.site_name strong{
    position: absolute;
    width: 1px;
    height: 1px;
}

.navigate {
    position: relative;
    /* width: 100%; */
    top: 12px;
    /* right: 0; */
    z-index: 10;
    padding-top: 13px;
    background: none;
}

.navigate span {
}

.search_switch {
    position: absolute;
    right: 0;
    top: 10px;
    min-width: 47px;
    display: block;
    text-align: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.scrolled .search_switch {
    color: #868478 !important;
}

.search_switch span {
    font-size: large;
    margin: 7px 14px;
    display: block;
}

.search_switch_m {
    display: none;
    font-size: xx-large;
    line-height: 1;
    cursor: pointer;
}

.search_switch_m img {
    width: 100%;
}

.sidemenu {
    position: absolute;
    right: 0;
    /* width: 100%; */
    top: 21px;
    margin-right: 52px;
    z-index: 99;
}

.sidemenu > ul {
    height: 100%;
    text-align: right;
}

.sidemenu > ul > li {
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 11px;
}

.sidemenu > ul > li a {
    display: block;
    padding: 0;
}

.sidemenu > ul > li:hover a {
    background: none !important;
    color: inherit !important;
}

.sidemenu > ul > li span {
    vertical-align: middle;
    display: block;
    height: 34px;
    line-height: 32px;
    font-size: small;
    font-weight: bold;
}

.site_search {
    position: absolute;
    right: 6px;
    top: -37px;
    width: 319px;
    height: 38px;
    /* padding-top: 16px; */
    padding-right: 4px;
    display: none;
    z-index: 999;
    text-align: right;
}

.site_search.active {
    display: block;
}

.site_search.active .btn{
    margin-top: 8px;
}

.site_search input {
    width: 50%;
    box-shadow: none;
    /* border-bottom: 1px solid; */
    border: none;
    font-size: medium;
    line-height: 30px;
    vertical-align: top;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    letter-spacing: 2px;
    font-family: "Microsoft YaHei";
    color: #000000;
    margin-top: 3px;
}

.site_search label {
    font-size: medium;
    line-height: 30px;
    top: 4px;
    left: -8px;
    position: relative;
    color: #464646;
    letter-spacing: 2px;
}

.site_search img {
    width: 27px;
    height: 27px;
    margin: 2px 2px;
    cursor: pointer;
}

.site_search .btn {
    cursor: pointer;
    font-size: large;
    padding: 2px 0px;
    width: 27px;
    /* height: 27px; */
    margin: 2px 0px 2px 2px;
    color: #464646;
    vertical-align: top;
    text-align: center;
    border: none;
    background: transparent;
}

.menu_switch {
    position: absolute;
    text-align: center;
    right: 3%;
    top: 34px;
    cursor: pointer;
    display: none;
    z-index: 10;
    border: 2px solid;
    color: white;
}

.scrolled .menu_switch, .navigate.active .menu_switch {
    color: #868478 !important;
}

.menu_switch span {
    font-size: large;
    width: 31px;
    padding: 5px 6px 3px;
}

.menu_switch span.open, .menu_switch.active span.close {
    display: block;
}

.menu_switch span.close, .menu_switch.active span.open {
    display: none;
}

/*top_area2*/
#top_area2 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#top_area2 .container {
    width: 100%;
    max-width: 100%;
}

#top_area2 .container .banner {
    height: 128px;
    opacity: 1;
}

#top_area2.scrolled .container .banner {
    opacity: 0;
    transition: opacity 1s;
}

.home #top_area2.scrolled .container .bannerg {
    display: block;
}

#top_area2 .container .banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-shadow: inset 0 400px 200px -200px rgba(0, 45, 53, 0.52);
    z-index: 1;
}

.home #top_area2 .container .banner {
    height: 100vh;
    overflow: hidden;
    opacity: 1;
}

.home #top_area2 .container .banner:after {
    position: relative;
    box-shadow: inset 0 200px 200px -200px rgba(255, 255, 255, 0.52);
}

.home #top_area2 .banner .container {
    max-width: 1200px;
}

.banner {
    position: relative;
    /* background: #006f82; */
    opacity: 1;
}

.banner .content {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #008197;
}

.home .banner .content {
    position: relative;
    height: 100%;
    padding-left: 0;
    z-index: 0;
}

/*tag type*/
.banner .content a > img, .banner .content a > iframe {
    width: 100%;
    height: 100%;
    background: white;
    vertical-align: middle;
    margin: 0;
    border: none;
}

/*background-img type*/
.banner .content a {
    position: absolute;
    display: block;
    width : 100%;
    height: 100%;
    z-index: 0;
}

.banner .content a:focus:before {
    content: '';
    position: absolute;
    : 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted;
    z-index: 999;99; */
}

.banner .content a.active {
    z-index: 1;
}

.banner .content a > div {
    width: 100%;
    position: relative;
    height: 190px;
}

.home .banner .content a > div {
    height: 100%;
    position: absolute;
}

.banner .content a > div .dummy {
}

.banner .content a > div .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    opacity: 0.85;
    height: 0;
}

.banner .content a > div img, .banner .content a > div iframe {
    width: 100%;
    height: 0;
    background: white;
    vertical-align: middle;
    margin: 0;
    border: none;
    position: absolute;
}

.banner .content a.active > div img, .banner .content a.active > div iframe, .banner .content a.active > div .img, .banner .content a.active > div .dummy {
    height: 100%;
    opacity: 1;
    transition: opacity 1s;
}

.banner .content a.active > div .dummy {
}

.banner .btn.left, .banner .btn.right {
    position: absolute;
    top: 0;
    bottom: 37px;
    margin: auto;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: none;
}

.banner .btn img {
    height: 100%;
    width: 100%;
}

.banner .btn.left {
    left: 20px;
}

.banner .btn.right {
    right: 20px;
}

.banner .control {
    display: block;
    width: 100%;
    height: 120px;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.banner .control .container {
    background: #006f82dd;
    height: 100%;
}

.banner .control .btn_control {
    position: absolute;
    bottom: 0;
    z-index: 99999;
}

.banner .control .btn_control button {
    display: block;
    border: none;
    color: white;
    background: #006f82dd;
    margin-bottom: 15px;
    padding-right: 15px;
    height: 30px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.banner .control .btn_control button[aria-pressed="true"] {
  color: #ffdfba;
}

.banner .control .btn_control button span{
    display: inline-block;
    width: 20px;
}

.banner .control .btn_text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 170px;
    top: -51px;
    width: 25%;
    border: 1px solid;
    margin: 0 3%;
    user-select: none;
    -webkit-user-select: none;
}

.banner .control .btn_text:nth-child(1) {
    border-color: #acb0bd;
}

.banner .control .btn_text:nth-child(2) {
    border-color: #f15a24;
}

.banner .control .btn_text:nth-child(3) {
    border-color: #00a99d;
}

.banner .control .btn_text:hover, .banner .control .btn_text.active {
    background: rgba(0, 0, 0, 0.54);
}

.banner .control .btn_text_top {
    color: white;
    height: 70%;
    text-align: left;
    padding: 68px 10px 0;
    transition: padding-top 1s;
}

.banner .control .btn_text_top:hover {
    padding: 2% 10px 0;
}

.banner .control .btn_text_bottom .btn_text_title {
    padding-top: 18px;
    padding-bottom: 13px;
}

.banner .control .btn_text_bottom .btn_text_desc {
    padding-top: 2px;
    line-height: 17px;
}

.banner .control .btn_text_bottom, .banner .control .btn_text.active:hover .btn_text_bottom {
    position: relative;
    z-index: 1;
    margin-top: 0;
    color: white;
    height: 72%;
    padding: 0 10px 0;
    transition: margin-top 1s;
}

.banner .control .btn_text:hover .btn_text_top, .banner .control .btn_text.active .btn_text_top {
    padding: 3px 10px 0;
    transition: padding-top 1s;
}

.banner .control .btn_text:hover .btn_text_bottom:hover, .banner .control .btn_text.active .btn_text_bottom {
    /* margin-top: -23%; */
    margin-top: -67.5px;
    transition: margin-top 1s;
    position: relative;
    z-index: 999;
}

.banner .control .btn_text:nth-child(1) .btn_text_top, .banner .control .btn_text:nth-child(1) .btn_text_top a {
    color: #ffffff;
}

.banner .control .btn_text:nth-child(2) .btn_text_top, .banner .control .btn_text:nth-child(2) .btn_text_top a {
    color: #ffffff;
}

.banner .control .btn_text:nth-child(3) .btn_text_top, .banner .control .btn_text:nth-child(3) .btn_text_top a {
    color: #ffffff;
}

.banner .control .btn_text:nth-child(1) .btn_text_bottom {
    background: #737272;
}

.banner .control .btn_text:nth-child(2) .btn_text_bottom {
    background: #d83900;
}

.banner .control .btn_text:nth-child(3) .btn_text_bottom {
    background: #00837a;
}

.banner .control .btn_text_top .btn_text_title {
    position: relative;
    line-height: 1.6;
}

.banner .control .btn_text_top .btn_text_title div {
    display: table;
}

.banner .control a.phone_only {
    display: none;    
}

.banner .control .btn_text_link {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -3px;
    right: 0px;
    z-index: 9;
}

.banner .control .btn_text_link_desc {
    display: none;    
}

.banner .control .btn_text_link.active {
    /* display: block; */
}

.banner .control .btn_text_link:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    width: 18px;
    height: 18px;
    border: 1px dashed;
    border-radius: 32%;
}

.banner .control .btn_text_link:after {
    content: '';
    position: absolute;
    top: -4px;
    bottom: 0;
    right: -2px;
    left: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    transform: rotate(-45deg);
    border-radius: 10%;
}

.banner .control .btn_text div:hover .btn_text_bottom a {
    background: white;
}

.banner .control .btn_text div:hover .btn_text_link {
}

.banner .control .btn_text_desc {
    padding: 12px 0;
    /* height: 65px; */
    overflow: hidden;
    font-size: smaller;
    letter-spacing: 1px;
    text-align: left;
    line-height: 19px;
}

.banner .control .btn_text a {
    color: white;
}

.banner .btn.bottom {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 50%;
    margin: 15px 5px;
    cursor: pointer;
}

.banner .btn.bottom.active {
    background: #ff5f00;
}

/*top_area3*/
#top_area3 {
    position: relative;
    z-index: 99999;
}

#top_area3 .full {
    border-bottom: 1px solid #eee;
}

.menu {
    position: relative;
    width: 100%;
    /* top: 51px; */
}

.menu:after {
    content: '';
    display: table;
    clear: both;
}

.menu .pic {
    /* position: absolute; */
    min-height: 40px;
    z-index: 10;
    margin-right: 4%;
}

.menu .pic img {
    width: 31%;
    vertical-align: top;
}

#top_area1 .menu .pic img:nth-child(2), #top_area1 .menu .navigate img:nth-child(2) {
    display: none;
}

#top_area1.scrolled .menu .pic img:nth-child(1), #top_area1.scrolled .menu .navigate img:nth-child(1), #top_area1 .menu .navigate.active img:nth-child(1) {
    display: none;
}

#top_area1.scrolled .menu .pic img:nth-child(2), #top_area1.scrolled .menu .navigate img:nth-child(2), #top_area1 .menu .navigate.active img:nth-child(2) {
    display: inline;
}

.menu > ul > li {
    position: relative;
    display: table-cell;
    min-width: 11.5%;
    max-width: 13%;
    box-shadow: inset -1px 1px 0 0px, inset 0px -1px 0 0px;
    font-family: "Microsoft JhengHei";
    font-size: medium;
}

.menu > ul > li.etc {
    display: none;
}

.menu > ul > li.lang {
    box-shadow: none;
    width: 47px;
    /* text-shadow: 1px 0; */
    /* padding-left: 15px; */
}

.menu > ul > li:hover {
    /* box-shadow: -7px 0px 0 -7px; */
}

.menu > ul > li span.toggle {
    display: block;
    width: 55px;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 11px;
}

.menu > ul > li span.toggle button{
    border: none;
    background: transparent;
    padding: 0;
}

.menu > ul > li span.toggle img {
    width: 56%;
    margin: auto;
    display: none;
}

.menu > ul > li span.toggle img:nth-child(1), .menu > ul > li span.toggle.active img:nth-child(2) {
    display: block;
}

.menu > ul > li span.toggle.active img:nth-child(1), .menu > ul > li span.toggle img:nth-child(2) {
    display: none;
}

.menu > ul > li >a > span.hidden {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.menu > ul > li >a > span {
}

.menu > ul {
    position: absolute;
    top: 56px;
    height: 32px;
    right: 0;
    width: 67%;
    /* padding-left: 33%; */
    display: table;
    text-align: right;
    z-index: 99;
}

.menu > ul > li > ul {
    display: none;
	margin-top: 1px;
    *margin: 0;
    *width: 120px;
}

.menu > ul > li:hover > ul {
    position: absolute;
    display: block;
    /* background-color: white; */
    width: 100%;
}

.menu > ul > li:first-of-type {
    box-shadow: inset -1px 1px 0 0px, inset 1px -1px 0 0px;
}

.menu li a {
    padding: 6px 2px 6px 6px;
    position: relative;
    display: block;
    text-align: center;
    font-size: medium;
    letter-spacing: 3px;
    /* text-indent: 3px; */
    font-weight: bold;
    /* white-space: nowrap; */
    line-height: 1.4;
}

.scrolled .menu li {
    color: #868478;
}

.scrolled .menu li a {
    color: #77766b;
}

.menu li li {
    /* display: table-row; */
    box-shadow: inset -1px 0px 0 0px, inset 1px -1px 0 0px;
    background: white;
}

.menu li li a {
    letter-spacing: 3px;
    /* text-decoration: underline; */
    font-weight: normal;
    line-height: 1.7;
    /* border: 1px solid; */
    border-bottom: 0;
}

.menu li:hover li a {
    /* background: white; */
    color: #a96601;
}

.menu li li:first-child a {
}

.menu li li:last-child a {
    /* padding-bottom: 12px; */
    /* border-bottom: 1px solid; */
}

.menu li li:hover a {
    font-weight: bold;
}

.menu li li+li a {
    /* box-shadow: inset 0px 1px #ddd; */
}

.menu .btn.scroll {
    display: none;
    position: absolute;
    right: 0;
    margin-top: -30px;
    width: 20px;
    height: 30px;
    padding-left: 5px;
    line-height: 32px;
    background: white;
    color: silver;
}

/*search*/
.search {
    width: 100%;
    padding-top: 191px;
    padding-bottom: 100px;
    padding-left: 150px;
    display: none;
}

.search.active {
    display: block;
}

.search:after {
    content: '';
    display: table;
    clear: both;
}

.search .btn {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 81px;
    margin: 8px 15px;
}

.search .btn {
    cursor: pointer;
}

.search .btn img {
    width: 85%;
    margin-top: 2px;
}

.search div {
    width: 70%;
    margin-right: 60px;
    position: absolute;
    top: 81px;
}

.search input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid;
    width: 90%;
    height: 56px;
    line-height: 55px;
    font-size: xx-large;
    outline: none;
    position: relative;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    position: relative;
    right: -30px;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.12);
}

.search div > img {
    width: 35px;
    height: 35px;
    margin: 10px 6px;
    float: right;
}

/*bottom_area*/
#bottom_area {
    /* margin-top: -45px; */
}

#bottom_area .top {
    position: fixed;
    margin: auto;
    bottom: 150px;
    width: 35px;
    height: 35px;
    right: 10%;
    cursor: pointer;
    display: none;
    z-index: 1010;
    border: none;
    background: transparent;
}

#bottom_area .top.active {
    display: block;
}

#bottom_area .top img {
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    background: white;
    border-radius: 3px;
    padding-top: 2px;
}

#bottom_area img {
    margin-bottom: 3px;
}

#bottom_area .sitemap {
    /* border-top: 1px solid; */
    padding: 30px 5px 15px;
    text-align: center;
}

#bottom_area .sitemap .btn.close {
    display: none;
}

#bottom_area .sitemap ul {
    display: inline-block;
    width: 14%;
    padding: 0 0%;
    color: white;
    vertical-align: top;
}

#bottom_area .sitemap ul a {
    color: white;
    font-size: small;
}

#bottom_area .sitemap ul li {
    /* display: inline-block; */
    padding: 7px 5px;
    letter-spacing: 4px;
    text-decoration: none;
}

#bottom_area .sitemap ul li:first-child {
    letter-spacing: 8px;
    font-size: small;
    font-weight: bold;
    /* text-decoration: underline; */
    /* box-shadow: 0px 1px white; */
    margin-bottom: 12px;
}

#bottom_area .sitemap ul li:first-child a, #bottom_area .sitemap ul li:first-child b {
    padding-left: 6px;
    /* border-bottom: 1px solid; */
    box-shadow: 0 5px 0 -4px;
    padding-bottom: 8px;
}

.web-info {
    padding: 40px 35px 25px 0;
    text-align: center;
    word-break: break-word;
}

.web-info > div {
    display: inline-block;
    vertical-align: top;
    z-index: 1000;
    position: relative;
}

.web-info > div.left {
    width: 30%;
    padding: 0 22px;
}

.web-info > div.right {
    /* width: 70%; */
    /* text-align: left; */
    /* line-height: 1.7; */
    /* padding-left: 20px; */
}

.web-info > div > div {
    margin: 0px 0 10px;
}

.web-info > div > div.r_1 {
    display: none;
}

.web-info > div > div.r_2 {
    color: white;
    letter-spacing: 1px;
    padding-top: 20px;
}

.web-info > div > div.r_3 {
    color: white;
}

.web-info > div.right b {
    margin: 0 10px 0 0;
    font-size: small;
}

.web-info > div.right span {
    font-size: small;
    margin: 0 8px 0 0px;
    color: white;
}

.web-info > div.right span a {
    color: white;
    border-bottom: 1px dotted #ddd;
}

.web-info > div.left img {
    width: 100%;
}

.web-info > div.right img {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
}

/*main*/
#main_area {
    padding-top: 40px;
}

#main_area .container {
    /* padding-top: 42px; */
    padding-bottom: 60px;
    min-height: 700px;
}

#main_area .full {
    /*margin: 0 auto;
    max-width: 1200px;
    min-height: 500px;*/
}

#main_area .breadcrumbs {
    padding: 0% 2% 0px;
    font-size: small;
    letter-spacing: 5px;
    position: relative;
    left: 0;
    z-index: 9999;
    float: left;
}

#main_area .breadcrumbs ul {
    /* padding: 10px 4px; */
    width: 10px;
    margin: 10px;
}

#main_area .breadcrumbs ul:after {
    content: '';
    display: table;
    clear: both;
}

#main_area .breadcrumbs li {
    float: left;
    width: 10px;
    max-height: 180px;
    margin: 0px 15px 12px 7px;
    writing-mode: tb-rl;
    display: inline-block;
}

#main_area .breadcrumbs li a {
    color: #00395e;
}

#main_area .breadcrumbs li a span {
    font-size: inherit !important;
    color: inherit !important;
}

#main_area .breadcrumbs li a b {
    font-weight: normal;
}

#main_area .breadcrumbs li:first-child {
    margin-left: 9px;
    margin-top: ;
}

#main_area .breadcrumbs li:after {
    /*content: '';*/
    /* padding: 0 5px; */
}

#main_area .breadcrumbs li:first-child:after {
    /*content: '|'; */
    /*padding: 0 15px; */
}

#main_area .breadcrumbs li:last-child:after {
    content: '';
}

#main_area .breadcrumbs li img {
    width: 20px;
    height: 20px;
}

#main_area .breadcrumbs span.angle {
    /* width: 10px; */
    /* height: 10px; */
    float: left;
    margin: 0px 3px 12px;
    border-top: 10px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    color: #00aac6;
}

#main_area .breadcrumbs span.angle:last-child {
    display: none;
}

#main_area .tag {
    color: #008197;
    font-weight: bold;
    letter-spacing: 5px;
    min-height: 0;
}

#main_area .tag > div {
    padding: 1% 4% 0 4%;
    margin: 0% 6%;
}

#main_area .title {
    padding: 0% 4% 0 4%;
    margin: 0% 6% -4px;
    font-size: xx-large;
    font-weight: normal;
    word-wrap: break-word;
    letter-spacing: 7px;
}

#main_area .subtitle {
    padding: 9px 12px 9px 12px;
    font-size: medium;
    word-break: break-word;
    font-weight: ;
    * background: transparent !important;
    /* height: 60px; */
    /* overflow: hidden; */
}

#main_area .content {
    position: relative;
    white-space: normal;
    word-break: break-word;
    line-height: 1.7;
}

#main_area .content:after {
    content: '';
    display: table;
    clear: both;
}

#main_area .content .docs a {
    padding: 3px;
    margin: 0 2px;
    font-size: small;
    display: inline-block;
}

#main_area .content a.none {
    color: black;
    text-decoration: none;
    cursor: default;
}

#main_area .content .text {
    height: 98px;
    overflow: hidden;
    padding: 0 4px;
}

#main_area .type_content .content a {
    text-decoration: underline;
    color: #017e93;
}

#main_area .content ul {
    margin: inherit;
    list-style: inherit;
    padding-left: 40px;
}

#main_area .list_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    /* box-shadow: inset 0 0 0 5px white; */
}

/*home list*/
.list a {
}

.list > div {
    border: 1px solid white;
    background: white;
}

.list {
    padding: 20px 22px 20px;
    width: 30%;
}

.list:nth-child(1) {
    width: 33.333333333333333%;
}

.list:nth-child(2) {
    width: 33.333333333333333%;
}

.list:nth-child(3) {
    width: 33.333333333333333%;
}

.list .content {
    padding: 3px;
    /* padding-bottom: 70px; */
    /* height: 337px; */
    margin-top: 13px;
    /* margin-bottom: 13px; */
}

.list .content > div {
    height: 100%;
}

.list .subtitle {
    /* margin-bottom: 7px; */
}

.list .detail {
    margin-top: 4px;
}

#main_area .list a {
    text-decoration: none;
}

.list ul {
    *margin: 0;
}

.list li {
    /* border-bottom: 1px solid #ddd; */
}

.list li:last-child {
    border: none;
}

.list .list_img {
    width: 100%;
    /* margin: 0px 0 7px 0; */
}

.list .list_cont {
    width: 100%;
    white-space: pre-line;
    word-wrap: break-word;
    margin-top: 3px;
}

.list img, .list iframe {
    vertical-align: middle;
    width: 100% !important;
    height: auto !important;
}

.list .more {
    display: block;
    text-align: center;
}

/*type_home*/
/*type_list*/
.type_list {
    padding: 3% 4% 3% 4%;
    margin: 0% 6% 2%;
    position: relative;
    z-index: 8;
    background: #f7fcfd;
}

.home .type_list {
    padding: 0;
    background: transparent;
}

.type_list:after {
    content: '';
    display: table;
    clear: both;
}

/*type_list block*/
.type_list .block {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.type_list .block1 {
    margin-bottom: 60px;
}

.type_list .block1 .btn_scroll {
    position: absolute;
    display: block;
    height: 100%;
    width: 50px;
    padding-top: 58px;
    top: 0;
    text-align: center;
    z-index: 1;
}

.type_list .block1 .btn_scroll.left {
    left: -60px;
}

.type_list .block1 .btn_scroll.right {
    right: -60px;
}

.type_list .block1 .btn_scroll > button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 47px;
    font-size: xxx-large;
    color: #c7b299;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    background: transparent;
}

.type_list .block1 .btn_scroll > button:hover {
    background: #eee;
}

.type_list .block1 ul {
    white-space: nowrap;
    overflow: hidden;
    /* overflow-x: scroll; */
    margin-right: 7px;
    padding-top: 1px;
}

.type_list .block ul::-webkit-scrollbar {
    display: none;
}

.type_list .block2 .title {
    position: absolute;
    left: 4%;
    top: 4%;
}

.type_list .block2 ul {
    padding: 8% 5% 5%;
    background: #ddf1f3;
}

.type_list .block2 ul:after {
    content: '';
    clear: both;
    display: table;
}

.type_list .block2 li {
    /* float: left; */
    box-shadow: 0 0 0 1px #e5eff5;
    padding: 0;
    margin: 0 1.5%;
}

.type_list .block2 li:nth-child(1) {
    width: 33%;
    margin-top: 6%;
    margin-left: 3%;
}

.type_list .block2 li:nth-child(2) {
    width: 20%;
}

.type_list .block2 li:nth-child(3) {
    width: 35%;
    margin-top: 14%;
    margin-bottom: 2%;
}

.type_list .block2 li:nth-child(4) {
    float: left;
    width: 46%;
    margin-left: 13%;
    margin-top: -30.5%;
    margin-bottom: 3%;
}

.type_list .block2 li:nth-child(5) {
    width: 32%;
    margin-left: 10%;
}

.type_list .block2 li:nth-child(6) {
    width: 40%;
}

.type_list .block2 li:nth-child(1) .image .dummy {
    padding-top: 52%;
}

.type_list .block2 li:nth-child(2) .image .dummy {
    padding-top: 115%;
}

.type_list .block2 li:nth-child(3) .image .dummy {
    padding-top: 123%;
}

.type_list .block2 li:nth-child(4) .image .dummy {
    padding-top: 65%;
}

.type_list .block2 li:nth-child(5) .image .dummy {
    padding-top: 58%;
}

.type_list .block2 li:nth-child(6) .image .dummy {
    padding-top: 46%;
}

.type_list .block2 .tag, .type_list .block2 .date, .type_list .block2 .abstract {
    display: none;
}

#main_area .type_list .block2 .image {
    width: 100%;
    float: none;
}

#main_area .type_list .block2 .no_image {
    position: absolute;
    bottom: 0;
    width: 70%;
    max-height: 100%;
    /* height: 41px; */
    overflow: hidden;
    padding: 0 !important;
    background: rgba(229, 239, 245, 0.89);
}

#main_area .type_list .image {
    /* height: 250px; */
    width: 30%;
    float: left;
    display: block;
    line-height: 150px;
}

#main_area .type_list .no_image {
    position: relative;
}

#main_area .type_list .no_image > div {
    vertical-align: top;
}

#main_area .type_list .no_image2 {
    position: relative;
    clear: both;
    /* border-top: 1px solid #c7b299; */
    /* border-bottom: 1px solid #c7b299; */
    box-shadow: 0 0 0px 1px #868478;
    padding: 4px 15px 4px;
}

#main_area .type_list .img .no_image2:before {
    content: '';
    position: absolute;
    top: -13px;
    margin: 0px 3px 12px;
    border-bottom: 12px solid;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    color: #868478;
}

#main_area .type_list .img .no_image2:after {
    content: '';
    position: absolute;
    top: -12px;
    margin: 0px 3px 12px;
    border-bottom: 12px solid;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    color: #f4fbfc;
}

#main_area .type_list .no_image2 .title {
    padding: 0px 0px 0px;
    font-size: medium;
    position: relative;
    top: 0;
    color: #003951;
    letter-spacing: 5px;
    /* text-shadow: 1px 0px; */
    width: 100%;
    padding-right: 210px;
    margin: 0;
    font-weight: bold;
}

#main_area .type_list .no_image2 .title > span{
    line-height: 1.5;
}

#main_area .type_list .col + .img .tag {
    /* display:block; */
}

#main_area .type_list .col + .img .no_image, #main_area .type_list .col + .img .image {
    /* padding-top: 36px; */
}

#main_area .type_list .col.img + .col.img > div {
    /* border-top: none; */
    /* border-bottom: none; */
    /* padding-top: 0; */
}

#main_area .type_list .img + .img .no_image, #main_area .type_list .img + .img .image {
    padding-top: 0;
}

#main_area .type_list .img .no_image {
    padding-left: 30%;
}

.type_list .col {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    /* padding: 0 13px; */
    display: none;
}

.type_list .col.active {
    display: inline-block;
}

.home .type_list .col {
    display: inline-block;
    padding: 0;
}

.type_list .img.col_3 {
    margin-bottom: 12px;
}

.home .type_list .img.col_3 {
    /* border: 1px solid #868478; */
    padding: 0;
}

.home #main_area .type_list .title {
    margin: 0 0 22px;
    padding: 0px 5px;
    /* margin-top: 22px; */
    /* text-align: center; */
    color: #868478 !important;
    font-size: x-large;
}

.home .type_list .title span {
    /* vertical-align: middle; */
}

.type_list .title img {
    width: 180px;
}

.type_list .tag_tab {
    padding: 12px 0 2%;
}

.type_list .tag_tab span {
    /* padding: 6px 12px 6px 16px; */
    margin-bottom: 12px;
    border: 1px solid #00aac6;
    box-shadow: 1px 0 #00aac6;
    border-right: none;
    display: inline-block;
}
.type_list .tag_tab span button {
    border: none;
    background: transparent;
    letter-spacing: 4px;
    padding: 6px 12px 6px 16px;
    cursor: pointer;
    color: #737373;
}

.type_list .tag_tab span:last-child {
    /* border-right: 1px solid #00aac6; */
}

.type_list .tag_tab span.active button{
    background: #008197;
    color: white;
}

.type_list .tag {
    position: relative;
    top: 1px;
}

#main_area .type_list .tag > div {
    overflow: hidden;
    font-size: small;
    /* font-weight: normal; */
    position: relative;
    z-index: 9;
    color: #003951;
    padding: 0;
    margin: 0;
}

.type_list .tag > div.none {
    /* display: none; */
}

.type_list .img .tag > div {
    /* display: block; */
    /* float: none; */
    /* width: auto; */
    /* padding: 0; */
    /* height: auto; */
}

.type_list .block2 .img .tag > div {
    padding: 4px 0 5px 8px;
}

.type_list .img .tag span {
    display: block;
    position: relative;
    margin: unset;
    /* line-height: 1; */
}

.type_list .tag span {
    /* display: table; */
    position: relative;
    bottom: 0;
    margin: auto;
}

.type_list .date {
    padding: 7px 16px 7px;
    font-size: small;
    line-height: 12px;
    z-index: 7;
    text-align: right;
}

.type_list .img .date {
    padding: 13px 16px 0px;
}

.type_list .block2 .img .date {
    /* padding: 4px 8px 0 20px; */
    padding: 13px 16px 0px;
}

#main_area .type_list .subtitle {
    position: relative;
    letter-spacing: 4px;
    font-size: medium;
    display: inline-block;
    width: 78%;
    /* padding: 15px 12px 15px 28px; */
    font-weight: bold;
}

#main_area .type_list .no_img .subtitle {
    width: 100%;
}

#main_area .type_list .img .subtitle {
    width: 72%;
}

#main_area .type_list .subtitle > span {
    max-width: 89%;
    display: inline-block;
}

#main_area .type_list .img .subtitle {
    font-size: medium;
    padding: 36px 26px 0;
    border: none;
    width: 100%;
    line-height: 25px;
}

#main_area .type_list .block2 .img .subtitle {
    font-size: small;
    letter-spacing: 3px;
    padding: 4px 8px 2px 8px;
}

#main_area .type_list .img .subtitle > span {
    /* text-decoration: underline; */
    /* padding-bottom: 9px; */
    display: inline-block;
    max-width: 100%;
}

#main_area .type_list .img .more1 {
}

#main_area .type_list .more1 {
}

#main_area .type_list .abstract div {
    position: relative;
    font-size: medium;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 3px;
    padding: 16px 15px 16px;
    white-space: pre-line;
    /* top: 8px; */
}

.home #main_area .type_list .abstract div {
    padding: 0px 0px 0px 0px;
    font-size: small;
    top: 8px;
}

#main_area .type_list .docs div {
    padding: 0 13px 6px;
}

#main_area .type_list .desc {
    /* margin-top: 4px; */
    /* background: white; */
    padding: 0 0 40px;
    font-size: medium;
    line-height: 1.7;
    font-family: "Microsoft JhengHei", "Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;
}

#main_area .type_list a {
    text-decoration: none;
    color: #017e93;
}

#main_area .type_list a.more {
    display: block;
    /* text-align: center; */
    float: right;
    margin-top: 10px;
    margin-right: -7px;
    position: relative;
}

#main_area .type_list .block2 a.more {
    position: absolute;
    padding: 0 3px;
    top: 8%;
    left: 4%;
}

#main_area .type_list a.more img {
    width: 180px;
    max-width: 180px;
    /* margin-top: 3px; */
    /* margin-bottom: 33px; */
    vertical-align: middle;
}

#main_area .type_list .col > div {
    /* border-top: 1px solid; */
    /* border-bottom: 1px solid; */
    /* border: 1px solid #c7b299; */
    box-shadow: 0 0 0px 1px #868478;
}

.home #main_area .type_list .col > div {
    box-shadow: 0 0 0px 1px #868478;
}

#main_area .type_list .col.last > div {
    /* border-bottom: 1px solid; */
}

#main_area .type_list .col:last-child > div {
    /* border-bottom: 1px solid; */
}

#main_area .type_list .col + .col.img > div {
    /* border-top: 1px solid; */
    /* border-bottom: none; */
    /* padding-top: 36px; */
}

#main_area .type_list .col > div:after {
    content: '';
    display: table;
    clear: both;
}

#main_area .type_list .col.img > div {
    /* border-top: none; */
    /* border-bottom: none; */
}

#main_area .type_list .col.img.first > div {
    /* border-top: none; */
    /* padding-top: 0; */
}

.col {
    * width: 30%;
    vertical-align: top;
    letter-spacing: 2px;
    margin-top: -1px;
}

.col img, .col iframe {
    width: 100%;
    height: auto !important;
    /* margin-bottom: 4px; */
    vertical-align: middle;
}

.col .more1 {
    width: 190px;
    right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.col .more2 {
    width: 110px !important;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.col .item {
    padding: 3px;
    /* padding-bottom: 70px; */
    /* height: 337px; */
    background: white;
    margin-top: 13px;
    /* margin-bottom: 13px; */
}

.col .item .title {
    background: gray;
    padding: 5px;
    color: white;
}

.col .item .content {
    white-space: pre-line;
    word-wrap: break-word;
}

.col_1 {
    width: 100%;
}

.col_2 {
    width: 47%;
}

.col_3 {
    width: 28%;
    display: inline-block;
    margin: 1%;
    margin-bottom: 20px;
}

.col_4 {
    width: 22%;
}

.col_5 {
    width: 20%
}

.col_3753_0 {
    width: 46.666666666666667%
}

.col_3753_1 {
    width: 33.333333333333333%
}

.col_3753_2 {
    width: 20%
}

.home .col_1 {
    width: 100%;
}

#main_area .type_list .col_3:last-child > div {
    border-bottom: none;
}

#main_area .type_list .col_3.img > div {
    /* border-top: none !important; */
    /* padding-top: 0 !important; */
}

.home #main_area .type_list .img .image {
    width: 100%;
    padding-top: 0;
    float: none;
    line-height: inherit;
}

.home #main_area .type_list .img .no_image {
    padding-left: 0%;
    padding-top: 0;
}

.home #main_area .type_list .tag > div {
    /* display: block; */
    float: none;
    width: auto;
    padding: 8px 0 0 12px;
    height: auto;
    color: #868478;
}

.home #main_area .type_list .subtitle {
    width: 100%;
    margin-top: 0;
    padding: 3px 12px 16px 12px;
}

#main_area .type_list .date {
}

#main_area .type_list .tag + .date {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 16px;
    /* padding: 16px 12px 5px; */
    /* display: inline-block; */
    /* height: 25px; */
}

#main_area .type_list .col_3 .more2 {
}

/*type_content*/
.type_content {
    padding: 3% 4% 3% 4%;
    margin: 0% 6%;
    position: relative;
    z-index: 1001;
    background: #f7fcfd;
}

.type_content .title {
}

.slide .type_content {
    z-index: 1002;
}

.type_content:after {
    content: '';
    display: table;
    clear: both;
}

.type_content .date {
    padding: 30px 2px 13px;
    font-size: small;
    float: left;
    color: #333;
}

.type_content img {
    float: left;
    /* border: 6px solid white; */
    /* margin: 0px 10px 10px 0px; */
    padding: 9px 0;
    width: 100%;
    max-width: 70%\9;
}

.type_content .content {
    font-size: medium;
    margin-top: 0;
    font-family: "Microsoft JhengHei", "Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;
    /* padding: 30px 0; */
}

.type_content .content table {
    width: auto !important;
}

.type_content iframe {
    width: 100%;
    height: 460px;
    margin: 9px auto;
    display: block;
}

.type_content .share {
    float: right;
    padding-top: 12px;
    padding-right: 20px;
}

.type_content .share img {
    width: 33px;
    height: 32px;
    margin: 0 3px;
    padding: 3px;
    float: none;
}

.type_content .share:after {
    content: '';
    display: table;
    clear: both;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .type_content img {
        max-width: 100%;
        float: none;
    }
}

/*type_sitemap*/
.type_sitemap {
    padding: 3% 4% 3% 4%;
    margin: 0% 6% 2%;
    position: relative;
    z-index: 1001;
    background: #f7fcfd;
}

.type_sitemap a {
    color: #017e93;
}

.type_sitemap .sitemap {
    /* border-top: 1px solid; */
    padding: 30px 5px 15px;
    text-align: center;
    color: #757369;
}

.type_sitemap .sitemap .desc {
    text-align: left;
    font-size: medium;
    margin-bottom: 30px;
    padding: 0 3%;
}

.type_sitemap .sitemap ul {
    display: inline-block;
    width: 16%;
    padding: 0 0%;
    /* color: white; */
    vertical-align: top;
}

.type_sitemap .sitemap ul a {
    /* color: white; */
    font-size: medium;
}

.type_sitemap .sitemap ul li {
    /* display: inline-block; */
    padding: 7px 5px;
    letter-spacing: 4px;
    text-decoration: none;
}

.type_sitemap .sitemap ul li:first-child {
    letter-spacing: 8px;
    font-size: medium;
    font-weight: bold;
    /* text-decoration: underline; */
    /* box-shadow: 0px 1px white; */
    margin-bottom: 12px;
}

.type_sitemap .sitemap ul li:first-child a, 
.type_sitemap .sitemap ul li:first-child b {
    padding-left: 6px;
    /* border-bottom: 1px solid; */
    /* box-shadow: 0 5px 0 -4px; */
    padding-bottom: 8px;
    position: relative;
}

.type_sitemap .sitemap ul li:first-child a:before,
.type_sitemap .sitemap ul li:first-child b:before{
    content:'';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid;
    position: absolute;
    left: -9px;
    top: 6px;
} 

/*type_search*/
.type_search {
    padding: 3% 4% 3% 4%;
    margin: 0% 6% 2%;
    position: relative;
    z-index: 1001;
    background: #f7fcfd;
}

.type_search > div {
    padding: 2px 0;
    margin-left: 20px;
    margin-bottom: 9px;
    display: list-item;
    list-style-type: decimal;
}

.type_search > div a{
    color: #017e93;
}

/*type_embed*/
.type_embed iframe {
    /* width: 100%; */
    /* height: 500px; */
    /* margin: 10px 0; */
}

/*type_photos*/
.type_photos .desc {
    /* margin-bottom: 30px; */
    /* padding: 6px 3px; */
}

.type_photos .content .photos {
    position: relative;
    width: 100%;
    /* border: 1px solid #ccc; */
    padding: 9px 0px;
    /* background: #ddf1f3; */
    text-align: center;
}

.type_photos .content .photos > div {
    display: none;
    text-align: center;
    background: #f4f1ec;
    margin-bottom: 13px;
    /* width: 100%; */
}

.type_photos .content .photos > div.active {
    display: inline-block;
}

.type_photos .content .photos div img, .type_photos .content .photos div iframe {
    /* max-width: 100%; */
    height: 400px;
    /* background: white; */
    vertical-align: middle;
    border: none;
    padding: 0;
    float: none;
    margin: auto;
    width: auto;
}

.type_photos .content .photos div img {
    /* width: auto; */
}

.type_photos .content .photos div iframe {width: 560px;}

#main_area .type_photos .content .photos .subtitle {
    width: 100%;
    position: relative;
    color: #333;
    font-size: small;
    text-align: left;
    padding: 9px 14px;
    text-align: center;
    letter-spacing: 1px;
}

#main_area .type_photos .content .photos .subtitle:after {
    position: absolute;
    top: -10px;
    left: 15px;
    margin: 0px 3px 12px;
    border-bottom: 12px solid;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    color: #f4f1ec;
}

.type_photos .content .photos .btn {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 46px;
    top: -30px;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: xxx-large;
    border-radius: 39%;
    cursor: pointer;
    z-index: 99;
    display: block;
}

.type_photos .content .photos .btn.bottom {
    width: 13px;
    height: 13px;
    top: auto;
    background: #00aac6;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #f7fcfd;
}

.type_photos .content .photos .btn.bottom.active {
    background: #00395e;
}

.type_photos .content .photos .btn.left {
    left: 4%;
}

.type_photos .content .photos .btn.right {
    right: 4%;
}

.type_photos .content .photos .btn.slide {
    left: 3px;
    top: -29px;
    bottom: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: white;
    background: rgba(138, 138, 138, 0.47);
}

body.slide .type_photos .content .photos {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 888;
}

body.slide .type_photos .content .photos > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: black;
    z-index: 999;
}

body.slide .type_photos .content .photos img {
    padding: 0;
    z-index: 99999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

body.slide #main_area .type_photos .content .photos .subtitle {
    position: absolute;
    background: rgba(128, 128, 128, 0.47);
    z-index: 99999;
    color: white;
    bottom: 50px;
    display: inline-block;
    right: 0;
}

body.slide {
    overflow: hidden;
}

/*type_links*/
.type_links {
    padding: 3% 4% 3% 4%;
    margin: 0% 6% 2%;
    position: relative;
    z-index: 1001;
    background: #f7fcfd;
}

.type_links .sort {
    padding-top: 12px;
}

#main_area .type_links .sort .title {
    padding: 0 2px;
    margin: 0;
    font-size: large;
}

.type_links .content {
    /* padding: 15px; */
}

.type_links .sort a {
    vertical-align: middle;
}

.type_links .item {
    padding: 0%;
    margin: 1.5%;
    display: inline-block;
    width: 31.333333%;
    vertical-align: top;
    /* border: 1px solid #c7b299; */
    background: #f4f1ec;
}

.type_links .item span {
    position: relative;
    padding: 5px 10px;
    font-size: small;
    display: block;
    letter-spacing: 1px;
}

.type_links a:nth-child(3n) .item {
    margin-right: 0;
}

.type_links a:nth-child(3n + 1) .item {
    margin-left: 0;
}

.type_links img {
    /* border: 5px solid white; */
    width: 100%;
    vertical-align: top;
}

/*type_schedule*/
.type_schedule {
    margin: 0 30px;
}

.type_schedule .sort {
    margin-bottom: 30px;
    border: 1px solid white;
}

.type_schedule .sort .item {
}

.type_schedule .sort .title {
    font-weight: bold;
}

#main_area .type_schedule .sort .subtitle {
    height: auto;
}

.type_schedule .sort .content {
    *padding-bottom: 30px;
}

.type_schedule img {
    float: left;
    margin: 5px;
    margin-right: 10px;
    max-width: 99%;
    max-width: 70%\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .type_schedule img {
        max-width: 100%;
        float: none;
    }
}

.type_schedule .item_cont:after {
    content: '';
    display: table;
    clear: both;
}

.type_schedule .item_cont {
    padding: 0px 16px 12px 16px;
}

.type_schedule .subsubtitle {
    padding: 6px 16px 2px;
    font-weight: bold;
}

#main_area .type_schedule .subtitle {
    padding: 4px 16px;
    box-shadow: 0px -6px 70px -12px;
    *clear: both;
    *border-top: 1px dotted gray;
}

/*type_table*/
.type_table {
    /* margin: 0 30px; */
    padding-bottom: 60px;
    display: table;
    width: 100%;
}

.type_table .sort {
    margin-bottom: 30px;
    border: 1px solid white;
    display: table-cell;
    vertical-align: top;
}

.type_table .sort .item {
    overflow: hidden;
}

.type_table .sort .title {
    font-weight: bold;
}

#main_area .type_table .sort .subtitle {
    height: auto;
}

.type_table .sort .content {
    *padding-bottom: 30px;
}

.type_table img {
    /* float:left; */
    margin: 10px 0;
    /* margin-right: 10px; */
    width: 100%;
    max-width: 70%\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .type_table img {
        max-width: 100%;
        float: none;
    }
}

.type_table .item_cont:after {
    content: '';
    display: table;
    clear: both;
}

.type_table .item_cont {
    padding: 5px 16px 12px 16px;
    height: 90%;
    overflow: auto;
}

.type_table .subsubtitle {
    padding: 6px 16px 2px;
    font-weight: bold;
}

#main_area .type_table .subtitle {
    padding: 2px 16px;
    box-shadow: 0px -6px 70px -12px;
    *clear: both;
    *border-top: 1px dotted gray;
    line-height: 26px;
}

/*type_history*/
.type_history .content {
    position: relative;
    padding: 10px 30px;
    background: white;
    border: 1px solid white;
}

.type_history .history_div {
    font-size: medium;
    padding: 20px 20px;
    display: inline-block;
    width: 100%;
}

.type_history .history_div .year span {
    font-size: medium;
    margin-right: 5px;
}

.type_history .history_div a {
    font-size: medium;
    margin-right: 15px;
    margin-bottom: 10px;
}

.type_history .history_div img {
    float: none;
    width: 100%;
    margin-bottom: 4px;
    display: block;
}

@media(max-width: 1200px) {
    #bottom_area .top {
        /* width: 100%; */
    }
}

@media(max-width: 970px) {
    /*general*/ .container {
        width: 100%;
    }

    #main_area .full {
        /* margin: 6px; */
    }

    #main_area .container {
        min-height: 520px;
    }

    #top_area1 {
        /* width: 100%; */
        /* min-width: auto; */
    }

    #left_area .btn.top {
        position: fixed;
        right: 10px;
        bottom: 130px;
        z-index: 10001;
    }

    #left_area .btn.top img {
        margin-right: 0;
    }

    #bottom_area {
        width: 100%;
        min-width: auto;
    }

    #bottom_area img {
        max-width: 100%;
    }

    /*type*/
    .type_content .content {
        /* padding: 18px; */
    }

    #main_area .type_list .subtitle {
        width: 86%;
    }

    #main_area .type_list .subtitle > span {
        max-width: 70%;
    }

    #bottom_sitemap {
        text-align: left;
    }

    #bottom_sitemap ul {
        /* width: 20%; */
    }

    #bottom_sitemap ul li {
        text-align: left;
    }

    .menu .pic {
        /* float: none; */
    }

    .menu > ul {
        /* position: relative; */
        /* width: 100%; */
        /* display: flex; */
        /* white-space: nowrap; */
        /* overflow: auto; */
        /* overflow-y: hidden; */
        /* height: auto; */
    }

    .menu ul:after {
        content: '';
        display: table;
        clear: both;
    }

    .menu ul li a {
        text-align: center;
        padding: 6px 0;
        letter-spacing: 2px;
    }

    .menu ul li.active > a {
        margin-top: 0;
    }

    .sidemenu {
        /* margin-right: 1%; */
    }

    .site_search {
        /* right: 40px; */
    }

    /*type*/
    .type_photos .content .photos .btn {
        width: 30px;
        height: 30px;
        line-height: 31px;
    }

    .type_photos .content .photos div img, .type_photos .content .photos div iframe {
        /* height: auto; */
    }
}

@media(max-width: 768px) {
    /*general*/ .effects {
        right: -480px;
    }

    #main_area iframe {
        width: 100%;
        height: 400px !important;
    }

    .home #left_area.active {
        /* display:block; */
    }

    .home #left_area.active .left {
        display: block;
    }

    #top_area1 {
        /* text-align: center; */
        padding-bottom: 15px;
        margin-bottom: 0;
        height: 100px;
    }

    #top_area1 .site_name {
        float: none;
        width: 182px;
    }

    #top_area1 .site_name img {
        margin: 10px 0 0 0;
    }

    #top_area1 .navigate {
        top: 0;
    }

    #top_area1 .navigate.active {
        background: #ddf1f3
    }

    #top_area1 .navigate a {
        /* display: none; */
    }

    #top_area1 .navigate a.sitemaplink {
        display: none;
    }
    
    #top_area1 .navigate .search_switch {
        display: none;
    }

    #top_area1 .navigate .search_switch_m {
        position: absolute;
        right: 74px;
        top: 29px;
        display: block;
        color: white;
        height: 40px;
        width: 40px;
        border: none;
        background: transparent;
        padding: 0 3px;
    }
    
    .home #top_area2{
        top: 98px;
    }
    
    #top_area2 .container .banner {
        height: 100px;
    }
    
    .home #top_area2 .container .banner {
        height: 600px;
    }

    .home .banner .content {
        height: 40%;
    }

    .home .banner .control {
        position: absolute;
        height: 359px;
        top: 40%;
        padding: 7px;
        background: #006f82;
    }
    
    .home .banner .control .btn_control {
        top: -90px;
    }
    
    .home .banner .control .btn_text {
        width: 100%;
        height: 105px;
        top: 0;
        display: block;
        margin: 0;
        margin-bottom: 10px;
        overflow: hidden;
        text-align: left;
    }

    #top_area2 .banner .control .btn_text_top {
        padding-top: 5px;
        height: 71%;
    }

    #top_area2 .banner .control .btn_text_title {
        padding-top: 0;
        padding-bottom: 4px;
    }
    
    #top_area2 .banner .control .btn_text_desc {
        padding-top: 0px;
        height: 35px;
    }

    #top_area2 .banner .control a.phone_only {
        /* display: block; */
    }
    
    #top_area2 .banner .control a.all {
        display: inline-block;
    }
    
    .banner .control .btn_text_bottom .btn_text_link {
        top: -3px;
    }

    .banner .control .btn_text_bottom, .banner .control .btn_text.active:hover .btn_text_bottom {
        padding: 6px 10px 0;
    }

    .banner .control .btn_text:hover .btn_text_bottom:hover, .banner .control .btn_text.active .btn_text_bottom {
        height: 78%;
        margin-top: -41.5px;
    }

    .search div {
        width: 60%;
    }

    .search input {
        width: 76%;
    }

    #top_area1 .menu .site_search {
        position: relative;
        top: 0;
        height: 45px;
        display: none;
        right: auto;
        width: 88%;
        padding: 0 13px;
        margin: auto;
        text-align: left;
        background: #008197;
    }

    #top_area1 .menu .active_search .site_search {
        display: block;
    }
    
    #top_area1 .menu .site_search label{
        font-size: small;
        line-height: 36px;
        left: -1px;
        color: white;
    }
    
    #top_area1 .menu .site_search input{
        width: 60%;
        background: #008197;
        line-height: 42px;
        height: 42px;
        color: white;
        margin-top: 0;
    }

    #top_area1 .menu .site_search input::-webkit-input-placeholder,
    #top_area1 .menu .site_search input::placeholder{
        color: white;
    }
    
    #top_area1 .menu .site_search span{
        position: absolute;
        background: #00aac6;
        line-height: 38px;
        right: 11px;
        top: 0;
        color: white;
        margin-top: 0;
    }

    #top_area1 .menu .site_search .close{
        display: none;
    }

    #top_area1 .menu .site_search .go{
    margin-top: 10px;
    position: absolute;
    right: 12px;
    color: white;
    }
    
    #top_area1 .menu .active_search li {
        display: none;
    }
    
    .sidemenu {
        display: none;
    }

    .sidemenu ul {
        float: left;
    }

    .menu {
        top: 0;
    }

    .menu > ul {
        display: none;
        top: 0;
        padding: 0;
        background: #ddf1f3;
        height: auto;
        padding-top: 110px;
        padding-bottom: 100px;
        width: 100%;
        height: 100vh;
        overflow: auto;
        z-index: 9;
    }

    .menu > ul.active {
        display: block;
    }

    .menu .pic img {
        width: 53%;
        margin: 0 2%;
    }

    .menu_switch {
        display: block;
        background: none;
        color: white !important;
        padding: 0;
    }

    #top_area1 .menu > ul > li {
        display: block;
        width: 100%;
        margin: 0;
        min-width: 100%;
        padding: 0;
        box-shadow: none;
        border-top: 1px solid #00aac6;
    }

    .menu > ul > li.etc {
        /* display: inline; */
    }

     #top_area1 .menu > ul > li.etc_child {
        display: none;
    }

    #top_area1 .menu > ul > li:first-of-type {
        /* margin: 0; */
        border: none;
    }

    .menu > ul > li:last-of-type {
        /* padding-right: 30px; */
    }

    #top_area1 .menu > ul > li .toggle {
        display: inline-block;
    }

    #top_area1 .menu > ul > li > a {
        font-size: medium;
        color: #003951;
        background: none;
        padding: 10px 22px;
        text-align: left;
    }

    #top_area1 .menu > ul > li > ul {
        position: relative;
        display: none;
    }

    #top_area1 .menu > ul > li > ul.active {
        display: inline;
    }

    .menu li li {
        background: none;
        box-shadow: none;
        background: #00aac6;
        background: #006979;
    }

    #top_area1 .menu li li a {
        color: white;
        border: none;
        background: none;
        font-weight: normal;
        padding: 6px 26px;
        text-align: left;
    }

    .menu .btn.scroll {
        /* display: inline; */
    }

    .home #main_area {
        padding-top: 15px;
        overflow-x: hidden;
        top: 98px;
        position: relative;
        padding-bottom: 120px;
    }

    #main_area .full {
        min-height: auto;
    }

    #main_area .list {
        width: 100%;
        padding: 20px 0;
    }

    #main_area .breadcrumbs {
        padding: 64px 0 0 0;
        width: 19px;
        margin-left: 9px;
        overflow: hidden;
    }

    #main_area .breadcrumbs ul {
        padding: 0;
        margin: 0;
    }

    #main_area .tag > div {
        padding: 0;
        margin: 0 16px 0 45px;
    }

    #main_area .title {
        padding: 0;
        margin: 0 16px 0 45px;
    }

    #bottom_area .sitemap {
        display: none;
    }

    .web-info {
        /* border-top: 1px solid; */
        padding: 8px 10px;
    }

    /*type*/
    .type_list {
        padding: 28px 15px 50px;
        margin: 0 16px 0 32px;
    }

    .home .type_list {
        padding: 3% 4% 3% 4%;
        margin: 0% 6% 0%;
    }

    .home .type_list .block2{
        width: 116%;
        left: -8%;
        margin-bottom: 0;
    }

    .type_list .block1 ul {
        margin: 0;
    }
    
    .type_list .block1 .btn_scroll > div {
        font-size: x-large;
        color: gray;
    }

    #main_area .type_list .block1 a.more {
    margin-top: 0;
    }
    

    #main_area .type_list .image {
        width: 100%;
    }

    #main_area .type_list .img .date {
    }

    #main_area .type_list .img .date {
        /* position: relative; */
        /* top: 6px; */
    }

    .home #main_area .type_list .tag + .date {
    position: absolute;
    top: 0;
    right: 0;
    /* padding-top: 0; */
    /* padding-bottom: 5px; */
    }

    #main_area .type_list .no_image2 .title {
        padding-right: 120px;
    }

    #main_area .type_list .subtitle {
        padding: 9px 12px 9px 12px;
        width: 100%;
    }

    #main_area .type_list .subtitle > span {
        max-width: 100%;
        display: inline;
    }

    #main_area .type_list .img .subtitle {
        /* margin-top: 0; */
    }
    
    .home #main_area .type_list .img .subtitle {
        /* margin-top: 5px; */
    }

    #main_area .type_list .img .abstract div {
        /* position: relative; */
        /* top: 8px; */
        /* padding: 16px 21px 16px; */
    }

    .home #main_area .type_list .img .abstract div {
        padding: 0;
        top: 4px;
    }
    
    #main_area .type_list .col_3 + .col_3.img .image {
    }

    #main_area .type_list .col.img .no_image {
        top: 10px;
        padding-bottom: 11px;
        padding-left: 0;
    }

    .home #main_area .type_list .col.img .no_image {
        padding: 0;
        /* padding-bottom: 0; */
        top: auto;
    }

    .col .more2 {
        bottom: 10px;
    }

    #main_area .type_list .img.col_3 .more2 {
        display: block;
    }

    .type_list .tag > div {
        /* display: block; */
        /* float: none; */
        /* width: auto; */
        /* padding: 16px 0 0 12px; */
        /* height: auto; */
    }

    .type_list .img .tag > div {
        /* padding: 16px 0 0 12px; */
    }

    .type_list .tag > div > span {
        /* display: block; */
        /* position: relative; */
        /* margin: unset; */
        /* line-height: 1; */
    }

    .type_list .tag_tab {
        /* padding: 8px 0px 18px; */
        padding: 0px 0 18px;
    }

    .type_list .col {
        width: 100%;
        float: none;
        vertical-align: top;
        /* margin-bottom: 30px; */
    }

    .home .type_list .col {
        width: 100%;
        float: none;
        vertical-align: top;
        margin-bottom: 0;
    }

    .home .type_list .img.col_3 {
        margin: 0;
        margin-bottom: 20px;
        padding: 1px 3px 3px;
    }

    .type_list .col .item {
        margin-bottom: 0;
    }

    .type_list .col .more1 {
        width: 30%;
        min-width: 120px;
    }

    .type_list .block1 .btn_scroll {
        /* display: none; */
    }

    .type_list .block1 .btn_scroll.left {
        left: -40px;
    }

    .type_list .block1 .btn_scroll.right {
        right: -40px;
    }

    .type_list .block1 .btn_scroll > button {
        font-size: x-large;
    }
    
    #main_area .type_list .block2 a.more {
        top: 6%;
        left: 2%;
        width: 53%;
    }

    #main_area .type_list .block2 a.more img {
        width: 100%;
        height: 32px;
    }

    .type_list .block2 li {
        margin: 0;
    }

    .type_list .block2 li:nth-child(1) {
        width: 52%;
        margin-top: 33.5%;
        margin-left: 0;
        margin-right: 5%;
    }

    .type_list .block2 li:nth-child(2) {
        width: 43%;
        margin-top: 11%;
    }

    .type_list .block2 li:nth-child(3) {
        width: 100%;
        margin-top: 5%;
    }

    .type_list .block2 li:nth-child(4) {
        float: none;
        width: 100%;
        margin-top: 3%;
        margin-bottom: 5%;
        margin-left: 0;
    }

    .type_list .block2 li:nth-child(5) {
        width: 48%;
        margin-left: 0;
        margin-right: 2%;
    }

    .type_list .block2 li:nth-child(6) {
        width: 48%;
        margin-left: 2%;
    }

    .type_list .block2 li:nth-child(1) .image .dummy {
        padding-top: 72%;
    }

    .type_list .block2 li:nth-child(2) .image .dummy {
        padding-top: 139.5%;
    }
    
    .type_list .block2 li:nth-child(5) .image .dummy {
        padding-top: 79%;
    }

    .type_list .block2 li:nth-child(6) .image .dummy {
        padding-top: 58%;
    }

    #main_area .type_list .block2 .img .subtitle {
        font-size: small;
        line-height: 22px;
        letter-spacing: 2px;
        padding: 7px 8px 2px 8px;
        margin-top: 0;
    }

    .type_photos .content .photos {
        /* padding-top: 32px; */
    }

    .type_photos .content .photos .btn {
        bottom: auto;
        top: -2px;
        background: white;
        color: #00aac6;
        border-radius: 0;
        font-size: x-large;
        line-height: 27px;
    }

    .type_photos .content .photos .btn.left {
        right: 39px;
        left: auto;
        display: none;
    }

    .type_photos .content .photos .btn.right {
        right: 0%;
        display: none;
    }

    .type_photos .content .photos div {
        width: 100%;
    }

    #main_area .type_photos .content .photos .subtitle{
        
font-size: 11px;
        
padding: 5px 6px;
    }
    
    .type_photos .content .photos div img{
        height: auto;
        width: 100%;
    }
    
    .type_photos .content .photos div iframe {
        /* width: 100%; */
        /* height: 220px; */
    }

    .type_links .item span {
        font-size: 11px;
    }

    .type_content, .type_links, .type_search, .type_embed {
        padding: 28px 15px 50px;
        margin: 0 16px 0 32px;
    }

    .celllist .cell {
        width: 49%;
        margin-bottom: 3%;
    }
}

@media(max-width: 600px) {
    /*general*/ #top_area1 .site_name {
        /* width: 100%; */
    }

    #top_area1 .navigate {
        /* width: 100%; */
        /* background: #e1e1e169; */
        /* padding: 0 6px; */
    }

    .search div {
        width: 52%;
    }

    .site_search input {
        /* width: 96px; */
    }

    .menu .pic img {
        width: 65%;
    }

    .web-info {
    }

    /*type*/
    #main_area .type_photos .content .photos .subtitle {
        /* top: 0; */
    }
}

@media(max-width: 420px) {
    /*general*/ .effects {
        right: -640px;
    }

    #main_area .full {
        /* margin: 7px; */
    }

    #main_area iframe{
        height: 220px !important;
    }

    #main_area .title {
        font-size: x-large;
    }

    .container {
        padding-left: 0 !important;
    }

    #top_area1 {
        height: 74px;
    }
    
    #top_area1 .menu_switch {
        top: 22px;
    }

    #top_area1 .navigate {
        /* margin-top: 7px; */
        /* right: 59px; */
    }

    #top_area1 .navigate .search_switch_m {
        right: 59px;
        top: 16px;
    }

    #top_area1 .menu > ul {
        padding-top: 80px;
    }

    #top_area2 {
        /* margin-bottom: 115px; */
    }

    .home #top_area2 {
        position: relative;
        top: 73px;
    }
    
    #top_area2 .container .banner {
        height: 74px;
    }

    .home #top_area2 .container .banner {
        height: 480px;
    }

    .home #top_area2 .banner .content {
        height: 27%;
    }

    .home #top_area2 .banner .control {
        top: 27%;
    }
        
    .home .banner .control .btn_control {
        display: none;   
    }
    #top_area2 .banner .control a.phone_only {
        display: block;
    }
    
    #top_area2 .banner .control a.all {
        pointer-events: none;
        touch-action: none;
    }
    
    #top_area2 .banner .control .btn_text_bottom .btn_text_desc {
        padding-top: 6px;
        height: 38px;
    }

    #left_area.active div.left, .home #left_area.active div.left {
        display: none;
    }

    .banner .content a > div .dummy {
        padding-top: 56.25%;
    }

    .search {
        padding-left: 0;
        padding-top: 133px;
        padding-bottom: 30px;
    }

    .search div {
        position: relative;
        top: 0;
        width: 80%;
        margin: 0;
        float: left;
        padding-left: 16px;
    }

    .search div input {
    }

    .search .btn {
        position: absolute;
        top: 134px;
        right: 0;
    }

    .web-info > div.left {
        width: 182px;
        margin: auto;
        margin-bottom: 15px;
        display: block;
    }

    .web-info > div.right {
        width: 90%;
        text-align: center;
        display: block;
        margin: auto;
    }

    .web-info > div.right span {
        display: inline-block;
    }

    .web-info .r_3 span:nth-of-type(2),.web-info .r_3 span:nth-of-type(4) {
        font-size: 10px;
    }

    /*type*/
    .type_list .col {
    }
    
    .home #main_area {
        top: 73px;
    }
    
    #main_area .type_list .col .more1 {
        display: none;
    }

    #main_area .type_list .no_image2 .title {
        padding-right: 0;
    }

    #main_area .type_list .abstract div {
    }

    #main_area .type_list .block2 a.more {
        top: 7%;
    }
    
    .type_content .content img {
        width: 100% !important;
        padding: 0 0 8px!important;
    }

    .type_content .share {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding-right: 5px;
    }

    .type_photos .btn.slide {
        display: none;
    }
}

@media(max-width: 320px) {
    /*general*/ .web-info {
        text-align: left;
        font-size: small;
    }
}

/*file_div*/
/*dont need, affected by left breadcrumbs*/
#main_area .file_img {
    /* display: inline-block; */
}

#main_area .file_img:after {
    /*content: '';
    clear: both;
    display: table;*/
}

#main_area .file_img img{
    max-width: 100%;
}