* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #1a1a1a;
  font-size: 1rem;
  line-height:1.6em;
  word-spacing:0.16em;
  letter-spacing:0.14em;
}

html.enbody, html.enbody body{
  word-spacing:0.16em !important;
  letter-spacing:0.08em !important;
}

h1, h2, h3, h4, h5, h6{
  line-height:1.6em;
  word-spacing:0.16em;
  letter-spacing:0.14em;
  }
  
html.enbody body h1, 
html.enbody body h2,
html.enbody body h3, 
html.enbody body h4, 
html.enbody body h5{
  word-spacing:0.16em !important;
  letter-spacing:0.12em !important;
} 

ul, ol {
  padding-left: 1.5em;
}

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a, button, img, input {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}

a:focus,
a:active,
button:focus,
button:active,
img:focus,
img:active,
input:focus,
input:active {
  outline:5px solid #b3362e !important; 
  /* outline:3px dashed #dd5b5c !important;*/
  display:inline-block;
}

area:focus,
area:active {
  outline: 1rem solid !important;
}


::selection {
  background: #19827a;
  color: #fff;
}

.navbar-default .nav_top {
  position: relative;
  background: url(../image/nav_bg.jpg) repeat-x center;
  background-size: cover;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-default .nav_top .nav_right .nav_right_top {
  list-style: none;
  padding: 0;
  text-align: right;
  margin-bottom: 0.4em;
}

.navbar-default .nav_top .nav_right .nav_right_top li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}

.navbar-default .nav_top .nav_right .nav_right_top li a {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing:0.08em;
}

.navbar-default .nav_top .nav_right .nav_right_top li a:before {
  display: block;
  content: "";
  width: 1px;
  height: 6px;
  position: absolute;
  top: 0;
  left: -0.6em;
  bottom: 0;
  margin: auto;
}

.navbar-default .nav_top .nav_right .nav_right_top li dl {
  margin-bottom: 0;
}

.navbar-default .nav_top .nav_right .nav_right_top li dl dd {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin: 0 0.1em;
}

.navbar-default .nav_top .nav_right .nav_right_top li dl dd a {
  font-weight: 600;
}

.navbar-default .nav_top .nav_right .nav_right_top li dl dd a:before {
  content: normal;
}

.navbar-default .nav_top .nav_right .nav_right_top li dl dd:first-child a {
  font-size: 0.9rem;
}

.navbar-default .nav_top .nav_right .nav_right_top li dl dd:first-child a:before {
  content: "";
}

.navbar-default .nav_top .nav_right .nav_right_top li dl dd:nth-child(2) a {
  font-size: 1.1rem;
}

.navbar-default .nav_top .nav_right .nav_right_top li dl dd:nth-child(3) a {
  font-size: 1.42rem;
}

.navbar-default .nav_top .nav_right .nav_right_bottom {
  position: relative;
  text-align: right;
}

.navbar-default .nav_top .nav_right .nav_right_bottom ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-right: 1em;
}

.navbar-default .nav_top .nav_right .nav_right_bottom ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 0 0.2em;
}

.navbar-default .nav_top .nav_right .nav_right_bottom .nav_form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.navbar-default .nav_top .nav_right .nav_right_bottom .nav_form label {
  display: none;
}

.navbar-default .nav_top .nav_right .nav_right_bottom .nav_form .form-control {
  border-radius: 50px;
  border: 0;
  font-weight: 600;
}

.navbar-default .nav_top .nav_right .nav_right_bottom .nav_form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.7em;
  border: 0;
}

.navbar-default .nav_menu {
  position: relative;
}

.navbar-default .nav_menu.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar-default .nav_menu .nav_menu_box {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-default .nav_menu .nav_menu_box dd {
  margin-bottom: 0;
  margin: 0 1.2em;
  position: relative;
}

.navbar-default .nav_menu .nav_menu_box dd a {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.2em 0.6em;
}

.navbar-default .nav_menu .nav_menu_box dd .nav_menu_dropdown1 {
  display: none;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  z-index: 99;
  width: 230px;
}

.navbar-default .nav_menu .nav_menu_box dd .nav_menu_dropdown1 dd {
  padding: 0 1em;
  margin: 0 auto;
}

.navbar-default .nav_menu .nav_menu_box dd .nav_menu_dropdown1 dd a {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.8em 0;
  padding-right: 1em;
  background: no-repeat right center;
}

.navbar-default .nav_menu .nav_menu_box dd .nav_menu_dropdown1 dd:first-child a {
  border: 0;
}

.navbar-default .nav_menu .nav_menu_box dd .nav_menu_dropdown1 dd .nav_menu_dropdown2 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  width: 230px;
}

.navbar-default .nav_menu .nav_menu_box dd:hover .nav_menu_dropdown1,
.navbar-default .nav_menu .nav_menu_box dd:focus .nav_menu_dropdown1 {
  display: block;
}

.navbar-default .nav_menu .nav_menu_box dd:hover .nav_menu_dropdown1 dd:hover,
.navbar-default .nav_menu .nav_menu_box dd:hover .nav_menu_dropdown1 dd:focus,
.navbar-default .nav_menu .nav_menu_box dd:focus .nav_menu_dropdown1 dd:hover,
.navbar-default .nav_menu .nav_menu_box dd:focus .nav_menu_dropdown1 dd:focus {
  background: url(../image/icon/arrows6.png) no-repeat right center;
  background-position-x: 93%;
}

.navbar-default .nav_menu .nav_menu_box dd:hover .nav_menu_dropdown1 dd:hover .nav_menu_dropdown2,
.navbar-default .nav_menu .nav_menu_box dd:hover .nav_menu_dropdown1 dd:focus .nav_menu_dropdown2,
.navbar-default .nav_menu .nav_menu_box dd:focus .nav_menu_dropdown1 dd:hover .nav_menu_dropdown2,
.navbar-default .nav_menu .nav_menu_box dd:focus .nav_menu_dropdown1 dd:focus .nav_menu_dropdown2 {
  display: block;
}

.n_arrow,
.togglebar {
  display: none;
}

.fb {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.fb a {
  display: block;
}

.fb img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1280px) {
  .navbar-default .nav_menu .nav_menu_box dd a {
    font-size: 1rem;
	padding: 1.2em 0.5em;
  }
}	
@media (max-width: 1199px) {
  .navbar-default .nav_menu .nav_menu_box dd {
    margin: 0 0.5em;
  }
}

@media (max-width: 991px) {
  .navbar-default .logo a img {
    display: block;
    margin: 0 auto;
  }

  .navbar-default .nav_top {
    display: block;
  }

  .navbar-default .nav_top .nav_right .nav_right_top {
    text-align: center;
  }

  .navbar-default .nav_top .nav_right .nav_right_bottom {
    text-align: center;
  }

  .navbar-default .nav_menu .nav_menu_box dd {
    margin: 0 auto;
  }
  .navbar-default .nav_menu .nav_menu_box dd a {
	font-size: 1rem;
    padding: 1.2em 0.3em;
  }
}

@media (max-width: 767px) {
  .navbar-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3e3e3e;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .navbar-default .nav_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-default .nav_top .nav_right {
    display: none;
    width: 100%;
    height: 30%;
    position: fixed;
    top: 8%;
    left: 0;
    z-index: 99;
    background-color: #3e3e3e;
    padding: 2em;
  }

  .navbar-default .nav_top .nav_right .nav_right_top li a:before {
    content: normal;
  }

  .navbar-default .nav_top .nav_right .nav_right_top li dl dd:first-child a:before {
    content: normal;
  }

  .navbar-default .nav_top .nav_right .nav_right_bottom {
    margin-top: 2em;
  }

  .navbar-default .nav_top .nav_right .nav_right_bottom ul {
    margin-top: 0.5em;
  }

  .navbar-default .nav_top .nav_right .nav_right_bottom .nav_form {
    margin-top: 0.5em;
  }

  .navbar-default .nav_menu {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    width: 45%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    padding-top: 4em;
    overflow-y: auto;
    transform: translateX(60em);
  }

  .navbar-default .nav_menu.scrolled {
    width: 45%;
    left: auto;
  }

  .navbar-default .nav_menu.active {
    transform: translateX(0);
  }

  .navbar-default .nav_menu .nav_menu_box {
    display: block;
  }

  .navbar-default .nav_menu .nav_menu_box dd a {
	font-size: 1rem;
    padding: 1.2em 2em;
  }

  .navbar-default .nav_menu .nav_menu_box dd a i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 10px;
    background: url(../image/icon/arrows6.png) no-repeat center;
    margin-left: 1em;
    transform: rotate(90deg);
  }

  .navbar-default .nav_menu .nav_menu_box dd .nav_menu_dropdown1 {
    display: none;
    width: 100%;
    position: relative;
  }

  .navbar-default .nav_menu .nav_menu_box dd .nav_menu_dropdown1 dd .nav_menu_dropdown2 {
    display: none;
    width: 100%;
    position: initial;
    left: auto;
  }

  .navbar-default .nav_menu .nav_menu_box dd:hover .nav_menu_dropdown1,
  .navbar-default .nav_menu .nav_menu_box dd:focus .nav_menu_dropdown1 {
    display: none;
  }

  .navbar-default .nav_menu .nav_menu_box dd:hover .nav_menu_dropdown1 dd:hover .nav_menu_dropdown2,
  .navbar-default .nav_menu .nav_menu_box dd:hover .nav_menu_dropdown1 dd:focus .nav_menu_dropdown2,
  .navbar-default .nav_menu .nav_menu_box dd:focus .nav_menu_dropdown1 dd:hover .nav_menu_dropdown2,
  .navbar-default .nav_menu .nav_menu_box dd:focus .nav_menu_dropdown1 dd:focus .nav_menu_dropdown2 {
    display: none;
  }

  .navbar-default .logo a img {
    margin: 0;
  }

  .togglebar {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 999;
  }

  .togglebar i {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 0.4em auto;
  }

  .togglebar.active i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .togglebar.active i:nth-child(1) {
    transform: rotate(45deg);
  }

  .togglebar.active i:nth-child(2) {
    opacity: 0;
  }

  .togglebar.active i:nth-child(3) {
    transform: rotate(-45deg);
  }

  .n_arrow {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    width: 20px;
    height: 11px;
    background: url(../image/icon/arrows5.png) no-repeat center;
    cursor: pointer;
    transform: scaleY(-1);
  }

  .n_arrow.active {
    transform: scaleY(1);
  }
}

