@font-face {
  font-family: 'SourceHanSansCN-Normal';
  src: /*url('../fonts/SourceHanSansCN-Normal.woff') format('woff2'), 优先使用WOFF2（压缩率更高） */
       /*url('../fonts/SourceHanSansCN-Normal.woff') format('woff'), 兼容旧浏览器 */
       /*url('../fonts/SourceHanSansCN-Normal.otf') format('opentype');*/
       url('../fonts/Josefin-sans/JosefinSans-Bold-2.ttf') format('truetype');
       
  /* 备用格式 */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 避免阻塞渲染，使用回退字体 */
}
:root {
  /* 颜色系统 */
  /*选中颜色*/
  --on-color: #299c2f;
  /* 正文文字 */
  --text-color: #333333;
  /* 背景色 */
  --bg-color: #f5f5f5;
  /* 字体系统 */
  /* 基准字号 */
  --base-font-size: 16px;
  /* 标题比例 */
  --heading-font-size: 2rem;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'SourceHanSansCN-Normal';
}
::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
::-webkit-scrollbar-thumb {
  background-color: #b6febf;
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
  background-color: #bbb;
}
body {
  color: #333;
  background-color: #fff;
}
/* 容器样式 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
/* 标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
/* 链接样式 */
a {
  color: var(--text-color);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--on-color);
}
/* 列表样式 */
ul,
ol {
  list-style: none;
}
/* 按钮样式 */
button,
.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: var(--on-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover,
.btn:hover {
  background-color: var(--on-color);
}
/* 图片样式 */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* 表格样式 */
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
th {
  background-color: #f4f4f4;
}
/* 表单样式 */
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
input[type="submit"] {
  background-color: var(--on-color);
  color: #fff;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: var(--on-color);
}
header {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 40px;
  font-weight: 500;
  position: fixed;
  z-index: 999;
  height: 185px;
  top: 0;
  min-width: 1200px;
}
header .top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0;
}
header .top .logo {
  display: flex;
  justify-content: left;
}
header .top .logo img {
  max-height: 100%;
  display: block;
}
header .top .logo p {
  display: grid;
  place-items: center;
  line-height: 1.4;
}
header .top .right {
  display: flex !important;
  gap: 15px;
  width: 50%;
  justify-content: flex-end;
}
header .top .right a {
  max-width: 290px;
  min-width: 160px;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
header .top .right a:nth-child(1) {
  border: 2px solid var(--on-color);
  color: var(--on-color);
  background: url(../images/phone.png) no-repeat #fff top 55% left 10%;
}
header .top .right a:nth-child(1)::after {
  border-top: 3px solid var(--on-color);
  border-right: 3px solid var(--on-color);
}
header .top .right a:nth-child(1)::before {
  content: "＼ お電話はこちら ／";
}
header .top .right a:nth-child(2) {
  border: 2px solid #fff;
  color: #fff;
  background: url(../images/line.png) no-repeat #206296 top 55% left 10%;
}
header .top .right a:nth-child(2)::before {
  content: "＼ すぐにご覧いただけます！ ／";
}
header .top .right a:nth-child(3) {
  border: 2px solid #fff;
  color: #fff;
  background: url(../images/consultation.png) no-repeat var(--on-color) top 55% left 10%;
}
header .top .right a:nth-child(3)::before {
  content: "＼ 無料でカウンセリング！ ／";
}
header .top .right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  border-radius: 20%;
}
header .top .right a::before {
  position: absolute;
  top: -30px;
  font-size: 16px;
  color: #000;
  display: grid;
  place-items: center;
}
header .top .language {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  padding: 0 20px;
  z-index: 9;
}
header .top .language img {
  width: 50px;
}
header .top .language p {
  margin-left: 10px;
  padding: 10px 0 ;
}
header .top .language div {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
}
header .top .language div a {
  display: block;
  background: #333333;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
}
header .top .language div a:not(:first-child) {
  border-top: 1px solid #555;
}
header .top .language div a:hover {
  background: #4b4b4b;
}
header .header_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
header .header_menu li {
  position: relative;
  width: calc(100% / 6);
  text-align: center;
}
header .header_menu li a {
  font-size: 16px;
  padding: 20px 0;
}
header .header_menu li div {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: #333333;
}
header .header_menu li div p {
  position: relative;
  text-align: center;
}
header .header_menu li div p a {
  padding: 10px 0;
  color: #fff;
  display: block;
  border-bottom: 1px solid #555;
  font-size: 14px;
}
header .header_menu li div p:hover a {
  color: #c2c2c2;
  background: #4b4b4b;
}
header .header_menu li > a:hover {
  color: #888888;
}
header .header_menu li:not(:last-child) {
  border-right: 1px solid #b3b3b3;
}
.m-header {
  display: none;
  padding: 15px 20px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 65px;
  background: #fff;
  min-width: 100%;
  justify-content: space-between;
}
.m-header .img {
  height: 100%;
}
.m-header .img img {
  height: 100%;
  width: auto;
}
.m-header .language {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  padding: 0 20px;
  z-index: 9;
}
.m-header .language img {
  width: 50px;
}
.m-header .language p {
  margin-left: 10px;
  padding: 10px 0 ;
}
.m-header .language div {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
}
.m-header .language div a {
  display: block;
  background: #F1F1F1;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #222;
  font-weight: normal;
  border-color: #c3c3c3 !important;
}
.m-header .language div a:not(:first-child) {
  border-top: 1px solid #555;
}
.m-header .language div a:hover {
  background: #4b4b4b;
}
.m-header .btns {
  display: flex;
  flex-direction: column;
}
.m-header .btns span {
  display: block;
  width: 30px;
  background: var(--on-color);
  height: 2px;
  margin: 5px 0;
  transition: all 0.5s;
}
.m-header .btns span.on span:nth-child(1) {
  transform: rotate(45deg) translateX(27%);
}
.m-header .btns span.on span:nth-child(1) {
  display: none;
}
.m-header .btns span.on span:nth-child(1) {
  transform: rotate(-45deg) translateX(27%);
}
.m-header .menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0;
}
.m-header .menu li{
    background: #F1F1F1;
}
.m-header .menu li a {
  
  position: relative;
  background: none;
  width: 100%;
  display: block;
  padding: 10px 20px 10px 30px;
  background-image: url(../images/smright.png);
  background-position: 10px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #F2F2E8;
  color: #222;
}
.m-header .menu li.sp > a {
  background: #F1F1F1;
  color: #222;
}
.m-header .menu li.sp > a::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "＋";
  cursor: pointer;
}
.m-header .menu li.sp > a.active::before {
  content: "－";
}
.m-header .menu li.sp > div {
  display: none;
}
.m-header .menu li.sp > div a {
  padding: 10px 20px 10px 40px;
  background-position: 20px;
}
.m-header .menu .content_sp {
  display: block;
  padding: 20px;
  background: #fff;
}
.m-header .menu .content_sp a {
  max-width: 90%;
  min-width: 160px;
  margin: 0 auto 20px;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.m-header .menu .content_sp a:nth-child(1) {
  border: 2px solid var(--on-color);
  color: var(--on-color);
  background: url(../images/phone.png) no-repeat #fff top 55% left 10%;
}
.m-header .menu .content_sp a:nth-child(1)::after {
  border-top: 3px solid var(--on-color);
  border-right: 3px solid var(--on-color);
}
.m-header .menu .content_sp a:nth-child(2) {
  border: 2px solid #fff;
  color: #fff;
  background: url(../images/line.png) no-repeat #206296 top 55% left 10%;
}
.m-header .menu .content_sp a:nth-child(3) {
  border: 2px solid #fff;
  color: #fff;
  background: url(../images/consultation.png) no-repeat var(--on-color) top 55% left 10%;
}
.m-header .menu .content_sp a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  border-radius: 20%;
}
#backTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--on-color);
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
#backTop::before {
  content: "↑";
  font-size: 30px;
  font-weight: bold;
}
#backTop:hover {
  background-color: var(--on-color);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
