@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans', 'Noto Sans TC', sans-serif;
  letter-spacing: 1px;
}
body {
  background-color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  opacity: 1;
}
.invalid-feedback {
  color: #ffeb3f;
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #fff;
  background-image: url(../images/check.svg);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #ffeb3f;
  background-image: url(../images/err.svg);
}
.img_hover {
  line-height: 0px;
  position: relative;
  overflow: hidden;
  margin: auto;
  float: none;
  clear: none;
  z-index: 0;
}
.img_hover img {
  -webkit-filter: opacity(100%); /* Safari */
  filter: opacity(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: scale(1, 1);
}
.img_hover img:hover, a:hover .img_hover img {
  -webkit-filter: opacity(20%); /* Safari */
  filter: opacity(20%);
  transform: scale(1.1, 1.1);
}
div:focus {
  outline: none;
  width: 60%;
}
.form-control {
  line-height: 1.75;
  border-color: #9a430d;
  background-color: #9a430d;
  color: #fff;
}
.form-control::placeholder {
  color: #fff;
}
.form-control:focus {
  border-color: #9a430d;
  box-shadow: 0 0 0 0 transparent;
  background-color: #9a430d;
  color: #fff;
}
.form-select:focus {
  border-color: #9a430d;
  box-shadow: 0 0 0 0 transparent;
  background-color: #9a430d;
  color: #fff;
}
.form-select {
  line-height: 28px;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 1;
  color: inherit;
}
.ckbutton_label {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #9a430d;
  border-radius: 5px;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  vertical-align: text-bottom;
}
.ckbutton_label::before, .ckbutton_label::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: white;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.ckbutton_label::before {
  height: 8px;
  top: 8px;
  left: 3px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ckbutton_label::after {
  height: 16px;
  top: 3px;
  left: 11px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ckbutton_checkbox:checked + .ckbutton_label {
  background-color: #9a430d;
}
.ckbutton_checkbox:checked + .ckbutton_label::before, .ckbutton_checkbox:checked + .ckbutton_label::after {
  opacity: 1;
}
.ckbutton_checkbox {
  display: none;
}
.rdobutton_label {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #9a430d;
  border-radius: 25px;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  vertical-align: text-bottom;
}
.rdobutton_label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 25px;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
input:checked + .rdobutton_label {
  background-color: #9a430d;
}
.rdobutton_radio:checked + .rdobutton_label::before {
  opacity: 1;
}
.rdobutton_radio {
  display: none;
}
/*btn*/
.btn:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.main_btn {
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  background-color: #df6110;
  border-radius: 50px;
  padding: 5px 20px;
}
.main_btn:hover, a:hover.main_btn {
  background-color: #e8890f;
  color: #fff;
}
.black_btn {
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  background-color: #000;
  border-radius: 50px;
  padding: 5px 20px;
}
.black_btn:hover, a:hover.black_btn {
  background-color: #333;
  color: #fff;
}
.white_btn {
  border: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  position: relative;
  z-index: 999;
}
.white_btn:hover, a:hover.white_btn {
  background-color: #df6110;
  color: #fff;
}
.more_btn {
  border: 0;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
}
.more_btn:hover, a:hover.more_btn {
  background-color: #df6110;
  color: #fff;
}
.shape-ex11 {
  width: 250px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  background-color: transparent;
  position: relative;
  transition: all .3s linear;
}
.shape-ex11:hover {
  color: #fff;
}
.shape-ex11 > p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.shape-ex11::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s linear;
}
.shape-ex11::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .3s ease;
}
.shape-ex11:hover::before, .shape-ex11:hover::after {
  width: 100%;
  height: 100%;
}
/*文字自動省略*/
.font_vertical {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 65px;
}
.iframe_text {
  text-align: center;
}
/*頁次*/
.pagination {
  justify-content: center;
}
.page-link {
  color: #fff;
  border-radius: 50px;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #686969;
  border: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f2783c;
  border-color: #f2783c;
}
.page-link:hover {
  color: #fff;
  background-color: #f2783c;
  border-color: #f2783c;
}
.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #f2783c;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.page-item:first-child .page-link {
  border-radius: 50px;
}
.page-item:last-child .page-link {
  border-radius: 50px;
}
.facebook_color {
  color: #004eed;
}
.line_color {
  color: #00c25b;
}
.main_color {
  color: #e8890f;
}
.orange_color {
  color: #e8890f;
}
.orange_color_50 {
  color: #e8890f;
}
.main_bg_color {
  background-color: #df6110;
}
/* Table Styles */
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > thead > tr > th {
  white-space: nowrap;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  vertical-align: middle;
  border: 0;
  margin-bottom: 0px;
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.table th {
  color: #fff;
  background: #df6110;
  padding: 15px 10px;
  text-align: center;
  border-left: 1px solid #df6110;
  border-right: 1px solid #df6110;
}
.table tr {
  border: 0;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
}
.table tr:nth-child(odd) {
  background-color: #303030;
}
.table tr:nth-child(even) {
  background-color: #404040;
}
.table tr:nth-child(odd):hover, .table tr:nth-child(even):hover {
  color: #fff;
}
.table td {
  border: 1px solid #535353;
}
.opne_table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  vertical-align: middle;
  border: 0;
  margin-bottom: 0px;
}
.opne_table > :not(caption) > * > * {
  padding: .8rem .5rem;
  border-bottom-width: 1px;
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.opne_table th {
  background: #fff;
  padding: 15px 10px;
  text-align: center;
  border-left: 3px solid #333;
  border-right: 3px solid #333;
}
.opne_table tr {
  border: 0;
  text-align: center;
  color: #333;
  padding: 15px 10px;
}
.opne_table tr:nth-child(odd) {
  background-color: #fff;
}
.opne_table tr:nth-child(even) {
  background-color: #fff;
}
.opne_table td {
  border: 3px solid #333;
}
.text_style {
  font-size: 16px;
}
/*header*/
.logo_area {
  max-width: 180px;
}
.logo_area img {
  max-width: 180px;
}
.fixed_top {
  margin-top: 70px;
}
/*nav*/
.navbar {
  z-index: 999;
}
.nav-item {
  padding: 5px 0;
  letter-spacing: 2px;
}
.dropdown-toggle::after {
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  border: 0;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #e8890f;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
  color: #e8890f;
}
.dropdown-menu {
  border: 0;
  padding: 0;
  background-color: #543021;
}
.dropdown-item {
  color: #fff;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #eccf68;
  background-color: transparent;
}
/*ad_btn*/
.fb_btn {
  width: 160px;
  height: 50px;
  background-image: url(../images/line/fb_btn.png);
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
}
.fb_btn:hover, a.current .fb_btn {
  width: 160px;
  height: 50px;
  background-image: url(../images/line/fb_btn_h.png);
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.google_btn {
  width: 160px;
  height: 50px;
  background-image: url(../images/line/google_btn.png);
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
}
.google_btn:hover, a.current .google_btn {
  width: 160px;
  height: 50px;
  background-image: url(../images/line/google_btn_h.png);
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.line_btn {
  width: 160px;
  height: 50px;
  background-image: url(../images/line/line_btn.png);
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
}
.line_btn:hover, a.current .line_btn {
  width: 160px;
  height: 50px;
  background-image: url(../images/line/line_btn_h.png);
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.open_btn {
  width: 160px;
  height: 50px;
  background-image: url(../images/line/open_btn.png);
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
}
.open_btn:hover, a.current .open_btn {
  width: 160px;
  height: 50px;
  background-image: url(../images/line/open_btn_h.png);
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*title*/
.p_title_china_line {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  margin: auto;
  position: relative;
}
.p_title_china_line::before {
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 50px;
  height: 1px;
  background-color: #e36329;
  content: '';
}
.p_title_china_meta {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  margin: auto;
  position: relative;
}
.p_title_china_meta::before {
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 65px;
  height: 1px;
  background-color: #e36329;
  content: '';
}
.p_title_china_google {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  margin: auto;
  position: relative;
}
.p_title_china_google::before {
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 90px;
  height: 1px;
  background-color: #e36329;
  content: '';
}
.p_title_china_open {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  margin: auto;
  position: relative;
}
.p_title_china_open::before {
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 220px;
  height: 1px;
  background-color: #e36329;
  content: '';
}
.p_title_china_about {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  margin: auto;
  position: relative;
}
.p_title_china_about::before {
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 50px;
  height: 1px;
  background-color: #e36329;
  content: '';
}
.p_title_china_join {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  margin: auto;
  position: relative;
}
.p_title_china_join::before {
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 50px;
  height: 1px;
  background-color: #e36329;
  content: '';
}
/*ad*/
.ad_box {
  padding: 25px 0;
  text-align: center;
}
.ad_banner_pic {
  background-image: url(../images/ad_banner_pic.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 0;
}
.ad_text {
  font-size: 14px;
  position: relative;
  z-index: 5;
}
/*article*/
.article_title_eng {
  font-size: 40px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  letter-spacing: 3px;
  z-index: 5;
  position: relative;
}
/*line*/
.iframe_title_line {
  font-size: 30px;
  text-align: center;
}
.iframe_title {
  font-size: 30px;
  text-align: center;
}
/*footer*/
.cpr_text {
  font-size: 13px;
  line-height: 22px;
}
/*google*/
.google_bg {
  background-image: url(../images/google/bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.google_round {
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
}
.google_round h4 {
  position: absolute;
  width: 90%;
  top: 35%;
  left: 5%;
  line-height: 30px;
}
.google_box {
  border: 1px solid #fff;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 20px;
}
.google_box img {
  max-width: 150px;
  margin-bottom: 20px;
}
.open_title_eng {
  font-size: 40px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  letter-spacing: 3px;
  z-index: 5;
  position: relative;
}
/*about*/
.a_bg {
  background-image: url(../images/a_bg.png);
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: cover;
  position:relative;
  z-index:0;
}
.a_bg::before{
	content:'';
	background-image:url(../images/a_pic_bg.png);
	width:100%;
	height:100%;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
}
.about_box {
  position: relative;
}
.orange_box {
  width: 50%;
  height: 80%;
  background-color: #e36329;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.about_pic {
  opacity: 0.4;
  height: 450px;
  overflow: hidden;
  background-image: url(../images/a_pic.jpg);
  background-position: center center;
}
.about_tbox {
  position: absolute;
  top: 20%;
  left: 10%;
  opacity: 1;
  z-index: 9;
  width: 80%;
}
.a_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.p_title_eng {
  font-size: 50px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: relative;
  z-index: 5;
}
/*ad_icon*/
.fb_icon {
  width: 180px;
  height: 180px;
  background-image: url(../images/fb_icon.png);
  background-position: center center;
  background-size: 180px auto;
  background-repeat: no-repeat;
}
.fb_icon:hover {
  width: 180px;
  height: 180px;
  background-image: url(../images/fb_icon_h.png);
  background-position: center center;
  background-size: 180px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.google_icon {
  width: 180px;
  height: 180px;
  background-image: url(../images/google_icon.png);
  background-position: center center;
  background-size: 180px auto;
  background-repeat: no-repeat;
}
.google_icon:hover {
  width: 180px;
  height: 180px;
  background-image: url(../images/google_icon_h.png);
  background-position: center center;
  background-size: 180px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.line_icon {
  width: 180px;
  height: 180px;
  background-image: url(../images/line_icon.png);
  background-position: center center;
  background-size: 180px auto;
  background-repeat: no-repeat;
}
.line_icon:hover {
  width: 180px;
  height: 180px;
  background-image: url(../images/line_icon_h.png);
  background-position: center center;
  background-size: 180px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.open_icon {
  width: 180px;
  height: 180px;
  background-image: url(../images/open_icon.png);
  background-position: center center;
  background-size: 180px auto;
  background-repeat: no-repeat;
}
.open_icon:hover {
  width: 180px;
  height: 180px;
  background-image: url(../images/open_icon_h.png);
  background-position: center center;
  background-size: 180px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*pic*/
.pic_bg {
  background-image: url(../images/pic_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.pic_logo {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 35%;
  text-align: center;
  z-index: 0;
}
.pic_logo img {
  width: 100%;
  max-width: 400px;
}
.pic_slogan {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 5%;
  text-align: center;
}
.pic_slogan img {
  width: 100%;
  max-width: 280px;
}
/*title*/
.title_eng {
  font-size: 45px;
  color: transparent;
  -webkit-text-stroke: 1px #e36329;
  letter-spacing: 3px;
  position: relative;
  z-index: 5;
}
.title_china {
  font-size: 26px;
  color: #fff;
  letter-spacing: 3px;
  position: relative;
  z-index: 5;
}
/*service*/
.ser_bg {
  position: relative;
}
.ser_bg_l {
  background-color: #df6110;
  content: '';
  width: 8%;
  height: 95%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: -1;
  background-image: url(../images/ser_bg_l.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.ser_bg_r {
  background-color: #df6110;
  content: '';
  width: 8%;
  height: 95%;
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: -1;
  background-image: url(../images/ser_bg_r.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
.ser_box {
  position: relative;
}
.ser_box:before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.30);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.ser_box:hover:before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.ser_title {
  font-size: 20px;
  color: #fff;
}
.ser_text {
  font-size: 14px;
  color: #fff;
}
.ser_box:hover .ser_title {
  color: #e8890f;
}
.ser_box:hover .ser_text {
  color: #e8890f;
}
.a_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.a_text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
/*contact*/
.con_bg {
  background-color: #df6110;
}
.contact_box {
  width: 100%;
  padding: 30px 0px 30px 0px;
}
/*service*/
.ser_box_bg {
  background-image: url(../images/service/ser_bg.jpg);
  background-position: center center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
/*翻牌*/
.card_box {
  position: relative;
  width: 100%;
  height: 200px;
  perspective: 150rem;
  overflow: hidden;
  display: block;
  outline: none;
}
.front, .back, .front1, .back1 {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}
.front {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.15);
}
.front1 {
  overflow: hidden;
  background-color: rgba(223, 97, 16, 0.15);
}
.card_box:hover .front, .card_box:hover .front1 {
  transform: rotateY(180deg);
}
.card_box:nth-child(even):hover .front, .card_box:nth-child(even):hover .front1 {
  transform: rotateY(-180deg);
}
.back {
  transform: rotateY(-180deg);
  padding: 0 1.5em;
  background-color: rgba(255, 255, 255, 0.40);
}
.back1 {
  transform: rotateY(-180deg);
  padding: 0 1.5em;
  background-color: rgba(223, 97, 16, 0.40);
}
.back::after, .back1::after {
  background-image: url(../images/service/box_hover.png);
  background-position: center center;
  background-size: 94% 94%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
}
.card_box:hover .back, .card_box:hover .back1 {
  transform: rotateY(0deg);
}
.card_box:nth-child(even) .back, .card_box:nth-child(even) .back1 {
  transform: rotateY(180deg);
}
.card_box:nth-child(even):hover .back, .card_box:nth-child(even):hover .back1 {
  transform: rotateY(0deg);
}
.m_back {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px 10px;
  max-width: 250px;
}
/*video*/
.v_bg {
  background-image: url(../images/video/v_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.video_box_w {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.video_box_w::before {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 20px;
  left: -20px;
  content: '';
  z-index: -1;
}
.video_box_w h4 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.video_box {
  border: 1px solid #fff;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 20px 10px;
}
.video_box img {
  max-width: 100px;
  margin-bottom: 15px;
}
.video_box h5 {
  font-size: 14px;
}
.video_bg {
  background-image: url(../images/video/v_pic4.jpg);
  background-position: center center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.camera_icon {
  display: none;
}
/*wom*/
.w_bg {
  background-image: url(../images/wom/wom_bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.wom_bg {
  background-image: url(../images/wom/w_pic4.jpg);
  background-position: center center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.wom_box {
  width: 100%;
}
.pc_icon {
  display: none;
}
.community_box {
  background-image: url(../images/community/m_pic1.jpg);
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.community_box::before {
  width: 100%;
  height: 100%;
  background-color: rgba(223, 97, 16, 0.70);
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
/*community*/
.community_bg {
  background-image: url(../images/community/m_pic2.jpg);
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.mobile_icon {
  display: none;
}
.web_title_eng {
  font-size: 45px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  letter-spacing: 3px;
  z-index: 5;
  position: relative;
}
/*web*/
.web_bg {
  background-image: url(../images/web/web_pic.jpg);
  background-position: center center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
.web_bg::before {
  background-color: #df6110;
  width: 80%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  z-index: 0;
  left: -1;
}
.web_box {
  position: relative;
  z-index: 0;
  padding: 20px 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #333;
  max-width: 240px;
  width: 100%;
  margin-left: -40px;
}
.web_box::before {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  content: '';
  z-index: -1;
}
.web_box img {
  max-width: 150px;
  margin-bottom: 15px;
}
.web_sbg {
  background-image: url(../images/web/bg1.jpg);
  background-position: top right;
  width: 100%;
  min-height: 100%;
  background-size: 100%;
  background-repeat: repeat;
  position: relative;
  z-index: 0;
  background-color: rgba(0, 0, 0, 1.00);
}
.web_sbg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(../images/web/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  content: '';
}
ul.web_menu {
  list-style: none;
  padding-left: 0;
}
ul.web_menu li {
  padding: 5px 0px;
}
/*下拉選單*/
.drop {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  z-index: 999;
}
.drop:hover .dropOption {
  display: block;
}
.drop:hover .dropdown {
  display: block;
}
.drop:hover .dropdown.close {
  display: none;
}
.drop .dropOption {
  position: relative;
  width: auto;
  color: #333;
  font-size: 15px;
  background-color: #F2F2F2;
  padding: 10px;
  border: 0;
  border-radius: 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.drop .dropOption::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 12px;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
}
.drop .dropdown {
  display: none;
  width: 100%;
  max-height: 350px;
  position: absolute;
  color: #333;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0px;
  box-sizing: border-box;
  overflow: auto;
  z-index: 10;
}
.drop .dropdown > li {
  display: block;
  color: #333;
  padding: 10px 10px;
  font-size: 15px;
  margin: 0;
  cursor: pointer;
}
.drop .dropdown > li:hover {
  background-color: #df6110;
  color: #fff;
  border-radius: 0px;
}
.drop .dropdown::-webkit-scrollbar {
  width: 5px;
}
.drop .dropdown::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 6px;
}
.drop .dropdown::-webkit-scrollbar-thumb {
  background-color: #757a7d;
  border-radius: 5px;
}
.drop .dropdown::-webkit-scrollbar-button {
  background-color: #f9f9f9;
}
/*timeline*/
.timeline {
  margin: 0;
  position: relative;
}
.timeline:before {
  content: "";
  position: fixed;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 4px;
  background-color: #e8890f;
}
.entries {
  width: calc(100% - 0px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
.timeline .entries .entry {
  width: calc(50% - 0px);
  float: left;
  padding: 10px;
  clear: both;
  text-align: right;
}
.timeline .entries .entry:not(:first-child) {
  margin-top: -60px;
}
.timeline .entries .entry .title {
  font-size: 26px;
  margin-bottom: 0px;
  position: relative;
  color: #e8890f;
}
.timeline .entries .entry .title:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 4px solid #e8890f;
  background-color: #e8890f;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
  z-index: 1000;
}
.timeline .entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  transform: translate(8px, -50%);
}
.timeline .entries .entry .body {
  color: #fff;
}
.timeline .entries .entry .body p {
  line-height: 1.4em;
}
.timeline .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
  padding-left: 20px;
}
.timeline .entries .entry:nth-child(2n) .title:before {
  left: -22px;
}
.timeline .entries .entry:nth-child(2n) .title.big:before {
  transform: translate(-8px, -50%);
}
.search_box {
  background-color: #242424;
  width: calc(100% - 46px);
  padding: 10px;
  float: left;
  clear: none;
}
.search_form {
  background-color: transparent;
  color: #fff;
  border: 0;
  width: 100%;
}
.search_form:focus {
  border: 0;
  outline: none;
}
.search_btn {
  background-color: #df6110;
  float: left;
  clear: none;
  border-radius: 0px;
  color: #fff;
  height: 46px;
  width: 46px;
}
.search_btn:hover {
  background-color: #ff7b26;
  color: #fff;
}
.title_iframe {
  background-image: url(../images/title_iframe.png);
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: left top;
  color: #fff;
  width: 100%;
  height: 85px;
}
.title_iframe h3 {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
}
/*product*/
.pro_box {
  position: relative;
  z-index: 0;
}
.spro_box {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.pro_box::before {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid #df6110;
  position: absolute;
  top: 10px;
  right: -10px;
  content: '';
  z-index: -1;
}
.spro_box_w {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.spro_box_w::before {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  right: -10px;
  content: '';
  z-index: -1;
}
.tag_text a {
  color: rgba(255, 255, 255, .5);
}
.tag_text a:hover, a.current {
  color: #F98800;
}
.search_sbox {
  padding: 10px 0;
}
.search_sbox img {
  -webkit-filter: opacity(100%); /* Safari */
  filter: opacity(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: scale(1, 1);
}
.search_sbox:hover img {
  -webkit-filter: opacity(80%); /* Safari */
  filter: opacity(80%);
  transform: scale(0.95, 0.95);
}
.search_sbox:hover {
  background-color: #373838;
  cursor: pointer;
}
.search_text {
  font-size: 16px;
}
.d_date {
  font-size: 16px;
  text-align: right;
}
.s_article_title {
  padding-right: 40px;
  position: relative;
  width: 100%;
}
.s_article_title img {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
/*體驗*/
.ex_title_eng {
  font-size: 40px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  letter-spacing: 3px;
}
.ex_pic {
  border: 2px solid #e8890f;
  padding: 5px;
  border-radius: 50%;
}
.ex_box_L {
  position: relative;
}
.ex_box_R {
  position: relative;
}
@media (min-width: 375px) {
  .title_eng {
    font-size: 50px;
  }
  /*web*/
  .web_bg::before {
    width: 85%;
  }
}
@media (min-width: 414px) {
  /*web*/
  .web_bg::before {
    width: 80%;
  }
  .web_title_eng {
    font-size: 60px;
  }
}
@media (min-width: 480px) {
  /*web*/
  .web_bg::before {
    width: 80%;
  }
  .web_box {
    margin-left: -10%;
  }
}
@media (min-width: 533px) {
  /*web*/
  .web_bg::before {
    width: 75%;
  }
}
@media (min-width: 576px) {
  .title_eng {
    font-size: 60px;
  }
  /*web*/
  .web_bg::before {
    width: 90%;
  }
}
@media (min-width: 768px) {
  /*title*/
  .p_title_china_line {
    font-size: 30px;
  }
  .p_title_china_line::before {
    width: 65px;
  }
  .p_title_china_meta {
    font-size: 30px;
  }
  .p_title_china_meta::before {
    width: 85px;
  }
  .p_title_china_google {
    font-size: 30px;
  }
  .p_title_china_google::before {
    width: 115px;
  }
  .p_title_china_open {
    font-size: 30px;
  }
  .p_title_china_open::before {
    width: 290px;
  }
  .p_title_china_about {
    font-size: 30px;
  }
  .p_title_china_about::before {
    width: 60px;
  }
  .p_title_china_join {
    font-size: 30px;
  }
  .p_title_china_join::before {
    width: 60px;
  }
  .iframe_text {
    text-align: left;
  }
  /*ad*/
  .ad_box {
    text-align: left;
  }
  /*article*/
  .article_title_eng {
    font-size: 70px;
  }
  /**/
  .text_iframe_L {
    padding: 20px 30px 20px 20px;
    position: relative;
  }
  .text_iframe_L:after {
    background-image: url(../images/line/lineR_iframe.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .text_iframe_R {
    padding: 20px 20px 20px 30px;
    position: relative;
  }
  .text_iframe_R:after {
    background-image: url(../images/line/lineL_iframe.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .text_iframe_Center {
    padding: 20px 40px;
    position: relative;
  }
  .text_iframe_Center:after {
    background-image: url(../images/line/linec_iframe.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
  }
  .text_iframe_Ls {
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .text_iframe_Ls:after {
    background-image: url(../images/line/lineR_iframe.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
  }
  .T_text_iframe_Rs {
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .T_text_iframe_Rs:after {
    background-image: url(../images/text_iframe.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
  }
  .p_title_eng {
    font-size: 100px;
  }
  /*ad_icon*/
  .fb_icon {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
  .fb_icon:hover {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
  .google_icon {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
  .google_icon:hover {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
  .line_icon {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
  .line_icon:hover {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
  .open_icon {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
  .open_icon:hover {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
  /*pic*/
  .pic_slogan img {
    max-width: 320px;
  }
  .pic_logo {
    width: 90%;
    left: 5%;
    top: 20%;
  }
  /*title*/
  .title_eng {
    font-size: 100px;
  }
  /*ser*/
  .ser_box_banner {
    background-image: url(../images/ser_box_banner.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90%;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: 2;
  }
  .ser_title {
    font-size: 30px;
  }
  .ser_text {
    font-size: 16px;
  }
  .orange_box {
    height: 75%;
  }
  /*video*/
  .video_box_w h4 {
    font-size: 20px;
  }
  .video_box {
    padding: 30px 10px;
  }
  .video_box h5 {
    font-size: 18px;
  }
  .video_bg::before {
    background-color: #df6110;
    width: 30%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
  }
  .camera_icon {
    position: absolute;
    top: -15%;
    right: 0%;
    display: inline;
  }
  .camera_icon img {
    width: 100%;
    max-width: 200px;
    text-align: center;
  }
  .pc_icon {
    position: absolute;
    top: 15%;
    right: 0%;
    display: inline;
  }
  .pc_icon img {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .community_box::before {
    width: 50%;
    height: 100%;
  }
  .mobile_icon {
    position: absolute;
    bottom: 0%;
    right: 0%;
    display: inline;
  }
  .mobile_icon img {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  /*community*/
  .community_bg::before {
    background-color: #df6110;
    width: 30%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
  }
  .web_title_eng {
    font-size: 100px;
  }
  /*web*/
  .web_bg::before {
    width: 70%;
  }
  .wom_bg::before {
    background-color: #df6110;
    width: 30%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
  }
  .web_box {
    min-height: 325px;
    max-width: 300px;
    margin-left: 0;
  }
  /*體驗*/
  .ex_title_eng {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  /*ad_btn*/
  .fb_btn {
    width: 200px;
    height: 50px;
    background-size: 200px auto;
  }
  .fb_btn:hover, a.current .fb_btn {
    width: 200px;
    height: 50px;
    background-size: 200px auto;
  }
  .google_btn {
    width: 200px;
    height: 50px;
    background-size: 200px auto;
  }
  .google_btn:hover, a.current .google_btn {
    width: 200px;
    height: 50px;
    background-size: 200px auto;
  }
  .line_btn {
    width: 200px;
    height: 50px;
    background-size: 200px auto;
  }
  .line_btn:hover, a.current .line_btn {
    width: 200px;
    height: 50px;
    background-size: 200px auto;
  }
  .open_btn {
    width: 200px;
    height: 50px;
    background-size: 200px auto;
  }
  .open_btn:hover, a.current .open_btn {
    width: 200px;
    height: 50px;
    background-size: 200px auto;
  }
  .ad_banner_pic {
    height: 320px;
  }
  /*Line*/
  .text_iframe_L {
    padding: 30px;
    position: relative;
  }
  .text_iframe_L:after {
    left: 30px;
    width: 100%;
  }
  .text_iframe_R {
    padding: 30px 70px 30px 30px;
    position: relative;
  }
  .text_iframe_R:after {
    right: 30px;
    width: 100%;
  }
  /**/
  .iframe_title_line {
    font-size: 45px;
    text-align: center;
  }
  .iframe_title {
    font-size: 45px;
    text-align: left;
  }
  /**/
  .mata_box {
    position: relative;
    width: 100%;
    font-size: 14px;
  }
  .mata_box1 img, .mata_box2 img, .mata_box3 img, .mata_box4 img {
    max-width: 120px;
  }
  .mata_box1 {
    width: 50%;
    position: absolute;
    top: 5%;
    left: 0%;
    text-align: center;
  }
  .mata_box2 {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 0%;
    text-align: center;
  }
  .mata_box3 {
    width: 50%;
    position: absolute;
    top: 55%;
    left: 0%;
    text-align: center;
  }
  .mata_box4 {
    width: 50%;
    position: absolute;
    bottom: 5%;
    left: 0%;
    text-align: center;
  }
  .meta_line1 {
    width: 200px;
    position: absolute;
    top: 10%;
    right: 40%;
  }
  .meta_line2 {
    width: 200px;
    position: absolute;
    top: 40%;
    right: 40%;
  }
  .meta_line3 {
    width: 200px;
    position: absolute;
    top: 65%;
    right: 35%;
  }
  .meta_line4 {
    width: 200px;
    position: absolute;
    bottom: 10%;
    right: 35%;
  }
  /*open*/
  .open_title_eng {
    font-size: 80px;
  }
  .p_title_eng {
    font-size: 180px;
  }
  /*ad_icon*/
  .fb_icon {
    width: 250px;
    height: 200px;
    background-size: 250px auto;
  }
  .fb_icon:hover {
    width: 250px;
    height: 200px;
    background-size: 250px auto;
  }
  .google_icon {
    width: 250px;
    height: 200px;
    background-size: 250px auto;
  }
  .google_icon:hover {
    width: 250px;
    height: 200px;
    background-size: 250px auto;
  }
  .line_icon {
    width: 250px;
    height: 200px;
    background-size: 250px auto;
  }
  .line_icon:hover {
    width: 250px;
    height: 200px;
    background-size: 250px auto;
  }
  .open_icon {
    width: 250px;
    height: 200px;
    background-size: 250px auto;
  }
  .open_icon:hover {
    width: 250px;
    height: 200px;
    background-size: 250px auto;
  }
  /*pic*/
  .pic_slogan img {
    max-width: 345px;
  }
  /*ser*/
  .ser_box_banner {
    width: 80%;
    height: 100px;
    top: 40%;
    left: 10%;
  }
  .orange_box {
    height: 78%;
  }
  .a_title {
    font-size: 30px;
  }
  .a_text {
    font-size: 16px;
    line-height: 28px;
  }
  .ser_box_bg::before {
    background-color: #df6110;
    width: 30%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
  }
  .camera_icon img {
    max-width: 400px;
  }
  /*wom*/
  .wom_box {
    width: 60%;
    position: absolute;
    top: 0%;
    right: 20px;
  }
  .pc_icon img {
    max-width: 520px;
  }
  .web_title_eng {
    font-size: 130px;
  }
  .web_box {
    min-height: 280px;
    max-width: 300px;
    padding: 20px 30px;
    margin-left: 0px;
  }
  /*體驗*/
  .ex_title_eng {
    font-size: 80px;
  }
  .ex_box_L::before {
    width: 65%;
    height: 1px;
    background-color: #e8890f;
    position: absolute;
    top: 180px;
    left: 30%;
    content: '';
    z-index: -1;
  }
  .ex_box_R::before {
    width: 65%;
    height: 1px;
    background-color: #e8890f;
    position: absolute;
    top: 180px;
    left: 9%;
    content: '';
    z-index: -1;
  }
}
@media (min-width: 1200px) {
	.a_bg::before{
	top:12px;
}
  /*title*/
  .title_eng {
    font-size: 180px;
    -webkit-text-stroke: 2px #e36329;
  }
  .orange_box {
    height: 70%;
  }
  .ser_title {
    font-size: 45px;
  }
  .ser_text {
    font-size: 18px;
  }
  /*contact*/
  .contact_box {
    width: 60%;
    margin-left: 30%;
    margin-right: 30%;
    padding: 70px;
  }
  /*翻牌*/
  .card_box {
    height: 250px;
  }
  .mobile_icon img {
    max-width: 600px;
  }
  .web_title_eng {
    font-size: 150px;
  }
  /*web*/
  .web_bg::before {
    width: 65%;
  }
  .web_box {
    min-height: 280px;
    max-width: 300px;
    padding: 20px 30px;
  }
  .title_iframe {
    background-size: 250px auto;
  }
  .title_iframe h3 {
    padding: 15px 20px;
    font-size: 30px;
  }
  /*體驗*/
  .ex_title_eng {
    font-size: 100px;
  }
  .ex_box_L::before {
    top: 215px;
  }
  .ex_box_R::before {
    top: 215px;
  }
}
@media (min-width: 1400px) {
  .text_style {
    font-size: 18px;
  }
  /**/
  .mata_box {
    font-size: 16px;
  }
  /*ad_btn*/
  .fb_btn {
    width: 230px;
    height: 70px;
    background-size: 230px auto;
  }
  .fb_btn:hover, a.current .fb_btn {
    width: 230px;
    height: 70px;
    background-size: 230px auto;
  }
  .google_btn {
    width: 230px;
    height: 70px;
    background-size: 230px auto;
  }
  .google_btn:hover, a.current .google_btn {
    width: 230px;
    height: 70px;
    background-size: 230px auto;
  }
  .line_btn {
    width: 230px;
    height: 70px;
    background-size: 230px auto;
  }
  .line_btn:hover, a.current .line_btn {
    width: 230px;
    height: 70px;
    background-size: 230px auto;
  }
  .open_btn {
    width: 230px;
    height: 70px;
    background-size: 230px auto;
  }
  .open_btn:hover, a.current .open_btn {
    width: 230px;
    height: 70px;
    background-size: 230px auto;
  }
  /*article*/
  .article_title_eng {
    font-size: 120px;
  }
  /*title*/
  .p_title_china_line {
    font-size: 45px;
  }
  .p_title_china_line::before {
    width: 100px;
  }
  .p_title_china_meta {
    font-size: 45px;
  }
  .p_title_china_meta::before {
    width: 120px;
  }
  .p_title_china_google {
    font-size: 45px;
  }
  .p_title_china_google::before {
    width: 160px;
  }
  .p_title_china_open {
    font-size: 45px;
  }
  .p_title_china_open::before {
    width: 415px;
  }
  .p_title_china_about {
    font-size: 45px;
  }
  .p_title_china_about::before {
    width: 90px;
  }
  .p_title_china_join {
    font-size: 45px;
  }
  .p_title_china_join::before {
    width: 90px;
  }
  /*about*/
  .a_bg {
    background-size: 100%;
  }
  /*pic*/
  .pic_slogan img {
    max-width: 360px;
  }
  /*ser*/
  .ser_box_banner {
    height: 140px;
    top: 40%;
  }
  .ser_title {
    font-size: 59px;
  }
  .ser_text {
    font-size: 25px;
  }
  /*翻牌*/
  .card_box {
    height: 270px;
  }
  /*video*/
  .v_bg {
    background-size: 100%;
  }
  .camera_icon img {
    max-width: 500px;
  }
  /*wom*/
  .wom_box {
    top: 5%;
    width: 50%;
  }
  .mobile_icon img {
    max-width: 700px;
  }
  .pc_icon img {
    max-width: 600px;
    margin-top: -20%;
    margin-right: -2%;
  }
  .about_pic {
    height: 570px;
  }
  .web_box {
    min-height: 295px;
    max-width: 300px;
    margin-left: -30px;
  }
  .ex_box_L::before {
    top: 200px;
  }
  .ex_box_R::before {
    top: 200px;
  }
}
@media (min-width: 1920px) {
  .pc_icon img {
    max-width: 700px;
    margin-top: -30%;
    margin-right: -2%;
  }
  .text_style {
    font-size: 20px;
  }
  .ad_banner_pic {
    height: 350px;
  }
  .web_title_eng {
    font-size: 180px;
  }
}