@media (min-width: 720px) and (max-width: 767px) {
  .navbar-default .nav_top .nav_right {
    top: 6%;
  }
}

@media (max-width: 576px) {
  .navbar-default .nav_right .nav_right_bottom .nav_form {
    margin-top: 1em;
  }
}

@media (max-width: 480px) {
  .navbar-default .nav_top .nav_right {
    height: 40%;
    top: 10%;
  }

  .navbar-default .nav_menu {
    width: 75%;
  }

  .navbar-default .nav_menu.scrolled {
    width: 75%;
  }
}

@media (max-width: 424px) {
  .navbar-default .nav_top .nav_right {
    height: 45%;
    top: 11%;
  }
}

@media (max-width: 414px) {
  .navbar-default .nav_top .nav_right {
    top: 10%;
  }
}

@media (max-width: 360px) {
  .navbar-default .nav_top {
    padding: 1em;
  }

  .navbar-default .nav_top .nav_right {
    height: 65%;
    top: 14%;
  }
}

@media (min-width: 360px) and (max-width: 640px) {
  .navbar-default .nav_top .nav_right {
    top: 80px;
  }
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #19827a;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  transition: 0.5s;
  border-radius: 0 0 4px 4px;
}

a.goCenter:hover,
a.goCenter:focus {
  top: 0;
}

.acc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #000000;
  font-size: 1rem;
  margin: 0.5em;
}

.in_bg1 {
  position: relative;
}

.index_banner_slick {
  display: block;
  width: 100%;
  position: relative;
}

.index_banner_slick .swiper-slide {
  position: relative;
}

.index_banner_slick .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.index_banner_slick .swiper-slide .in_title {
  position: absolute;
  bottom: 10em;
  left: 0;
  width: 40%;
}

.index_banner_slick .swiper-slide .in_title p {
  font-size: 1.75rem;
  padding: 0.5em 1.5em;
  letter-spacing: 2px;
  margin: 0;
  font-weight: normal;
}

.index_banner_slick .index_banner_pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1em auto;
  position: absolute;
  bottom: -3.5em;
  z-index: 9;
  border: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

.index_banner_slick .index_banner_pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}

.index_banner_slick .index_banner_pagination li button {
  width: 46px;
  height: 7px;
  border-radius: 0;
  opacity: 1;
  font-size: 0;
}
.index_banner_slick .index_banner_pagination li button:hover,
.index_banner_slick .index_banner_pagination li button:focus{
	display:inline-block !important;
}

.index_banner_slick img {
  height: 636px;
  width:100%;
  object-fit: cover;
}

.in_bg2 {
  background: no-repeat bottom left;
  padding: 3em 0 3em 0;
}

.in_n_title {
  margin-bottom: 1em;
}

.in_n_title h3 {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

.in_n_title h2 {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

.in_n_box dl dd {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: -1px;
  padding: 0.8em 0;
}

.in_n_box dl dd a {
  display: block;
}

.in_n_box dl dd a time {
  font-size: 0.92rem;
}

.in_n_box dl dd a h3 {
  font-size: 1.1rem;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.8rem;
  height: 24px;
}

.in_more {
  display: block;
  text-align: right;
  margin-top: 2em;
}

.in_more a {
  display: block;
  font-size: 0.92rem;
  font-weight: 500;
  position: relative;
}

.in_more a span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
}

.in_more a i {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 8px;
  background: url(../image/icon/arrows.png) no-repeat center;
  position: relative;
  left: 1em;
}

.in_more a:hover i,
.in_more a:focus i {
  left: 2em;
}

.wrapper {
  display: block;
  width: 100%;
  background: url(../image/bg.jpg) repeat top center;
  position: relative;
}

.in_bg3 {
  position: relative;
  background: no-repeat bottom left;
  padding: 3em 0 5em 0;
}

.in_n_slick {
  margin-bottom: 2em;
  margin-top: 1.5em;
  position: relative;
  /* overflow: hidden; */
  padding: 0.5em 0;
}

.in_n_slick .in_slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.05em;
}

.in_n_slick .in_slide a:hover .in_hover, .in_n_slick .in_slide a:focus .in_hover{
	outline: 5px solid #b3362e !important;
	z-index:1000;
}

.in_n_slick .in_slide img {
  display: block;
  height: 285px;
  width:100%;
  object-fit: cover;
}

.in_n_slick .in_slide .in_hover {
  margin: auto;
  padding: 2em 3em;
}

.in_n_slick .in_slide .in_hover:hover, .in_n_slick .in_slide .in_hover:focus {
	outline: 5px solid #b3362e !important;

}

.in_n_slick .in_slide .in_hover h3 {
  line-height: 33px;
  font-size: 1.33rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 67px;
}
.in_n_slick .in_slide .in_hover h3:focus{
	outline: 5px solid #b3362e !important;
}

.in_n_slick .in_slide .in_hover em {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.8em auto;
}

.in_n_slick .in_slide .in_hover p {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

.in_n_slick .in_slide .in_hover ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.in_n_slick .in_slide .in_hover ul li {
  list-style: none;
}

.in_n_slick .in_slide .in_hover ul li time {
  font-size: 0.92rem;
  font-weight: 500;
}

.in_n_slick .in_slide .in_hover ul li span {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: inline-block;
  vertical-align: middle;
  font-size: 0.92rem;
}

.in_n_slick .in_slide .in_hover ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 8px;
  background: url(../image/icon/arrows2.png) no-repeat center;
  margin-left: 1em;
}


.in_n_slick .in_n_slick_pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1em auto;
  position: absolute;
  bottom: -3.5em;
  z-index: 9;
  border: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

.in_n_slick .in_n_slick_pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}

.in_n_slick .in_n_slick_pagination li button {
  width: 46px;
  height: 7px;
  border-radius: 0;
  opacity: 1;
  font-size: 0;
}

.in_page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2em;
  width: 100%;
  height: 35px;
}

.in_page a {
  display: block;
}

.in_page .in_prev {
  transform: scaleX(-1);
  margin: 0 1em;
}

.in_page .in_next {
  margin: 0 1em;
}

.in_page i {
  display: block;
  width: 1px;
  height: 31px;
  transform: rotate(15deg);
}

.in_bg4 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  margin-top: 0em;
  padding: 1em 0 3em 0 !important;
}

.in_bg4 .in_n_title h3 {
  font-size: 1.75rem;
}

.in_s_box {
  margin: 2em auto 1.5em;
}

.in_s_items a {
  display: block;
}

.in_s_items a img {
  display: block;
  margin: 0 auto 1em !important;
  width:150px;
  margin:5px;
}

.in_s_items a h3 {
  font-size: 1rem;
  text-align: center;
}

.in_v_box {
  padding: 0.7em 1.2em 0.7em 1.2em;
  min-height: 465px;
}

.in_v_box h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

/* .in_v_box h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
} */

.in_v_box h3 {
  font-size: 1.1rem;
  border-bottom: 1px solid;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  margin-top: 1em;
}

.in_v_box p {
  font-size: 0.92rem;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 0;
  min-height: 75px;
  margin-bottom:0.5rem;
}

.in_v_box a {
  display: block;
  text-align: right;
  display: block;
  text-align: right;
  margin-top: 0em;
}

.in_v_box a span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
}

.in_v_box a i {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 8px;
  background: url(../image/icon/arrows2.png) no-repeat center;
  position: relative;
  left: 0.2em;
}

.in_v_box2 {
  position: relative;
}

.in_v_box2 img {
  height: 190px;
  width:100%;
  object-fit: cover;
}

.in_v_box2 em {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 71px;
  height: 71px;
  background: url(../image/icon/arrows4.png) no-repeat center;
}

.in_v_box2:hover em,
.in_v_box2:focus em,
.in_v_box2:active em,
.in_v_box2:visited em {
  background: url(../image/icon/arrows4.png) no-repeat center;
  background-size: 80%;
}

.in_v_box .gallery-top {
  overflow: hidden;
}

.in_v_box .gallery-top .in_g_items h3 {
  text-align: left;
  font-size: 1.1rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.in_v_box .gallery-top img {
  height: 190px;
  object-fit: cover;
}

.in_v_box .gallery-thumbs {
  padding-bottom: 0.5em;
  overflow: hidden;
  /* width */
  /* Track */
  /* Handle */
}

.in_v_box .gallery-thumbs img {
  height: 79px;
  object-fit: cover;
  margin-bottom: 0.5em;
}

.in_v_box .gallery-thumbs .slick-list {
  overflow-x: auto;
}

.in_v_box .gallery-thumbs ::-webkit-scrollbar {
  height: 5px;
}

.in_v_box .gallery-thumbs ::-webkit-scrollbar-track {
  border-radius: 10px;
}

.in_v_box .gallery-thumbs ::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.in_bg5 {
  padding: 3em 1em 1em 1em;
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
}

.in_bg6 {
  padding: 5em 0 3em 0;
  background: no-repeat left center;
}

.in_a_box {
  position: relative;
  margin: 5em auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.in_a_box svg {
  display: block;
}

.in_a_box img {
  display: block;
  margin: 0 auto;
}

.in_a_box .top3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  position: absolute;
  left: 6em;
  top: -2.5em;
}

.in_a_box .top3 span {
  display: block;
  font-size: 1.1rem;
  border-bottom: 1px solid #fff;
  width: 60%;
}

.in_a_box .top3 .city {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0.3em auto 0;
}

.in_a_box .top3 p {
  margin-bottom: 0;
  font-size: 0.92rem;
  font-weight: 400;
}

.in_a_box .top3 p b {
  font-size: 1.6rem;
}

.in_a_box .top1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 179px;
  height: 179px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6.5em;
}