#backTop.show {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.footer_contact {
  height: 450px;
  width: 100%;
  min-width: 1200px;
  position: relative;
  background: url(../images/footer.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_contact .br_none {
  display: none;
}
.footer_contact h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
  z-index: 2;
  color: #fff;
}
.footer_contact h2 span {
  font-size: 62px;
  letter-spacing: 1.8px;
  position: relative;
  margin: 0 0 0 20px;
}
.footer_contact p {
  position: relative;
  z-index: 2;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 50px;
}
.footer_contact div {
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.footer_contact div a {
  max-width: 380px;
  min-width: 160px;
  width: 380px;
  height: 70px;
  margin: 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
.footer_contact div a:nth-child(1) {
  border: 2px solid var(--on-color);
  color: var(--on-color);
  background: url(../images/phone.png) no-repeat #fff top 55% left 10%;
}
.footer_contact div a:nth-child(1)::after {
  border-top: 3px solid var(--on-color);
  border-right: 3px solid var(--on-color);
}
.footer_contact div a:nth-child(1)::before {
  content: "＼ お電話はこちら ／";
}
.footer_contact div a:nth-child(2) {
  border: 2px solid #fff;
  color: #fff;
  background: url(../images/line.png) no-repeat #206296 top 55% left 10%;
}
.footer_contact div a:nth-child(2)::before {
  content: "＼ すぐにご覧いただけます！ ／";
}
.footer_contact div a:nth-child(3) {
  border: 2px solid #fff;
  color: #fff;
  background: url(../images/consultation.png) no-repeat var(--on-color) top 55% left 10%;
}
.footer_contact div a:nth-child(3)::before {
  content: "＼ 無料でカウンセリング！ ／";
}
.footer_contact div a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  border-radius: 20%;
}
.footer_contact div a::before {
  position: absolute;
  top: -30px;
  font-size: 20px;
  color: #fff;
  display: grid;
  place-items: center;
}
.footer_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
footer {
  min-width: 1200px;
  margin: 50px 0 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
footer .container .list {
  display: block;
  width: 30%;
}
footer .container .list p {
  font-size: 20px;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  position: relative;
  background: url(../images/bg01.jpg) left top repeat;
}
footer .container .list ul li {
  background-image: url(../images/smright.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding: 0 0 0 15px;
  line-height: 1.8;
  float: initial;
  border: none;
  margin: initial;
  box-shadow: none;
  font-size: 14px;
}
footer .container .list ul li a {
  color: #222;
}
footer .container .list ul li a:hover {
  color: #969696;
}
footer .bottom {
  color: #222;
  opacity: 0.7;
  padding: 10px 0px;
  border-top: 1px solid rgba(144, 144, 144, 0.2);
  text-align: center;
  font-size: 12px;
}
#line {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 99999;
}
#line .con {
  position: relative;
  display: flex;
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  padding: 80px 30px;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#line .con img {
  width: 100%;
  max-width: 200px;
}
#line .con .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#line .con h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
#line .con p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
.bread {
  font-size: 12px;
  margin: 30px 0 60px 0;
  padding: 0;
  background: #F2F2F2;
}
.bread a {
  display: inline-block;
}
.bread a:first-child {
  position: relative;
  color: #fff;
  margin-right: 25px;
  padding: 8.5px 15px;
  background: var(--on-color);
}
.bread a:first-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border: transparent solid;
  border-width: 17px 10px;
  border-left-color: var(--on-color);
}
#main {
  padding-top: 210px;
  word-wrap: break-word;
  margin: 0 0 80px 0;
}
#main .container {
  padding: 0 20px;
  max-width: 1040px;
}
#main .container > h2 {
  clear: both;
  font-size: 30px;
  line-height: 1.2;
  padding: 0 20px 20px 20px;
  margin: 0 0 40px 0;
  background: url(../images/icon05.png) left bottom no-repeat;
}
#main .container > h3 {
  clear: both;
  font-size: 20px;
  line-height: 1.4;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  background: url(../images/icon05.png) left bottom no-repeat, url(../images/bg01.jpg) left top repeat;
}
#main .container > p {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
#main .container #contact {
  border: 1px solid #ddd;
  font-size: 14px;
  margin-top: 50px;
}
#main .container #contact th {
  text-align: center;
  width: 30%;
  padding: 0.8em;
  font-weight: normal;
  background: #FAFAFA;
  border: 1px solid #ddd;
}
#main .container #contact td {
  word-break: break-all;
  padding: 0.8em;
  line-height: 1.8;
}
#main .container #contact td a {
  color: #36C;
  text-decoration: underline;
}
#main .container .textArea > p {
  margin: 0 0 50px 0;
  font-size: 14px;
}
#main .container .textArea .list > h4 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 30px 0;
  clear: both;
}
#main .container .textArea .list > h4 span {
  color: #52C7BF;
  font-size: 80px;
  margin: 0 0 0 10px;
}
#main .container .textArea .list .con {
  display: flex;
}
#main .container .textArea .list .con .img {
  margin: 5px 30px 0 0;
}
#main .container .textArea .list .con .img img {
  width: 200px;
}
#main .container .textArea .list .con .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .container .textArea .list .con .text h3 {
  color: var(--on-color);
  font-size: 25px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 15px 0;
}
#main .container .textArea .list .con .text p {
  margin: 0 0 50px 0;
  line-height: 1.8;
}
#main .container .textArea .list:nth-child(2n) .con {
  flex-direction: row-reverse;
}
#main .container .textArea .list:nth-child(2n) .con .img {
  margin: 5px 0 0 30px;
}
#main .container .address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
#main .container .address .list {
  width: 48%;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #FFF;
  border: 2px solid #ddd;
  padding-bottom: 20px;
}
#main .container .address .list .img {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
#main .container .address .list .img img {
  width: 100%;
  transition: all 1s;
}
#main .container .address .list .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  z-index: 2;
}
#main .container .address .list .img:hover img {
  transform: scale(1.1);
}
#main .container .address .list .img:hover::before {
  background: rgba(255, 255, 255, 0.25);
}
#main .container .address .list .title {
  text-align: center;
  font-size: 16px;
  background-color: var(--on-color);
  background-image: none;
  padding: 10px 5px 15px 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
}
#main .container .address .list .title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: var(--on-color);
  position: absolute;
  left: 10px;
  bottom: 100%;
  z-index: 3;
}
#main .container .address .list .title a{
    color: #fff;
}
#main .container .address .list .text {
  padding: 10px 15px 15px 15px;
}
#main .container .address .list .text p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding: 0;
}
#main .container .address .list .text p.tel1 a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 0.4em 2.5em 0.4em 1em;
  border-radius: 0.2em;
  background: #FFDE2A;
}
#main .container .address .list .text p.tel1 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#main .container .address .list .text p.tel1 a:hover {
  color: #8b8a87;
}
#main .container .address .list .text p.tel1 a:hover::before {
  background: rgba(255, 255, 255, 0.25);
}
#main .container .address .list .text p.tel1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
#main .container .address .list .text .tel2 {
  overflow: hidden;
  display: inline-block;
  float: right;
  font-size: 11px;
  background-image: url(img/icon09.png);
  background-repeat: no-repeat;
  background-position: 9px 5px;
  border: #DEDEDE 1px solid;
  border-radius: 5px;
  padding: 0 20px 0 8px;
  margin: 0 0 10px 0;
  line-height: 1.8;
  position: relative;
  color: #333;
}
#main .container .address .list .text .tel2::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
}
#main .container .address .list .text .tel2 a {
  color: #333;
}
#main .container .event {
  display: flex;
  flex-wrap: wrap;
}
#main .container .event .list {
  width: 24%;
  background-color: #FFF;
  border: 2px solid #DDDDDD;
  margin: 0 15px 1% 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#main .container .event .list a {
  display: block;
  padding-bottom: 20px;
}
#main .container .event .list a .img {
  overflow: hidden;
}
#main .container .event .list a .img img {
  width: 100%;
  transition: all 1s;
}
#main .container .event .list a .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  z-index: 2;
}
#main .container .event .list a .img:hover img {
  transform: scale(1.1);
}
#main .container .event .list a .img:hover::before {
  background: rgba(255, 255, 255, 0.25);
}
#main .container .event .list a .text {
  padding: 0 15px 15px 15px;
}
#main .container .event .list a .text h3 {
  position: relative;
  background-position: 0 15px;
  font-weight: bold;
  line-height: 1.4;
  background-image: url(../images/smright.png);
  background-repeat: no-repeat;
  margin: 0 0 7px 0;
  padding-top: 10px;
  font-size: 14px;
  padding-left: 15px;
}
#main .container .event .list a .text h3 span {
  color: var(--on-color);
}
#main .container .event .list a .text p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
#main .container .event .list a .text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 135px;
}
#main .container .event_show p {
  font-size: 18px;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