.in_a_box .top1 span {
  display: block;
  font-size: 1.1rem;
  border-bottom: 1px solid #fff;
  width: 60%;
}

.in_a_box .top1 .city {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0.3em auto 0;
}

.in_a_box .top1 p {
  margin-bottom: 0;
  font-size: 0.92rem;
  font-weight: 400;
}

.in_a_box .top1 p b {
  font-size: 1.6rem;
}

.in_a_box .top2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 153px;
  height: 153px;
  border-radius: 100%;
  position: absolute;
  left: 2em;
  bottom: 0;
}

.in_a_box .top2 span {
  display: block;
  font-size: 1.1rem;
  border-bottom: 1px solid #fff;
  width: 60%;
}

.in_a_box .top2 .city {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0.3em auto 0;
}

.in_a_box .top2 p {
  margin-bottom: 0;
  font-size: 0.92rem;
  font-weight: 400;
}

.in_a_box .top2 p b {
  font-size: 1.6rem;
}

.in_a_title {
  margin-bottom: 3.5em;
}

.in_a_title h2 {
  font-size: 1.75rem;
  font-weight: 700;
}

.in_a_title h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.in_a_slicks {
  position: relative;
  border-bottom: 1px solid;
  margin-bottom: 1.5em;
  padding: 0 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_a_slicks .in_a_items {
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
  width: 25%;
}

.in_a_slicks .in_a_items a {
  display: block;
  position: relative;
}

.in_a_slicks .in_a_items a:before {
  display: block;
  content: "";
  height: 12px;
  width: 1px;
  background-color: #525252;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.in_a_slicks .in_a_items:nth-child(2) a:before {
  content: normal;
}

.in_a_slicks .swiper-button-prev,
.in_a_slicks .swiper-button-next {
  top: 29%;
  margin: auto;
}

.in_a_slicks .swiper-button-prev {
  width: 40px;
  height: 8px;
  transform: scaleX(-1);
  background: url(../image/icon/arrows.png) no-repeat center;
}

.in_a_slicks .swiper-button-prev:after {
  content: normal;
}

.in_a_slicks .swiper-button-next {
  width: 40px;
  height: 8px;
  background: url(../image/icon/arrows.png) no-repeat center;
}

.in_a_slicks .swiper-button-next:after {
  content: normal;
}

.tabs {
  width: 100%;
}

.tabs .tab {
  position: relative;
  z-index: 5;
}

.tabs .tab:hover {
  cursor: pointer;
}

.z3 {
  z-index: 4 !important;
}

.tabs-content {
  width: 100%;
  position: relative;
}

.tabs-content .tab-content_sample {
  display: none;
}

.tabs-content>.tab-content_sample.active {
  display: block;
  z-index: 5 !important;
}

.in_a_hover {
  position: relative;
  margin-bottom: 1.5em;
}

.in_a_hover em {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/icon/play.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.in_a_hover img {
  height: 212px;
  object-fit: cover;
}

.in_a_hover:hover em,
.in_a_hover:focus em {
  background: url(../image/icon/play.png) no-repeat center;
}

.in_a_box2 {
  display: block;
  margin: 1.5em auto;
}

.in_a_box2 h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 2.5rem;
}

.in_a_box2 p {
  text-align: center;
  font-size: 1.1rem;
}

.in_a_box2 p b {
  font-size: 2.25rem;
  font-weight: 700;
}

.in_a_box2 p {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 400;
}

.in_a_box2 .in_more a {
  padding-right: 1em;
}

.in_bg7 {
  padding: 3em 2em;
  background: no-repeat right center;
}

.in_bg8 {
  padding: 3em 0;
}

.in_bg9 {
  padding: 1em 0;
}

.in_l_box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
  padding-bottom: 0em;
}

.in_l_box .in_l_hover {
  position: relative;
}

.in_l_box .in_l_hover dl {
  padding: 0.8em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
}

.in_l_box .in_l_hover dl dt {
  font-weight: 500;
  font-size: 1.1rem;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  min-height: 32px;
}

.in_l_box .in_l_hover dl dd {
  font-weight: 500;
  font-size: 0.92rem;
  margin-bottom: 0;
  min-height: 22px;
}

.in_l_box .in_l_hover img {
  height: 336px;
  width:100%;
  object-fit: cover;
}

.in_l_box .in_more {
  margin-top: 1em;
}

.in_l_box .in_more a {
  display: block;
  width: 100%;
  padding-right: 1em;
  color: #000;
}

.in_l_box .in_more a i {
  left: 0.5em;
}

.in_l_box .in_more a:hover i,
.in_l_box .in_more a:focus i {
  left: 0.5em;
}

.in_link_re {
  position: relative;
}

.in_link_re .in_link-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2em;
  margin: auto;
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1);
}

.in_link_re .in_link-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2em;
  margin: auto;
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_link_slick {
  padding: 2em 0;
  overflow: hidden;
}

.in_link_slick a {
  display: block;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  
}

.in_link_slick a img {
  height: 76px;
  object-fit: cover;
}

.in_link_slick .in_link-prev img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  transform: scaleX(-1);
}

.in_link_slick .in_link-prev img.swiper-button-disabled {
  opacity: 0.5;
}

.in_link_slick .in_link-next img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}

.in_link_slick .in_link-next img.swiper-button-disabled {
  opacity: 0.5;
}

.sbanner .in_link_slick a:hover, .in_link_slick a:focus  {
	border:none !important;
	outline:none !important;
	
}
.sbanner .in_link_slick a:hover img, .in_link_slick a:focus img{
	border:5px solid #b3362e !important;
	display:block;
	z-index:10000;
}

.in_link-pagination {
  text-align: center;
}

.in_link-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.footer {
  position: relative;
  margin-top: 2em;
  background: url(../image/bg7.png) repeat-x top center, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 42%);
  padding-top: 5em;
}

.footer_bg {
  position: relative;
  padding: 7em 0 3em;
  background-color: rgba(0, 0, 0, 0.63);
}

.f_box {
  margin-bottom: 2em;
}

.f_box dl dt {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.f_box dl dd {
  margin-bottom: 0.5em;
}

.f_box dl dd a {
  font-size: 0.92rem;
}

.footer_bg2 {
  padding: 1.5em 3em;
}

.footer_bg2 ul {
  padding: 0;
  list-style: none;
  text-align: right;
}

.footer_bg2 ul li {
  display: inline-block;
  vertical-align: middle;
}

.footer_bg2 ul li a {
  font-size: 0.92rem;
  font-weight: 500;
  margin-left: 1em;
  position: relative;
}

.footer_bg2 ul li a:before {
  display: block;
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.6em;
  margin: auto;
}

.footer_bg2 ul li:first-child a:before {
  content: normal;
}

.f_box3 {
  margin-top: 1.5em;
}

.f_box3 p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.f_box4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.5em;
}

.footer_bg3 {
  padding: 0.5em 0;
}

.footer_bg3 p {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.92rem;
}

.top {
  position: absolute;
  top: 0;
  right: 5em;
  display: block;
  width: 64px;
  height: 64px;
  background: url(../image/icon/arrows5.png) no-repeat center;
  cursor: pointer;
}

.top a{
	display:block;
	width: 64px;
  height: 64px;
}
@media (max-width: 1480px) {
  .index_banner_slick img {
    height: 440px;
  }

  .index_banner_slick .swiper-slide .in_title {
    bottom: 6em;
    width: 40%;
  }
}

@media (max-width: 1280px) {
  .index_banner_slick img {
    height: 378px;
  }

  .index_banner_slick .swiper-slide .in_title {
    bottom: 4em;
    width: 55%;
  }
}

@media (max-width: 1199px) {
  .in_n_slick .in_slide .in_hover {
    padding: 1em 2em;
  }

  .in_a_hover img {
    height: 170px;
  }

  .in_a_box2 h4 {
    margin-top: 1rem;
  }

  .in_l_box .in_l_hover img {
    height: 280px;
  }

  .in_link_slick .swiper-slide img {
    height: 61px;
  }

  .in_a_box .top3 {
    left: 4em;
  }

  .in_a_box .top1 {
    left: -3em;
  }

  .in_a_box .top2 {
    left: 0;
  }
}

@media (max-width: 1040px) {
  .in_link_re .in_link-prev {
    left: -1em;
  }

  .in_link_re .in_link-next {
    right: -1em;
  }
}

@media (max-width: 991px) {
  .index_banner_slick img {
    height: 300px;
  }

  .index_banner_slick .swiper-slide .in_title {
    width: 60%;
    bottom: 3em;
  }

  .index_banner_slick .swiper-slide .in_title h3 {
    font-size: 1.5rem;
  }

  .in_bg6 {
    padding: 5em 0 0;
  }

  .in_bg7 {
    padding: 0;
  }

  .in_n_slick .in_slide img {
    height: 240px;
  }

  .in_a_hover {
    margin-bottom: 0em;
  }

  .in_a_hover img {
    height: 275px;
  }

  .in_a_box2 h5 {
    margin-bottom: 1.5em;
  }

  .in_a_box {
    margin-top: 15em;
    margin-left: -4em;
  }

  .in_l_box .in_l_hover img {
    height: 207px;
  }

  .in_link_slick .swiper-slide img {
    height: 66px;
  }

  .top {
    right: 0;
  }
}