#main .container .event_show p::before {
  content: '';
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: var(--on-color);
}
#main .container .event_show table {
  margin-bottom: 30px;
}
#main .container .event_show table tr {
  font-size: 14px;
}
#main .container .event_show table tr th {
  width: 20%;
  font-weight: normal;
  padding: 0.8em;
  border: 1px solid #DDDDDD;
  background: #E8F3FB;
  text-align: center;
}
#main .container .event_show table tr td {
  padding: 0.8em;
  border: 1px solid #DDDDDD;
  background: #FFF;
}
#main .container .event_show table tr td.red {
  color: var(--on-color);
  font-size: 20px;
  font-weight: bold;
}
#main .container .event_show > div {
  text-align: center;
}
#main .container .event_show > div a {
  display: inline-block;
  width: 60%;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 10px;
  border: #F60 3px solid;
  background-color: #F60;
}
#main .container .mg_b20 {
  margin-bottom: 20px;
}
#main .container .discount table {
  margin-bottom: 20px;
}
#main .container .discount table tr {
  font-size: 14px;
}
#main .container .discount table tr th {
  width: 30%;
  background: #E8F3FB;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-weight: normal;
  padding: 3em;
}
#main .container .discount table tr td {
  border: 1px solid #DDDDDD;
  color: #FF3300;
  font-weight: bold;
  text-align: center;
}
#main .container .discount > p {
  font-size: 14px;
}
#main .container .news .list {
  display: block;
  width: 32%;
}
#main .container .news .list .text p {
  font-size: 12px;
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
#main .container .news_con {
  margin-bottom: 20px;
}
#main .container .news_con > h4 {
  font-size: 18px;
  clear: both;
  line-height: 1.4;
  padding: 15px 20px;
  position: relative;
}
#main .container .news_con > h4::before {
  content: '';
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--on-color);
}
#main .container .news_con > p {
  font-size: 16px;
  color: #555;
  border-bottom: 1px dotted #CCCCCC;
  background-image: url(../images/icon2.jpg);
  background-repeat: no-repeat;
  padding: 15px 0 15px 30px;
  background-position: 0 18px;
  display: block;
  margin: 0;
  cursor: pointer;
}
#main .container .news_con > p a {
  color: #35ac34;
}
#main .container .news_con > table tr th {
  width: 30%;
  padding: 20px;
}
#main .container .news_con > table tr td {
  padding: 20px;
}
#main .container .news_con .down {
  color: #555;
  border-bottom: 1px dotted #CCCCCC;
  padding: 15px 0 15px 30px;
  background-image: url(../images/icon2.jpg);
  background-repeat: no-repeat;
  background-position: 0 18px;
}
#main .container .news_con .down p {
  padding: 15px 0 15px 30px;
  border-bottom: 1px dotted #CCCCCC;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 0 18px;
}
#main .container .news_con .down p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#main .container .country {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#main .container .country .list {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 0 0 50px;
  position: relative;
  width: 31%;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 2%;
}
#main .container .country .list a {
  display: block;
}
#main .container .country .list a:hover {
  color: #333;
}
#main .container .country .list:last-child {
  margin-right: 0;
}
#main .container .country .list .img {
  overflow: hidden;
  position: relative;
}
#main .container .country .list .img img {
  width: 100%;
  transition: all 1s;
}
#main .container .country .list .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 1s;
  z-index: 2;
}
#main .container .country .list .img:hover img {
  transform: scale(1.1);
}
#main .container .country .list .img:hover::before {
  opacity: 1;
}
#main .container .country .list .flag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#main .container .country .list .flag img {
  margin: 0;
  width: 36px;
  border-radius: 5px;
  overflow: hidden;
}
#main .container .country .list .flag p {
  margin-left: 10px;
}
#main .container .country .list .info div {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding: 0 20px 8px 20px;
}
#main .container .country .list .info div span {
  border-radius: 12px;
  background: #EFF3F6;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  width: 60px;
  padding: 2px 0;
  margin-right: 20px;
}
#main .container .country .list .info div img {
  margin: 0;
}
#main .container .country .list .text {
  padding: 0 20px;
}
#main .container .country .list .text h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  border-left: 4px solid var(--on-color);
  padding-left: 10px;
}
#main .container .country .list .text p {
  font-size: 14px;
  width: 100%;
  margin-bottom: 30px;
}
#main .container .country .list .text .more {
  display: flex;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--on-color);
  justify-content: center;
  align-items: center;
  color: var(--on-color);
  font-size: 14px;
  font-weight: 700;
  width: 90%;
  position: absolute;
  bottom: 5px;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
#main .container .country .list .text .more::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--on-color);
  border-right: 2px solid var(--on-color);
  transform: rotate(45deg);
  border-radius: 20%;
}
#main .container .country_reason {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
#main .container .country_reason .item {
  background: #fff;
  border-radius: 10px;
  flex: 1;
}
#main .container .country_reason .item img {
  border-radius: 50%;
  border: 1px solid #eee;
  padding: 20px;
}
#main .container .country_reason .item h4 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin: 15px 0;
}
#main .container .country_reason .item p {
  font-size: 14px;
  padding: 0 10px;
}
#main .container > h2.count {
  display: flex;
  align-items: center;
}
#main .container > h2.count img {
  width: 35px;
  margin: 0 15px 0 0;
  vertical-align: baseline;
  height: 24px;
}
#main .container .country_show {
  margin-bottom: 40px;
}
#main .container .country_show h3 {
  color: var(--on-color);
  font-size: 25px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 15px 0;
}
#main .container .country_show p {
  margin-bottom: 30px;
}
#main .container .country_show h4 {
  clear: both;
  font-size: 20px;
  line-height: 1.4;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  background: url(../images/icon05.png) left bottom no-repeat, url(../images/bg01.jpg) left top repeat;
}
#main .container .country_show .country_about {
  margin-bottom: 80px;
  width: 300px;
  font-size: 12px;
  color: #FFF;
  background-color: var(--on-color);
  padding: 30px 20px 20px 20px;
  border-radius: 5px;
}
#main .container .country_show .country_about p {
  margin: 0;
  line-height: 1.7;
}
#main .container .country_show .country_city {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 20px;
}
#main .container .country_show .country_city .item {
  width: calc(25% - 20px);
  overflow: hidden;
  margin-bottom: 2%;
}
#main .container .country_show .country_city .item .img {
  border-radius: 5px;
  overflow: hidden;
}
#main .container .country_show .country_city .item .img img {
  width: 100%;
  transition: all 1s;
}
#main .container .country_show .country_city .item .img:hover img {
  transform: scale(1.1);
}
#main .container .country_show .country_city .item .text h5 {
  font-weight: bold;
  line-height: 1.4;
  background-image: url(../images/smright.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  background-position: 0 15px;
  margin: 0 0 7px 0;
  padding: 10px 0 0 15px;
  font-size: 14px;
}
#main .container .country_show .country_city .item .text p {
  font-size: 14px;
}
#main .container .country_show .country_show_reason {
  margin-bottom: 40px;
}
#main .container .country_show .country_show_reason .item {
  position: relative;
  padding: 30px 30px 25px;
  transition: opacity 0.3s;
  border-top: 1px solid #dce4eb;
}
#main .container .country_show .country_show_reason .item h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0px 0px 0px 45px;
  color: #333;
}
#main .container .country_show .country_show_reason .item::before {
  content: "";
  color: var(--on-color);
  position: absolute;
  background: url(../images/c10fad80-9a51-4ded-852c-641a4e21efb9.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 28px;
  height: 28px;
}
#main .container .country_show .country_show_reason .item::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 16px;
  width: 28px;
  height: 28px;
  background-color: #206296;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition: opacity 0.3s;
}
#main .container .country_show .country_show_reason .item:first-child {
  border-top: none;
}
#main .container .country_show .country_show_reason .item_show {
  display: none;
  transition: opacity 0.3s;
  padding: 0px 50px 30px 55px;
  font-size: 14px;
}
#main .container .country_show .country_show_reason .active {
  opacity: 0.4;
}
#main .container .country_show .country_show_reason .active::after {
  content: "－";
  opacity: 0.4;
}
#main .container .country_show .country_cate {
  display: flex;
  gap: 20px;
}
#main .container .country_show .country_cate .item {
  border-radius: 10px;
  position: relative;
  width: calc(25% - 20px);
}
#main .container .country_show .country_cate .item p {
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#main .container .pursose{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    gap: 20px;
}
#main .container .pursose .list{
    width: calc(33% - 20px);
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 0 0 50px;
    position: relative;
}
#main .container .pursose .list a{
    
}
#main .container .pursose .list .img{
    position: relative;
    overflow: hidden;
}
#main .container .pursose .list .img img{
    transition: all 1s;
    width: 100%;
}
#main .container .pursose .list .img:hover img{
    transform: scale(1.1);
}
#main .container .pursose .list .text{
    padding: 20px;
}
#main .container .pursose .list .text h5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 1.2;
}
#main .container .pursose .list .text p{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
}
#main .container .pursose .list .text .tel2{
    border-bottom: none;
}
#main .container .pursose .list .text .tel2 {
    display: flex;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid var(--on-color);
    justify-content: center;
    align-items: center;
    color: var(--on-color);
    font-size: 14px;
    font-weight: 700;
    width: 90%;
    position: absolute;
    bottom: 5px;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