@media (max-width: 899px) {
  .in_a_box svg {
    left: 2em;
    position: relative;
  }

  .in_a_box .top1 {
    width: 142px;
    height: 142px;
    left: 0em;
  }
}


@media (max-width: 768px) {
  .container {
    max-width: 680px;
  }

  .in_bg2 {
    padding: 7em 0 8em;
  }

  .wrapper {
    background-position: top center;
  }
  
  .in_link_slick a img {
	object-fit: contain ;
  }
}

@media (max-width: 767px) {
  .in_bg2 {
    padding: 7em 0 5em;
    background: none !important;
  }

  .in_bg4 {
    background-image: none !important;
    margin-top: 5em;
  }

  .in_bg6,
  .in_bg7 {
    background-image: none !important;
  }

  .in_v_box2 img {
    height: 150px;
	
  }

  .in_v_box {
    margin-top: 2em;
  }

  .in_v_box .gallery-top img {
    height: 150px;
  }

  .in_a_box {
    margin: 0 auto 3em;
    justify-content: center;
    align-items: center;
  }

  .in_a_box .top3 {
    left: 10em;
  }

  .in_a_box .top1 {
    width: 179px;
    height: 179px;
    left: 3em;
  }

  .in_a_box .top2 {
    left: 6em;
  }
  .in_a_hover img {
    height: 460px;
  }

  .in_l_box .in_l_hover img {
    height: 425px;
  }

  .in_link_slick .swiper-slide img {
    height: 98px;
  }

  .footer_bg {
    padding: 5em 0 1em;
  }

  .in_bg1 {
    margin-top: 5em;
  }

  .footer {
    margin-top: 2em;
    padding-top: 0;
    background-image: none !important;
  }

  .in_link_re .in_link-prev {
    left: 1.5em;
  }

  .in_link_re .in_link-next {
    right: 1.5em;
  }
}

@media (max-width: 699px) {
  .container {
    max-width: 540px;
  }

  .in_link_slick .swiper-slide img {
    height: 75px;
  }

  .in_v_box2 img {
    height: 117px;
  }

  .in_v_box .gallery-top img {
    height: 117px;
  }

  .in_v_box p {
    line-height: 26px;
    height: 73px;
  }

  .in_v_box .gallery-top .in_g_items h3 {
    margin-top: 1em;
  }

  .in_a_hover img {
    height: 366px;
  }

  .in_l_box .in_l_hover img {
    height: 335px;
  }
  .in_a_box svg {
    position: relative;
    left: 4em;
  }

  .in_a_box .top3 {
    left: 8em;
  }

  .in_a_box .top1 {
    left: 1em;
  }

  .in_a_box .top2 {
    left: 4em;
  }	
}

@media (max-width: 576px) {
  .index_banner_slick .swiper-slide .in_title {
    width: 100%;
    bottom: 0;
  }

  .in_bg2 {
    padding: 4em 0 0;
  }

  .in_bg3 {
    top: 0;
  }

  .in_bg4 {
    margin-top: 0;
  }

  .in_v_box {
    margin: 1em auto;
  }

  .in_v_box2 img {
    height: 266px;
  }

  .in_v_box .gallery-top img {
    height: 268px;
  }

  .in_v_box .gallery-thumbs img {
    height: 156px;
  }

  .in_bg6 {
    padding: 2em 0 0;
  }

  .footer_bg2 {
    padding: 1.5em;
  }

  .footer_bg2 img {
    display: block;
    margin: 0 auto;
  }

  .footer_bg2 ul {
    text-align: center;
    margin-top: 1em;
  }

  .f_box3 {
    margin-top: 0;
  }

  .in_a_title h3 {
    text-align: center;
  }

  .in_n_box dl dd {
    padding: 0.3em 0;
  }

  .in_n_title h3 {
    margin-top: 1em;
  }

  .in_bg7 {
    padding: 0 1em;
  }

  .in_bg6 {
    padding: 2em 1em 0;
  }

  .in_link_slick {
    margin: 0 15px;
  }
  .in_a_box {
    margin: 2em auto 3em;
  }		 
  
  .in_link_slick a img {
	object-fit: cover;
}
}

@media (max-width: 480px) {
  .index_banner_slick .swiper-slide .in_title {
    position: initial;
  }

  .index_banner_slick .swiper-slide .in_title h3 {
    padding: 0.5em;
  }

  .index_banner_slick img {
    /* height: 220px; */
	width:100%;
    height: auto;
  }

  .in_v_box2 img {
    height: 200px;
  }

  .in_v_box .gallery-top img {
    height: 200px;
  }

  .in_v_box .gallery-thumbs img {
    height: 117px;
  }

  .in_a_hover img {
    height: 265px;
  }

  .in_l_box .in_l_hover img {
    /* height: 235px; */
	width:100%;
    height: auto;
  }

  .in_link_slick .swiper-slide img {
    height: 52px;
  }

  .in_n_slick {
    margin:0 20px;
  }
  
  .in_bg4 .in_n_prev{
	  left:0em !important;
  }
  
  .in_bg4 .in_n_next{
	  right:0em !important;
  }

  .in_s_box {
    padding: 0 1em;
  }

  .in_a_slicks {
    padding: 0px 0 1em;
  }

  .swiper-button-next {
    top: -1em;
    right: 7px;
    z-index: 9;
  }

  .swiper-button-prev {
    top: -1em;
    left: 7px;
    z-index: 9;
  }

  .in_a_box {
    margin-left: 0;
  }

  .in_a_box .top3 {
    left: 6em;
  }

  .in_a_box .top2 {
    left: 1em;
  }

  .in_a_box .top1 {
    left: -1.5em;
  }
  
  .in_link_slick a img {
    /* height: 112px; */
	width:100%;
    height: auto;
  }
}

@media (max-width: 400px) {
  .in_v_box2 img {
    height: 160px;
  }

  .in_v_box .gallery-top img {
    height: 166px;
  }

  .in_v_box .gallery-thumbs img {
    height: 95px;
  }

  .in_l_box .in_l_hover img {
    height: 200px;
  }

  .in_link_slick .swiper-slide img {
    height: 42px;
  }

  .in_a_hover img {
    height: 220px;
  }

  .in_a_box {
    margin-left: -2em;
    margin-bottom: 0;
  }

  .in_a_box svg {
    left: 3em;
  }

  .in_a_box .top3 {
    left: 3em;
  }

  .in_a_box .top2 {
    left: -1em;
    bottom: 1em;
  }

  .in_a_box .top1 {
    top: 6em;
    left: -1.8em;
    width: 153px;
    height: 153px;
  }
  
  .in_link_slick a img {
    height: 95px;
  }
}

@media (max-width: 360px) {
  .in_link_slick .swiper-slide img {
    height: 36px;
  }

  .in_l_box .in_l_hover img {
    height: 168px;
  }

  .in_l_box .in_l_hover dl {
    padding: 0.5em;
  }

  .in_l_box .in_more {
    text-align: center;
  }

  .in_a_box {
    margin-left: -3.3em;
  }
  .in_a_box svg {
    left: 4.8em;
    width: 75%;
  }

  .in_a_box .top3 {
    left: 7em;
  }

  .in_a_box .top2 {
    width: 142px;
    height: 142px;
    left: 2.2em;
    bottom: 3em;
  }

  .in_a_box .top1 {
    top: 6em;
    left: 2em;
    width: 142px;
    height: 142px;
  }
}

.banner {
  position: relative;
}

.banner img {
  height: 357px;
  object-fit: cover;
}

.list_ul {
  margin-bottom: 1em;
}

.list_ul ul {
  padding: 0;
  text-align: right;
}

.list_ul ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.l_bread {
  display: block;
  text-align: right;
  margin-top: 1em;
}

.l_bread ul {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  border-radius: 50px;
  padding: 0 1.2em 0.2em;
  margin-bottom: 0;
}

.l_bread ul li {
  display: inline-block;
  vertical-align: middle;
}

.inside_bg {
  padding-top: 5em;
}

.l_title {
  margin-bottom: 2em;
}

.l_title h2 {
  text-align: center;
  font-weight: 500;
}

html.enbody body .l_title h2{
  word-spacing:0.16em !important;
  letter-spacing:0.12em !important;
}

.l_title h3 {
  text-align: center;
  font-weight: 500;
}

.l_social {
  text-align: right;
  margin: 1.5em 0 2em;
}

.l_social ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.l_social ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1em;
}

.l_box {
  padding: 4em 6em;
  margin: 0 -60px;
}

.l_map {
  margin: 0 auto 4em;
  text-align: center;
  overflow-x: auto;
}

.l_map img {
  display: block;
  margin: 0 auto;
}

.l_items {
  display: block;
  margin: 0 auto 2em;
}

.l_items h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-align: center;
  width: 220px;
  height: 44px;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 auto 1em;
}

.l_items ul {
  list-style: none;
  padding: 0;
  margin-top: 1em;
  margin-left:0.65em;
}

.l_items ul li {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}

.l_items ul li a {
  font-size: 1.1rem;
}

.tool_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3em;
  margin-top: 1em;
}

.l_form .t_form {
  position: relative;
}

.l_form .t_form label {
  display: none;
}

.l_form .t_form .form-control {
  height: 52px;
  width: 318px;
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0 1.5em;
}

.l_form .t_form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 84px;
  height: 52px;
  border-radius: 50px;
  border: 0;
}

.l_box2 {
  padding: 2em 2em;
  margin: 0 -60px;
}

.l_list_box {
  display: block;
}

.l_list_box ul {
  list-style: none;
  margin-top: -3em;
}

.l_list_box ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3em 0.5em;
}

.l_list_box ul li a {
  display: block;
  font-size: 1.1rem;
  padding: 0.2em 1em;
  border-radius: 50px;
  min-width: 105px;
  text-align: center;
}

.l_list_box ol {
  margin-bottom: 1.5em;
  margin-right: 1em;
  display: block;
  text-align: right;
}

.l_list_box ol li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}

.l_list_box ol li a {
  display: block;
  border-radius: 100%;
}

.l_items2 a {
  display: block;
}

.l_items2 a .l_items_hover {
  position: relative;
}

.l_items2 a .l_items_hover span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 63px;
  height: 63px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.l_items2 a .l_items_hover img {
  display: block;
  margin: 0 auto;
  height: 208px;
  object-fit: cover;
  width: 100%;
}

.l_items2 a time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 31px;
  font-size: 1rem;
  font-style: normal;
  border-radius: 50px;
  margin-left: 1em;
  margin-top: -1em;
  position: relative;
  z-index: 9;
}

.l_items2 a h3 {
  font-size: 1.1rem;
  padding: 1em;
  line-height: 26px;
}

.l_page ul {
  text-align: center;
  margin-top: 2em;
  padding: 0;
}

.l_page ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}

.l_page ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  width: 29px;
  height: 29px;
  background-color: transparent;
  border-radius: 100%;
  padding-bottom: 0.2em;
}

.l_page ul .pre_all img {
  transform: scaleX(-1);
}

.l_page ul .pre_all a {
  border-radius: 0;
  width: auto;
  padding: 0;
}

.l_page ul .pre_all a:hover,
.l_page ul .pre_all a:focus {
  background-color: transparent;
  opacity: 0.5;
}

.l_page ul .pre img {
  transform: scaleX(-1);
}

.l_page ul .pre a {
  border-radius: 0;
  width: auto;
  padding: 0;
}

.l_page ul .pre a:hover,
.l_page ul .pre a:focus {
  background-color: transparent;
  opacity: 0.5;
}

.l_page ul .nex_all a {
  border-radius: 0;
  width: auto;
  padding: 0;
}

.l_page ul .nex_all a:hover,
.l_page ul .nex_all a:focus {
  background-color: transparent;
  opacity: 0.5;
}

.l_page ul .nex a {
  border-radius: 0;
  width: auto;
  padding: 0;
}

.l_page ul .nex a:hover,
.l_page ul .nex a:focus {
  background-color: transparent;
  opacity: 0.5;
}

.l_items3 {
  margin: 1em auto;
}

.l_items3 a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.l_items3 a .l_items_hover {
  position: relative;
  width: 356px;
}

.l_items3 a .l_items_hover span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 63px;
  height: 63px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.l_items3 a .l_items_hover img {
  display: block;
  margin: 0 auto;
  height: 208px;
  object-fit: cover;
  width: 100%;
}

.l_items3 a .l_items_right {
  width: calc(100% - 356px);
  padding-left: 1.5em;
}

.l_items3 a .l_items_right time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 31px;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 1em;
}

.l_items3 a .l_items_right h3 {
  font-size: 1.25rem;
}

.l_items3 a .l_items_right p {
  font-size: 1rem;
  margin-bottom: 0;
}

.l_list_box2 {
  text-align: left;
}

.l_list_box2 ul {
  padding: 0;
  margin-top: -3em;
}

.l_items4 {
  margin: 1em auto;
}

.l_items4 a {
  display: block;
}

.l_items4 a .l_items_new {
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 50px;
}

.l_items4 a .l_items_new span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 31px;
  text-align: center;
  font-size: 1rem;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  margin-right: -0.5em;
}

.l_items4 a .l_items_new time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  height: 31px;
  width: 115px;
}

.l_items4 a .l_items_box h3 {
  font-size:1.25rem;
  margin-bottom:0.5em;
  line-height:1.6em;
}

.l_items4 a .l_items_box p {
  font-size: 1rem;
  line-height:1.6em;
}

.l2_table table {
  width: 100%;
}

.l2_table table tr th {
  padding: 0.4em 1.5em;
  font-size: 1.25rem;
  font-weight: 400;
}

.l2_table table tr th:last-child {
  text-align: center;
  width: 35%;
}

.l2_table table tr td {
  padding: 0.6em 1.5em;
  font-size: 1.1rem;
}

.l2_table table tr td ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}

.l2_table table tr td ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2em 0.3em;
}

.l2_table table tr td ul li a:hover,
.l2_table table tr td ul li a:focus {
  opacity: 0.5;
}

@media (max-width: 1240px) {
  .l_box2 {
    margin: 0 -15px;
  }

  .l_items2 a .l_items_hover img {
    height: 192px;
  }
}

@media (max-width: 1199px) {
  .l_items ul li a {
    font-size: 1rem;
  }

  .l_items h3 {
    width: 100%;
  }
  
  .l_items .h3title {
    width: 100%;
  }

  .l_items2 a .l_items_hover img {
    height: 156px;
  }
}

@media (max-width: 1099px) {
  .l_box {
    margin: 0 -15px;
  }

  .l_items ul li {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .l_list_box {
    display: block;
  }

  .l_list_box ul {
    margin-top: 0;
    margin-bottom: 1.5em;
  }

  .l_list_box ol {
    padding: 0;
    text-align: right;
  }

  .l_items2 a .l_items_hover img {
    height: 110px;
  }

  .l_items2 a .l_items_hover span {
    width: 50px;
    height: 50px;
  }

  .l_items2 a i {
    margin-left: 0.5em;
  }

  .l_items2 a h3 {
    padding: 1em 0.5em;
  }

  .l_items3 a {
    display: block;
  }

  .l_items3 a .l_items_hover {
    width: 100%;
  }

  .l_items3 a .l_items_right {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .l_box {
    padding: 4em 3em;
  }

  .tool_box {
    display: block;
  }

  .l_form .t_form .form-control {
    width: 100%;
  }

  .l_social {
    text-align: center;
  }

  .l_social ul {
    display: block;
  }

  .l_items2 {
    margin-bottom: 2em;
  }

  .l_items2 a .l_items_hover img {
    height: 340px;
  }

  .l_items2 a .l_items_hover span {
    width: 63px;
    height: 63px;
  }

  .l_items3 a .l_items_hover img {
    height: 342px;
  }
}

@media (max-width: 576px) {
  .l_box {
    margin: 0;
  }

  .l_items2 a .l_items_hover img {
    height: 260px;
  }

  .l_box2 {
    margin: 0;
    padding: 2em 0.5em;
  }

  .l_list_box ul {
    padding-left: 0.65em;
  }

  .l_items3 a .l_items_hover img {
    height: 270px;
  }

  .l2_table table tr th:last-child {
    width: 100%;
    display: none;
  }

  .l2_table table tr td {
    display: block;
    width: 100%;
  }

  .l2_table table tr td ul {
    text-align: left;
  }

  .list_ul ul {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .l_box {
    padding: 4em 2em 2em;
  }

  .l_social ul {
    width: 100%;
    padding: 0.5em 0;
  }

  .inside_bg {
    padding-top: 3em;
  }

  .l_items ul li {
    width: 49%;
  }

  .l_items2 a .l_items_hover img {
    height: 200px;
  }

  .l_list_box ul {
    text-align: center;
    padding: 0;
  }

  .l_items3 a .l_items_hover img {
    height: 200px;
  }

  .l_bread ul {
    text-align: center;
    padding: 0.5em;
    padding-top: 0.2em;
    border-radius: 6px;
  }
}

@media (max-width: 400px) {
  .l_items2 a .l_items_hover img {
    height: 166px;
  }

  .l_items3 a .l_items_hover img {
    height: 166px;
  }
}

@media (max-width: 360px) {
  .l_box {
    padding: 4em 1em 2em;
  }

  .l_items2 a .l_items_hover img {
    height: 143px;
  }

  .l_page ul li {
    margin: 0 0.2em;
  }

  .l_items3 a .l_items_hover img {
    height: 142px;
  }
}

.r_box {
  padding: 2em 5em;
}

.r_items {
  margin-bottom: 2em;
}

.r_items h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.r_items ul li {
  list-style: square;
  font-size: 0.92rem;
  margin-bottom: 1.5em;
  font-weight: 500;
}

.r_items ul li a {
  display: block;
  word-break: break-all;
}

@media (max-width: 767px) {
  .r_box {
    padding: 1em;
  }
}

.t_form2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.t_form2 label {
  font-size: 1.1rem;
  margin-right: 1em;
  margin-bottom: 0;
}

.t_form2 .form-control {
  width: 125px;
  height: 52px;
  border: 0;
  border-radius: 50px;
}

.t_form2 button {
  display: block;
  width: 84px;
  height: 52px;
  border-radius: 50px;
  border: 0;
  margin-left: 0.5em;
  position: relative;
}

.t_form2 .l_s_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.l3_title h2 {
  font-size: 1.25rem;
  margin: 1em 0 1em;
  font-weight: 700;
}

.l3_title h3 {
  font-size: 1.25rem;
  margin: 1em 0 1em;
  font-weight: 700;
}

.l3_table {
  margin-bottom: 1.5em;
}

.l3_table table {
  width: 100%;
}

.l3_table table tr th {
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 500;
  width: 11%;
}

.l3_table table tr th:first-child {
  text-align: left;
  width: 56%;
}

.l3_table table tr td {
  padding: 1.5em 1em;
  text-align: center;
}

.l3_table table tr td:first-child {
  text-align: left;
}

.l3_table table tr td a {
  display: block;
}

.l3_table table tr td time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 25px;
  border-radius: 50px;
  margin-bottom: 1em;
}

.l3_table table tr td h3 {
  font-size: 1rem;
}

.l3_table table tr td p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.l3_d_box {
  margin-bottom: 2.5em;
}

.l3_d_box span {
  display: block;
  text-align: right;
  font-size: 1rem;
  margin-bottom: 1em;
}

.l3_d_box h3 {
  font-size: 1rem;
}

.l3_d_table {
  margin: 0 auto 3em;
}

.l3_d_table table {
  width: 100%;
}

.l3_d_table table tr td {
  padding: 0.5em 1em;
}

.l3_d_table table tr td:first-child {
  text-align: center;
  width: 16%;
}

.l3_d_table table tr td ul {
  list-style: none;
  padding: 0 1em;
  margin: 1em auto;
}

.l3_d_table table tr td ul li {
  display: inline-block;
  vertical-align: middle;
  width: 24.5%;
  margin: 1.2em auto;
  padding: 0.1em 0;
  padding-left: 2em;
  position: relative;
}

.l3_d_table table tr td ul li a {
  display: block;
  font-size: 1rem;
}

.l3_d_table table tr td ul li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 27px;
}

@media (max-width: 1199px) {
  .l3_d_table table tr td:first-child {
    width: 20%;
  }

  .l3_d_table table tr td ul li {
    width: 32.5%;
  }
}

@media (max-width: 991px) {
  .l3_table table {
    width: 1000px;
  }

  .l3_d_table table tr td:first-child {
    width: 120px;
  }

  .l3_d_table table tr td ul li {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .t_form2 {
    justify-content: center;
  }
}

@media (max-width: 699px) {
  .l3_d_table table tr td:first-child {
    width: 130px;
  }

  .l3_d_table table tr td ul li {
    width: 100%;
    margin: 0.5em auto;
  }
}

@media (max-width: 576px) {
  .l3_table table {
    width: 800px;
  }

  .l3_table table tr th {
    width: 20%;
  }
}

@media (max-width: 480px) {
  .l3_d_table table tr td {
    display: block;
  }

  .l3_d_table table tr td:first-child {
    width: 100%;
    padding: 0.2em 1em;
  }

  .l3_d_table table tr td ul {
    padding: 0;
  }

  .l3_d_table {
    margin-bottom: 1em;
  }
}

@media (max-width: 360px) {
  .t_form2 .form-control {
    width: 105px;
  }
}

.photo_slick {
  margin: 3em auto 1.5em;
  padding: 0 6em;
}

.p_items {
  display: block;
  padding: 0.5em;
}

.p_items .p_box {
  position: relative;
}

.p_items .p_box h3 {
  padding: 1em 2em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}

.p_items .p_box img {
  object-fit: cover;
  height: 503px;
}

.p_items ul {
  padding: 2em 2em;
}

.p_items ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 0 1em;
}

.photo_slick-s {
  padding: 0 5.8em;
  margin-bottom: 2.5em;
}

.photo_slick-s img {
  object-fit: cover;
  height: 115px;
}

.photo_slick-s a {
  margin: 0 0.7em;
}

.p_bottom {
  position: relative;
}

.p_bottom #aw_left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  transform: scale(-1);
  z-index: 1;
}