#main .container .english{
    overflow: auto;
}
#main .container .english .small{
    border: 1px solid #a9bcaf;
    margin-bottom: 20px;
    width: 1000px;
}
#main .container .english .small tr{
    border: 1px solid #a9bcaf;
}
#main .container .english .small tr td{
    border: 1px solid #a9bcaf;
    text-align: center;
}
#main .container .english .small tr td:first-child{
    text-align: left;
    width: 23%;
}
#main .container .english .small tr td:nth-child(2){
    width: 19%;
}
#main .container .english .small tr td:nth-child(3){
    width: 10%;
}
#main .container .english .small tr td:nth-child(4){
    width: 10%;
}
#main .container .english .small tr td:nth-child(5){
    width: 10%;
}
#main .container .english .small tr td:nth-child(6){
    width: 19%;
}
#main .container .english .small tr th{
    border: 1px solid #a9bcaf;
    text-align: center;
    background: #e9ffef;
}
#main .container .english .small tr th:first-child{
    text-align: left;
}
#main .container .h4_title {
  font-size: 18px;
  clear: both;
  line-height: 1.4;
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  position: relative;
}
#main .container .h4_title::before {
  content: '';
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--on-color);
}
#main .container .lxxt{
    display: block;
    color: var(--on-color);
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
#main .container .school{
    display: flex;
    flex-wrap: wrap;
}
#main .container .school p{
    width: calc(33.333%);
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}
#main .container .request{
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
#main .container .request th{
    width: 30%;
    font-weight: normal;
    padding: 0.8em;
    border: 1px solid #DDDDDD;
    background: #E8F3FB;
    text-align: center;
    font-size: 14px;
}
#main .container .request td{
    padding: 0.8em;
    border: 1px solid #DDDDDD;
    height: 100%;
    font-size: 14px;
}
#main .container .request tr:nth-child(1) td div{
    display: flex;
    align-items: center;
}
#main .container .request tr:nth-child(1) td input{
    width: 20px;
    margin: 0;
}
#main .container .request tr:nth-child(2) td span{
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}
#main .container .request tr:nth-child(2) td div{
    display: flex;
    align-items: center;
}
#main .container .request tr:nth-child(2) td div input{
    width: 100px;
    margin: 0 10px;
    height: 30px;
}
#main .container .request tr:nth-child(3) td span{
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}
#main .container .request tr:nth-child(3) td div{
    display: flex;
    align-items: center;
}
#main .container .request tr:nth-child(3) td div input{
    width: 100px;
    margin: 0 10px;
    height: 30px;
}
#main .container .request tr:nth-child(4) td div{
    display: flex;
    align-items: center;
}
#main .container .request tr:nth-child(4) td input{
    width: 20px;
    margin: 0;
}
#main .container .request tr:nth-child(5) td .data{
    display: flex;
}
#main .container .request tr:nth-child(5) td .form-group{
    display: flex;
    align-items: center;
}
#main .container .request tr:nth-child(5) td .form-group select{
    height: 30px;
    margin-bottom: 0;
    padding: 0 10px;
}
#main .container .request tr:nth-child(5) td .col-md-10{
    margin: 0 10px;
}
#main .container .request tr:nth-child(5) td:first-child .col-md-10{
    margin-left: 0;
}
#main .container .request tr:nth-child(6) td input{
    height: 30px;
    margin-bottom: 0;
}
#main .container .request tr:nth-child(7) td input{
    height: 30px;
    margin-bottom: 0;
}
#main .container .request tr:nth-child(8) td input{
    height: 30px;
    margin-bottom: 0;
}
#main .container .request tr:nth-child(9) td textarea{
    margin-bottom: 0;
}
#main .container .form_request .text{
    background: #f2f2f2;
    padding: 20px;
}
#main .container .form_request .text h4{
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
#main .container .form_request .text p{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
}
#main .container .form_request .text ul li{
    text-indent: 2em;
    font-size: 12px;
    margin-bottom: 5px;
}
#main .container .form_request .sub{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
#main .container .form_request .sub button{
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    padding: 2em 0;
    border: none;
    background: #FFDE2A;
    cursor: pointer;
    width: 80%;
    max-width: 420px;
    border-radius: 0;
}
#main .container .form_request .sub p{
    margin-top: 30px;
    font-size: 14px;
}
#main .container .offic_show h4{
    font-size: 18px;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