.p_bottom #aw_right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  z-index: 1;
}

@media (max-width: 1199px) {
  .photo_slick {
    padding: 0;
  }

  .photo_slick-s {
    padding: 0;
  }

  .p_items .p_box img {
    height: 458px;
  }

  .photo_slick-s img {
    height: 104px;
  }

  .p_bottom #aw_left {
    left: -5%;
  }

  .p_bottom #aw_right {
    right: -5%;
  }
}

@media (max-width: 991px) {
  .p_items .p_box img {
    height: 320px;
  }

  .p_items .p_box h3 {
    padding: 0.5em 1em;
    position: initial;
  }

  .p_items ul {
    padding: 1em 1em;
  }

  .photo_slick-s img {
    height: 96px;
  }
}

@media (max-width: 767px) {
  .p_bottom #aw_right {
    right: -2%;
  }

  .p_bottom #aw_left {
    left: -2%;
  }

  .p_items .p_box img {
    height: 287px;
  }

  .photo_slick-s img {
    height: 86px;
  }

  .photo_slick {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .p_items .p_box img {
    height: 270px;
  }

  .photo_slick-s img {
    height: 127px;
  }
}

@media (max-width: 480px) {
  .p_items .p_box img {
    height: 202px;
  }

  .photo_slick-s img {
    height: 200px;
  }

  .p_items ul {
    padding: 1em 0;
  }
}

@media (max-width: 424px) {
  .p_items .p_box img {
    height: 188px;
  }

  .photo_slick-s img {
    height: 185px;
  }
}

@media (max-width: 400px) {
  .p_items .p_box img {
    height: 165px;
  }

  .photo_slick-s img {
    height: 161px;
  }
}

@media (max-width: 360px) {
  .p_items .p_box img {
    height: 141px;
  }

  .photo_slick-s img {
    height: 138px;
  }
}

.link_list {
  list-style: none;
  text-align: center;
  margin: 1em auto 3em;
  padding: 0;
}

.link_list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.6em 0.5em;
}

.link_list li a {
  display: block;
  font-size: 1.1rem;
  padding: 0.5em 1em;
  border-radius: 50px;
}

.link_a {
  display: flex;
  flex-wrap: wrap;
}

.link_a dd {
  flex: 1 1 auto;
  width: 31.6%;
  margin: 0 0.5em;
  margin-bottom: 1.5em;
}

.link_a dd a {
  display: block;
  padding: 1em;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 480px) {
  .link_list li {
    width: 100%;
    margin: 0.5em auto;
  }

  .link_a dd {
    width: 100%;
    margin-bottom: 1em;
  }

  .link_a dd a {
    padding: 0.5em;
  }
}

.l4_item {
  margin: 2em auto;
}

.l4_item a {
  display: block;
}

.l4_item a img {
  height: 165px;
  width:100%;
  object-fit: cover;
}

.l4_item a span {
  display: block;
  text-align: center;
  margin: 1em auto;
}

.l4_item a span i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background: url(../image/icon/icon14.png) no-repeat center;
  margin-right: 0.3em;
}

.l4_item a h3 {
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.l4_item a p {
  display: block;
  font-size: 1rem;
}

.l4_item2 a img {
  object-fit: contain;
}
.l4_item h3 {
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.l4_item2 img {
  height: 165px;
  width:100%;
  /* object-fit: cover; */
  object-fit: contain;

}
.l4_title {
  margin: 2em auto 3em;
}

.l4_title h3 {
  text-align: center;
  font-size: 1.4rem;
}

.l4_title h3:after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 0.6em auto 1em;
}

.l4_box .embed-responsive {
  width: 70%;
  margin: 0 auto;
}

.l4_box2 {
  padding: 1.5em 7em;
  margin: 1.5em auto;
}

.l4_box2 h3 {
  font-size: 1.4rem;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

.l4_box2 p {
  margin-bottom: 0;
  font-size: 1rem;
}

.l4_box3 {
  margin: 0.5em auto;
  line-height:1.8em;
}

.l4_box3 img {
  object-fit: cover;
  float: left;
  margin-right: 1em;
  width: 356px;
}

.l4_box3 h3 {
  font-size: 1.25rem;
  margin-bottom: 0.3em;
}

.l4_box3 p {
  font-size: 1rem;
  margin-bottom:2em;
}

html.enbody body .l4_box3 p{
  word-spacing:0.16em !important;
  letter-spacing:0.12em !important;
  line-height:2em;
}
.l4_box3 th {
	text-align:center;
	font-weight:bold;
	padding:5px;
	background-color:#f2f2f2 !important;
}
.l4_box3 td {
	padding:5px;
}
.l4_box3 caption{
	caption-side:bottom;
	text-align:center;
}

.l4_box3-2 {
  margin: 0.5em auto;
}

.l4_box3-2 img {
  object-fit: cover;
  float: right;
  margin-right: 1em;
  width: 356px;
}

.l4_box3-2 h3 {
  font-size: 1.25rem;
  margin-bottom: 0.3em;
}

.l4_box3-2 p {
  font-size: 1rem;
}

.l4_box3-3 {
  margin: 0.5em auto;
}

.l4_box4 {
  margin: 0.5em auto;
}

.l4_box4 img {
  object-fit: cover;
}

.l4_box5 {
  margin: 1em auto;
}

.l4_box5 img {
  display: block;
  object-fit: cover;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .l4_box2 {
    padding: 1.5em 3em;
  }
}

@media (max-width: 991px) {
  .l4_box .embed-responsive {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l4_box2 {
    padding: 1.5em 2em;
  }

  .l4_box3 img {
    float: none;
  }

  .l4_box3-2 img {
    float: none;
  }
}

.l5_items {
  margin: 2.5em auto;
  max-width: 753px;
  width: 100%;
}

.l5_items img {
  height: 403px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.l5_items a {
  display: block;
}

.l5_bottom {
  margin: 1em auto;
}

.l5_bottom time {
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 31px;
  border-radius: 50px;
  margin-right: 1em;
}

.l5_bottom h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}

.l5_items2 {
  margin: 1em auto;
}

.l5_items2 a {
  display: block;
}

.l5_items2 a img {
  height: 253px;
  object-fit: cover;
}

.l5_bottom2 {
  padding: 0 1em;
}

.l5_bottom2 time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 31px;
  border-radius: 50px;
  margin-top: -1em;
  margin-bottom: 0.8em;
  position: relative;
  z-index: 1;
}

.l5_bottom2 h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}

@media (max-width: 1240px) {
  .l5_items2 a img {
    height: 230px;
  }
}

@media (max-width: 1199px) {
  .l5_items2 a img {
    height: 188px;
  }
}

@media (max-width: 991px) {
  .l5_items2 a img {
    height: 437px;
  }
}

@media (max-width: 767px) {
  .l5_items2 a img {
    height: 408px;
  }
}

@media (max-width: 699px) {
  .l5_items2 a img {
    height: 310px;
  }

  .l5_items img {
    height: 310px;
  }

  .l5_bottom {
    padding: 0 1em;
    margin: 0 auto;
  }

  .l5_bottom time {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 31px;
    border-radius: 50px;
    margin-top: -1em;
    margin-bottom: 0.8em;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .l5_items2 a img {
    height: 244px;
  }

  .l5_items img {
    height: 244px;
  }

  .l5_bottom {
    padding: 0 0.5em;
  }

  .l5_bottom time {
    margin-top: 1em;
  }

  .l5_bottom2 {
    padding: 0 0.5em;
  }

  .l5_bottom2 time {
    margin-top: 1em;
  }
}

@media (max-width: 400px) {
  .l5_items2 a img {
    height: 198px;
  }

  .l5_items img {
    height: 198px;
  }
}

@media (max-width: 360px) {
  .l5_items2 a img {
    height: 170px;
  }
}

.ecard_box {
  margin: 3em auto 2.5em;
}

.ecard_box img {
  display: block;
  margin: 0 auto;
}

.ecard_box h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  margin: 1em auto;
}

.ecard_gropup {
  padding: 0 10em;
  margin-bottom: 2em;
}

.ecard_gropup label {
  display: block;
  font-size: 1.1rem;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.ecard_gropup .label {
  display: block;
  font-size: 1.1em;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.ecard_gropup .form-control {
  margin-left: 0.7em;
  height: 3em;
}

.ecard_gropup .form-control2 {
  height: auto;
}

.ecard_gropup p {
  margin-left: 0.7em;
}

.ecard_gropup .custom-control {
  padding-left: 2rem;
  margin: 0.2em auto;
}

.ecard_gropup .custom-control label {
  border: 0;
  padding: 0;
  font-size: 1rem;
}

.ecard_gropup .custom-control label img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 0.3em;
}

.ecard_gropup .custom-control img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 0.3em;
}

.ecard_gropup .custom-control .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1.8rem;
}