#main .container .offic_show h4::before{
    content: "";
    width: 40px;
    height: 2px;
    background: var(--on-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
#main .container .offic_show p{
    font-size: 14px;
}
#main .container .offic_show table{
    margin-bottom: 40px;
    border: 1px solid #ddd;
}
#main .container .offic_show table th{
    background: #E8F3FB;
    border: 1px solid #ddd;
    width: 20%;
    font-weight: normal;
    padding: 0.8em;
}
#main .container .offic_show table td{
    padding: 0.8em;
    background: #FFF;
}
#main .container .offic_show .sub{
    display: flex;
    justify-content: center;
    margin: 20px 0 40px;
}
#main .container .offic_show .sub a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 30px 10px;
    border: 3px solid #FFDE2A;
    background: #FFDE2A;
    max-width: 400px;
    width: 80%;
    font-size: 20px;
    text-align: center;
}
#main .container .purpose_show3{
    margin-bottom: 30px;
}
#main .container .purpose_show3 h4{
    font-size: 18px;
    padding: 0 0 15px 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    
}
#main .container .purpose_show3 h4::before{
    content: "";
    width: 40px;
    height: 2px;
    background: var(--on-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
#main .container .purpose_show3 p{
    text-indent: 2em;
    line-height: 1.8;
    font-size: 14px;
}
#index{
    padding-top: 210px;
    word-wrap: break-word;
    margin: 0 0 80px 0;
}
#index .title h3{
    color: var(--on-color);
    font-size: 62px;
    letter-spacing: 1.8px;
    position: relative;
    text-align: center;
}
#index .title h3 span{
    position: relative;
}
#index .title h3 span::before{
    content: "";
    position: absolute;
    width: 110px;
    height: 70px;
    background: url(../images/未标题-1.png) no-repeat;
    top: -50px;
    left: -34px;
}
#index .title p{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}
#index .reason{
    background: #eff3f6;
    padding: 110px 0;
}
#index .reason .container{
    max-width: 1200px;
}
#index .reason .container>p{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 60px;
}
#index .reason .container ul div{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#index .reason .container ul li{
    border-radius: 10px;
    background: #fff;
    width: 31%;
    padding: 20px;
}
#index .reason .container ul li img{
    border-radius: 50%;
    overflow: hidden;
}
#index .reason .container ul li h3{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
#index .reason .container ul li p{
    font-size: 16px;
}
#index .discount{
    padding: 110px 0;
}
#index .discount .container table {
  margin-bottom: 20px;
}
#index .discount .container table tr {
  font-size: 14px;
}
#index .discount .container table tr th {
  width: 30%;
  background: #E8F3FB;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-weight: normal;
  padding: 3em;
}
#index .discount .container table tr td {
  border: 1px solid #DDDDDD;
  color: #FF3300;
  font-weight: bold;
  text-align: center;
}
#index .discount .container > p {
  font-size: 14px;
}
#index .address{
    padding: 110px 0;
    background: #eff3f6;
}
#index .address .container ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 30px;
}
#index .address .container .list {
  width: 48%;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #FFF;
  border: 2px solid #ddd;
  padding-bottom: 20px;
}
#index .address .container .list .img {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
#index .address .container .list .img img {
  width: 100%;
  transition: all 1s;
}
#index .address .container .list .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  z-index: 2;
}
#index .address .container .list .img:hover img {
  transform: scale(1.1);
}
#index .address .container .list .img:hover::before {
  background: rgba(255, 255, 255, 0.25);
}
#index .address .container .list .title {
  text-align: center;
  font-size: 16px;
  background-color: var(--on-color);
  background-image: none;
  padding: 10px 5px 15px 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
}
#index .address .container .list .title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: var(--on-color);
  position: absolute;
  left: 10px;
  bottom: 100%;
  z-index: 3;
}
#index .address .container .list .title a{
    color: #fff;
}
#index .address .container .list .text {
  padding: 10px 15px 15px 15px;
}
#index .address .container .list .text p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding: 0;
}
#index .address .container .list .text p.tel1 a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 0.4em 2.5em 0.4em 1em;
  border-radius: 0.2em;
  background: #FFDE2A;
}
#index .address .container .list .text p.tel1 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#index .address .container .list .text p.tel1 a:hover {
  color: #8b8a87;
}
#index .address .container .list .text p.tel1 a:hover::before {
  background: rgba(255, 255, 255, 0.25);
}
#index .address .container .list .text p.tel1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
#index .address .container .list .text .tel2 {
  overflow: hidden;
  display: inline-block;
  float: right;
  font-size: 11px;
  background-image: url(img/icon09.png);
  background-repeat: no-repeat;
  background-position: 9px 5px;
  border: #DEDEDE 1px solid;
  border-radius: 5px;
  padding: 0 20px 0 8px;
  margin: 0 0 10px 0;
  line-height: 1.8;
  position: relative;
  color: #333;
}
#index .address .container .list .text .tel2::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
}
#index .address .container .list .text .tel2 a {
  color: #333;
}
#index .cate{
    padding: 110px 0;
}
#index .cate .container ul{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
#index .cate .container .generation,#index .cate .container .country{
    border-radius: 10px;
    background: #DCE4EB;
    max-width: 1200px;
    padding: 50px;
    margin: 0 auto 40px;
    width: 100%;
}
#index .cate .container .generation .btn,#index .cate .container .country .btn{
    background: rgba(0,0,0,0);
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#index .cate .container .generation .btn a,#index .cate .container .country .btn a{
    border-radius: 30px;
    border: 1px solid var(--on-color);
    background: #FFF;
    color: var(--on-color);
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 200px;
    transition: all 0.5s;
}
#index .cate .container .generation .btn a:hover,#index .cate .container .country .btn a:hover{
    background: var(--on-color);
    color: #fff;
}
#index .cate .container ul li{
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
#index .cate .container ul li .img{
    overflow: hidden;
    position: relative;
}
#index .cate .container ul li .img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: all 1s;
    z-index: 2;
}
#index .cate .container ul li img{
    width: 100%;
    transition: all 1s;
}
#index .cate .container ul li .img:hover img{
    transform: scale(1.1);
}
#index .cate .container ul li .img:hover::before{
    opacity: 1;
}
#index .cate .container ul li h4{
    display: flex;
    justify-content: center;
    padding:  10px 20px 0 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