.ecard_gropup .custom-control .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1.8rem;
}

.ecard_gropup .custom-control-inline {
  margin-right: 1.3rem;
}

.ecard_gropup2 {
  padding-left: 10em;
  margin-bottom: 2em;
}

.ecard_gropup2 label {
  display: block;
  font-size: 1.1rem;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.ecard_gropup2 .form-control {
  margin-left: 0.7em;
  height:3em;
}

.ecard_gropup3 {
  padding-right: 10em;
  margin-bottom: 2em;
}

.ecard_gropup3 label {
  display: block;
  font-size: 1.1rem;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.ecard_gropup3 .form-control {
  margin-left: 0.7em;
  height: 45px;
}

.ecard_gropup3 .custom-control {
  padding-left: 2.5rem;
  margin: 0.2em auto;
}

.ecard_gropup3 .custom-control label {
  border: 0;
}

.ecard_gropup3 .custom-control .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1.8rem;
}

.ecard_gropup3 .custom-control .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1.8rem;
}

.ecard_gropup3 .custom-control-inline {
  margin-right: 1.3rem;
}

.ecard_group2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ecard_group2 .form-control {
  width: 20em;
  margin-right: 1em;
}

.ecard_group2 a {
  margin-left: 1em;
  font-weight: normal;
  cursor: pointer;
}

.ecard_group2 a img {
  margin-right: 0.5em;
}

.e_button2 {
  width: 152px;
  height: 50px;
  border-radius: 6px;
  font-size: 1.1rem;
  border: 0;
  margin: 0 0.3em;
}

.e_button {
  margin: 2em auto;
  padding-top: 2em;
  text-align: center;
}

.e_button .e1 {
  display: inline-block;
  vertical-align: middle;
  width: 152px;
  height: 50px;
  border-radius: 6px;
  font-size: 1.1rem;
  border: 0;
  margin: 0 0.3em;
}

.e_button .e2 {
  display: inline-block;
  vertical-align: middle;
  width: 152px;
  height: 50px;
  border-radius: 6px;
  font-size: 1.1rem;
  border: 0;
  margin: 0 0.3em;
}

.e_button2 {
  border: 0 !important;
}

.invalid-feedback {
  margin-left: 0.7em;
  font-size:1em;
}

.ecard_box2 {
  padding: 3em;
  margin: 0 -60px;
}

.ecard_box3 h3 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.ecard_box3 h3 span {
  vertical-align: top;
  margin-left: 1em;
}

.ecard_box3 h3 i {
  font-style: normal;
  margin-right: 0.5em;
}

.ecard_box4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3em;
}

.ecard_box4 .e_icon {
  position: absolute;
  bottom: -1em;
  left: 0;
}

.ecard_box5 h4 {
  font-size: 1.1rem;
  margin-bottom: 1.2em;
}

.ecard_box5 p {
  font-size: 1rem;
}

.e_box6 {
  margin-top: 1.8em;
}

.e_box6 h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 1240px) {
  .ecard_box2 {
    margin: 0 -15px;
  }
}

@media (max-width: 991px) {
  .ecard_gropup {
    padding: 0 1em;
  }

  .ecard_gropup2 {
    padding: 0 1em;
  }

  .ecard_gropup3 {
    padding: 0 1em;
  }

  .ecard_box4 .e_icon {
    left: auto;
    right: 0;
  }

  .ecard_box2 {
    padding: 1.5em;
  }

  .ecard_box3 img {
    margin-bottom: 2em;
  }
}

@media (max-width: 699px) {
  .ecard_group2 {
    display: block;
  }

  .ecard_group2 .form-control {
    margin-bottom: 1em;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .e_button {
    margin: 0em auto;
  }

  .ecard_box2 {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .ecard_gropup .custom-control-inline {
    margin-right: 1rem;
  }

  .e_button .e1 {
    width: 120px;
  }

  .e_button .e2 {
    width: 120px;
  }
}

.edm_block .l_items3 {
  padding: 0 2.5em;
  padding-bottom: 2em;
}

.edm_block .col-lg-12:last-child .l_items3 {
  border: 0;
}

@media (max-width: 991px) {
  .edm_block .l_items3 {
    padding: 0;
    padding-bottom: 2em;
  }

  .edm_block .l_items3 a .l_items_hover img {
    height: 366px;
  }
}

@media (max-width: 699px) {
  .edm_block .l_items3 a .l_items_hover img {
    height: 262px;
  }
}

@media (max-width: 480px) {
  .edm_block .l_items3 a .l_items_hover img {
    height: 200px;
  }
}

@media (max-width: 400px) {
  .edm_block .l_items3 a .l_items_hover img {
    height: 166px;
  }
}

@media (max-width: 360px) {
  .edm_block .l_items3 a .l_items_hover img {
    height: 143px;
  }
}

.s_box {
  margin: 1.5em auto 0.5em;
}

.s_box h3 {
  font-size: 1rem;
  font-weight: normal;
}

.s_box h4 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1em auto;
}
.s_box .p1 {
  font-size: 1rem;
  font-weight: normal;
}

.s_box .p2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1em auto;
}

.s_box ul {
  padding: 0;
  list-style: none;
  margin: 1em auto 2.5em;
}

.s_box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.s_box ul li span {
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  font-size: 0.9rem;
  margin-right: 0.8em;
}

.s_box dl {
  margin: 1.5em auto;
}

.s_box dl dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  margin-bottom: 1em;
}

.s_box dl dd span {
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 5px;
  font-size: 0.9rem;
  margin: 0 1em;
}

.s_box dl dd p {
  margin-bottom: 0;
  width: calc(100% - 90px);
}

.s_title {
  margin: 2.5em auto 1.5em;
}

.s_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  height: 50px;
  border-radius: 6px;
  margin-bottom: 1em;
}
.s_title h2 a{
	color:#fff;
}
.s_title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  height: 50px;
  border-radius: 6px;
  margin-bottom: 1em;
}
.s_title h3 a{
	color:#fff;
}
.s_box2 {
  padding: 0 1.5em;
}

.s_box2 h3 {
  font-weight: 400;
  margin-bottom: 0.5em;
}

.s_box2 h3 a {
  display: block;
  font-size: 1.1rem;
  padding-left: 0.5em;
}

.s_box2 h4 {
  font-weight: 400;
  margin-bottom: 0.5em;
}

.s_box2 h4 a {
  display: block;
  font-size: 1.1rem;
  padding-left: 0.5em;
}

.s_box2 ul {
  list-style: square;
  padding-left: 2em;
}

.s_box2 ul li {
  margin-bottom: 1em;
}

.s_box2 ul li a {
  font-size: 1rem;
}

@media (max-width: 1240px) {
  .s_box2 {
    padding: 0;
  }

  .s_box2 ul {
    padding-left: 1em;
  }
}

@media (max-width: 480px) {
  .s_box dl dd {
    flex-wrap: wrap;
  }

  .s_box dl dd p {
    width: 100%;
    padding-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }

  .s_title {
    margin: 1.5em auto;
  }
}

@page {
  margin: 1cm;
  size: 210mm 297mm;
}

.print {
  page-break-after: always;
  page-break-inside: avoid;
}