#index .cate .container ul li h4 span{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 10px -15px;
    position: relative;
}
#index .cate .container ul li h4 span::before{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--on-color);
}
#index .cate .container ul li h4 span::after{
    right: -21px;
    top: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#index .cate .container ul li p{
    font-size: 15px;
    padding:  0 20px 20px 20px;
}
#index .cate .container ul li .flag{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 55px;
    border-bottom-right-radius: 10px;
}
#index .cate .container .country ul li h4{
    padding: 10px 20px;
}
@media screen and (min-width: 721px) and (max-width: 1600px) {
  header .top .right a {
    width: 100%;
    height: 50px;
    font-size: 14px;
    background-size: 10%!important;
  }
  header .top .right a::before {
    font-size: 12px;
  }
  header .top .right a::after {
    width: 7px;
    height: 7px;
  }
  .footer_contact h2 {
    font-size: 24px;
  }
  .footer_contact h2 span {
    margin: 0 0 0 10px;
    font-size: 45px;
  }
}
/* index */
@media screen and (max-width: 721px) {
  header {
    display: none;
  }
  .m-header {
    display: flex;
  }
  footer {
    color: #000;
    min-width: auto;
  }
  footer .container {
    flex-direction: column;
    padding: 0 15px;
  }
  footer .container .list {
    width: 100%;
  }
  footer .container .list ul {
    margin-bottom: 20px;
  }
  footer .container .list ul li {
    width: 49%;
    display: inline-block;
  }
  .footer_contact {
    height: auto;
    padding: 40px 0;
    min-width: auto;
  }
  .footer_contact .br_none {
    display: block;
  }
  .footer_contact h2 {
    font-size: 24px;
  }
  .footer_contact h2 span {
    margin: 0 0 0 10px;
    font-size: 42px;
  }
  .footer_contact p {
    margin-bottom: 70px;
  }
  .footer_contact div {
    flex-direction: column;
  }
  .footer_contact div a {
    max-width: 100%;
    height: 50px;
    font-size: 20px;
    margin-bottom: 40px;
  }
  #main,#index{
      padding-top:80px;
  }
  #main .container h2,#main .container .country_show h3{
    font-size: 18px;
    padding: 0 20px 20px 20px;
    margin: 0 0 20px 0;
  }
  #main .container h3,#main .container .country_show h4{
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  #main .container .textArea > p,#main .container .country_show p{
      font-size: 12px;
  }
  #main .container .textArea .list > h4{
    text-align: center;
    font-size: 30px;
    margin: 50px 0 30px 0;
    clear: both;
  }
  #main .container .textArea .list > h4 span{
    font-size: 40px;
    margin: 0 0 0 10px;
  }
  #main .container .textArea .list .con{
      flex-direction: column;
  }
  #main .container .textArea .list .con .text h3{
      font-size: 16px;
  }
  #main .container .textArea .list .con .text p{
      font-size: 12px;
      margin: 0;
  }
  #main .container .event .list{
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  #main .container .event .list a{
      display: flex;
      padding-bottom: 0;
  }
  #main .container .event .list a .img{
      width: 30%;
  }
  #main .container .event .list a .text{
      padding-bottom: 0;
  }
  #main .container .event .list a .text p{
      margin-bottom: 0;
  }
  #main .container .discount table tr th{
      padding: 0.5em;
  }
  #main .container .discount table tr td{
      padding: 0.5em;
  }
  #main .container .pursose .list{
      width: 100%;
  }
  #main .container .country .list{
      width: 100%;
  }
  #main .container .country_reason .item{
      width: 47%;
      flex: auto;
  }
  #main .container .country_show .country_city .item{
      width: 100%;
  }
  #main .container .country_show .country_show_reason .item{
    font-size: 16px;
    background: none;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 10px 0;
  }
  #main .container .country_show .country_show_reason .item::before{
      display: none;
  }
  #main .container .country_show .country_show_reason .item::after{
      width: 20px;
      height: 20px;
  }
  #main .container .country_show .country_show_reason .item h3{
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
  }
  #main .container .country_show .country_show_reason .item_show{
      padding: 0 20px 20px;
      font-size: 12px;
  }
  #main .container .country_show .country_cate .item{
      width: calc(50% - 20px);
  }
  #main .container .news .list{
      width: 100%;
  }
  #main .container .news_con > p{
      font-size: 12px;
      background-position: 0 50%;
  }
  #main .container .news_con > table tr th,#main .container .news_con > table tr td{
      padding: 0.5em;
      font-size: 12px;
  }
  #line .con h4{
      font-size: 14px;
  }
  #line .con p{
      font-size: 12px;
  }
  #main .container .address .list{
      width: 100%;
  }
  #main .container .request td{
      display: block;
      width: 100%;
  }
  #main .container .request th{
      display: block;
      width: 100%;
  }
  #main .container .form_request .sub button{
      padding: 1em;
      width: 100%;
  }
  #main .container .offic_show table th,#main .container .offic_show table td{
      padding: 0.5em;
      font-size:14px;
  }
  #main .container .offic_show .sub a{
      padding: 15px 10px;
      font-size: 16px;
  }
  #main .container .purpose_show3 h4{
      font-size: 16px;
  }
  
  #index .discount .container table tr th{
      padding: 0.5em;
  }
  #index .discount .container table tr td{
      padding: 0.5em;
  }
  #index .title h3{
    font-size: 42px;
  }
  #index .title p{
    font-size: 16px;
  }
  #index .title h3 span::before{
    background-size: contain;
    width: 80px;
    top: -35px;
    left: -23px;
  }
  #index .reason .container ul div{
      justify-content: center;
  }
  #index .reason .container ul li{
      width: 90%;
  }
  #index .address .container .list{
      width: 100%;
  }
  #index .cate .container ul li{
      flex: auto;
      width: 100%;
      margin-bottom: 30px;
  }
#index .cate,#index .address,#index .discount,#index .reason{
    padding:85px 0;
}
    
}