@media print {

  head,
  footer,
  .banner,
  .navbar-default,
  .l_social,
  .l_page,
  .tool_box {
    display: none;
  }

  body {
    margin: 0;
  }

  .l4_item a img,
  .l5_items2 a img,
  .l5_items img,
  .l_items2 a .l_items_hover img,
  .l_items3 a .l_items_hover img,
  .p_items .p_box img,
  .photo_slick-s img {
    height: auto;
  }
}
.linklist{padding-left:2em;}
.linklist a{padding:0 0.6em;}
.linklist a.active{ color:#c30; text-decoration:none; }
.linklist a.active:hover{text-decoration:underline;}

.l_items_box h3 { vertical-align:middle;}
.l_items_box h3 time{ display:inline-flex; align-items:center; justify-content:center; font-weight:normal; color:#757575; font-size:0.85em; vertical-align:middle; padding:0px 0px 3px 5px;}
.l_items_box h3 .color_red{ border-radius: 50px; background-color: #c05050; color: #fff; padding:3px 8px 3px 8px; font-size:0.7em; margin:0 5px 0 0; vertical-align:middle;}
.l_items_new .cate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  height: auto;
  width: auto;
  padding:0 10px;
  color:#fff;
  vertical-align:middle;
}

.edm_block .l_items3 {
  padding: 1em 2.5em;
  margin: 0;
}

@media (max-width: 991px) {
  .edm_block .l_items3 {
    padding: 1em;
  }
}

.service_more{
	margin:0px !important;
	padding-right:1em;
}

.invisible{ display: none;}

.hidedata{ display:none; }

.taletxt{ margin:1em auto; width:65%;}
.taleH3{ color:#2a8733; padding-bottom:1em; font-size:1.5em !important;}
.taletxt p{ font-size:1.25em; line-height:1.8em;}

h3.th3{ font-size:1.5em !important;}
h4.th4{ font-size:1.25em !important;}

.i_close:before {
	background-image: url(../image/icon/icon_close2.svg);
	background-size: cover;
	margin-top: -0.1em;
	margin-bottom: .1em;
	
}
.i_close {
	background-image: url(../image/icon/icon_close2.svg);
	background-size: cover;
	margin-top: 0.2em;
	margin-bottom: .1em;
	width:18px;
	height:18px;
	display:block;
	z-index:10000;
}

.ecard_gropup .upload_area{width:100%; border-radius: 5px; border:1px solid #d4d4d4; margin-left: 0.7em}
.ecard_gropup .upload_area p{font-size:0.88em; color:#757575;}
.ecard_gropup .upload_area p.upload_notice{font-size:1em; color:#000;}
.ecard_gropup .upload_area .btn{ color:#000; border-radius: 5px; border:1px solid #ccc; background-color:#efefef; }
.ecard_gropup .upload_area a:hover, .ecard_gropup .upload_area a:focus{
	display:inline-block !important;
}
.upload_area {
	min-height: 100px;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5em .5em 3em;
	position: relative
	
}

.upload_area.working {
	border: 1px solid #87daff;
	box-shadow: 0px 0px 0px 2px #87daff inset
}

.upload_area p {
	position: absolute;
	bottom: .2em;
	left: 1em;
	font-size: .813em;
	color: #777;
	margin: 0;
	line-height: 1.5em
}

.upload_area p.upload_notice {
	top: .5em;
	color: #555;
	font-size: .938em
}

.upload_area p.upload_notice a {
	margin: 0 .2em
}

.upload_area .file {
	display: block;
	margin: 0px 0 .5em;
	border-radius: 4px;
	padding: .5em 140px .5em 3.5em;
	background: #F1F1F1;
	position: relative
}

.upload_area .file>span {
	font-size: .938em
}

.upload_area .file>span em {
	color: #666;
	font-size: 0.9em;
	font-style: normal;
	margin-left:1em
}

.upload_area .file .pic {
	width: 40px;
	height: 30px;
	margin: 0px .5em 0 0;
	position: absolute;
	top: .3em;
	left: .3em;
	border-radius: 4px;
	background: #FFF
}

.upload_area .file .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px
}

.upload_area .file.notice_error {
	background: #ffd9d9;
	border-left: none
}

.upload_area .file.notice_error .pic {
	background: transparent
}

.upload_area .file.notice_error .pic img {
	display: none
}

.upload_area .file.notice_error .progress_bar {
	display: none
}

.upload_area .file.notice_error span {
	color: #555
}

.upload_area .file.notice_error span em {
	color: #b00;
}

.upload_area .file .delete {
	position: absolute;
	font-size: .75em;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	opacity: .3
}

.upload_area .file .delete:hover,
.upload_area .file .delete:focus {
	opacity: 1
}

.upload_area .file .progress_bar {
	position: absolute;
	bottom: .2em;
	background: #DDD;
	border-radius: 3px;
	height: 6px;
	width: 100px;
	right: 30px;
	top: 50%;
	margin-top: -2px
}

.upload_area .file .progress_bar span {
	position: absolute;
	height: 100%;
	border-radius: 3px;
	background: #21BAFF;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
	background-size: 1rem 1rem;
	animation: progress-bar-stripes 1s linear infinite
}

.upload_area .ui-sortable{ clear:both;}

.form-control-danger .upload_area {
	border: 1px solid #FF3E4D;
	box-shadow: 0 0 0 1px #FF3E4D inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.ariaErrors p{
	font-size:1.1em;
	border-left: 5px solid #ccc;
	padding-left:1em;
}
.btns{ 
	color: #000;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #efefef;
	padding:5px 15px;
}

.liline-group{ white-space:nowrap; padding:5px 0px;}
.liline-group label{ display:inline !important; vertical-align:middle;}
.liline-group img{ vertical-align:middle;}
.ar-btn{border:none;}


/*  accessibility START */


.s_title .h3title {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    height: 50px;
    border-radius: 6px;
    margin-bottom: 1em;
}
.s_title .h3title a {
    color: #fff;
}

.s_box2 .h4title {
    font-weight: 400;
    margin-bottom: 0.5em;
}
.s_box2 .h4title a {
    display: block;
    font-size: 1.1rem;
    padding-left: 0.5em;
}
.s_box2 .h4title a {
    display: block;
    font-size: 1.1rem;
    padding-left: 0.5em;
}
.h3title{
	line-height: 1.6em;
    word-spacing: 0.16em;
    letter-spacing: 0.14em;
	margin-bottom: 0.5rem;
    font-weight: 500;
	font-size: 1.75rem;
}
.in_n_box dl dd a .h3title{
    font-size: 1.1rem;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.8rem;
    height: 24px;
}

.in_v_box .h3title{
    font-size: 1.1rem;
    border-bottom: 1px solid;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
    margin-top: 1em;
}

.in_n_slick .in_slide .in_hover .h3title {
    line-height: 33px;
    font-size: 1.33rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 67px;
}

.in_a_box2 .h3title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    margin-top: 2.5rem;
	margin-bottom: 0.5rem;
}

.l5_bottom2 .h3title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
}

.l_items2 a .h3title {
    font-size: 1.1rem;
    padding: 1em;
    line-height: 26px;
}

.l_items3 a .l_items_right .h3title {
    font-size: 1.25rem;
	
}

.p_items .p_box .h3title {
    padding: 1em 2em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
}

.l_items4 a .l_items_box .h3title {
  font-size:1.25rem;
  margin-bottom:0.5em;
  line-height:1.6em;
}

.l_items_box .h3title { vertical-align:middle;}
.l_items_box .h3title time{ display:inline-flex; align-items:center; justify-content:center; font-weight:normal; color:#757575; font-size:0.85em; vertical-align:middle; padding:0px 0px 3px 5px;}
.l_items_box .h3title .color_red{ border-radius: 50px; background-color: #c05050; color: #fff; padding:3px 8px 3px 8px; font-size:0.7em; margin:0 5px 0 0; vertical-align:middle;}

.l3_table table tr td .h3title {
  font-size: 1rem;
}、

.l3_title .h3title {
  font-size: 1.25rem;
  margin: 1em 0 1em;
  font-weight: 700;
}

.l3_d_box .h3title {
  font-size: 1rem;
}

.l4_box3 .h3title {
  font-size: 1.25rem;
  margin-bottom: 0.3em;
}

.l_items .h3title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-align: center;
  width: 220px;
  height: 44px;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 auto 1em;
}

.l4_item a .h3title {
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.l4_title .h3title {
  text-align: center;
  font-size: 1.4rem;
}

.l4_title .h3title:after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 0.6em auto 1em;
}

.l_items2 a .h3title {
    font-size: 1.1rem;
    padding: 1em;
    line-height: 26px;
}


.l4_item .h3title {
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.ecard_box .h3title {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  margin: 1em auto;
}

.ecard_box3 .h3title {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.ecard_box3 .h3title span {
  vertical-align: top;
  margin-left: 1em;
}

.ecard_box3 .h3title i {
  font-style: normal;
  margin-right: 0.5em;
}

.in_n_title .h3title {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

.in_bg4 .in_n_title .h3title {
  font-size: 1.75rem;
}

.l_title .h3title {
  text-align: center;
  font-weight: 500;
}

.ecard_box5 .h4title {
  font-size: 1.1rem;
  margin-bottom: 1.2em;
}

.l4_box3-2 .h3title {
  font-size: 1.25rem;
  margin-bottom: 0.3em;
}

.in_s_items a .h3title {
  font-size: 1rem;
  text-align: center;
}
.th3{ 
	font-size:1.5em !important;
	margin-bottom: 0.3em;
	line-height: 1.6em;
    word-spacing: 0.16em;
    letter-spacing: 0.14em;
	font-weight: 500;
	margin-top: 0;
	padding: 0;
}
.th4{ 
	font-size:1.25em !important;
	line-height: 1.6em;
    word-spacing: 0.16em;
    letter-spacing: 0.14em;
	margin-bottom: 0.5rem;
    font-weight: 500;
	margin-top: 0;
	padding: 0;
}

.taleH3{ 
	color:#2a8733;
	padding: 0;
	padding-bottom:1em;
	font-size:1.5em !important;
	margin-bottom: 0.3em;
	line-height: 1.6em;
    word-spacing: 0.16em;
    letter-spacing: 0.14em;
	font-weight: 500;
	margin-top: 0;
}

/* accessibility END */
