@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* @import url(../../../../use.fontawesome.com/releases/v5.0.13/css/all.css); */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Base
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

img {
  vertical-align: top;
}

textarea {
  vertical-align: top;
  font-family: inherit;
}

button,
input[type="button"],
input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}

input[type="text"] {
  font-family: inherit;
}

html,
body {
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html {
  font-size: 62.5%;
}

body {
  opacity: 0;
  color: #000;
  font-family: "microsoft yahei", sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

html.wf-active body {
  opacity: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

a {
  /* border-bottom: 1px solid #62B0E2; */
  color: #3b3b3b;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  border-bottom: none;
}

/**
 * Header
 */
.l-header {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 70px;
  transition: top .3s;
  border-bottom: 1px solid #D8D8D8;
}

html.wf-active .l-header {
  visibility: visible;
}

.l-header__cont {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #FFF;
}

.l-header .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-header .gNavArea {
  float: left;
}
.xin_top{display: inline-block;
  vertical-align: middle;margin-right: 40px}
.l-header .gNavArea .logo,
.l-header .xin_top .gNav {
  display: inline-block;
  vertical-align: middle;
}

.l-header .gNavArea .logo {
  margin-right: 120px;
  width: 100px;
}

.l-header .gNavArea .logo a {
  border-bottom: none;
}

.l-header .gNavArea .logo img {
  width: 176px;
  padding-top: 12px;
}

.l-header .xin_top .gNav {
  transition: opacity .4s;
}
.l-header .xin_top .gNav ul{padding-top: 3px;}
.l-header .xin_top .gNav li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.33846rem;
  font-weight: 500;
  letter-spacing: .5px;
}

.l-header .xin_top .gNav li ~ li {
  margin-left: 100px;
}

.l-header .xin_top .gNav a {
  border-bottom: none;
  color: inherit;
  font-size: 16px;
}

.l-header .xin_top .gNav a.current, .l-header .xin_top .gNav a:hover {
 color: #2B4ACB;
}

.l-header .utilArea {
  float: right;
}

.l-header .utilArea .searchArea,
.l-header .utilArea .navArea {
  display: inline-block;
  vertical-align: middle;
}

.l-header .utilArea .searchArea {
  position: relative;
  transition: margin-right .4s;
}

.l-header .utilArea .searchArea__btn {
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #EEE;
  display: flex;
  justify-content: center;
 align-items: center;
}

.l-header .utilArea .searchArea__btn .fa-search {
  position: relative;
  color: #888;
  font-size: 1.4rem;
   background: url(../images/search-2-line.png)left center no-repeat;;
   width: 20px;
   height: 20px;
}

.l-header .utilArea .searchArea__btn:hover .fa-search {
  color: #62B0E2;
}

.l-header .utilArea .searchArea__input {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 20px;
  border: none;
  padding: 0;
  width: 0;
  height: 40px;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;
  background-color: #EEE;
  font-family: "Microsoft YaHei UI Light";
  font-size: 1.45rem;
  letter-spacing: .5px;
  outline: none;
  transition-property: padding, width;
  transition-duration: .4s;
}

.l-header .utilArea .searchArea__input::-ms-clear {
  display: none;
}

.l-header .utilArea .searchArea__closeBtn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  transition: opacity .4s .4s;
}

.l-header .utilArea .searchArea__closeBtn .crossIcon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

.l-header .utilArea .searchArea__closeBtn .crossIcon::before, .l-header .utilArea .searchArea__closeBtn .crossIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #888;
}

.l-header .utilArea .searchArea__closeBtn .crossIcon::before {
  margin-left: -8px;
  width: 100%;
  height: 1px;
}

.l-header .utilArea .searchArea__closeBtn .crossIcon::after {
  margin-top: -8px;
  width: 1px;
  height: 100%;
}

.l-header .utilArea .navArea .gNav {
  display: none;
}

.l-header .utilArea .navArea .linkList,
.l-header .utilArea .navArea .langLinkList,
.l-header .utilArea .navArea .logo {
  display: inline-block;
  vertical-align: middle;
}

.l-header .utilArea .navArea .linkList,
.l-header .utilArea .navArea .langLinkList {
  margin-left: 18px;
  transition: opacity .4s;
}

.l-header .utilArea .navArea .linkList li,
.l-header .utilArea .navArea .langLinkList li {
  display: inline-block;
  vertical-align: top;
}

.l-header .utilArea .navArea .linkList a,
.l-header .utilArea .navArea .langLinkList a {
  border-bottom: none;
  color: inherit;
  font-weight: bold;
}

.l-header .utilArea .navArea .linkList a:hover,
.l-header .utilArea .navArea .langLinkList a:hover {
 color: #2B4ACB;
}

.l-header .utilArea .navArea .linkList li {
  font-size: 1.22692rem;
  font-weight: 500;
  letter-spacing: .5px;
}

.l-header .utilArea .navArea .linkList li ~ li {
  margin-left: 12px;
}

.l-header .utilArea .navArea .langLinkList li {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.l-header .utilArea .navArea .langLinkList li ~ li {
  position: relative;
  padding-left: 9px;
}

.l-header .utilArea .navArea .langLinkList li ~ li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.2em;
  bottom: 0.2em;
  width: 1px;
  background-color: #DDD;
}

.l-header .utilArea .navArea .logo {
  margin-left: 35px;
 color: #3D3D3D;
    font-size: 14px;
    width: 200px;
}

.l-header .utilArea .navArea .logo img {
  width: 100%;
}

.l-header .spMenuBtn,
.l-header .spSearchBtn {
  display: none;
}

.l-header .progressDisp {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #F1F1F1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.l-header .progressDisp__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #EEE;
}

.l-header .progressDisp__bar div {
  width: 0;
  height: 100%;
  background-color: #2B4ACB;
}

.l-header .progressDisp__body {
  padding: 20px 0 16px;
}

.l-header .progressDisp__body .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-header .progressDisp__body__meta, .l-header .progressDisp__body__title {
  color: #888;
  letter-spacing: .5px;
}

.l-header .progressDisp__body__meta {
  float: left;
  padding-top: 2px;
  width: 115px;
  font-size: 1.33846rem;
}

.l-header .progressDisp__body__title {
  overflow: hidden;
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
}

.l-header .progressDisp--barOnly {
  height: 3px;
}

.l-header .progressDisp--barOnly .progressDisp__bar {
  height: 3px;
}

.l-header .progressDisp.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header.is-searchActive .xin_top .gNav {
  opacity: 0;
  visibility: hidden;
}

.l-header.is-searchActive .utilArea .searchArea {
  margin-right: -25px;
}

.l-header.is-searchActive .utilArea .searchArea__input {
  padding: 0 20px;
  width: 480px;
}

.l-header.is-searchActive .utilArea .searchArea__closeBtn {
  opacity: 1;
  visibility: visible;
}

.l-header.is-searchActive .utilArea .navArea .linkList,
.l-header.is-searchActive .utilArea .navArea .langLinkList {
  opacity: 0;
  visibility: hidden;
}

.l-header.is-hidden {
  top: -70px;
}
@media screen and (max-width: 2400px) {
  .l-header .gNavArea .logo {
    padding-top: 0 !important;
  }
  
}

@media screen and (max-width: 1000px) {
  .l-header {
    height: 50px;
    transition-duration: .4s;
  }
  .l-header .gNavArea {
    display: inline;
    float: none;
    padding-top: 0;
  }
  .l-header .gNavArea .logo {
    margin-right: 0;
    padding-top: 11px;
  }
  .l-header .xin_top .gNav {
    display: none;
  }
  .l-header .utilArea {
    float: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 36px;
    padding-top: 0;
    height: 100%;
    overflow-y: auto;
    display: none;
  }
  .l-header .utilArea .searchArea,
  .l-header .utilArea .navArea {
    display: none;
  }
  .l-header .utilArea .searchArea {
    padding: 10px 7.5% 20px;
    background-color: #FFF;
  }
  .l-header .utilArea .searchArea__btn {
    display: none;
  }
  .l-header .utilArea .searchArea__input {
    position: static;
    margin-right: 0;
    border: none;
    height: 50px;
    border-radius: 25px;
    transition-property: none;
  }
  .l-header .utilArea .searchArea__closeBtn {
    display: none;
  }
  .l-header .utilArea .navArea {
    padding: 0 7.5% 35px;
    background-color: #FFF;
  }
  .l-header .utilArea .navArea .gNav,
  .l-header .utilArea .navArea .linkList,
  .l-header .utilArea .navArea .langLinkList,
  .l-header .utilArea .navArea .logo {
    display: block;
  }
  .l-header .utilArea .navArea .gNav {
    margin-bottom: 36px;
  }
  .l-header .utilArea .navArea .gNav li {
    border-bottom: 1px solid #EEE;
  }
  .l-header .utilArea .navArea .gNav li:first-child {
    border-top: 1px solid #EEE;
  }
  .l-header .utilArea .navArea .gNav .inactive {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 20px 20px 20px 0;
    color: inherit;
    font-size: 1.56154rem;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .l-header .utilArea .navArea .gNav .inactive::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin: -4px 0 0 3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header .utilArea .navArea .gNav a {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 20px 20px 20px 0;
    color: inherit;
    font-size: 1.56154rem;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .l-header .utilArea .navArea .gNav .inactive:hover {
    color: #62B0E2;
  }
  .l-header .utilArea .navArea .linkList,
  .l-header .utilArea .navArea .langLinkList {
    margin: 22px 0 0;
    transition: none;
  }
  .l-header .utilArea .navArea .linkList li,
  .l-header .utilArea .navArea .langLinkList li {
    display: inline-block;
    vertical-align: top;
  }
  .l-header .utilArea .navArea .linkList li {
    font-size: 1.33846rem;
    font-weight: 500;
  }
  .l-header .utilArea .navArea .linkList li ~ li {
    position: relative;
    margin-left: 0;
    padding-left: 28px;
  }
  .l-header .utilArea .navArea .linkList li ~ li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0.2em;
    bottom: 0.2em;
    width: 1px;
    background-color: #DDD;
  }
  .l-header .utilArea .navArea .langLinkList li ~ li {
    padding-left: 26px;
  }
  .l-header .utilArea .navArea .langLinkList li ~ li::before {
    left: 11px;
  }
  .l-header .utilArea .navArea .logo {
    margin: 28px 0 0;
    padding: 0;
  }
  .l-header .utilArea .navArea .logo img {
    width: 75%;
  }
  .l-header .spMenuBtn,
  .l-header .spSearchBtn {
    display: block;
    position: absolute;
    right: 7.5%;
  }
  .l-header .spMenuBtn {
    top: 0;
    margin-right: -10px;
    padding: 0 10px;
    height: 50px;
  }
  .l-header .spMenuBtn .hamburgerIcon {
    display: block;
    position: relative;
    margin: -2px auto 0;
    width: 15px;
    height: 11px;
    text-align: center;
  }
  .l-header .spMenuBtn .hamburgerIcon span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .l-header .spMenuBtn .hamburgerIcon span::before, .l-header .spMenuBtn .hamburgerIcon span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .l-header .spMenuBtn .hamburgerIcon span::before {
    top: -5px;
  }
  .l-header .spMenuBtn .hamburgerIcon span::after {
    bottom: -5px;
  }
  .l-header .spMenuBtn.is-active .hamburgerIcon span {
    background-color: transparent;
  }
  .l-header .spMenuBtn.is-active .hamburgerIcon span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header .spMenuBtn.is-active .hamburgerIcon span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header .spSearchBtn {
    top: 10px;
    margin: 0 35px 10px 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EEE;
    transition: opacity .3s;
  }
  .l-header .spSearchBtn .fa-search {
    position: relative;
  color: #888;
  font-size: 1.4rem;
   background: url(../images/search-2-line2.png)left center no-repeat;;
   width: 18px;
   height: 20px;
   background-size: 100%;
  }
  .l-header .spSearchBtn.is-active .fa-search {
    display: none;
  }
  .l-header .spSearchBtn.is-active .crossIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
  .l-header .spSearchBtn.is-active .crossIcon::before, .l-header .spSearchBtn.is-active .crossIcon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #888;
  }
  .l-header .spSearchBtn.is-active .crossIcon::before {
    margin-left: -5px;
    width: 100%;
    height: 1px;
  }
  .l-header .spSearchBtn.is-active .crossIcon::after {
    margin-top: -5px;
    width: 1px;
    height: 100%;
  }
  .l-header.is-searchActive .utilArea .searchArea {
    margin-right: 0;
  }
  .l-header.is-searchActive .utilArea .searchArea__input {
    padding: 0 20px;
    width: 100%;
  }
  .l-header.is-searchActive .utilArea .navArea .linkList,
  .l-header.is-searchActive .utilArea .navArea .langLinkList {
    opacity: 1;
    visibility: visible;
  }
  .l-header.is-searchActive .progressDisp {
    display: none;
  }
  .l-header.is-spMenuActive .spSearchBtn {
    opacity: 0;
    pointer-events: none;
  }
  .l-header.is-hidden {
    top: -50px;
  }
}

@media screen and (max-width: 750px) {
  .l-header .utilArea .searchArea,
  .l-header .utilArea .navArea {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
  .l-header .spMenuBtn,
  .l-header .spSearchBtn {
    right: 5.33333vw;
    display: flex;
  justify-content: center;
 align-items: center;
  }
  .l-header .spSearchBtn{display:none;}
  .l-header .progressDisp__body {
    padding: 14px 0 10px;
  }
  .l-header .progressDisp__body__meta {
    float: none;
    padding-top: 0;
    width: auto;
    color: #666;
  }
  .l-header .progressDisp__body__title {
    font-size: 1.4rem;
  }
  .l-header .progressDisp--year {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .l-header .utilArea .navArea {
    padding-bottom: 30px;
  }
  .l-header .utilArea .navArea .gNav {
    margin-bottom: 30px;
  }
  .l-header .utilArea .navArea .gNav a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .l-header .utilArea .navArea .linkList,
  .l-header .utilArea .navArea .langLinkList {
    margin: 15px 0 0;
  }
  .l-header .utilArea .navArea .logo {
    margin-top: 20px;
  }
  
  
}

/**
 * Footer
 */
.l-footer {
  border-top: 1px solid #EEE;
  padding: 30px 0;
}

.l-footer .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-footer .linkListArea,
.l-footer .utilArea {
  /* margin-top: 30px; */
}

.l-footer .linkListArea {
  float: left;
}

.l-footer .linkListArea .linkList {
  margin-left: -16px;
}

.l-footer .linkListArea .linkList li {
  display: inline-block;
  margin-left: 24px;
  padding-top: 2px;
  vertical-align: top;
  font-family: 'microsoft yahei';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.l-footer .linkListArea .linkList li[lang="en"] {
  padding-top: 0;
  font-size: 1.33846rem;
  letter-spacing: .5px;
}

.l-footer .linkListArea .linkList a {
  border-bottom: none;
  color: inherit;
}

.l-footer .linkListArea .linkList a:hover {
  color: #62B0E2;
}

.l-footer .utilArea {
  float: right;
  margin-left: 20px;
}

.l-footer .utilArea .snsList,
.l-footer .utilArea .copyright {
  display: inline-block;
  vertical-align: top;
}

.l-footer .utilArea .snsList li {
  display: inline-block;
  vertical-align: middle;
}

.l-footer .utilArea .snsList li ~ li {
  margin-left: 20px;
}

.l-footer .utilArea .snsList a {
  border-bottom: none;
  color: inherit;
}

.l-footer .utilArea .snsList a:hover {
  color: #62B0E2;
}

.l-footer .utilArea .snsList .fab {
  font-size: 1.5rem;
}

.l-footer .utilArea .snsList .fab.fa-weixin {
  font-size: 1.7rem;
}

.l-footer .utilArea .copyright {
  margin-left: 26px;
  font-size: 1.22692rem;
  letter-spacing: .5px;
}
 
@media screen and (max-width: 750px) {
  .l-footer {
    padding: 28px 0 25px;
  }
  .l-footer .linkListArea {
    float: none;
    margin-top: 0;
  }
  .l-footer .linkListArea .linkList {
    margin: -11px 0 0;
    font-size: 0;
  }
  .l-footer .linkListArea .linkList li {
    margin: 11px 0 0;
    padding: 0;
    width: auto;
    font-size: 1.2rem !important;
    margin-right: 20px;
  }
  .l-footer .linkListArea .linkList li[lang="en"] {
    font-size: 1.22692rem;
  }
  .l-footer .linkListArea .linkList li[lang="en"] + li {
    padding-top: 2px;
  }
  .l-footer .utilArea {
    float: none;
    margin: 16px 0 0;
  }
  .l-footer .utilArea .snsList,
  .l-footer .utilArea .copyright {
    display: block;
  }
  .l-footer .utilArea .copyright {
    display: inline-block;
    margin: 0;
    margin-left: 26px;
  }
}

/**
 * Wrapper
 */
.l-wrapper {
  padding-top: 70px;
}

@media screen and (max-width: 1000px) {
  .l-wrapper {
    /*padding-top: 50px;*/
  }
}

/**
 * Contents
 */
/**
 * Module
 */
.m-container {
  margin: 0 auto;
  width: 85%;
  max-width: 1360px;
}

.m-container--narrow {
  max-width: 896px;
}

@media screen and (max-width: 750px) {
  .xiangmu{
     padding: 0 5.33333vw;
    width: auto; 
  }  
  .m-container {
    padding: 0 5.33333vw;
    width: auto;
    box-sizing: border-box;
  }
  .m-container .videoBtn{
     position: absolute;
     top: 24% !important;
     right: 16% !important;
    /*top: -118px !important;*/
    /*right: 50% !important;*/
    width: 62px;
    height: 62px;
    background: #2A4ACB;
    margin-right: -32px;
  }
  .videoBtn:hover::before {
    display: none;
  }
}

.m-hdgLg {
  margin-bottom: 20px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .m-hdgLg {
    margin-bottom: 4px;
    font-size: 2.4rem;
  }
}

.m-hdgMd {
  margin-bottom: 12px;
  font-family: 'microsoft yahei';
  font-size: 2.8rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .m-hdgMd {
    margin-bottom: 6px;
    font-size: 2rem;
  }
}

.m-hdgSm {
  margin-bottom: 5px;
  font-family: 'microsoft yahei';
  font-size: 1.9rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .m-hdgSm {
    margin-bottom: 7px;
    font-size: 1.7rem;
  }
}

.m-caption {
  display: block;
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.4rem;
  letter-spacing: .5px;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .m-caption {
    font-size: 1.2rem;
  }
}

.m-linkIcon {
  display: inline-block;
  position: relative;
  border: 1px solid #62B0E2;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background-color .2s;
}

.m-linkIcon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  border-right: 1px solid #62B0E2;
  border-bottom: 1px solid #62B0E2;
  width: 6px;
  height: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

@media screen and (max-width: 750px) {
  .m-linkIcon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .m-linkIcon::before {
    left: 7px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
  }
}

.m-tag {
  display: inline-block;
  border: 1px solid #888;
  padding: 6px 16px;
  border-radius: 100px;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.2rem;
  letter-spacing: .25px;
  transition-property: border-color, color;
  transition-duration: .2s;
}

.m-tag:hover {
  border: 1px solid #62B0E2;
  color: #62B0E2;
}

.m-tag--button {
  padding: 6px 22px;
  min-width: 180px;
  box-sizing: border-box;
  transition-property: border-color, background-color, color;
}

.m-tag--button > span {
  position: relative;
}

.m-tag--button:hover, .m-tag--button.is-active {
  border-color: #62B0E2;
  background-color: #62B0E2;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  .m-tag {
    font-size: 1.1rem;
  }
  .m-tag--button {
    min-width: 0;
  }
}

.m-imageWithOverlay {
  position: relative;
}

.m-imageWithOverlay::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(98, 176, 226, 0.4);
  transition: opacity .2s;
}

.m-imageWithOverlay img {
  width: 100%;
  height: auto;
}

a:hover .m-imageWithOverlay::before {
  opacity: 1;
}

.m-wysiwyg {
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.m-wysiwyg > * ~ * {
  margin-top: 25px;
}

.m-wysiwyg > br {
  margin-top: 0;
}

.m-wysiwyg b {
  font-weight: bold;
}

.m-wysiwyg i {
  font-style: italic;
}

.m-wysiwyg ul,
.m-wysiwyg ol {
  margin-top: 0;
}

.m-wysiwyg ul li,
.m-wysiwyg ol li {
  position: relative;
  padding-left: 20px;
}

.m-wysiwyg ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.m-wysiwyg ol {
  counter-reset: olNum;
}

.m-wysiwyg ol li {
  counter-increment: olNum;
}

.m-wysiwyg ol li::before {
  content: counter(olNum) ".";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: source-han-serif-sc, serif;
}

@media screen and (max-width: 750px) {
  .m-wysiwyg {
    font-size: 1.5rem;
  }
  .m-wysiwyg > * ~ * {
    margin-top: 8px;
  }
  .m-wysiwyg ul,
  .m-wysiwyg ol {
    margin-top: 4px;
  }
  .m-wysiwyg ul li ~ li,
  .m-wysiwyg ol li ~ li {
    margin-top: 3px;
  }
  .m-wysiwyg ul li::before {
    top: 11px;
  }
}

.m-list {
  font-size: 0;
}

.m-list a,
.m-list button {
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #888;
  font-family: inherit;
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.m-list a.current, .m-list a.is-active, .m-list a:hover,
.m-list button.current,
.m-list button.is-active,
.m-list button:hover {
  color: #62B0E2;
}

.m-list button > span {
  position: relative;
}

.m-list--2col, .m-list--3col {
  margin-left: -2.353%;
}

.m-list--2col > li, .m-list--3col > li {
  display: inline-block;
  padding-left: 2.299%;
  box-sizing: border-box;
  vertical-align: top;
}

.m-list--2col > li {
  width: 50%;
}

.m-list--3col > li {
  width: 33.333%;
}

@media screen and (max-width: 750px) {
  .m-list a,
  .m-list button {
    padding: 8px 0;
    font-size: 1.4rem;
    letter-spacing: .5px;
  }
  .m-list--2col, .m-list--3col {
    margin-left: 0;
  }
  .m-list--2col > li, .m-list--3col > li {
    display: block;
    padding-left: 0;
    width: auto;
  }
}

.m-arrowList__item > a,
.m-arrowList__item > span {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.2rem;
  letter-spacing: .25px;
}

.m-arrowList__item > a::before,
.m-arrowList__item > span::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 6px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 5px;
  height: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.m-arrowList__item > a {
  border-bottom: none;
}

.m-arrowList__item > a:hover {
  color: #62B0E2;
}

.m-arrowList__item > a:hover::before {
  border-color: #62B0E2;
}

.m-arrowList__item ~ .m-arrowList__item {
  margin-top: 7px;
}

@media screen and (max-width: 750px) {
  .m-arrowList__item > a,
  .m-arrowList__item > span {
    font-size: 1.1rem;
  }
  .m-arrowList__item > a::before,
  .m-arrowList__item > span::before {
    top: 5px;
  }
}

.m-arrowListLg {
  font-size: 0;
}

.m-arrowListLg a {
  display: table;
  position: relative;
  border-bottom: 1px solid #DDD;
  width: 100%;
  color: inherit;
}

.m-arrowListLg a > span {
  display: table-cell;
  padding: 10px 10px 10px 18px;
  text-align: left;
  vertical-align: middle;
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.m-arrowListLg a > span::before {
  content: "";
  display: inline-block;
  margin-left: -7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 6px;
  height: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-10px, -2px) rotate(-45deg);
  transform: translate(-10px, -2px) rotate(-45deg);
  transition: border-color .2s;
}

.m-arrowListLg a[href^="#"] > span::before {
  -webkit-transform: translate(-10px, -3px) rotate(45deg);
  transform: translate(-10px, -3px) rotate(45deg);
}

.m-arrowListLg a.current, .m-arrowListLg a.is-active, .m-arrowListLg a:hover {
  color: #62B0E2;
}

.m-arrowListLg a.current > span::before, .m-arrowListLg a.is-active > span::before, .m-arrowListLg a:hover > span::before {
  border-color: #62B0E2;
}

.m-arrowListLg--2col, .m-arrowListLg--3col {
  margin: -2.790178571% 0 0 -4.464285714%;
}

.m-arrowListLg--2col > li, .m-arrowListLg--3col > li {
  display: inline-block;
  padding: 2.670940171% 0 0 4.273504274%;
  box-sizing: border-box;
  vertical-align: top;
}

.m-arrowListLg--2col > li {
  width: 50%;
}

.m-arrowListLg--3col > li {
  width: 33.333%;
}

@media screen and (max-width: 750px) {
  .m-arrowListLg a > span {
    padding: 14px 10px 14px 18px;
    font-size: 1.5rem;
  }
  .m-arrowListLg--2col, .m-arrowListLg--3col {
    margin: 0;
  }
  .m-arrowListLg--2col > li, .m-arrowListLg--3col > li {
    display: block;
    padding: 0;
    width: auto;
  }
}

.m-tagList {
  margin: -12px 0 0 -8px;
  font-size: 0;
}

.m-tagList > li {
  padding: 12px 0 0 8px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .m-tagList {
    margin: -7.5px 0 0 -7px;
  }
  .m-tagList > li {
    padding: 7.5px 0 0 7px;
  }
}

.m-accordionBtn {
  border: 1px solid #62B0E2;
  padding: 0 20px;
  height: 40px;
  border-radius: 21px;
  color: #62B0E2;
  font-family: 'microsoft yahei';
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: .5px;
  transition-property: border-color, color;
  transition-duration: .2s;
}

.m-accordionBtn__arrow {
  display: inline-block;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  line-height: 0;
  /* autoprefixer: off */
  -webkit-transition: transform .2s;
  transition: transform .2s;
}

.m-accordionBtn__arrow::before {
  content: "";
  display: inline-block;
  border-left: 1px solid #62B0E2;
  border-bottom: 1px solid #62B0E2;
  width: 6px;
  height: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.m-accordionBtn__text {
  position: relative;
}

.m-accordionBtn:hover, .m-accordionBtn.is-active {
  border-color: #CCC;
  color: #CCC;
}

.m-accordionBtn:hover .m-accordionBtn__arrow::before, .m-accordionBtn.is-active .m-accordionBtn__arrow::before {
  border-color: #CCC;
}

.m-accordionBtn.is-active .m-accordionBtn__arrow {
  margin-top: 1px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.m-accordionBtn--white {
  border-color: #FFF;
  color: #FFF;
}

.m-accordionBtn--white .m-accordionBtn__arrow::before {
  border-color: #FFF;
}

@media screen and (max-width: 750px) {
  .m-accordionBtn {
    padding: 0 18px;
    height: 32px;
    border-radius: 100px;
    font-size: 1.33846rem;
    letter-spacing: normal;
  }
  .m-accordionBtn__arrow {
    margin: -4px 6px 0 0;
  }
  .m-accordionBtn__arrow::before {
    width: 5px;
    height: 5px;
  }
  .m-accordionBtn:hover {
    border-color: #62B0E2;
    color: #62B0E2;
  }
  .m-accordionBtn:hover .m-accordionBtn__arrow::before {
    border-color: #62B0E2;
  }
  .m-accordionBtn.is-active {
    border-color: #CCC !important;
    color: #CCC !important;
  }
  .m-accordionBtn.is-active .m-accordionBtn__arrow {
    margin-top: 0;
  }
  .m-accordionBtn.is-active .m-accordionBtn__arrow::before {
    border-color: #CCC !important;
  }
  .m-accordionBtn--white:hover {
    border-color: #FFF;
    color: #FFF;
  }
  .m-accordionBtn--white:hover .m-accordionBtn__arrow::before {
    border-color: #FFF;
  }
}

.m-spAccordionBox__btn {
  display: none;
}

.m-spAccordionBox--2col::after {
  content: "";
  display: block;
  clear: both;
}

.m-spAccordionBox--2col .m-spAccordionBox__hdg {
  float: left;
  padding-right: 20px;
  width: 135px;
  box-sizing: border-box;
  font-family: 'microsoft yahei';
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.m-spAccordionBox--2col .m-spAccordionBox__cont {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .m-spAccordionBox {
    border-bottom: 1px solid #DDD;
  }
  .m-spAccordionBox__btn {
    display: block;
    position: relative;
    padding: 15px 20px 15px 0;
    width: 100%;
    text-align: left;
    color: #888;
    font-family: 'microsoft yahei';
    font-size: 1.45rem;
  }
  .m-spAccordionBox__btn__arrow {
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -5px;
    line-height: 0;
    /* autoprefixer: off */
    -webkit-transition: transform .2s;
    transition: transform .2s;
  }
  .m-spAccordionBox__btn__arrow::before {
    content: "";
    display: inline-block;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    width: 6px;
    height: 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: border-color .2s;
  }
  .m-spAccordionBox__btn.is-active .m-spAccordionBox__btn__arrow {
    margin-top: -1px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .m-spAccordionBox__cont {
    padding-bottom: 20px;
  }
  .m-spAccordionBox--2col::after {
    content: "";
    display: block;
    clear: both;
  }
  .m-spAccordionBox--2col .m-spAccordionBox__hdg {
    display: none;
  }
}

.m-linkBtn {
  display: inline-block;
  position: relative;
  border-bottom: none;
  color: #62B0E2;
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.m-linkBtn__icon {
  position: absolute;
  left: 0;
  top: 0;
  transition: width .4s;
}

.m-linkBtn__icon::before {
  transition: left .4s;
}

.m-linkBtn__text {
  display: block;
  padding: 5px 5px 0 40px;
  min-height: 32px;
  box-sizing: border-box;
  font-family: 'microsoft yahei';
  font-size: 1.5rem;
  transition: padding .4s;
}

.m-linkBtn__text::after {
  display: inline-block;
  margin-left: 6px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.m-linkBtn[target="_blank"] .m-linkBtn__text::after {
  content: "";
  margin-top: -3px;
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_external_blue.png);
  background-size: 14px;
}

.m-linkBtn[href$=".pdf"] .m-linkBtn__text::after {
  content: "";
  margin-top: -2px;
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_pdf_blue.png);
  background-size: 25px;
}

.m-linkBtn:hover .m-linkBtn__icon {
  width: 100%;
}

.m-linkBtn:hover .m-linkBtn__icon::before {
  left: 12px;
}

.m-linkBtn:hover .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.m-linkBtn--white {
  color: #FFF;
}

.m-linkBtn--white .m-linkIcon {
  border-color: #FFF;
}

.m-linkBtn--white .m-linkIcon::before {
  border-color: #FFF;
}

@media screen and (max-width: 750px) {
  .m-linkBtn__icon {
    top: 50%;
    margin-top: -12px;
    width: 24px !important;
    transition: none;
  }
  .m-linkBtn__icon::before {
    transition: none;
  }
  .m-linkBtn__text {
    padding: 1px 0 0 32px !important;
    min-height: 24px;
    font-size: 1.4rem;
    transition: none;
  }
  .m-linkBtn:hover .m-linkBtn__icon::before {
    left: 7px;
  }
}

.m-linkBtn2 {
  display: inline-block;
  border: 1px solid #62B0E2 !important;
  padding: 3px 22px;
  border-radius: 100px;
  font-size: 1.56154rem;
  letter-spacing: .5px;
  transition-property: background-color, color;
}

.m-linkBtn2__arrow {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #62B0E2;
  border-bottom: 1px solid #62B0E2;
  width: 4px;
  height: 4px;
  vertical-align: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.m-linkBtn2:hover {
  background-color: #62B0E2;
  color: #FFF;
}

.m-linkBtn2:hover .m-linkBtn2__arrow {
  border-color: #FFF;
}

@media screen and (max-width: 750px) {
  .m-linkBtn2 {
    padding: 5px 15px;
    font-size: 1.33846rem;
  }
}

.m-loading {
  margin: 115px 0 0;
  text-align: center;
  line-height: 0;
}

.m-loading__bar {
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #F1F1F1;
  overflow: hidden;
  vertical-align: top;
}

.m-loading__bar > div {
  display: block;
  position: relative;
  height: 100%;
  background-color: #62B0E2;
  -webkit-animation: loadingBar 1.1s infinite;
  animation: loadingBar 1.1s infinite;
}

@media screen and (max-width: 750px) {
  .m-loading {
    margin: 54px 0 0;
  }
  .m-loading__bar {
    width: 120px;
  }
}

.m-projectsListEndText {
  margin: 25px 0 115px;
  text-align: center;
  color: #888;
  font-size: 1.56154rem;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 750px) {
  .m-projectsListEndText {
    margin: 10px 0 60px;
    font-size: 1.33846rem;
  }
}

.m-listEndText {
  margin: 25px 0 115px;
  text-align: center;
  color: #888;
  font-size: 1.7rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 750px) {
  .m-listEndText {
    margin: 10px 0 60px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.m-scrollDown {
  position: relative;
  padding-bottom: 85px;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.m-scrollDown__bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
  width: 4px;
  height: 76px;
  overflow: hidden;
}

.m-scrollDown__bar::before {
  content: "";
  position: absolute;
  left: 1px;
  width: 2px;
  background-color: #FFF;
  -webkit-animation: scrollBar 3s infinite;
  animation: scrollBar 3s infinite;
}

/**
 * Component
 */
.c-pageHeader {
  padding: 75px 0 100px;
}

.c-pageHeader__parent a {
  margin-right: 10px;
  border-bottom: none;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.45rem;
  letter-spacing: .5px;
}

.c-pageHeader__parent a::after {
  content: "";
  display: inline-block;
  margin: -4px 0 0 3px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.c-pageHeader__parent a:hover {
  color: #62B0E2;
}

.c-pageHeader__parent a:hover::after {
  border-color: #62B0E2;
}

.c-pageHeader__hdg {
  margin-left: -3px;
  padding-top: 8px;
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

.c-pageHeader__hdg--en {
  padding-top: 0;
  font-size: 5.8rem;
  font-weight: normal;
}

.c-pageHeader__subHdg {
  margin-top: 15px;
  color: #888;
  font-size: 4.01538rem;
  letter-spacing: 2px;
  line-height: 1.2;
}

.c-pageHeader__desc {
  margin-top: 40px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2;
}

.c-pageHeader__parent + .c-pageHeader__hdg {
  margin-top: -1px;
}

.c-pageHeader__btnList {
  display: flex;
  margin: 6px 0 0 -10px;
  flex-wrap: wrap;
}

.c-pageHeader__btnList li {
  padding: 10px 0 0 10px;
}

.c-pageHeader__btnList a {
  display: block;
  border: 1px solid #FFF;
  padding: 5px 18px 4px;
  border-radius: 20px;
  color: inherit;
  font-family: 'microsoft yahei';
  font-size: 1.4rem;
  letter-spacing: .5px;
  transition-property: border-color, background-color;
  transition-duration: .2s;
}

.c-pageHeader__btnList a:hover, .c-pageHeader__btnList a.current {
  border-color: #62B0E2;
  background-color: #62B0E2;
}

.c-pageHeader--noParent {
  padding: 95px 0;
}

.c-pageHeader--withBg {
  position: relative;
  padding-bottom: 75px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

.c-pageHeader--withBg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-pageHeader--withBg .m-container {
  position: relative;
}

.c-pageHeader--withBg .c-pageHeader__parent a {
  color: #FFF;
}

.c-pageHeader--withBg .c-pageHeader__parent a::after {
  border-color: #FFF;
}

.c-pageHeader--withBg .c-pageHeader__parent a:hover {
  color: #62B0E2;
}

.c-pageHeader--withBg .c-pageHeader__parent a:hover::after {
  border-color: #62B0E2;
}

.c-pageHeader--hasFilter .m-container {
  position: relative;
}

.c-pageHeader--hasFilter .c-pageHeader__filterBtn {
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 1000;
  padding: 0 24px;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  width: 100vw;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  -webkit-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px);
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont__inner {
  margin: 0 auto;
  padding: 80px 0;
  width: 85%;
  max-width: 1360px;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont .c-pageHeader__parent a {
  color: #888;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont .c-pageHeader__parent a::after {
  border-color: #888;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont .c-pageHeader__hdg {
  margin-bottom: 40px;
  color: #000;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont .sectionWrapper {
  margin-left: -2.353%;
  font-size: 0;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont section {
  padding-left: 2.299%;
  box-sizing: border-box;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont section .hdg {
  border-bottom: 1px solid #DDD;
  padding-bottom: 22px;
  color: #000;
  font-size: 2.78846rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  .c-pageHeader {
    display: table;
    padding: 0;
    width: 100%;
    height: 115px;
    background-color: #F1F1F1;
  }
  .c-pageHeader .m-container {
    display: table-cell;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
  }
  .c-pageHeader__parent {
    margin-bottom: 2px;
  }
  .c-pageHeader__hdg {
    margin-left: 0;
    padding-top: 0;
    font-size: 1.9rem;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .c-pageHeader__hdg--en {
    font-size: 2.23077rem;
  }
  .c-pageHeader__subHdg {
    margin-top: 8px;
    font-size: 1.78461rem;
    letter-spacing: 1px;
  }
  .c-pageHeader__desc {
    margin-top: 28px;
  }
  .c-pageHeader__btnList {
    margin: 16px 0 5px -8px;
  }
  .c-pageHeader__btnList li {
    padding: 8px 0 0 8px;
  }
  .c-pageHeader__btnList a {
    padding: 5px 18px;
    font-size: 1.3rem;
  }
  .c-pageHeader--noParent {
    height: 97px;
  }
  .c-pageHeader--withBg .m-container {
    padding: 35px 5.33333vw 32px;
  }
  .c-pageHeader--withBg .c-pageHeader__parent {
    margin: 0 90px 28px 0;
  }
  .c-pageHeader--withBg .c-pageHeader__hdg {
    font-size: 2.8rem;
    line-height: 1.35;
  }
  .c-pageHeader--hasFilter .m-container {
    display: block;
    padding: 35px 5.33333vw 30px;
  }
  .c-pageHeader--hasFilter .c-pageHeader__filterBtn {
    right: 5.33333vw;
    top: 31px;
    padding: 0 16px;
    max-width: 60%;
    height: 34px;
  }
  .c-pageHeader--hasFilter .c-pageHeader__filterCont {
    left: 0;
    margin: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .c-pageHeader--hasFilter .c-pageHeader__filterCont__inner {
    padding: 35px 5.33333vw 60px;
    width: auto;
  }
  .c-pageHeader--hasFilter .c-pageHeader__filterCont .c-pageHeader__hdg {
    margin-bottom: 35px;
  }
  .c-pageHeader--hasFilter .c-pageHeader__filterCont .sectionWrapper {
    margin-left: 0;
    padding-top: 32px;
  }
  .c-pageHeader--hasFilter .c-pageHeader__filterCont section {
    display: block;
    padding-left: 0;
  }
  .c-pageHeader--hasFilter .c-pageHeader__filterCont section .hdg {
    padding-bottom: 10px;
    font-size: 2.23077rem;
    letter-spacing: 1px;
  }
}

.c-relatedArticles {
  margin-top: 115px;
}

.c-relatedArticles__hdg {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  font-size: 2.00769rem;
  letter-spacing: 1px;
  color: #3D3D3D;
  font-size: 36px;
}

/* .c-relatedArticles__hdg::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 16px;
  width: 126px;
  height: 1px;
  background-color: #62B0E2;
} */

.c-relatedArticles__list {
  margin-left: -2.353%;
  font-size: 0;
}

.c-relatedArticles__list__item {
  display: inline-block;
  padding-left: 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-relatedArticles__list__item a {
  border-bottom: none;
  color: inherit;
}

.c-relatedArticles__list__item__image {
  margin-bottom: 25px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-relatedArticles__list__item__image::after {
  content: "";
  display: block;
  padding-top: 61.342592593%;
}

.c-relatedArticles__list__item__cat {
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.3rem;
  letter-spacing: .5px;
}

.c-relatedArticles__list__item__tagList {
  margin-left: -12px;
  font-size: 0;
}

.c-relatedArticles__list__item__tagList li {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.3rem;
  letter-spacing: .5px;
}

.c-relatedArticles__list__item__tagList li::before {
  content: "#";
}

.c-relatedArticles__list__item__title {
  margin-top: 7px;
  font-family: 'microsoft yahei';
  font-size: 1.7rem;
  letter-spacing: .5px;
}

.c-relatedArticles__list__item__subTitle {
  margin-top: 10px;
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.5rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .c-relatedArticles {
    margin-top: 56px;
  }
  .c-relatedArticles__hdg {
    margin-bottom: 14px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .5px;
  }
  .c-relatedArticles__hdg::before {
    margin-left: 4px;
    width: 31px;
  }
  .c-relatedArticles__list {
    margin-left: 0;
  }
  .c-relatedArticles__list__item {
    display: block;
    padding-left: 0;
    width: auto;
  }
  .c-relatedArticles__list__item__image {
    margin-bottom: 12px;
  }
  .c-relatedArticles__list__item__title {
    margin-top: 2px;
  }
  .c-relatedArticles__list__item__subTitle {
    margin-top: 6px;
    font-size: 1.4rem;
    letter-spacing: .5px;
  }
  .c-relatedArticles__list__item ~ .c-relatedArticles__list__item {
    margin-top: 45px;
  }
  .m-container a span{font-size:14px !important;background-size:16px;padding-right: 24px !important;}
}

.c-pagination {
  margin-top: 120px;
  border-top: 1px solid #EEE;
  background-color: #F1F1F1;
}

.c-pagination .m-container {
  position: relative;
  height: 200px;
}

.c-pagination__nav a {
  border-bottom: none;
  font-family: 'microsoft yahei';
  font-size: 1.56154rem;
}

.c-pagination__nav__prev, .c-pagination__nav__index, .c-pagination__nav__next {
  position: absolute;
  top: 50%;
}

.c-pagination__nav__prev a, .c-pagination__nav__index a, .c-pagination__nav__next a {
  display: block;
}

.c-pagination__nav__prev, .c-pagination__nav__next {
  max-width: 39%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-pagination__nav__prev a, .c-pagination__nav__next a {
  position: relative;
  box-sizing: border-box;
  font-size: 1.5rem;
  letter-spacing: .5px;
}

.c-pagination__nav__prev .m-linkIcon, .c-pagination__nav__next .m-linkIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-pagination__nav__prev a:hover .m-linkIcon, .c-pagination__nav__next a:hover .m-linkIcon {
  background-color: #62B0E2;
}

.c-pagination__nav__prev a:hover .m-linkIcon::before, .c-pagination__nav__next a:hover .m-linkIcon::before {
  border-color: #F1F1F1;
}

.c-pagination__nav__prev .pcText, .c-pagination__nav__next .pcText {
  position: relative;
}

.c-pagination__nav__prev .spText, .c-pagination__nav__next .spText {
  display: none;
}

.c-pagination__nav__prev {
  left: 0;
}

.c-pagination__nav__prev a {
  padding-left: 50px;
}

.c-pagination__nav__prev a .pcText {
  left: 0;
  transition: left .2s;
}

.c-pagination__nav__prev a:hover .pcText {
  left: -10px;
}

.c-pagination__nav__prev .m-linkIcon {
  left: 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}

.c-pagination__nav__index {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-pagination__nav__index a {
  position: relative;
  padding: 0 18px 12px;
  color: #888;
}

.c-pagination__nav__index a::before, .c-pagination__nav__index a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 1px;
}

.c-pagination__nav__index a::before {
  width: 100%;
  background-color: #DDD;
}

.c-pagination__nav__index a::after {
  width: 0;
  background-color: #62B0E2;
  transition: width .2s;
}

.c-pagination__nav__index a:hover {
  color: #62B0E2;
}

.c-pagination__nav__index a:hover::after {
  width: 100%;
}

.c-pagination__nav__next {
  right: 0;
}

.c-pagination__nav__next a {
  padding-right: 50px;
}

.c-pagination__nav__next a .pcText {
  right: 0;
  transition: right .2s;
}

.c-pagination__nav__next a:hover .pcText {
  right: -10px;
}

.c-pagination__nav__next .m-linkIcon {
  right: 0;
}

@media screen and (max-width: 750px) {
  .c-pagination {
    margin-top: 52px;
  }
  .c-pagination .m-container {
    height: 84px;
  }
  .c-pagination__nav a {
    font-size: 1.33846rem;
  }
  .c-pagination__nav__prev, .c-pagination__nav__next {
    max-width: none;
  }
  .c-pagination__nav__prev .pcText, .c-pagination__nav__next .pcText {
    display: none;
  }
  .c-pagination__nav__prev .spText, .c-pagination__nav__next .spText {
    display: block;
    font-family: 'microsoft yahei';
    font-size: 1.33846rem;
  }
  .c-pagination__nav__prev {
    left: 5.33333vw;
  }
  .c-pagination__nav__prev a {
    padding-left: 32px !important;
  }
  .c-pagination__nav__index a {
    padding: 0;
  }
  .c-pagination__nav__index a::before, .c-pagination__nav__index a::after {
    content: none;
  }
  .c-pagination__nav__next {
    right: 5.33333vw;
  }
  .c-pagination__nav__next a {
    padding-right: 32px !important;
  }
}

.c-shareArea {
  margin: 120px 0;
}

.c-shareArea__hdg, .c-shareArea__list {
  display: inline-block;
  vertical-align: middle;
}

.c-shareArea__hdg {
  margin-right: 18px;
  color: #888;
  font-size: 1.78461rem;
  letter-spacing: 1px;
}

.c-shareArea__list > li {
  display: inline-block;
  vertical-align: top;
}

.c-shareArea__list > li ~ li {
  margin-left: 4px;
}

.c-shareArea__list a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 40px;
  height: 40px;
  color: #FFF;
  transition: border-radius .2s;
}

.c-shareArea__list a:hover {
  border-radius: 4px;
}

.c-shareArea__list .fb a {
  background-color: #3B5998;
}

.c-shareArea__list .tw a {
  background-color: #1DA1F2;
}

.c-shareArea__list .wc a {
  background-color: #1AAD19;
}

.c-shareArea__list .in a {
  background-color: #0a66c2;
}

.c-shareArea__list .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: font-size .2s;
}

.c-shareArea__list .fab.fa-weixin {
  font-size: 2rem;
}

.c-shareArea__list a:hover .fab {
  font-size: 1.8rem;
}

.c-shareArea__list a:hover .fab.fa-weixin {
  font-size: 2.2rem;
}

@media screen and (max-width: 750px) {
  .c-shareArea {
    margin: 60px 0;
  }
  .c-shareArea__hdg {
    margin-right: 10px;
    font-size: 1.33846rem;
    letter-spacing: .5px;
  }
  .c-shareArea__list > li ~ li {
    margin-left: 2px;
  }
  .c-shareArea__list a {
    width: 32px;
    height: 32px;
  }
  .c-shareArea__list .fab {
    font-size: 1.3rem;
  }
  .c-shareArea__list .fab.fa-weixin {
    font-size: 1.6rem;
  }
}

.c-pageMv img {
  width: 100%;
  height: auto;
}

.c-slide {
  padding: 80px 0 70px;
  background-color: #F1F1F1;
  overflow: hidden;
}

.c-slide .m-container {
  position: relative;
  min-height: 50px;
}

.c-slide__slide {
  display: none;
  position: relative;
  z-index: 1;
  margin: 0 -72.5px;
}

.c-slide__slide .slick-slide {
  margin: 0 72.5px;
  overflow: hidden;
  outline: none;
}

.c-slide__slide .slick-slide img {
  display: inline-block;
  position: relative;
  left: 50%;
  height: 560px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-slide__slide .slick-slide .caption {
  margin: 5px auto 0;
  max-width: 100%;
  text-align: right;
}

.c-slide__nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 14px;
  text-align: center;
}

.c-slide__nav .slick-arrow {
  margin-top: -2px;
  vertical-align: middle;
  color: #CCC;
  font-size: 0;
}

.c-slide__nav .slick-arrow > span {
  display: block;
  position: relative;
  margin: 2px;
  border: 1px solid #CCC;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  transition: border-color .2s;
}

.c-slide__nav .slick-arrow > span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: 1px solid #CCC;
  width: 3px;
  height: 3px;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: border-color .2s;
}

.c-slide__nav .slick-arrow:hover > span {
  border-color: #62B0E2;
}

.c-slide__nav .slick-arrow:hover > span::before {
  border-color: #62B0E2;
}

.c-slide__nav .slick-prev {
  margin-right: 28px;
}

.c-slide__nav .slick-prev > span::before {
  margin: -2px 0 0 -1px;
  border-left: 1px solid #CCC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-slide__nav .slick-next {
  margin-left: 28px;
}

.c-slide__nav .slick-next > span::before {
  margin: -2px 0 0 -3px;
  border-right: 1px solid #CCC;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.is-ff .c-slide__nav .slick-next > span::before {
  margin-left: -2px;
}

.c-slide__nav .slick-next > span canvas {
  position: absolute;
  left: -2px;
  top: -2px;
}

.c-slide__nav .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.56154rem;
}

.c-slide__nav .num--current {
  color: #888;
}

.c-slide__nav .num--total {
  color: #CCC;
}

.c-slide__nav .num--total::before {
  content: "/";
  margin: 0 4px 0 3px;
}

.c-slide .slick-initialized + .c-slide__nav {
  display: block;
}

.c-slide__loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-slide__loading .m-loading {
  margin-top: 0;
}

.c-slide__loading .m-loading__bar {
  background-color: #F7F7F7;
}

.c-slide__loading__text {
  margin-top: 25px;
  text-align: center;
  color: #888;
  font-size: 1.56154rem;
  letter-spacing: 1.5px;
}

.c-slide .slick-initialized + .c-slide__nav + .c-slide__loading {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-slide {
    padding: 20px 0 52px;
  }
  .c-slide__slide {
    margin: 0 -5.33333vw;
  }
  .c-slide__slide .slick-slide {
    margin: 0 5.33333vw;
  }
  .c-slide__slide .slick-slide img {
    height: 209px;
  }
  .c-slide__slide .slick-slide .caption {
    text-align: center;
    font-size: 1.1rem;
  }
  .c-slide__nav {
    margin-top: 15px;
  }
  .c-slide__nav .slick-arrow:hover > span {
    border-color: inherit;
  }
  .c-slide__nav .slick-arrow:hover > span::before {
    border-color: inherit;
  }
  .c-slide__nav .slick-prev {
    margin-right: 40px;
  }
  .c-slide__nav .slick-next {
    margin-left: 40px;
  }
  .c-slide__nav .num {
    font-size: 1.45rem;
  }
  .c-slide__loading {
    margin-top: 20px;
  }
  .c-slide__loading__text {
    margin-top: 10px;
    font-size: 1.33846rem;
  }
}

.c-author {
  margin-top: 110px;
  padding: 65px 0 115px;
  background-color: #F1F1F1;
}

.c-author__hdg {
  margin-bottom: 64px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  letter-spacing: 1.5px;
}

.c-author__list__item::after {
  content: "";
  display: block;
  clear: both;
}

.c-author__list__item__image {
  float: left;
  padding-right: 3.678%;
  width: 26%;
  box-sizing: border-box;
}

.c-author__list__item__image .m-imageWithOverlay {
  display: inline-block;
}

.c-author__list__item__image img {
  max-width: 100%;
}

.c-author__list__item__body {
  float: right;
  width: 74%;
}

.c-author__list__item__body .name {
  margin-top: -.15em;
  font-family: 'microsoft yahei';
  font-size: 2.8rem;
  letter-spacing: 1px;
  line-height: 1.4;
  transition: color .2s;
}

.c-author__list__item__body .name a {
  border-bottom: none;
  color: inherit;
}

.c-author__list__item__body .name a:hover {
  color: #62B0E2;
}

.c-author__list__item__body .post {
  margin-top: 5px;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-author__list__item__body .desc {
  margin-top: 18px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.3rem;
}

.c-author__list__item ~ .c-author__list__item {
  margin-top: 80px;
}

.articleSet--empty + .c-author {
  margin-top: -1px;
}

@media screen and (max-width: 750px) {
  .c-author {
    margin-top: 55px;
    padding: 50px 0 55px;
  }
  .c-author__hdg {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .c-author__list__item__image {
    float: none;
    padding-right: 0;
    width: auto;
  }
  .c-author__list__item__image .m-imageWithOverlay {
    width: 47.164179104%;
  }
  .c-author__list__item__body {
    float: none;
    margin-top: 14px;
    width: auto;
  }
  .c-author__list__item__body .name {
    margin-top: 0;
    font-size: 2rem;
  }
  .c-author__list__item__body .post {
    margin-top: 5px;
    font-size: 1.33846rem;
    letter-spacing: .5px;
  }
  .c-author__list__item__body .desc {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .c-author__list__item ~ .c-author__list__item {
    margin-top: 46px;
  }
}

/* 記事セット */
.articleSet > * {
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .articleSet > * {
    margin-top: 47px;
  }
}

.c-pageHeader + .articleSet > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .c-pageHeader + .articleSet > *:first-child {
    margin-top: 47px;
  }
}

.c-hdg .m-hdgLg {
  margin-bottom: 25px;
}

.c-hdg + * {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .c-hdg .m-hdgLg {
    margin-bottom: 10px;
  }
}

.c-text2col__inner {
  margin: -7.8125% 0 0 -3.571428571%;
  font-size: 0;
}

.c-text2col__item {
  display: inline-block;
  padding: 7.543103448% 0 0 3.448275862%;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-text2col__item__linkBtn {
  margin-top: 20px;
}

.c-text2col--withLine .c-text2col__inner {
  margin-top: -3.571428571%;
}

.c-text2col--withLine .c-text2col__item {
  padding-top: 3.448275862%;
}

.c-text2col--withLine .c-text2col__item__inner {
  border-top: 1px solid #DDD;
  padding-top: 30px;
}

.c-text2col--withLine .c-text2col__item__linkBtn {
  margin-top: 12px;
}

.c-text2col--withLine .m-wysiwyg {
  color: #888;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .c-text2col__inner {
    margin: 0;
  }
  .c-text2col__item {
    display: block;
    padding: 0;
    width: auto;
  }
  .c-text2col__item__linkBtn {
    margin-top: 15px;
  }
  .c-text2col__item ~ .c-text2col__item {
    margin-top: 26px;
  }
  .c-text2col--withLine .c-text2col__inner {
    margin-top: 0;
  }
  .c-text2col--withLine .c-text2col__item {
    padding-top: 0;
  }
  .c-text2col--withLine .c-text2col__item__inner {
    padding: 18px 0;
  }
  .c-text2col--withLine .c-text2col__item ~ .c-text2col__item {
    margin-top: 0;
  }
  .c-text2col--withLine .c-text2col__item:last-child {
    border-bottom: 1px solid #DDD;
  }
  .c-text2col--withLine .m-hdgSm {
    margin-bottom: 4px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
}

.c-linkBtn {
  margin-top: 30px;
}

.c-linkBtn__btn ~ .c-linkBtn__btn {
  margin-top: 20px;
}

.c-linkBtn--center {
  text-align: center;
}

.c-linkBtn--right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .c-linkBtn {
    margin-top: 15px;
  }
  .c-linkBtn--centerSp {
    text-align: center;
  }
}

.c-menuLink {
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .c-menuLink {
    margin-top: 10px;
  }
}

.c-table table {
  width: 100%;
  table-layout: fixed;
}

.c-table table th {
  text-align: left;
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .5px;
}

.c-table table thead th {
  border-bottom: 2px solid #000;
  padding: 0 15px 20px;
}

.c-table table thead th:first-child {
  padding-left: 0;
}

.c-table table tbody tr {
  border-bottom: 1px solid #DDD;
}

.c-table table tbody td {
  padding: 32px 15px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

.c-table table tbody td:first-child {
  padding-left: 0;
}

.c-table table.hor tbody tr:last-child {
  border-bottom: none;
}

.c-table table.hor tbody th,
.c-table table.hor tbody td {
  vertical-align: middle;
}

.c-table table.hor tbody th {
  border-right: 2px solid #000;
  padding: 14px 38px 14px 0;
  width: 30.5%;
}

.c-table table.hor tbody td {
  padding: 14px 0 14px 38px;
  width: auto;
}

@media screen and (max-width: 750px) {
  .c-table__wrapper {
    margin-right: -5.33333vw;
    overflow-x: auto;
  }
  .c-table__wrapper > div {
    padding-right: 5.33333vw;
    width: 240%;
  }
  .c-table__wrapper::-webkit-scrollbar {
    width: 5px;
    background: #EEE;
    border-radius: 5px;
  }
  .c-table__wrapper::-webkit-scrollbar:horizontal {
    height: 5px;
  }
  .c-table__wrapper::-webkit-scrollbar-thumb {
    background: #62B0E2;
    border-radius: 5px;
  }
  .c-table table th {
    font-size: 1.5rem;
  }
  .c-table table thead th {
    padding: 0 15px 14px;
  }
  .c-table table tbody td {
    padding: 20px 15px;
    font-size: 1.3rem;
    letter-spacing: .5px;
  }
  .c-table table.hor {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .c-table table.hor tbody tr:last-child {
    border-bottom: none;
  }
  .c-table table.hor tbody th {
    display: block;
    border-right: none;
    padding: 20px 0 5px;
    width: auto;
  }
  .c-table table.hor tbody td {
    display: block;
    padding: 0 0 20px;
  }
}

.c-imageFull__image img {
  width: 100%;
  height: auto;
}

.c-imageFull__image__caption {
  margin: 14px auto 0;
  width: 85%;
  max-width: 896px;
}

@media screen and (max-width: 750px) {
  .c-imageFull__image__caption {
    margin-top: 15px;
    padding: 0 5.33333vw;
    width: auto;
  }
}

.c-imageFull2col {
  font-size: 0;
}

.c-imageFull2col__item {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-imageFull2col__item__image img {
  width: 100%;
  height: auto;
}

.c-imageFull2col__item__image__caption {
  margin-top: 15px;
  max-width: 432px;
}

.c-imageFull2col__item--left {
  padding-right: 16px;
}

.c-imageFull2col__item--left::after {
  content: "";
  display: block;
  clear: both;
}

.c-imageFull2col__item--left .c-imageFull2col__item__image__caption {
  float: right;
  padding-left: 15%;
}

.c-imageFull2col__item--right {
  padding-left: 16px;
}

.c-imageFull2col__item--right .c-imageFull2col__item__image__caption {
  padding-right: 15%;
}

@media screen and (max-width: 750px) {
  .c-imageFull2col__item {
    display: block;
    width: auto;
  }
  .c-imageFull2col__item__image__caption {
    margin-top: 15px;
    padding: 0 5.33333vw !important;
    max-width: none;
  }
  .c-imageFull2col__item--left {
    padding-right: 0;
  }
  .c-imageFull2col__item--left .c-imageFull2col__item__image__caption {
    float: none;
  }
  .c-imageFull2col__item--right {
    padding-left: 0;
  }
  .c-imageFull2col__item ~ .c-imageFull2col__item {
    margin-top: 35px;
  }
}

.c-imageCentered {
  text-align: center;
}

.c-imageCentered__image {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.c-imageCentered__image img {
  max-width: 100%;
  height: auto;
}

.c-imageCentered__image__caption {
  margin-top: 15px;
  text-align: left;
}

.c-image2col__list {
  margin: -7.8125% 0 0 -3.571428571%;
  font-size: 0;
}

.c-image2col__list__item {
  display: inline-block;
  padding: 7.543103448% 0 0 3.448275862%;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-image2col__list__item__image img {
  width: 100%;
  height: auto;
}

.c-image2col__list__item__image__caption {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .c-image2col__list {
    margin: 0;
  }
  .c-image2col__list__item {
    display: block;
    padding: 0;
    width: auto;
  }
  .c-image2col__list__item__image__caption {
    margin-top: 15px;
  }
  .c-image2col__list__item ~ .c-image2col__list__item {
    margin-top: 45px;
  }
}

.c-textWithImageFull {
  position: relative;
}

.c-textWithImageFull__image, .c-textWithImageFull__textArea {
  width: 50%;
}

.c-textWithImageFull__image {
  position: absolute;
  top: 0;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.c-textWithImageFull__textArea {
  padding: 6.875vw;
  box-sizing: border-box;
  background-color: #F1F1F1;
}

@media screen and (min-width: 1600px) {
  .c-textWithImageFull__textArea {
    padding: 110px;
  }
}

.c-textWithImageFull__textArea__inner {
  max-width: 330px;
}

.c-textWithImageFull__textArea__linkBtn {
  margin-top: 20px;
}

.c-textWithImageFull--imageLeft .c-textWithImageFull__image {
  left: 0;
}

.c-textWithImageFull--imageLeft .c-textWithImageFull__textArea {
  margin-left: 50%;
}

.c-textWithImageFull--imageRight .c-textWithImageFull__image {
  right: 0;
}

.c-textWithImageFull--imageRight .c-textWithImageFull__textArea {
  margin-right: 50%;
}

.c-textWithImageFull--imageRight .c-textWithImageFull__textArea::after {
  content: "";
  display: block;
  clear: both;
}

.c-textWithImageFull--imageRight .c-textWithImageFull__textArea__inner {
  float: right;
}

@media screen and (max-width: 750px) {
  .c-textWithImageFull {
    background-color: #F1F1F1;
  }
  .c-textWithImageFull__image, .c-textWithImageFull__textArea {
    width: auto;
  }
  .c-textWithImageFull__image {
    position: static;
  }
  .c-textWithImageFull__image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .c-textWithImageFull__textArea {
    padding: 30px 5.33333vw 40px;
  }
  .c-textWithImageFull__textArea__inner {
    max-width: none;
  }
  .c-textWithImageFull__textArea__linkBtn {
    margin-top: 15px;
  }
  .c-textWithImageFull--imageLeft .c-textWithImageFull__textArea {
    margin-left: 0;
  }
  .c-textWithImageFull--imageRight .c-textWithImageFull__textArea {
    margin-right: 0;
  }
}

.c-textWithImage::after {
  content: "";
  display: block;
  clear: both;
}

.c-textWithImage__image, .c-textWithImage__body {
  width: 50%;
  box-sizing: border-box;
}

.c-textWithImage__image img {
  width: 100%;
  height: auto;
}

.c-textWithImage__image--left {
  float: left;
  padding-right: 16px;
}

.c-textWithImage__image--left + .c-textWithImage__body {
  float: right;
  padding-left: 16px;
}

.c-textWithImage__image--right {
  float: right;
  padding-left: 16px;
}

.c-textWithImage__image--right + .c-textWithImage__body {
  float: left;
  padding-right: 16px;
}

.c-textWithImage__linkBtn {
  margin-top: 20px;
}

.c-textWithImage--bgColored {
  padding: 80px 0;
  background-color: #F1F1F1;
}

.c-textWithImage--noImage .c-textWithImage__body {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c-textWithImage__image, .c-textWithImage__body {
    width: auto;
  }
  .c-textWithImage__image {
    margin-bottom: 15px;
  }
  .c-textWithImage__image--left, .c-textWithImage__image--right {
    float: none;
    padding: 0;
  }
  .c-textWithImage__image--left + .c-textWithImage__body, .c-textWithImage__image--right + .c-textWithImage__body {
    float: none;
    padding: 0;
  }
  .c-textWithImage__linkBtn {
    margin-top: 15px;
  }
  .c-textWithImage--bgColored {
    padding: 5.33333vw 0 40px;
  }
}

.c-video__video__inner {
  position: relative;
  padding-top: 56.25%;
}

.c-video__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-video__caption {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .c-video__video {
    margin: 0 -5.33333vw;
  }
}

.c-quote__frame {
  position: relative;
  padding: 110px 116px;
  background-color: #F1F1F1;
}

.c-quote__frame::before, .c-quote__frame::after {
  content: "";
  position: absolute;
  width: 101px;
  height: 78px;
  background: url(../images/icon_quote_left.svg) no-repeat;
  background-size: 101px;
}

.c-quote__frame::before {
  left: 30px;
  top: 30px;
}

.c-quote__frame::after {
  right: 30px;
  bottom: 30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-quote__text {
  position: relative;
  z-index: 1;
  font-family: source-han-serif-sc, serif;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 2;
}

.c-quote__related {
  position: relative;
  margin: 90px 0 -30px;
  color: #888;
}

.c-quote__related::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 36px;
  width: 84px;
  height: 1px;
  background-color: #CCC;
}

.c-quote__related__hdg {
  margin-bottom: 5px;
  font-size: 1.33846rem;
  letter-spacing: 1px;
}

.c-quote__related__title {
  font-family: 'microsoft yahei';
  font-size: 1.5rem;
  letter-spacing: .5px;
}

.c-quote__related__text {
  margin-top: 6px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.4rem;
  letter-spacing: .5px;
}

.c-quote__related__link {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .c-quote__frame {
    margin: 0 -5.33333vw;
    padding: 88px 10.66667vw 85px;
  }
  .c-quote__frame::before, .c-quote__frame::after {
    width: 50px;
    height: 39px;
    background-size: 50px;
  }
  .c-quote__frame::before {
    left: 5.33333vw;
    top: 40px;
  }
  .c-quote__frame::after {
    right: 5.33333vw;
    bottom: 40px;
  }
  .c-quote__text {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  .c-quote__related {
    margin: 65px 0 0;
  }
  .c-quote__related::before {
    margin-bottom: 34px;
    width: 48px;
  }
  .c-quote__related__hdg {
    margin-bottom: 10px;
    letter-spacing: .5px;
  }
  .c-quote__related__text {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}

.c-peopleList {
  margin: -5.515% 0 120px -2.205882353%;
  font-size: 0;
}

.c-peopleList__header {
  display: block;
  padding: 5.395683453% 0 0 2.158273381%;
}

.c-peopleList__header__hdg {
  margin-bottom: 15px;
  font-size: 4.01538rem;
  letter-spacing: .04em;
}

.c-peopleList__header:not(:first-child) {
  margin-top: 25px;
}

.c-peopleList__item {
  display: inline-block;
  padding: 5.395683453% 0 0 2.158273381%;
  width: 25%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-peopleList__item a {
  border-bottom: none;
  color: inherit;
}

.c-peopleList__item__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-peopleList__item__image::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-peopleList__item__name {
  margin-top: 12px;
  font-family: 'microsoft yahei';
  font-size: 2rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .c-peopleList {
    margin: -30px 0 60px -5.33333vw;
  }
  .c-peopleList__header {
    margin-bottom: 5px;
    padding: 30px 0 0 5.33333vw;
  }
  .c-peopleList__header__hdg {
    margin-bottom: 3px;
    font-size: 2.78846rem;
  }
  .c-peopleList__header:not(:first-child) {
    margin-top: 15px;
  }
  .c-peopleList__item {
    padding: 30px 0 0 5.33333vw;
    width: 50%;
  }
  .c-peopleList__item__name {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: .5px;
  }
}

.c-newsList {
  margin: -5.515% 0 115px -2.353%;
  font-size: 0;
}

.c-newsList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  /*width: 33.333%;*/
  width: 25%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-newsList__item__image {
  margin-bottom: 14px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-newsList__item__image::after {
  content: "";
  display: block;
  padding-top: 61.342592593%;
}

.c-newsList__item a {
  border-bottom: none;
  color: inherit;
}

.c-newsList__item__meta::after {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.c-newsList__item a[target="_blank"] .c-newsList__item__meta::after {
  content: "";
  margin-top: -11px;
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_external.png);
  background-size: 14px;
}

.c-newsList__item a[href*=".pdf"] .c-newsList__item__meta::after {
  content: "";
  margin-top: -9px;
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_pdf.png);
  background-size: 25px;
}

.c-newsList__item__cat, .c-newsList__item__date {
  display: inline;
  font-family: 'microsoft yahei';
  font-size: 1.33846rem;
  letter-spacing: .5px;
}

.c-newsList__item__cat {
  margin-right: 10px;
  color: #888;
}

.c-newsList__item__date {
  margin-right: 10px;
  color: #999999;
  background: url(../images/shijian.png)left center no-repeat;
  padding-left: 20px;
  width: 13px;
  height: 13px;
  font-size: 16px;
  background-size: 14px;
}

.c-newsList__item__title {
  margin-top: 3px;
  font-family: 'microsoft yahei';
  font-size: 1.7rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .c-newsList {
    margin: 0 0 54px;    margin-top: 30px !important;
  }
  .c-newsList__item {
    display: block;
    padding: 0;
    width: auto;
  }
  .c-newsList__item__image {
    margin-bottom: 10px;
  }
  .c-newsList__item a[target="_blank"] .c-newsList__item__meta::after {
    margin-top: -10px;
  }
  .c-newsList__item a[href*=".pdf"] .c-newsList__item__meta::after {
    margin-top: -8px;
  }
  .c-newsList__item__date {
    margin-right: 5px;
    letter-spacing: 1px;
  }
  .c-newsList__item ~ .c-newsList__item {
    margin-top: 42px;
  }
}

.c-genList {
  margin: -5.515% 0 115px -2.353%;
  font-size: 0;
}

.c-genList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-genList__item a {
  border-bottom: none;
}

.c-genList__item__image img {
  width: 100%;
  height: auto;
}

.c-genList__item--1col {
  margin-bottom: 3.232758621%;
  width: 100%;
}

.c-genList__item--1col .c-genList__item__inner {
  position: relative;
  background-color: #62B0E2;
  color: #FFF;
}

.c-genList__item--1col .c-genList__item__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 65.883%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.c-genList__item--1col .c-genList__item__body {
  padding: 74px 5.88235% 156px;
  width: 34.117%;
  min-height: 560px;
  box-sizing: border-box;
}

.c-genList__item--1col .c-genList__item__date {
  margin-bottom: 24px;
  font-size: 1.78461rem;
  letter-spacing: 1px;
}

.c-genList__item--1col .c-genList__item__hdg,
.c-genList__item--1col .c-genList__item__title {
  font-family: 'microsoft yahei';
  font-size: 2.8rem;
  letter-spacing: 1px;
}

.c-genList__item--1col .c-genList__item__desc,
.c-genList__item--1col .c-genList__item__subTitle {
  margin-top: 25px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  line-height: 2;
}

.c-genList__item--1col .c-genList__item__linkBtn {
  position: absolute;
  left: 5.882352941%;
  bottom: 74px;
}

.c-genList__item--1col .c-genList__item__linkBtn .m-linkBtn__text {
  font-family: 'microsoft yahei';
  font-size: 1.45rem;
}

.c-genList__item--1col .c-genList__item__tagList {
  margin: -2px 0 24px -12px;
}

.c-genList__item--1col .c-genList__item__tagList li {
  display: inline-block;
  margin: 2px 0 0 12px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
  letter-spacing: 1px;
  transition: color .2s;
}

.c-genList__item--1col .c-genList__item__tagList li:hover {
  color: #FFF;
}

.c-genList__item--1col a:hover .m-linkBtn .m-linkBtn__icon {
  width: 100%;
}

.c-genList__item--1col a:hover .m-linkBtn .m-linkBtn__icon::before {
  left: 12px;
}

.c-genList__item--1col a:hover .m-linkBtn .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.c-genList__item--2col a, .c-genList__item--3col a {
  color: inherit;
}

.c-genList__item--2col .c-genList__item__image, .c-genList__item--3col .c-genList__item__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-genList__item--2col .c-genList__item__image::after, .c-genList__item--3col .c-genList__item__image::after {
  content: "";
  display: block;
}

.c-genList__item--2col {
  width: 50%;
}

.c-genList__item--2col .c-genList__item__image {
  margin-bottom: 24px;
}

.c-genList__item--2col .c-genList__item__image::after {
  padding-top: 62.5%;
}

.c-genList__item--2col .c-genList__item__date {
  font-size: 1.78461rem;
  letter-spacing: 1.5px;
}

.c-genList__item--2col .c-genList__item__hdg,
.c-genList__item--2col .c-genList__item__title {
  margin-top: 1px;
  font-family: 'microsoft yahei';
  font-size: 1.9rem;
  letter-spacing: 1px;
}

.c-genList__item--2col .c-genList__item__tagList {
  margin: 0 0 6px -10px;
}

.c-genList__item--2col .c-genList__item__tagList li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.4rem;
  letter-spacing: .5px;
  transition: color .2s;
}

.c-genList__item--2col .c-genList__item__tagList li:hover {
  color: #62B0E2;
}

.c-genList__item--2col .c-genList__item__subTitle {
  margin-top: 6px;
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.c-genList__item--3col {
  width: 33.333%;
}

.c-genList__item--3col .c-genList__item__image {
  margin-bottom: 25px;
}

.c-genList__item--3col .c-genList__item__image::after {
  padding-top: 61.342592593%;
}

.c-genList__item--3col .c-genList__item__date {
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.c-genList__item--3col .c-genList__item__hdg {
  margin-top: 2px;
  font-family: 'microsoft yahei';
  font-size: 1.7rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .c-genList {
    margin: 0 0 54px -5.33333vw;
  }
  .c-genList__item {
    padding: 45px 0 0 5.33333vw;
  }
  .c-genList__item:first-child {
    padding-top: 0;
  }
  .c-genList__item--1col {
    margin-bottom: 15px;
  }
  .c-genList__item--1col .c-genList__item__image {
    position: static;
    width: auto;
  }
  .c-genList__item--1col .c-genList__item__image::after {
    content: "";
    display: block;
    padding-top: 62.4%;
  }
  .c-genList__item--1col .c-genList__item__body {
    position: relative;
    padding: 35px 5.33333vw 30px;
    width: auto;
    min-height: 0;
  }
  .c-genList__item--1col .c-genList__item__date {
    margin-bottom: 7px;
    font-size: 1.33846rem;
    letter-spacing: .5px;
  }
  .c-genList__item--1col .c-genList__item__hdg,
  .c-genList__item--1col .c-genList__item__title {
    font-size: 2rem;
  }
  .c-genList__item--1col .c-genList__item__desc,
  .c-genList__item--1col .c-genList__item__subTitle {
    margin-top: 6px;
    font-size: 1.5rem;
    letter-spacing: .5px;
    line-height: 2;
  }
  .c-genList__item--1col .c-genList__item__linkBtn {
    position: static;
    margin-top: 12px;
  }
  .c-genList__item--1col .c-genList__item__tagList {
    margin: 0 0 9px -12px;
  }
  .c-genList__item--1col .c-genList__item__tagList li {
    margin: 0 0 0 12px;
    color: #FFF;
    font-size: 1.4rem;
  }
  .c-genList__item--1col a:hover .m-linkBtn .m-linkBtn__icon::before {
    left: 7px;
  }
  .c-genList__item--2col {
    width: 100%;
  }
  .c-genList__item--2col .c-genList__item__image {
    margin-bottom: 15px;
  }
  .c-genList__item--2col .c-genList__item__date {
    color: #888;
    font-size: 1.33846rem;
    letter-spacing: 1px;
  }
  .c-genList__item--2col .c-genList__item__hdg {
    margin-top: 2px;
    font-size: 1.7rem;
  }
  .c-genList__item--2col .c-genList__item__title {
    margin-top: 0;
    font-size: 1.7rem;
  }
  .c-genList__item--2col .c-genList__item__tagList {
    margin: 0 0 2px -12px;
  }
  .c-genList__item--2col .c-genList__item__tagList li {
    margin: 0 0 0 12px;
    font-size: 1.3rem;
  }
  .c-genList__item--2col .c-genList__item__subTitle {
    margin-top: 6px;
    font-size: 1.4rem;
    letter-spacing: .5px;
  }
  .c-genList__item--3col {
    width: 50%;
  }
  .c-genList__item--3col .c-genList__item__image {
    margin-bottom: 10px;
  }
  .c-genList__item--3col .c-genList__item__date {
    color: #888;
    font-size: 1.22692rem;
    letter-spacing: 1px;
  }
  .c-genList__item--3col .c-genList__item__hdg {
    font-size: 1.25rem;
  }
  .c-genList__item--3col:nth-child(2) {
    padding-top: 0;
  }
}

.c-expertiseList {
  margin: 0 0 115px -2.353%;
  font-size: 0;
}

.p-expertiseTop__listArea .c-expertiseList {
  padding-bottom: 115px;
}

.c-expertiseList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-expertiseList__item a {
  display: block;
  border-bottom: none;
  overflow: hidden;
  color: inherit;
}

.c-expertiseList__item__image {
  margin-bottom: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-expertiseList__item__image::after {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.c-expertiseList__item.is-tagHovered .c-expertiseList__item__image::before {
  opacity: 0;
}

.c-expertiseList__item__catList {
  display: flex;
  margin: -2px 0 0 -20px;
  flex-wrap: wrap;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.c-expertiseList__item__catList li {
  padding: 2px 0 0 20px;
}

.c-expertiseList__item__catList span {
  transition: color .2s;
}

.c-expertiseList__item__catList span:hover {
  color: #62B0E2;
}

.c-expertiseList__item__title {
  margin-top: 5px;
  font-family: 'microsoft yahei';
  font-size: 1.9rem;
  letter-spacing: 1px;
}

.c-expertiseList__item__subTitle {
  margin-top: 6px;
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.4rem;
  letter-spacing: .5px;
}

.c-expertiseList__item__linkBtnArea {
  display: none;
  margin-top: 18px;
  height: 32px;
}

a[target="_blank"] .c-expertiseList__item__linkBtnArea {
  display: block;
}

.c-expertiseList__item:not(.is-tagHovered) a:hover .m-linkBtn__icon {
  width: 100%;
}

.c-expertiseList__item:not(.is-tagHovered) a:hover .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.c-expertiseList__item:nth-child(-n+2) {
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .c-expertiseList {
    margin: 0;
  }
  .p-expertiseTop__listArea .c-expertiseList {
    padding-bottom: 0;
  }
  .c-expertiseList__item {
    display: block;
    padding: 0;
    width: auto;
  }
  .c-expertiseList__item a {
    -webkit-tap-highlight-color: transparent;
  }
  .c-expertiseList__item__image {
    margin-bottom: 12px;
  }
  .c-expertiseList__item__catList {
    font-size: 1.3rem;
    letter-spacing: .5px;
  }
  .c-expertiseList__item__title {
    margin-top: 2px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .c-expertiseList__item__subTitle {
    font-size: 1.3rem;
  }
  .c-expertiseList__item__linkBtnArea {
    height: 24px;
  }
  .c-expertiseList__item ~ .c-expertiseList__item {
    margin-top: 45px;
  }
}

.c-insightsList {
  margin: 0 0 115px -2.353%;
  font-size: 0;
}

.c-insightsList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-insightsList__item a {
  border-bottom: none;
  color: inherit;
}

.c-insightsList__item__image {
  margin-bottom: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-insightsList__item__image::after {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.c-insightsList__item__tagList {
  margin-left: -14px;
}

.c-insightsList__item__tagList li {
  display: inline-block;
  margin-left: 14px;
  vertical-align: top;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.4rem;
  letter-spacing: .5px;
  transition: color .2s;
}

.c-insightsList__item__tagList li:hover {
  color: #62B0E2;
}

.c-insightsList__item__title {
  margin-top: 6px;
  font-family: 'microsoft yahei';
  font-size: 1.9rem;
  letter-spacing: 1px;
}

.c-insightsList__item__subTitle {
  margin-top: 6px;
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.4rem;
  letter-spacing: .5px;
}

.c-insightsList__item:nth-child(-n+2) {
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .c-insightsList {
    margin: 0;
  }
  .c-insightsList__item {
    display: block;
    padding: 0;
    width: auto;
  }
  .c-insightsList__item__image {
    margin-bottom: 12px;
  }
  .c-insightsList__item__tagList {
    margin-left: -12px;
  }
  .c-insightsList__item__tagList li {
    margin-left: 12px;
    font-size: 1.3rem;
  }
  .c-insightsList__item__title {
    margin-top: 2px;
    font-size: 1.7rem;
  }
  .c-insightsList__item__subTitle {
    font-size: 1.3rem;
  }
  .c-insightsList__item ~ .c-insightsList__item {
    margin-top: 45px;
  }
}

/* projects */
.c-projectsPageHeader {
  padding: 80px 0 40px;
}

.c-projectsPageHeader .m-container {
  position: relative;
}

.c-projectsPageHeader__parent a {
  border-bottom: none;
  color: inherit;
  font-family: 'microsoft yahei';
  font-size: 1.45rem;
  letter-spacing: 1px;
}

.c-projectsPageHeader__parent a::after {
  content: "";
  display: inline-block;
  margin: -4px 0 0 3px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.c-projectsPageHeader__parent a:hover {
  color: #62B0E2;
}

.c-projectsPageHeader__parent a:hover::after {
  border-color: #62B0E2;
}

.c-projectsPageHeader__hdg {
  margin-left: -3px;
  padding-top: 8px;
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.2;
}

.c-projectsPageHeader__hdg--en {
  padding-top: 0;
  font-size: 5.8rem;
  font-weight: normal;
}

.c-projectsPageHeader__desc {
  margin-top: 40px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: .5px;
  line-height: 2;
}

.c-projectsPageHeader__btnList {
  margin: 14px 0 0 -4px;
  font-size: 0;
}

.c-projectsPageHeader__btnList li {
  display: inline-block;
  margin: 8px 4px 0;
  vertical-align: top;
}

.c-projectsPageHeader__btnList a {
  display: block;
  border: 1px solid #FFF;
  padding: 5px 20px;
  border-radius: 20px;
  color: inherit;
  font-family: 'microsoft yahei';
  font-size: 1.2rem;
  letter-spacing: .5px;
  transition-property: border-color, background-color;
  transition-duration: .2s;
}

.c-projectsPageHeader__btnList a:hover, .c-projectsPageHeader__btnList a.current {
  border-color: #62B0E2;
  background-color: #62B0E2;
}

.c-projectsPageHeader__filterBtn {
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 1000;
  padding: 0 24px;
}

.c-projectsPageHeader__filterCont {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  width: 100vw;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  -webkit-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px);
}

.c-projectsPageHeader__filterCont__inner {
  margin: 0 auto;
  padding: 80px 0;
  width: 85%;
  max-width: 1360px;
}

.c-projectsPageHeader__filterCont .c-projectsPageHeader__hdg {
  margin-bottom: 40px;
}

.c-projectsPageHeader__filterCont .sectionWrapper {
  margin-left: -2.353%;
  font-size: 0;
}

.c-projectsPageHeader__filterCont section {
  display: inline-block;
  padding-left: 2.299%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-projectsPageHeader__filterCont section .hdg {
  border-bottom: 1px solid #DDD;
  padding-bottom: 22px;
  font-family: 'microsoft yahei';
  font-size: 2.78846rem;
  letter-spacing: 2px;
}

.c-projectsPageHeader__filterCont section.type {
  width: 66.666%;
}

.c-projectsPageHeader__filterCont section.region {
  width: 33.333%;
}

.c-projectsPageHeader--withBg {
  position: relative;
  padding: 75px 0 80px;
  background-position: 50% 100%;
  background-size: cover;
  color: #FFF;
}

.c-projectsPageHeader--withBg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-projectsPageHeader--withBg .c-projectsPageHeader__hdg {
  margin-left: 0;
  letter-spacing: 3px;
}

.c-projectsPageHeader--withBg .c-projectsPageHeader__filterCont {
  color: #000;
}

.c-projectsPageHeader--withBg .c-projectsPageHeader__filterCont .c-projectsPageHeader__parent a::after {
  border-color: #000;
}

@media screen and (max-width: 750px) {
  .c-projectsPageHeader {
    padding: 35px 0;
    background-color: #F1F1F1;
  }
  .c-projectsPageHeader__parent {
    margin-bottom: 28px;
  }
  .c-projectsPageHeader__hdg {
    padding-top: 0;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .c-projectsPageHeader__hdg--en {
    font-size: 2.23077rem;
  }
  .c-projectsPageHeader__desc {
    margin-top: 28px;
    font-size: 1.4rem;
  }
  .c-projectsPageHeader__btnList {
    margin: 21px 0 0 -2.5px;
  }
  .c-projectsPageHeader__btnList li {
    margin: 5px 2.5px 0;
  }
  .c-projectsPageHeader__btnList a {
    padding: 5px 15px;
  }
  .c-projectsPageHeader__filterBtn {
    right: 5.33333vw;
    top: -4px;
    padding: 0 16px;
    height: 34px;
  }
  .c-projectsPageHeader__filterCont {
    left: 0;
    margin: 0;
    width: 100%;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  .c-projectsPageHeader__filterCont__inner {
    padding: 35px 5.33333vw 60px;
    width: auto;
  }
  .c-projectsPageHeader__filterCont .c-projectsPageHeader__hdg {
    margin-bottom: 35px;
  }
  .c-projectsPageHeader__filterCont .sectionWrapper {
    margin-left: 0;
    padding-top: 32px;
  }
  .c-projectsPageHeader__filterCont section {
    display: block;
    padding-left: 0;
  }
  .c-projectsPageHeader__filterCont section .hdg {
    padding-bottom: 10px;
    font-size: 2.23077rem;
    letter-spacing: 1px;
  }
  .c-projectsPageHeader__filterCont section ~ section {
    margin-top: 30px;
  }
  .c-projectsPageHeader__filterCont section.type,
  .c-projectsPageHeader__filterCont section.region {
    width: auto;
  }
  .c-projectsPageHeader__filterCont section.region .m-list {
    margin-left: -5.33333vw;
  }
  .c-projectsPageHeader__filterCont section.region .m-list > li {
    display: inline-block;
    padding-left: 5.33333vw;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .c-projectsPageHeader--withBg {
    padding: 35px 0 30px;
  }
  .c-projectsPageHeader--withBg .c-projectsPageHeader__hdg {
    font-size: 2.78846rem;
    letter-spacing: 2px;
  }
}

.c-projectsList {
  margin: -5.515% 0 115px -2.353%;
  font-size: 0;
}

.c-projectsList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-projectsList__item a {
  border-bottom: none;
  color: inherit;
}

.c-projectsList__item__image {
  margin-bottom: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.c-projectsList__item__image::after {
  content: "";
  display: block;
  padding-top: 61.342592593%;
}

.c-projectsList__item__hdg {
  font-family: 'microsoft yahei';
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
}

.c-projectsList__item__place {
  margin-top: 5px;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.4rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .c-projectsList {
    margin: 0 0 54px;
  }
  .c-projectsList__item {
    display: block;
    padding: 0;
    width: auto;
  }
  .c-projectsList__item__image {
    margin-bottom: 10px;
  }
  .c-projectsList__item__hdg {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
  .c-projectsList__item__place {
    font-size: 1.3rem;
  }
  .c-projectsList__item ~ .c-projectsList__item {
    margin-top: 42px;
  }
}

.c-catList {
  display: flex;
  margin: -5.515% 0 0 -2.353%;
  flex-wrap: wrap;
}

.c-catList__item {
  padding: 5.388% 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
}

.c-catList__item__inner {
  display: block;
  border-bottom: none;
  height: 100%;
  background-color: #f5f5f5;
  color: inherit;
}

.c-catList__item__image {
  background-position: 50%;
  background-size: cover;
}

.c-catList__item__image::after {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.c-catList__item__body {
  padding: 5.79% 6.945% 6.945%;
}

.c-catList__item__meta {
  margin-bottom: 5px;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.33846rem;
  letter-spacing: 1px;
}

.c-catList__item__title {
  font-family: 'microsoft yahei';
  font-size: 1.7rem;
  letter-spacing: 1px;
}

.c-catList__item__linkBtn {
  margin-top: 22px;
}

.c-catList__item a.external .m-linkBtn__text::after {
  content: "";
  margin-top: -3px;
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_external_blue.png);
  background-size: 14px;
}

.c-catList__item a[href$=".pdf"] .m-linkBtn__text::after {
  content: "";
  margin-top: -2px;
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_pdf_blue.png);
  background-size: 25px;
}

.c-catList__item a.video .m-linkBtn__text::after {
  content: "";
  margin-top: -2px;
  width: 15px;
  height: 11px;
  background-image: url(../images/icon_video.png);
  background-size: 15px;
}

.c-catList__item a.book .m-linkBtn__text::after {
  content: "";
  margin-top: -3px;
  width: 20px;
  height: 15px;
  background-image: url(../images/icon_book.png);
  background-size: 20px;
}

.c-catList__item a:hover .m-linkBtn__icon {
  width: 100%;
}

.c-catList__item a:hover .m-linkBtn__icon::before {
  left: 12px;
}

.c-catList__item a:hover .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

@media screen and (max-width: 750px) {
  .c-catList {
    display: block;
    margin: 0;
  }
  .c-catList__item {
    padding: 0;
    width: auto;
  }
  .c-catList__item__body {
    padding: 7.462686567% 5.970149254% 8.65%;
  }
  .c-catList__item__meta {
    margin-bottom: 4px;
    letter-spacing: .5px;
  }
  .c-catList__item__title {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .c-catList__item__linkBtn {
    margin-top: 13px;
  }
  .c-catList__item a:hover .m-linkBtn__icon::before {
    left: 7px;
  }
  .c-catList__item ~ .c-catList__item {
    margin-top: 5.33333vw;
  }
}

/**
 * Page
 */
/* 1.0 */
.p-genTop__listArea {
  margin: 110px 0 120px;
}

@media screen and (max-width: 750px) {
  .p-genTop__leadArea {
    margin-top: 50px;
  }
  .p-genTop__listArea {
    margin: 55px 0 54px;
  }
}

/* 1.1 */
.p-genDet .articleSet {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .p-genDet .articleSet {
    margin-bottom: 60px;
  }
}

/* 2.0 */
.p-projectsTop__listArea {
  margin-top: 65px;
}

@media screen and (max-width: 750px) {
  .p-projectsTop__listArea {
    margin-top: 5.33333vw;
  }
}

/* 2.1 */
.p-projectsList__listArea .selectArea {
  position: relative;
  margin: 40px 0;
}

.p-projectsList__listArea .selectArea__btn {
  position: relative;
  z-index: 1;
}

.p-projectsList__listArea .selectArea__cont {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  margin-left: -50vw;
  width: 100vw;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}

.p-projectsList__listArea .selectArea__cont__inner {
  margin: 0 auto;
  padding: 40px 0 80px;
  width: 85%;
  max-width: 1360px;
}

.p-projectsList__listArea .selectArea__cont .m-list--3col > li:nth-child(-n+3) button {
  border-top: 1px solid #DDD;
}

@media screen and (max-width: 750px) {
  .p-projectsList__listArea .selectArea {
    margin: 14px 0;
    text-align: right;
  }
  .p-projectsList__listArea .selectArea__cont__inner {
    padding: 14px 5.33333vw 40px;
    width: auto;
  }
  .p-projectsList__listArea .selectArea__cont .m-list--3col > li:nth-child(-n+3) button {
    border-top: none;
  }
  .p-projectsList__listArea .selectArea__cont .m-list--3col > li:first-child button {
    border-top: 1px solid #DDD;
  }
}

/* 2.1.1 */
.p-projectsDet__header {
  position: relative;
  height: calc(100vh - 70px);
  min-height: 500px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

@media screen and (max-width: 1000px) {
  .p-projectsDet__header {
    height: calc(100vh - 50px);
  }
}

.p-projectsDet__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 60%, transparent 100%);
}

.p-projectsDet__header .m-container {
  position: relative;
  height: 100%;
}

.p-projectsDet__header__hdg, .p-projectsDet__header__place {
  position: absolute;
  left: 0;
}

.p-projectsDet__header__hdg {
  bottom: 135px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.p-projectsDet__header__hdg--en {
  font-size: 4.01538rem;
  font-weight: normal;
}

.p-projectsDet__header__place {
  bottom: 95px;
  font-family: 'microsoft yahei';
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.p-projectsDet__header .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-projectsDet__detail {
  margin: 110px 0;
}

.p-projectsDet__detail .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.p-projectsDet__detail__hdg {
  margin-bottom: 60px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
}

.p-projectsDet__detail__desc {
  float: left;
  width: 65%;
}

.p-projectsDet__detail__desc .lead {
  margin-bottom: 51px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-projectsDet__detail__desc .lead b {
  font-weight: bold;
}

.p-projectsDet__detail__desc table {
  width: 100%;
}

.p-projectsDet__detail__desc table tr {
  border-top: 1px solid #DDD;
}

.p-projectsDet__detail__desc table tr:first-child {
  border-top: none;
}

.p-projectsDet__detail__desc table th,
.p-projectsDet__detail__desc table td {
  line-height: 2;
}

.p-projectsDet__detail__desc table th {
  border-right: 2px solid #000;
  padding: 10px 15px 10px 0;
  width: 29%;
  text-align: left;
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
  font-weight: 500;
}

.p-projectsDet__detail__desc table td {
  padding: 10px 0 10px 30px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
}

.p-projectsDet__detail__aside {
  float: right;
  width: 25.669642857%;
}

.p-projectsDet__detail__aside section .hdg {
  margin-bottom: 8px;
  color: #888;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.p-projectsDet__detail__aside section .tagList li ~ li {
  margin-top: 4px;
}

.p-projectsDet__detail__aside section .shareHdg,
.p-projectsDet__detail__aside section .shareList {
  display: inline-block;
  vertical-align: middle;
}

.p-projectsDet__detail__aside section .shareHdg {
  margin-right: 10px;
  color: #888;
  font-size: 1.33846rem;
}

.p-projectsDet__detail__aside section .shareList > li {
  display: inline-block;
  vertical-align: top;
}

.p-projectsDet__detail__aside section .shareList > li ~ li {
  margin-left: 2px;
}

.p-projectsDet__detail__aside section .shareList a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 32px;
  height: 32px;
  color: #FFF;
  transition: border-radius .2s;
}

.p-projectsDet__detail__aside section .shareList a:hover {
  border-radius: 4px;
}

.p-projectsDet__detail__aside section .shareList .fb a {
  background-color: #3B5998;
}

.p-projectsDet__detail__aside section .shareList .tw a {
  background-color: #1DA1F2;
}

.p-projectsDet__detail__aside section .shareList .wc a {
  background-color: #1AAD19;
}

.p-projectsDet__detail__aside section .shareList .in a {
  background-color: #0a66c2;
}

.p-projectsDet__detail__aside section .shareList .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: font-size .2s;
}

.p-projectsDet__detail__aside section .shareList .fab.fa-weixin {
  font-size: 1.6rem;
}

.p-projectsDet__detail__aside section .shareList a:hover .fab {
  font-size: 1.8rem;
}

.p-projectsDet__detail__aside section.award .hdg {
  margin-bottom: 6px;
}

.p-projectsDet__detail__aside section.share {
  margin-top: 35px;
}

.p-projectsDet__detail__aside section ~ section {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .p-projectsDet__header {
    height: 375px;
    min-height: 0;
  }
  .p-projectsDet__header__hdg, .p-projectsDet__header__place {
    left: 5.33333vw;
  }
  .p-projectsDet__header__hdg {
    bottom: 55px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .p-projectsDet__header__hdg--en {
    font-size: 2.78846rem;
  }
  .p-projectsDet__header__place {
    bottom: 26px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .5px;
  }
  .p-projectsDet__header .m-scrollDown {
    display: none;
  }
  .p-projectsDet__detail {
    margin: 50px 0 60px;
  }
  .p-projectsDet__detail__hdg {
    margin-bottom: 14px;
    font-size: 2rem;
  }
  .p-projectsDet__detail__desc {
    float: none;
    width: auto;
  }
  .p-projectsDet__detail__desc .lead {
    margin-bottom: 32px;
    font-size: 1.5rem;
  }
  .p-projectsDet__detail__desc table tr {
    border-top: 1px solid #DDD;
  }
  .p-projectsDet__detail__desc table tr:first-child {
    border-top: 2px solid #000;
  }
  .p-projectsDet__detail__desc table tr:last-child {
    border-bottom: 2px solid #000;
  }
  .p-projectsDet__detail__desc table th,
  .p-projectsDet__detail__desc table td {
    display: block;
    font-size: 1.5rem;
  }
  .p-projectsDet__detail__desc table th {
    border-right: none;
    padding: 14px 0 0;
    width: auto;
  }
  .p-projectsDet__detail__desc table td {
    padding: 0 0 18px;
  }
  .p-projectsDet__detail__aside {
    float: none;
    margin-top: 55px;
    width: auto;
  }
  .p-projectsDet__detail__aside section .hdg {
    font-size: 1.56154rem;
  }
  .p-projectsDet__detail__aside section .tagList {
    margin: -7.5px 0 0 -5px;
    font-size: 0;
  }
  .p-projectsDet__detail__aside section .tagList > li {
    display: inline-block;
    margin: 7.5px 0 0 5px !important;
    vertical-align: top;
  }
  .p-projectsDet__detail__aside section.award .hdg {
    margin-bottom: 3px;
  }
  .p-projectsDet__detail__aside section.share {
    margin-top: 25px;
  }
}

/* 2.2 */
.p-catList .c-pageHeader {
  padding: 69px 0 20px;
}

.p-catList__listArea {
  margin-top: 110px;
}

@media screen and (max-width: 750px) {
  .p-catList .c-pageHeader {
    padding: 8px 0 7px;
  }
  .p-catList__leadArea {
    margin-top: 52px;
  }
  .p-catList__listArea {
    margin-top: 50px;
  }
}

/* 3.0 */
.p-expertiseTop__header .c-pageMv {
  padding-top: 70px;
}

@media screen and (max-width: 1000px) {
  .p-expertiseTop__header .c-pageMv {
    padding-top: 50px;
  }
}

.p-expertiseTop__header .leadArea {
  padding: 100px 0 112px;
}

.p-expertiseTop__header .leadArea__hdg {
  margin-bottom: 10px;
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.p-expertiseTop__header .leadArea__hdg--en {
  font-size: 5.8rem;
  font-weight: normal;
}

.p-expertiseTop__header .leadArea__text {
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-expertiseTop__listArea {
  margin: 110px 0 120px;
}

@media screen and (max-width: 750px) {
  .p-expertiseTop__header .leadArea {
    padding: 48px 0;
  }
  .p-expertiseTop__header .leadArea__hdg {
    margin-bottom: 12px;
    font-size: 2.8rem;
    letter-spacing: 1.5px;
  }
  .p-expertiseTop__header .leadArea__hdg--en {
    font-size: 3.12308rem;
  }
  .p-expertiseTop__header .leadArea__text {
    font-size: 1.5rem;
  }
  .p-expertiseTop__listArea {
    margin: 55px 0 54px;
  }
}

/* 3.1 */
.p-expertiseList__listArea {
  margin: 110px 0 120px;
}

.p-expertiseList__relatedArea {
  position: relative;
  margin: 208px 0 94px;
}

.p-expertiseList__relatedArea::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -104px;
  bottom: -94px;
  z-index: -1;
  background-color: #F1F1F1;
}

.p-expertiseList__relatedArea__hdg {
  display: inline-block;
  position: relative;
  margin-bottom: 104px;
  color: #62B0E2;
  font-size: 2.00769rem;
  letter-spacing: 0.07em;
}

.p-expertiseList__relatedArea__hdg::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 16px;
  width: 126px;
  height: 1px;
  background-color: #62B0E2;
}

.p-expertiseList__relatedArea .articleList {
  display: flex;
  margin: calc(52 / 1360 * -100%) 0 0 calc(32 / 1360 * -100%);
  flex-wrap: wrap;
}

.p-expertiseList__relatedArea .articleList article {
  padding: calc(52 / (1360 + 32) * 100%) 0 0 calc(32 / (1360 + 32) * 100%);
  width: 33.333%;
  box-sizing: border-box;
}

.p-expertiseList__relatedArea .articleList article a {
  border-bottom: none;
  color: inherit;
}

.p-expertiseList__relatedArea .articleList article .thumbnail {
  margin-bottom: 16px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-expertiseList__relatedArea .articleList article .thumbnail::after {
  content: "";
  display: block;
  padding-top: calc(540 / 864 * 100%);
}

.p-expertiseList__relatedArea .articleList article .meta {
  display: flex;
}

.p-expertiseList__relatedArea .articleList article .meta::after {
  display: inline-block;
  margin-left: 10px;
  background-repeat: no-repeat;
}

.p-expertiseList__relatedArea .articleList article .meta .main {
  margin-right: 9px;
  flex-shrink: 0;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 1.3rem;
  letter-spacing: .5px;
}

.p-expertiseList__relatedArea .articleList article .meta .tagList {
  display: flex;
  padding-top: 2px;
  flex-wrap: wrap;
  color: #d0d0d0;
  font-family: 'microsoft yahei';
  font-size: 1.1rem;
  letter-spacing: .5px;
}

.p-expertiseList__relatedArea .articleList article .meta .tagList li {
  margin-right: 6px;
}

.p-expertiseList__relatedArea .articleList article .meta .tagList li::before {
  content: "#";
}

.p-expertiseList__relatedArea .articleList article .meta time {
  color: #d0d0d0;
  font-size: 1.33846rem;
  letter-spacing: 0.05em;
}

.p-expertiseList__relatedArea .articleList article a[target="_blank"] .meta::after {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_external.png);
  background-size: 14px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.p-expertiseList__relatedArea .articleList article a[href$=".pdf"] .meta::after {
  content: "";
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_pdf.png);
  background-size: 25px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.p-expertiseList__relatedArea .articleList article .title {
  margin-top: 4px;
  font-family: 'microsoft yahei';
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .5px;
}

.p-expertiseList__relatedArea .articleList article .subTitle {
  margin-top: 6px;
  color: #888;
  font-size: 1.4rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .p-expertiseList__listArea {
    margin: 5.33333vw 0 54px;
  }
  .p-expertiseList__relatedArea {
    margin: 112px 0 72px;
  }
  .p-expertiseList__relatedArea::before {
    top: -56px;
    bottom: -72px;
  }
  .p-expertiseList__relatedArea__hdg {
    margin-bottom: 56px;
    font-size: 1.33846rem;
    font-weight: 500;
  }
  .p-expertiseList__relatedArea__hdg::before {
    margin-left: 8px;
    width: 31px;
  }
  .p-expertiseList__relatedArea .articleList {
    display: block;
    margin: 0;
  }
  .p-expertiseList__relatedArea .articleList article {
    padding: 0;
    width: auto;
  }
  .p-expertiseList__relatedArea .articleList article .thumbnail {
    margin-bottom: 10px;
  }
  .p-expertiseList__relatedArea .articleList article .title {
    font-size: 1.6rem;
  }
  .p-expertiseList__relatedArea .articleList article .subTitle {
    font-size: 1.3rem;
  }
  .p-expertiseList__relatedArea .articleList article + article {
    margin-top: 45px;
  }
}

/* 3.1.1 */
.p-expertiseDet__header {
  position: relative;
  height: calc(100vh - 70px);
  min-height: 500px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

@media screen and (max-width: 1000px) {
  .p-expertiseDet__header {
    height: calc(100vh - 50px);
  }
}

.p-expertiseDet__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-expertiseDet__header .m-container {
  position: relative;
  height: 100%;
}

.p-expertiseDet__header__titleArea {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-expertiseDet__header__title {
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.2;
}

.p-expertiseDet__header__title--en {
  font-size: 5.8rem;
  font-weight: normal;
}

.p-expertiseDet__header__subTitle {
  margin-top: 20px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-expertiseDet__header .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-expertiseDet__detail .m-container {
  border-bottom: 1px solid #DDD;
  padding: 112px 0 80px;
}

.p-expertiseDet__detail .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.p-expertiseDet__detail__desc {
  float: left;
  width: 65%;
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-expertiseDet__detail__desc b {
  font-weight: bold;
}

.p-expertiseDet__detail__aside {
  float: right;
  width: 25.669642857%;
}

.p-expertiseDet__detail__aside section .hdg {
  margin-bottom: 8px;
  color: #888;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.p-expertiseDet__detail__aside section .tagList > li + li {
  margin-top: 4px;
}

.p-expertiseDet__detail__aside section .shareHdg,
.p-expertiseDet__detail__aside section .shareList {
  display: inline-block;
  vertical-align: middle;
}

.p-expertiseDet__detail__aside section .shareHdg {
  margin-right: 10px;
  color: #888;
  font-size: 1.33846rem;
}

.p-expertiseDet__detail__aside section .shareList > li {
  display: inline-block;
  vertical-align: top;
}

.p-expertiseDet__detail__aside section .shareList > li ~ li {
  margin-left: 2px;
}

.p-expertiseDet__detail__aside section .shareList a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 32px;
  height: 32px;
  color: #FFF;
  transition: border-radius .2s;
}

.p-expertiseDet__detail__aside section .shareList a:hover {
  border-radius: 4px;
}

.p-expertiseDet__detail__aside section .shareList .fb a {
  background-color: #3B5998;
}

.p-expertiseDet__detail__aside section .shareList .tw a {
  background-color: #1DA1F2;
}

.p-expertiseDet__detail__aside section .shareList .wc a {
  background-color: #1AAD19;
}

.p-expertiseDet__detail__aside section .shareList .in a {
  background-color: #0a66c2;
}

.p-expertiseDet__detail__aside section .shareList .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: font-size .2s;
}

.p-expertiseDet__detail__aside section .shareList .fab.fa-weixin {
  font-size: 1.6rem;
}

.p-expertiseDet__detail__aside section .shareList a:hover .fab {
  font-size: 1.8rem;
}

.p-expertiseDet__detail__aside section.share {
  margin-top: 35px;
}

.p-expertiseDet__detail__aside section ~ section {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .p-expertiseDet__header {
    height: 375px;
    min-height: 0;
  }
  .p-expertiseDet__header::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 70%, transparent 100%);
  }
  .p-expertiseDet__header__titleArea {
    left: 5.33333vw;
    right: 5.33333vw;
    top: auto;
    bottom: 32px;
    -webkit-transform: none;
    transform: none;
  }
  .p-expertiseDet__header__title {
    font-size: 2.8rem;
    letter-spacing: 1px;
    line-height: 1.35;
  }
  .p-expertiseDet__header__title--en {
    font-size: 2.78846rem;
  }
  .p-expertiseDet__header__subTitle {
    margin-top: 16px;
    font-size: 1.5rem;
  }
  .p-expertiseDet__header .m-scrollDown {
    display: none;
  }
  .p-expertiseDet__detail .m-container {
    padding: 55px 5.33333vw 55px;
  }
  .p-expertiseDet__detail__desc {
    float: none;
    width: auto;
    font-size: 1.5rem;
  }
  .p-expertiseDet__detail__aside {
    float: none;
    margin-top: 48px;
    width: auto;
  }
  .p-expertiseDet__detail__aside section .hdg {
    font-size: 1.56154rem;
  }
  .p-expertiseDet__detail__aside section .tagList {
    margin: -7.5px 0 0 -5px;
    font-size: 0;
  }
  .p-expertiseDet__detail__aside section .tagList > li {
    display: inline-block;
    margin: 7.5px 0 0 5px !important;
    vertical-align: top;
  }
  .p-expertiseDet__detail__aside section.share {
    margin-top: 22px;
  }
}

/* 4.0 */
.p-insightsTop__header .leadArea {
  padding: 100px 0 112px;
}

.p-insightsTop__header .leadArea__hdg {
  margin-bottom: 10px;
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.p-insightsTop__header .leadArea__hdg--en {
  font-size: 5.8rem;
  font-weight: normal;
}

.p-insightsTop__header .leadArea__text {
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-insightsTop__listArea {
  margin: 0 0 120px;
}

@media screen and (max-width: 750px) {
  .p-insightsTop__header .leadArea {
    padding: 48px 0 52px;
  }
  .p-insightsTop__header .leadArea__hdg {
    margin-bottom: 12px;
    font-size: 2.8rem;
    letter-spacing: 1.5px;
  }
  .p-insightsTop__header .leadArea__hdg--en {
    font-size: 3.12308rem;
  }
  .p-insightsTop__header .leadArea__text {
    font-size: 1.5rem;
  }
  .p-insightsTop__listArea {
    margin: 0 0 54px;
  }
}

/* 4.1 */
.p-insightsList__listArea {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .p-insightsList__listArea {
    margin: 5.33333vw 0 54px;
  }
}

/* 4.1.1 */
.p-insightsDet__header {
  position: relative;
  height: calc(100vh - 70px);
  min-height: 500px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

@media screen and (max-width: 1000px) {
  .p-insightsDet__header {
    height: calc(100vh - 50px);
  }
}

.p-insightsDet__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-insightsDet__header .m-container {
  position: relative;
  height: 100%;
}

.p-insightsDet__header__titleArea {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-insightsDet__header__title {
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.2;
}

.p-insightsDet__header__title--en {
  font-size: 5.8rem;
  font-weight: normal;
}

.p-insightsDet__header__subTitle {
  margin-top: 20px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-insightsDet__header .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-insightsDet__detail .m-container {
  border-bottom: 1px solid #DDD;
  padding: 112px 0 80px;
}

.p-insightsDet__detail .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.p-insightsDet__detail__desc {
  float: left;
  width: 65%;
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-insightsDet__detail__desc b {
  font-weight: bold;
}

.p-insightsDet__detail__aside {
  float: right;
  width: 25.669642857%;
}

.p-insightsDet__detail__aside section .hdg {
  margin-bottom: 8px;
  color: #888;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.p-insightsDet__detail__aside section .tagList > li ~ li {
  margin-top: 4px;
}

.p-insightsDet__detail__aside section .tagList .m-tag::before {
  content: "# ";
}

.p-insightsDet__detail__aside section .shareHdg,
.p-insightsDet__detail__aside section .shareList {
  display: inline-block;
  vertical-align: middle;
}

.p-insightsDet__detail__aside section .shareHdg {
  margin-right: 10px;
  color: #888;
  font-size: 1.33846rem;
}

.p-insightsDet__detail__aside section .shareList > li {
  display: inline-block;
  vertical-align: top;
}

.p-insightsDet__detail__aside section .shareList > li ~ li {
  margin-left: 2px;
}

.p-insightsDet__detail__aside section .shareList a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 32px;
  height: 32px;
  color: #FFF;
  transition: border-radius .2s;
}

.p-insightsDet__detail__aside section .shareList a:hover {
  border-radius: 4px;
}

.p-insightsDet__detail__aside section .shareList .fb a {
  background-color: #3B5998;
}

.p-insightsDet__detail__aside section .shareList .tw a {
  background-color: #1DA1F2;
}

.p-insightsDet__detail__aside section .shareList .wc a {
  background-color: #1AAD19;
}

.p-insightsDet__detail__aside section .shareList .in a {
  background-color: #0a66c2;
}

.p-insightsDet__detail__aside section .shareList .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: font-size .2s;
}

.p-insightsDet__detail__aside section .shareList .fab.fa-weixin {
  font-size: 1.6rem;
}

.p-insightsDet__detail__aside section .shareList a:hover .fab {
  font-size: 1.8rem;
}

.p-insightsDet__detail__aside section.share {
  margin-top: 35px;
}

.p-insightsDet__detail__aside section ~ section {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .p-insightsDet__header {
    height: 375px;
    min-height: 0;
  }
  .p-insightsDet__header::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 70%, transparent 100%);
  }
  .p-insightsDet__header__titleArea {
    left: 5.33333vw;
    right: 5.33333vw;
    top: auto;
    bottom: 32px;
    -webkit-transform: none;
    transform: none;
  }
  .p-insightsDet__header__title {
    font-size: 2.8rem;
    letter-spacing: 1px;
    line-height: 1.35;
  }
  .p-insightsDet__header__title--en {
    font-size: 2.78846rem;
  }
  .p-insightsDet__header__subTitle {
    margin-top: 16px;
    font-size: 1.5rem;
  }
  .p-insightsDet__header .m-scrollDown {
    display: none;
  }
  .p-insightsDet__detail .m-container {
    padding: 55px 5.33333vw 55px;
  }
  .p-insightsDet__detail__desc {
    float: none;
    width: auto;
    font-size: 1.5rem;
  }
  .p-insightsDet__detail__aside {
    float: none;
    margin-top: 48px;
    width: auto;
  }
  .p-insightsDet__detail__aside section .hdg {
    font-size: 1.56154rem;
  }
  .p-insightsDet__detail__aside section .tagList {
    margin: -7.5px 0 0 -5px;
    font-size: 0;
  }
  .p-insightsDet__detail__aside section .tagList > li {
    display: inline-block;
    margin: 7.5px 0 0 5px !important;
    vertical-align: top;
  }
  .p-insightsDet__detail__aside section.share {
    margin-top: 22px;
  }
}

/* 5.0 */
.p-aboutTop__linkArea {
  padding: 110px 0 120px;
}

.p-aboutTop__linkArea__hdg {
  margin-bottom: 18px;
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.p-aboutTop__linkArea__hdg--en {
  font-size: 5.8rem;
  font-weight: normal;
}

.p-aboutTop__linkArea__desc {
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-aboutTop__linkArea .c-menuLink {
  margin-top: 95px;
}

.p-aboutTop__linkArea--lower {
  padding-top: 115px;
}

.p-aboutTop__linkArea--lower .p-aboutTop__linkArea__hdg {
  margin-bottom: 22px;
  font-size: 3.8rem;
}

.p-aboutTop__linkArea--lower .c-menuLink {
  margin-top: 35px;
}

.p-aboutTop__philArea {
  text-align: center;
}

.p-aboutTop__philArea .phil {
  margin-bottom: 10px;
  background-color: #F1F1F1;
}

.p-aboutTop__philArea .phil a {
  display: block;
  border-bottom: none;
  padding: 110px 0 120px;
}

.p-aboutTop__philArea .phil .hdg {
  margin-bottom: 40px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  letter-spacing: 3px;
  line-height: 1.3;
}

.p-aboutTop__philArea .phil .desc {
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-aboutTop__philArea .phil .m-linkBtn {
  margin-top: 55px;
}

.p-aboutTop__philArea .phil .m-linkBtn__text {
  font-size: 1.56154rem;
}

.p-aboutTop__philArea .phil a:hover .m-linkBtn .m-linkBtn__icon {
  width: 100%;
}

.p-aboutTop__philArea .phil a:hover .m-linkBtn .m-linkBtn__icon::before {
  left: 12px;
}

.p-aboutTop__philArea .phil a:hover .m-linkBtn .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.p-aboutTop__philArea table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.p-aboutTop__philArea td {
  padding: 7.25% 8.4375%;
  background-color: #F1F1F1;
  vertical-align: middle;
}

.p-aboutTop__philArea td .hdg {
  font-family: 'microsoft yahei';
  font-size: 2rem;
  letter-spacing: 1.5px;
}

.p-aboutTop__philArea td .text {
  font-family: source-han-serif-sc, serif;
  letter-spacing: .5px;
}

.p-aboutTop__philArea td.vision {
  border-right: 10px solid #FFF;
}

.p-aboutTop__philArea td.vision .hdg {
  margin-bottom: 40px;
}

.p-aboutTop__philArea td.vision .text {
  margin: auto;
  max-width: 360px;
  font-size: 1.7rem;
  line-height: 2;
}

.p-aboutTop__philArea td.tagline {
  border-bottom: 10px solid #FFF;
}

.p-aboutTop__philArea td.tagline .hdg {
  margin-bottom: 50px;
}

.p-aboutTop__philArea td.tagline .taglineImage img {
  max-width: 100%;
}

.p-aboutTop__philArea td.tagline .text {
  margin-top: 10px;
  font-size: 1.5rem;
}

.p-aboutTop__philArea td.motto .hdg {
  margin-bottom: 25px;
}

.p-aboutTop__philArea td.motto .text {
  font-size: 3rem;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .p-aboutTop__linkArea {
    padding: 52px 0 65px;
  }
  .p-aboutTop__linkArea__hdg {
    font-size: 2.8rem;
    letter-spacing: 1px;
  }
  .p-aboutTop__linkArea__hdg--en {
    font-size: 3.12308rem;
  }
  .p-aboutTop__linkArea__desc {
    font-size: 1.5rem;
  }
  .p-aboutTop__linkArea .c-menuLink {
    margin-top: 35px;
  }
  .p-aboutTop__linkArea--lower {
    padding: 54px 0 60px;
  }
  .p-aboutTop__linkArea--lower .p-aboutTop__linkArea__hdg {
    margin-bottom: 6px;
    font-size: 2.4rem;
  }
  .p-aboutTop__linkArea--lower .c-menuLink {
    margin-top: 15px;
  }
  .p-aboutTop__philArea .phil a {
    padding: 52px 0 60px;
  }
  .p-aboutTop__philArea .phil .hdg {
    margin-bottom: 25px;
    font-size: 2.4rem;
    letter-spacing: 2.5px;
  }
  .p-aboutTop__philArea .phil .desc {
    font-size: 1.5rem;
  }
  .p-aboutTop__philArea .phil .m-linkBtn {
    margin-top: 30px;
  }
  .p-aboutTop__philArea .phil a:hover .m-linkBtn .m-linkBtn__icon::before {
    left: 7px;
  }
  .p-aboutTop__philArea .tableWrapper {
    margin: -10px 0 0;
  }
  .p-aboutTop__philArea td {
    display: block;
    margin-top: 10px;
    border: none;
    padding: 50px 5.33333vw;
  }
  .p-aboutTop__philArea td .hdg {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .p-aboutTop__philArea td.vision {
    margin-top: 0;
    border-right: none;
  }
  .p-aboutTop__philArea td.vision .hdg {
    margin-bottom: 24px;
  }
  .p-aboutTop__philArea td.vision .text {
    font-size: 1.5rem;
  }
  .p-aboutTop__philArea td.tagline {
    border-bottom: none;
    padding-bottom: 55px;
  }
  .p-aboutTop__philArea td.tagline .hdg {
    margin-bottom: 30px;
  }
  .p-aboutTop__philArea td.tagline .text {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .p-aboutTop__philArea td.motto {
    padding-bottom: 55px;
  }
  .p-aboutTop__philArea td.motto .hdg {
    margin-bottom: 25px;
  }
  .p-aboutTop__philArea td.motto .text {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

/* 5.1 */
.p-aboutGenDet .ceoMsg,
.p-aboutGenDet .publicNotice,
.p-aboutGenDet .groupCorp {
  margin-top: 100px;
}

.p-aboutGenDet .articleSet--empty + .ceoMsg,
.p-aboutGenDet .articleSet--empty + .publicNotice,
.p-aboutGenDet .articleSet--empty + .groupCorp {
  margin-top: 0;
}

.p-aboutGenDet .ceoMsg::after {
  content: "";
  display: block;
  clear: both;
}

.p-aboutGenDet .ceoMsg__image {
  float: left;
  margin-right: 32px;
  width: 35.267857143%;
}

.p-aboutGenDet .ceoMsg__image img {
  width: 100%;
  height: auto;
}

.p-aboutGenDet .ceoMsg__body {
  overflow: hidden;
}

.p-aboutGenDet .ceoMsg__text {
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

.p-aboutGenDet .ceoMsg__name {
  margin-top: 70px;
  font-family: 'microsoft yahei';
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.p-aboutGenDet .ceoMsg__post {
  margin-top: 10px;
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.3rem;
  letter-spacing: .5px;
}

.p-aboutGenDet .publicNotice__hdg {
  margin-bottom: 24px;
  font-family: 'microsoft yahei';
  font-size: 3.6rem;
  font-weight: 500;
}

.p-aboutGenDet .publicNotice__section__hdg {
  margin-bottom: 30px;
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
}

.p-aboutGenDet .publicNotice__section__list li ~ li {
  margin-top: 11px;
}

.p-aboutGenDet .publicNotice__section__list a {
  display: inline-block;
  position: relative;
  border-bottom: none;
  padding-left: 37px;
  color: inherit;
  font-family: 'microsoft yahei';
  font-size: 1.4rem;
}

.p-aboutGenDet .publicNotice__section__list a:hover {
  color: #62B0E2;
}

.p-aboutGenDet .publicNotice__section__list .icon {
  position: absolute;
  left: 0;
  top: 3px;
}

.p-aboutGenDet .publicNotice__section__list .icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-aboutGenDet .publicNotice__section__list .icon img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity .2s;
}

.p-aboutGenDet .publicNotice__section__list a:hover .icon img:first-child {
  opacity: 0;
}

.p-aboutGenDet .publicNotice__section ~ .publicNotice__section {
  margin-top: 32px;
}

.p-aboutGenDet .groupCorp__list {
  margin: -5.515% 0 0 -2.353%;
  font-size: 0;
}

.p-aboutGenDet .groupCorp__list__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}

.p-aboutGenDet .groupCorp__list__item a {
  border-bottom: none;
  color: inherit;
}

.p-aboutGenDet .groupCorp__list__item__image {
  margin-bottom: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-aboutGenDet .groupCorp__list__item__image::after {
  content: "";
  display: block;
  padding-top: 61.342592593%;
}

.p-aboutGenDet .groupCorp__list__item__hdg {
  font-family: 'microsoft yahei';
  font-size: 1.7rem;
  letter-spacing: .5px;
}

.p-aboutGenDet .groupCorp__list__item__desc {
  margin-top: 10px;
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.5rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .p-aboutGenDet .ceoMsg,
  .p-aboutGenDet .publicNotice,
  .p-aboutGenDet .groupCorp {
    margin-top: 50px;
  }
  .p-aboutGenDet .articleSet--empty + .ceoMsg,
  .p-aboutGenDet .articleSet--empty + .publicNotice,
  .p-aboutGenDet .articleSet--empty + .groupCorp {
    margin-top: 50px;
  }
  .p-aboutGenDet .ceoMsg__image {
    float: none;
    margin: 0 -5.33333vw 56px;
    width: auto;
  }
  .p-aboutGenDet .ceoMsg__text {
    font-size: 1.4rem;
  }
  .p-aboutGenDet .ceoMsg__name {
    margin-top: 44px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .p-aboutGenDet .publicNotice__hdg {
    margin-bottom: 8px;
    font-size: 2.25rem;
  }
  .p-aboutGenDet .publicNotice__section__hdg {
    margin-bottom: 12px;
  }
  .p-aboutGenDet .publicNotice__section__list li ~ li {
    margin-top: 9px;
  }
  .p-aboutGenDet .publicNotice__section__list a {
    padding-left: 35px;
  }
  .p-aboutGenDet .publicNotice__section ~ .publicNotice__section {
    margin-top: 16px;
  }
  .p-aboutGenDet .groupCorp__list {
    margin: 0;
  }
  .p-aboutGenDet .groupCorp__list__item {
    display: block;
    padding: 0;
    width: auto;
  }
  .p-aboutGenDet .groupCorp__list__item__image {
    margin-bottom: 12px;
  }
  .p-aboutGenDet .groupCorp__list__item__desc {
    margin-top: 6px;
    font-size: 1.4rem;
  }
  .p-aboutGenDet .groupCorp__list__item ~ .groupCorp__list__item {
    margin-top: 42px;
  }
}

/* 5.2 */
.p-aboutPeopleList__refineArea {
  margin-bottom: 120px;
}

.p-aboutPeopleList__refineArea .m-tag--button {
  font-size: 1.33846rem;
}

@media screen and (max-width: 750px) {
  .p-aboutPeopleList__refineArea {
    margin: 40px 0;
  }
}

/* 5.2.1 */
.p-aboutPeopleDet__intro::after {
  content: "";
  display: block;
  clear: both;
}

.p-aboutPeopleDet__intro__image {
  float: left;
  margin-right: 30px;
  width: 40.257352941%;
}

.p-aboutPeopleDet__intro__image img {
  width: 100%;
}

.p-aboutPeopleDet__intro__body {
  max-width: 550px;
  overflow: hidden;
}

.p-aboutPeopleDet__intro__name {
  margin: -.2em 0 8px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  letter-spacing: 2px;
}

.p-aboutPeopleDet__intro__post {
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.p-aboutPeopleDet__intro__desc {
  margin-top: 46px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .p-aboutPeopleDet__intro__image {
    float: none;
    margin: 0 -5.33333vw 50px;
    width: auto;
  }
  .p-aboutPeopleDet__intro__name {
    margin: 0 0 5px;
    font-size: 2.4rem;
    letter-spacing: 1.5px;
  }
  .p-aboutPeopleDet__intro__post {
    font-size: 1.3rem;
  }
  .p-aboutPeopleDet__intro__desc {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}

/* 5.3 */
.historyModal .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.historyModal .fancybox-button--close {
  width: 64px;
  height: 64px;
}

.historyModal .fancybox-slide--html {
  padding: 20px;
}

.historyModal__modal {
  display: none;
}

.historyModal__modal.fancybox-content {
  padding: 0;
  max-width: 760px;
  background: transparent;
}

.historyModal__modal figure {
  display: table;
}

.historyModal__modal figure img {
  max-width: 100%;
  height: auto;
}

.historyModal__modal figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 12px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.p-aboutRecord .historyAnchorList {
  display: flex;
  margin: -32px 0 0 -32px;
  justify-content: center;
}

.p-aboutRecord .historyAnchorList li {
  padding: 32px 0 0 32px;
  width: 316px;
}

.p-aboutRecord .historyAnchorList a {
  display: flex;
  position: relative;
  border: 1px solid #62B0E2;
  border-radius: 100px;
  padding: 9px 40px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'microsoft yahei';
  font-size: 1.3rem;
  white-space: nowrap;
  transition-property: background-color, color;
}

.p-aboutRecord .historyAnchorList a::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-aboutRecord .historyAnchorList a.current {
  background-color: #62B0E2;
  color: #FFF;
}

@media screen and (min-width: 751px) {
  .p-aboutRecord .historyAnchorList a:hover {
    background-color: #62B0E2;
    color: #FFF;
  }
}

.p-aboutRecord .historyHead {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) and (max-height: 859px) {
  .p-aboutRecord .historyHead .halfway {
    display: none;
  }
}

.p-aboutRecord .historyHead:first-child {
  height: calc(100vh - 70px);
  min-height: 768px;
}

@media screen and (max-width: 1000px) {
  .p-aboutRecord .historyHead:first-child {
    height: calc(100vh - 50px);
  }
}

.p-aboutRecord .historyHead:not(:first-child) {
  display: flex;
  height: 100vh;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
}

.p-aboutRecord .historyHead .c-pageHeader--withBg::before {
  content: none;
}

.p-aboutRecord .historyHead__body {
  color: #FFF;
}

.p-aboutRecord .historyHead__body .head {
  margin-bottom: 20px;
  font-family: 'microsoft yahei';
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-aboutRecord .historyHead__body .hdg {
  font-family: 'microsoft yahei';
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-aboutRecord .historyHead__body .desc {
  margin-top: 26px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-aboutRecord .historyHead__body .historyAnchorListArea {
  margin-top: 54px;
}

.p-aboutRecord .historyHead__bgImage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-aboutRecord .historyHead__bgImage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.p-aboutRecord .historyHead__bgImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-aboutRecord .historyHead .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #FFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-aboutRecord .historyProgressBar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* autoprefixer: off */
  transition-property: opacity, visibility;
  transition-duration: .4s;
}

.p-aboutRecord .historyProgressBar.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.p-aboutRecord .historyProgressBar .m-container {
  display: flex;
  height: 100%;
  align-items: center;
}

.p-aboutRecord .historyProgressBar__container {
  position: relative;
  margin-left: calc(30 / 1360 * 100%);
}

.p-aboutRecord .historyProgressBar__bar {
  position: absolute;
  left: 2px;
  top: 0;
  z-index: -1;
  width: 2px;
  height: 100%;
  background-color: #DDD;
}

.p-aboutRecord .historyProgressBar__bar > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #BBB;
}

.p-aboutRecord .historyProgressBar__sectList li {
  position: relative;
}

.p-aboutRecord .historyProgressBar__sectList li::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #62B0E2;
  border-radius: 50%;
  background-color: #FFF;
  transition: inset .3s .35s;
}

.p-aboutRecord .historyProgressBar__sectList li.current::before {
  inset: -5px;
}

.p-aboutRecord .historyProgressBar__sectList li.is-gray::before {
  background-color: #F5F5F5;
}

.p-aboutRecord .historyProgressBar__sectList li + li {
  margin-top: 26px;
}

.p-aboutRecord .historyProgressBar__sectList a {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #DDD;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  background-color: #FFF;
  font-size: 0;
  pointer-events: auto;
  transition-property: border-color, background-color;
  transition-duration: .3s;
  transition-delay: .35s;
}

.p-aboutRecord .historyProgressBar__sectList .current a {
  border-color: #62B0E2;
  background-color: #62B0E2;
}

.p-aboutRecord .fixedHistoryAnchorList {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 40px;
  width: 100%;
  transform: translateY(100%);
  /* autoprefixer: off */
  transition: transform .4s;
  pointer-events: none;
}

.p-aboutRecord .fixedHistoryAnchorList a {
  pointer-events: auto;
}

.p-aboutRecord .fixedHistoryAnchorList.is-frameIn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-aboutRecord .historyBody__sect {
  padding: 120px 0;
}

.p-aboutRecord .historyBody__sect__container {
  opacity: 0;
  padding-left: calc(230 / 1360 * 100%);
  transform: translateY(30px);
  /* autoprefixer: off */
  transition-property: opacity, transform;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.45, 1);
}

.p-aboutRecord .historyBody__sect__container.is-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-aboutRecord .historyBody__sect__hdg {
  margin-bottom: 23px;
  font-family: 'microsoft yahei';
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-aboutRecord .historyBody__sect--bgGray {
  background-color: #F5F5F5;
}

.p-aboutRecord .historyBody__subSect__hdg {
  position: relative;
  margin: 88px 0 26px;
  padding-left: calc(85 / 1130 * 100%);
  font-family: 'microsoft yahei';
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-aboutRecord .historyBody__subSect__hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  border-top: 1px solid currentColor;
  width: calc(62 / 1130 * 100%);
}

.p-aboutRecord .historyBody__subSect__container {
  display: flex;
}

.p-aboutRecord .historyBody__subSect__body {
  flex-grow: 1;
}

.p-aboutRecord .historyBody__subSect__images {
  margin-left: calc(75 / 1130 * 100%);
  padding-top: 7px;
  width: calc(464 / 1130 * 100%);
  flex-shrink: 0;
}

.p-aboutRecord .historyBody__subSect__images figure + figure {
  margin-top: 30px;
}

.p-aboutRecord .historyBody__subSect__images a {
  display: block;
  position: relative;
  border-bottom: none;
}

.p-aboutRecord .historyBody__subSect__images .imgWrapper > img {
  width: 100%;
  height: auto;
}

.p-aboutRecord .historyBody__subSect__images .imgWrapper + .imgWrapper {
  margin-top: 20px;
}

.p-aboutRecord .historyBody__subSect__images .zoomIcon {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  transition: background-color .2s;
}

.p-aboutRecord .historyBody__subSect__images .zoomIcon > div {
  position: relative;
  margin: 2px;
  flex-grow: 1;
}

.p-aboutRecord .historyBody__subSect__images .zoomIcon img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}

.p-aboutRecord .historyBody__subSect__images .zoomIcon img:nth-child(2) {
  opacity: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.p-aboutRecord .historyBody__subSect__images a .zoomIcon {
  display: flex;
}

.p-aboutRecord .historyBody__subSect__images a:hover .zoomIcon {
  background-color: #62B0E2;
}

.p-aboutRecord .historyBody__subSect__images a:hover .zoomIcon img {
  opacity: 0;
}

.p-aboutRecord .historyBody__subSect__images a:hover .zoomIcon img:nth-child(2) {
  opacity: 1;
}

.p-aboutRecord .historyBody__subSect__images figcaption {
  margin-top: 12px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.p-aboutRecord .historyBody__subSect__images figcaption .title {
  color: #62B0E2;
}

.p-aboutRecord .historyBody__subSect__images figcaption .title:not(:last-child) {
  margin-bottom: 2px;
}

.p-aboutRecord .historyBody__subSect__images .twoCol {
  display: flex;
  align-items: flex-start;
}

.p-aboutRecord .historyBody__subSect__images .twoCol .image {
  margin-right: calc(32 / 464 * 100%);
  width: calc(148 / 464 * 100%);
  flex-shrink: 0;
}

.p-aboutRecord .historyBody__subSect__images .twoCol .imgWrapper + .imgWrapper {
  margin-top: 1px;
}

.p-aboutRecord .historyBody__subSect__images .twoCol .zoomIcon {
  right: 5px;
  bottom: 5px;
}

.p-aboutRecord .historyBody__subSect__images .twoCol figcaption {
  margin-top: 0;
}

.p-aboutRecord .historyBody__subSect__images .twoCol figcaption .title {
  margin-bottom: -1px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width: 750px) {
  .p-aboutRecord .record {
    margin-top: 50px;
  }
  .p-aboutRecord .historyAnchorList {
    margin: -5px 0 0 -5px;
  }
  .p-aboutRecord .historyAnchorList li {
    padding: 5px 0 0 5px;
    width: 50%;
    box-sizing: border-box;
  }
  .p-aboutRecord .historyAnchorList a {
    padding: 9px 20px;
    font-size: 1.2rem;
  }
  .p-aboutRecord .historyAnchorList a::before {
    left: 12px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
  }
  .p-aboutRecord .historyHead:first-child {
    padding-bottom: 30px;
    height: auto;
    min-height: auto;
  }
  .p-aboutRecord .historyHead:first-child .historyHead__body {
    margin-top: 25px;
  }
  .p-aboutRecord .historyHead:not(:first-child) {
    padding: 70px 0;
    height: auto;
    min-height: auto;
    max-height: 600px;
  }
  .p-aboutRecord .historyHead .c-pageHeader {
    background-color: transparent;
  }
  .p-aboutRecord .historyHead .c-pageHeader__parent {
    margin-bottom: 0;
  }
  .p-aboutRecord .historyHead .c-pageHeader__hdg {
    font-size: 2rem;
  }
  .p-aboutRecord .historyHead__body .head {
    margin-bottom: 22px;
  }
  .p-aboutRecord .historyHead__body .hdg {
    font-size: 2.25rem;
  }
  .p-aboutRecord .historyHead__body .desc {
    margin-top: 28px;
    line-height: 1.8;
  }
  .p-aboutRecord .historyHead__body .historyAnchorListArea {
    margin-top: 25px;
  }
  .p-aboutRecord .historyHead__bgImage::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-aboutRecord .fixedHistoryAnchorList {
    padding: 0 5.33333vw 20px;
    box-sizing: border-box;
  }
  .p-aboutRecord .historyBody__sect {
    padding: 52px 0;
  }
  .p-aboutRecord .historyBody__sect__container {
    padding-left: 0;
  }
  .p-aboutRecord .historyBody__sect__hdg {
    margin-bottom: 7px;
    font-size: 2.25rem;
  }
  .p-aboutRecord .historyBody__subSect__hdg {
    margin: 50px 0 19px;
    padding-left: 0;
    font-size: 1.9rem;
  }
  .p-aboutRecord .historyBody__subSect__hdg::before {
    content: none;
  }
  .p-aboutRecord .historyBody__subSect__container {
    display: block;
  }
  .p-aboutRecord .historyBody__subSect__images {
    margin: 58px 0 0;
    padding-top: 0;
    width: auto;
  }
  .p-aboutRecord .historyBody__subSect__images a {
    pointer-events: none;
  }
  .p-aboutRecord .historyBody__subSect__images .imgWrapper + .imgWrapper {
    margin-top: 12px;
  }
  .p-aboutRecord .historyBody__subSect__images .zoomIcon {
    display: none !important;
  }
  .p-aboutRecord .historyBody__subSect__images figcaption {
    margin-top: 10px !important;
    line-height: 1.5;
  }
  .p-aboutRecord .historyBody__subSect__images figcaption .title {
    font-weight: bold;
  }
  .p-aboutRecord .historyBody__subSect__images figcaption .title:not(:last-child) {
    margin-bottom: 5px;
  }
  .p-aboutRecord .historyBody__subSect__images .twoCol {
    display: block;
  }
  .p-aboutRecord .historyBody__subSect__images .twoCol .image {
    margin-right: 0;
    width: auto;
  }
  .p-aboutRecord .historyBody__subSect__images .twoCol figcaption .title {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 350px) {
  .p-aboutRecord .historyHead:not(:first-child) {
    height: auto;
    max-height: none;
  }
}

/* 5.4 */
.p-aboutPublicationList__listArea .publication__hdg {
  margin-bottom: 25px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  letter-spacing: 1px;
}

.p-aboutPublicationList__listArea .publication__list {
  margin: -40px 0 0 -2.353%;
  font-size: 0;
}

.p-aboutPublicationList__listArea .publication__list__item {
  display: inline-block;
  padding: 40px 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}

.p-aboutPublicationList__listArea .publication__list__item::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1000px) {
  .p-aboutPublicationList__listArea .publication__list__item {
    width: 50%;
  }
}

.p-aboutPublicationList__listArea .publication__list__item__image {
  float: left;
  width: 33.333%;
}

.p-aboutPublicationList__listArea .publication__list__item__image img {
  width: 100%;
}

.p-aboutPublicationList__listArea .publication__list__item__body {
  float: right;
  padding-left: 14px;
  width: 66.666%;
  box-sizing: border-box;
}

.p-aboutPublicationList__listArea .publication__list__item__title {
  margin-top: -.1em;
  font-family: 'microsoft yahei';
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.p-aboutPublicationList__listArea .publication__list__item__subTitle {
  margin-top: 10px;
  color: #888;
  font-size: 1.33846rem;
  letter-spacing: .5px;
}

.p-aboutPublicationList__listArea .publication__list__item__link {
  margin-top: 24px;
}

.p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn__text {
  font-size: 1.56154rem;
}

@media screen and (max-width: 1000px) {
  .p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn__text {
    white-space: nowrap;
  }
}

.p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn:not([href$=".pdf"]) .m-linkBtn__text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/icon_book.png) no-repeat;
  background-size: 20px;
  vertical-align: -2px;
}

.p-aboutPublicationList__listArea .publication__archiveLink {
  margin-top: 40px;
  text-align: right;
}

.p-aboutPublicationList__listArea .publication ~ .publication {
  margin-top: 108px;
}

@media screen and (max-width: 750px) {
  .p-aboutPublicationList__listArea {
    margin-top: 50px;
  }
  .p-aboutPublicationList__listArea .publication__hdg {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .p-aboutPublicationList__listArea .publication__list {
    margin: 0;
  }
  .p-aboutPublicationList__listArea .publication__list__item {
    display: block;
    padding: 0;
    width: auto;
  }
  .p-aboutPublicationList__listArea .publication__list__item__image {
    width: 41%;
  }
  .p-aboutPublicationList__listArea .publication__list__item__body {
    width: 59%;
  }
  .p-aboutPublicationList__listArea .publication__list__item__link {
    margin-top: 14px;
  }
  .p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn__text {
    padding-top: 2px !important;
    font-size: 1.33846rem;
  }
  .p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn__text small {
    font-size: 1rem;
  }
  .p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn:not([href$=".pdf"]) .m-linkBtn__text::after {
    vertical-align: -3px;
  }
  .p-aboutPublicationList__listArea .publication__list__item ~ .publication__list__item {
    margin-top: 28px;
  }
  .p-aboutPublicationList__listArea .publication__archiveLink {
    margin-top: 30px;
  }
  .p-aboutPublicationList__listArea .publication ~ .publication {
    margin-top: 30px;
    border-top: 1px solid #DDD;
    padding-top: 48px;
  }
}

/* 6.0 */
.p-newsTop__refineArea {
  margin: 10px 0 118px;
}

.p-newsTop__refineArea .refineList > li ~ li {
  margin-top: 12px;
}

.p-newsTop__refineArea .refineList .m-spAccordionBox__hdg {
  padding-top: 2px;
}

.p-newsTop__refineArea .refineList .m-spAccordionBox .m-tag {
  font-size: 1.33846rem;
}

.p-newsTop__refineArea .m-tagList .m-tag {
  text-align: center;
}

.p-newsTop__listArea {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .p-newsTop__refineArea {
    margin: 40px 0 50px;
  }
  .p-newsTop__listArea {
    margin-bottom: 54px;
  }
}

/* 6.1 */
.p-newsDet__header {
  margin: 70px 0 100px;
}

.p-newsDet__header__meta {
  margin-bottom: 5px;
}

.p-newsDet__header__cat, .p-newsDet__header__date {
  display: inline;
  font-family: 'microsoft yahei';
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.p-newsDet__header__cat {
  margin-right: 15px;
  color: #888;
}

.p-newsDet__header__cat a {
  border-bottom: none;
  color: inherit;
}

.p-newsDet__header__cat a:hover {
  color: #62B0E2;
}

.p-newsDet__header__date {
  color: #CCC;
}

.p-newsDet__header__hdg {
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}

.p-newsDet__header__hdg--en {
  font-size: 4.01538rem;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .p-newsDet__header {
    margin: 0;
    padding: 36px 0;
    background-color: #F1F1F1;
  }
  .p-newsDet__header__meta {
    margin-bottom: 7px;
  }
  .p-newsDet__header__cat, .p-newsDet__header__date {
    font-size: 1.33846rem;
  }
  .p-newsDet__header__cat {
    margin-right: 6px;
  }
  .p-newsDet__header__hdg {
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-newsDet__header__hdg--en {
    font-size: 2.23077rem;
  }
}

/* 0.0 */
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeSlideIn02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeSlideIn02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeSlideIn03 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeSlideIn03 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.p-top__lead {
  min-height: 500px;
  height: 100vh;
}

.p-top__lead .m-container {
  position: relative;
  height: 100%;
}

.p-top__lead__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top__lead__inner__logo, .p-top__lead__inner__sub, .p-top__lead__inner__text {
  opacity: 0;
  transition: all 1.3s ease;
}

.p-top__lead__inner__logo.is-animated, .p-top__lead__inner__sub.is-animated, .p-top__lead__inner__text.is-animated {
  opacity: 1;
}

.p-top__lead__inner__logo, .p-top__lead__inner__sub {
  margin: auto;
  transition-delay: .6s;
}

.p-top__lead__inner__logo {
  width: 432px;
  margin-bottom: 45px;
}

.p-top__lead__inner__sub {
  width: 133px;
  margin-bottom: 40px;
}

.p-top__lead__inner__text {
  text-align: center;
  color: #62B0E2;
  font-family: 'microsoft yahei';
  font-size: 2rem;
  letter-spacing: 1px;
  transition-delay: 1.3s;
}

.p-top__lead__inner img {
  width: 100%;
  height: auto;
}

.p-top__lead .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #62b0e2;
  opacity: 0;
  transition: all, 0.6s 1.3s ease;
}

.p-top__lead .m-scrollDown.is-animated {
  opacity: 1.0;
}

.p-top__lead .m-scrollDown__bar:before {
  background-color: #62b0e2;
}

.p-top__news .c-newsList__item__meta:after {
  display: none;
}

@media screen and (max-width: 750px) {
  .p-top__lead {
    min-height: 200px;
    height: 320px;
  }
  .p-top__lead__inner__logo {
    width: 190px;
    margin-bottom: 20px;
  }
  .p-top__lead__inner__sub {
    width: 70px;
    margin-bottom: 20px;
  }
  .p-top__lead__inner__text {
    font-size: 1.1rem;
    letter-spacing: .5px;
  }
  .p-top__lead__inner img {
    width: 67% !important;
    height: auto;
    padding-left: 32px;
  }
  .p-top__lead__inner span{padding:0 !important;display:flex}
  .p-top__lead__inner #sanjiao_1{width: 36px !important;display:none;}
  .p-top__lead__inner #sanjiao_2{width: 27px !important;display:block;}
  .p-top__lead__inner #sanjiao_2{
      position: relative;
      z-index: 9;
      width: auto;
      margin-left: -22px !important;
  }
  .p-top__lead .m-scrollDown {
    display: none;
  }
  .p-top__news .c-relatedArticles__hdg:before {
    margin-left: 8px;
    width: 110px;
  }
  .p-top__news .c-newsList__item {
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
  }
  .p-top__news .c-newsList__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-top__news .c-newsList__item .wrapper {
    display: block;
    justify-content: space-between;
    overflow: hidden;
  }
  .p-top__news .c-newsList__item__meta {
    margin-top: -3px;
  }
  .p-top__news .c-newsList__item__image {
    width: 100%;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
    float: left;
    width: 47%;
  }
  .p-top__news .c-newsList__item__cat, .p-top__news .c-newsList__item__date {
    font-size: 12px;
  }
  .p-top__news .c-newsList__item__cat {
    margin-right: 8px;
    letter-spacing: normal;
  }
  .p-top__news .c-newsList__item__date {
    letter-spacing: .5px;
  }
  .p-top__news .c-newsList__item__title {
    margin-top: 8px;
    font-size: 1.3rem;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
  }
  .p-top__news .c-newsList__item .inner {
    width: 47%;
    margin-top:15px;
    height: auto;
    float: right;
  }
}

#load-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 10000;
  transition: all, 1.0s ease;
}

#load-animation.is-compleate {
  opacity: 0;
}

#load-animation .load {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#load-animation .logo {
  overflow: hidden;
}

#load-animation .logo.is-animate img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#load-animation .logo img {
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  transition: all, 1.0s 1.0s ease;
}

#load-animation .bar {
  width: 0;
  height: 2px;
  margin-top: 10px;
  background-color: #eeeeee;
  transition: all, 1.0s ease;
}

#load-animation .bar.is-animate {
  width: 100%;
}

#load-animation .bar span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #2B4ACB;
}

#load-animation.is-bar .bar {
  width: 100%;
}

#load-animation.is-compleate {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  #load-animation .load {
    width: 30%;
  }
}

.canvas-slider {
  position: relative;
  min-height: 500px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

.canvas-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 60%, transparent 100%);
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.canvas-slider .m-container {
  position: relative;
  height: 100%;
}

.canvas-slider .slider-set {
  opacity: 0;
}

.canvas-slider a {
  color: #FFF;
}

.canvas-slider a.no-link {
  cursor: none;
  pointer-events: none;
}

.canvas-slider a.no-link:hover {
  color: #FFF;
}



.canvas-slider .mv,
.canvas-slider .hdg,
.canvas-slider .place {
  position: absolute;
  left: 0;
}

.canvas-slider .mv {
  top: 0;
  z-index: -1;
}

.canvas-slider .hdg {
  bottom: 150px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  letter-spacing: 1.5px;
}

.canvas-slider .place {
  bottom: 105px;
  font-family: 'microsoft yahei';
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.canvas-slider .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.canvas-slider .nav {
  position: absolute;
  bottom: 82px;
  right: -9px;
}

.canvas-slider .nav .pager {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
}

.canvas-slider .nav .pager li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 2px;
  margin-left: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: top;
  transition: all, 0.5s ease;
}

.canvas-slider .nav .pager li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  transition-timing-function: linear;
  transition-property: width;
  transition-duration: 6500ms;
}

.canvas-slider .nav .pager li.start, .canvas-slider .nav .pager li.current {
  width: 64px;
}

.canvas-slider .nav .pager li.reset span {
  width: 0;
  transition-duration: 0ms !important;
}

.canvas-slider .nav .pager li.current span {
  width: 100%;
  opacity: 1.0;
}

.canvas-slider .nav .arrow {
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}

.canvas-slider .nav .arrow li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.canvas-slider .nav .arrow li:hover:before {
  opacity: 1.0;
}

.canvas-slider .nav .arrow li:nth-of-type(1):after {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
}

.canvas-slider .nav .arrow li:nth-of-type(2) {
  margin-left: 5px;
}

.canvas-slider .nav .arrow li:nth-of-type(2):after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.canvas-slider .nav .arrow li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2B4ACB;
  border-radius: 50%;
  opacity: 0;
  transition: all, 0.3s ease;
}

.canvas-slider .nav .arrow li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .canvas-slider {
    min-height: 300px;
  }
  .canvas-slider canvas {
    width: 100%;
    height: 100%;
  }
  .canvas-slider .hdg,
  .canvas-slider .place {
    left: 5.33333vw;
    right: 5.33333vw;
  }
  .canvas-slider .hdg {
    bottom: 65px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .canvas-slider .place {
    bottom: 37px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .5px;
  }
  .canvas-slider .m-scrollDown {
    display: none;
  }
  .canvas-slider .nav {
    bottom: 15px;
    right: auto;
    left: 5.33333vw;
    width: calc(100% - 10.66667vw);
  }
  .canvas-slider .nav .pager {
    width: 100%;
    text-align: center;
  }
  .canvas-slider .nav .pager li {
    width: calc(10% - 2px);
    margin: 0 2px;
  }
  .canvas-slider .nav .pager li.start, .canvas-slider .nav .pager li.current {
    width: calc(20% - 2px);
  }
  .canvas-slider .nav .arrow {
    display: none;
  }
}

.tab-accordion-slide {
  position: relative;
  background-color: #F1F1F1;
}

.tab-accordion-slide::after {
  content: "";
  display: block;
  clear: both;
}

.tab-accordion-slide__list {
  float: left;
  width: 37%;
  padding: 100px 120px 117px;
  box-sizing: border-box;
}

.tab-accordion-slide__list.mini {
  padding: 45px 70px 0;
}

.tab-accordion-slide__list.mini .hdg {
  margin-bottom: 60px;
}

.tab-accordion-slide__list.mini .tab-accordion-slide__list__list li {
  margin-bottom: 20px;
}

.tab-accordion-slide__list .hdg {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  color: #62B0E2;
  font-size: 2.00769rem;
  letter-spacing: 1.5px;
}

.tab-accordion-slide__list .hdg::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 10px;
  width: 96px;
  height: 1px;
  background-color: #62B0E2;
}

.tab-accordion-slide__list__list li {
  margin-bottom: 25px;
  color: #888;
  font-family: 'microsoft yahei';
  font-size: 2rem;
  letter-spacing: .5px;
  line-height: 1.2;
  cursor: pointer;
}

.tab-accordion-slide__list__list li span {
  display: inline-block;
  position: relative;
}

.tab-accordion-slide__list__list li span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: all, 0.3s ease;
}

.tab-accordion-slide__list__list li:last-child {
  margin-bottom: 0;
}

.tab-accordion-slide__list__list li:hover span, .tab-accordion-slide__list__list li.current span {
  color: #62b0e2;
}

.tab-accordion-slide__list__list li:hover span:before, .tab-accordion-slide__list__list li.current span:before {
  width: 100%;
}

.tab-accordion-slide__contents {
  float: right;
  width: 63%;
  background-color: #CCC;
  color: #FFF;
}

.tab-accordion-slide__contents .slick-slide {
  border: none !important;
}

.tab-accordion-slide__contents__accordion {
  position: relative;
  padding: 88px 130px 88px 167px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-accordion-slide__contents__accordion.mini {
  padding: 30px 70px 0 87px;
}

.tab-accordion-slide__contents__accordion.mini .accordion-text p {
  margin-top: 30px;
  line-height: 1.5;
}

.tab-accordion-slide__contents__accordion.mini .accordion-text p:first-child {
  margin-top: 30px;
}

.tab-accordion-slide__contents__accordion:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.tab-accordion-slide__contents__accordion .accordion-title, .tab-accordion-slide__contents__accordion .accordion-text {
  position: relative;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  z-index: 100;
}

.tab-accordion-slide__contents__accordion.slick-current .accordion-title, .tab-accordion-slide__contents__accordion.slick-current .accordion-text {
  -webkit-animation-name: fadeSlideIn03;
  animation-name: fadeSlideIn03;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.tab-accordion-slide__contents__accordion .accordion-title {
  opacity: 0;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  letter-spacing: 2px;
}

.tab-accordion-slide__contents__accordion .accordion-text {
  opacity: 0;
}

.tab-accordion-slide__contents__accordion .accordion-text p {
  margin-top: 30px;
  font-family: source-han-serif-sc, serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 2;
}

.tab-accordion-slide__contents__accordion .accordion-text p:first-child {
  margin-top: 40px;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail {
  margin-top: 60px !important;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail .m-linkBtn__text {
  font-family: 'microsoft yahei';
  font-size: 1.45rem;
  line-height: 1.5;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail .m-linkBtn:hover {
  color: #2B4ACB;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail .m-linkBtn:hover .m-linkIcon {
  border-color: #2B4ACB;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail .m-linkBtn:hover .m-linkIcon:before {
  border-color: #2B4ACB;
}

@media screen and (max-width: 1000px) {
  .tab-accordion-slide {
    display: block;
  }
  .tab-accordion-slide__list {
    display: none;
  }
  .tab-accordion-slide__contents {
    width: 100%;
    height: auto !important;
  }
  .tab-accordion-slide__contents__accordion {
    display: block;
    height: auto !important;
    padding: 0;
    background-size: cover;
  }
  .tab-accordion-slide__contents__accordion.current {
    display: block;
  }
  .tab-accordion-slide__contents__accordion.current .accordion-title {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .tab-accordion-slide__contents__accordion.current .accordion-text {
    padding: 0 5.33333vw 51px;
  }
  .tab-accordion-slide__contents__accordion:nth-of-type(odd) {
    background-color: #DDD;
  }
  .tab-accordion-slide__contents__accordion .accordion-title, .tab-accordion-slide__contents__accordion .accordion-text {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .tab-accordion-slide__contents__accordion .accordion-title {
    cursor: pointer;
    position: relative;
    padding: 24px 5.33333vw 21.3px;
    opacity: 1;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .5px;
    -webkit-animation-name: none;
    animation-name: none;
  }
  .tab-accordion-slide__contents__accordion .accordion-title span {
    position: absolute;
    display: block;
    top: 50%;
    right: 16px;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    border: 1px solid #FFF;
    border-radius: 50%;
  }
  .tab-accordion-slide__contents__accordion .accordion-title span:before {
    content: "";
    display: inline-block;
    position: absolute;
  }
  .tab-accordion-slide__contents__accordion .accordion-title span:before {
    top: 50%;
    right: 50%;
    width: 3px;
    height: 3px;
    margin-top: -2.5px;
    margin-right: -2px;
    display: inline-block;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .tab-accordion-slide__contents__accordion .accordion-title.open span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .tab-accordion-slide__contents__accordion .accordion-text {
    display: none;
    opacity: 1.0 !important;
  }
  .tab-accordion-slide__contents__accordion .accordion-text p {
    margin-top: 17px;
    font-size: 1.5rem;
    opacity: 1;
  }
  .tab-accordion-slide__contents__accordion .accordion-text p:first-child {
    margin-top: 0;
  }
  .tab-accordion-slide__contents__accordion .accordion-text .detail {
    margin-top: 18px !important;
  }
  .tab-accordion-slide__contents__accordion .accordion-text .detail a {
    font-size: 1.11538rem;
  }
}

.middle-slider {
  position: relative;
  margin-bottom: 140px;
}

.middle-slider .visual-area {
  position: relative;
  margin-bottom: -185px;
  z-index: 100;
}

.middle-slider .visual-area .slide {
  position: relative;
}

.middle-slider .visual-area .image img {
  width: 100%;
  height: auto;
}

.middle-slider .visual-area .image img.is-sp {
  display: none;
}

.middle-slider .visual-area .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.middle-slider .visual-area .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 60%, transparent 100%);
}

.middle-slider .visual-area .m-container {
  position: relative;
  height: 100%;
  color: #FFF;
}

.middle-slider .visual-area .text-area {
  position: absolute;
  left: 0;
  bottom: 285px;
}

.middle-slider .visual-area .sub {
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
  font-size: 2.00769rem;
  letter-spacing: 1.5px;
}

.middle-slider .visual-area .sub::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 10px;
  width: 96px;
  height: 1px;
  background-color: currentColor;
}

.middle-slider .visual-area .hdg {
  margin-bottom: 20px;
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  letter-spacing: 2px;
}

.middle-slider .visual-area .place {
  margin-bottom: 55px;
  font-family: 'microsoft yahei';
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.middle-slider .visual-area .detail .m-linkBtn__text {
  font-family: 'microsoft yahei';
  font-size: 1.45rem;
}

.middle-slider .visual-area .detail .m-linkBtn:hover {
  color: #62B0E2;
}

.middle-slider .visual-area .detail .m-linkBtn:hover .m-linkIcon {
  border-color: #62B0E2;
}

.middle-slider .visual-area .detail .m-linkBtn:hover .m-linkIcon:before {
  border-color: #62B0E2;
}

.middle-slider .visual-area .nav {
  position: absolute;
  width: 100%;
  bottom: 300px;
  text-align: right;
}

.middle-slider .visual-area .nav .m-container {
  height: 0;
}

.middle-slider .visual-area .nav .pager {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
}

.middle-slider .visual-area .nav .pager li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 2px;
  margin-left: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: top;
  transition: all, 0.5s ease;
}

.middle-slider .visual-area .nav .pager li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  transition-timing-function: linear;
  transition-property: width;
}

.middle-slider .visual-area .nav .pager li.start, .middle-slider .visual-area .nav .pager li.current {
  width: 82px;
}

.middle-slider .visual-area .nav .pager li.reset span {
  width: 0;
  transition-duration: 0ms !important;
}

.middle-slider .visual-area .nav .pager li.current span {
  width: 100%;
  opacity: 1.0;
}

.middle-slider .visual-area .nav .arrow {
  display: inline-block;
  margin-right: 12px;
}

.middle-slider .visual-area .nav .arrow li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.middle-slider .visual-area .nav .arrow li:hover:before {
  opacity: 1.0;
}

.middle-slider .visual-area .nav .arrow li:nth-of-type(1):after {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.middle-slider .visual-area .nav .arrow li:nth-of-type(2) {
  margin-left: 5px;
}

.middle-slider .visual-area .nav .arrow li:nth-of-type(2):after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.middle-slider .visual-area .nav .arrow li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2B4ACB;
  border-radius: 50%;
  opacity: 0;
  transition: all, 0.3s ease;
}

.middle-slider .visual-area .nav .arrow li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  margin-left: -3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.middle-slider .related-area {
  position: relative;
  z-index: 100;
}

.middle-slider .related-area .related-list {
  display: none;
  opacity: 0;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.middle-slider .related-area .related-list.after-change {
  -webkit-animation-name: fadeSlideIn;
  animation-name: fadeSlideIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.middle-slider .related-area .related-list.current {
  display: block;
}

.middle-slider .related-area a {
  display: flex;
  background-color: #FFF;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.middle-slider .related-area a:hover .m-linkBtn .m-linkBtn__icon {
  width: 100%;
}

.middle-slider .related-area a:hover .m-linkBtn .m-linkBtn__icon::before {
  left: 12px;
}

.middle-slider .related-area a:hover .m-linkBtn .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.middle-slider .related-area a:hover .thumbnail-area:before {
  opacity: 1;
}

.middle-slider .related-area a .text-area {
  width: 50%;
  padding: 50px 80px 72px;
  box-sizing: border-box;
}

.middle-slider .related-area a .text-area .sub {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
 color: #2B4ACB;
  font-size: 2.00769rem;
  letter-spacing: 1.5px;
}

.middle-slider .related-area a .text-area .sub::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 10px;
  width: 80px;
  height: 1px;
  background-color: currentColor;
}

.middle-slider .related-area a .text-area .hdg {
  margin-bottom: 18px;
  color: #000;

  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.339285714;
}

.middle-slider .related-area a .text-area .text {
  color: #000;

  font-size: 1.7rem;
  letter-spacing: 1px;
}
'microsoft yahei'
.middle-slider .related-area a .text-area .detail {
  margin-top: 52px;
}

.middle-slider .related-area a .text-area .detail .m-linkBtn__text {
  font-family: 'microsoft yahei';
  font-size: 1.45rem;
}

.middle-slider .related-area a .thumbnail-area {
  position: relative;
  width: 50%;
  background-size: cover;
}

.middle-slider .related-area a .thumbnail-area:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(98, 176, 226, 0.4);
  transition: opacity .2s;
}

@media screen and (max-width: 750px) {
  .middle-slider {
    margin-top: 20px;
    margin-bottom: 49px;
  }
  .middle-slider .visual-area {
    margin-bottom: -36px;
  }
  .middle-slider .visual-area .slide {
    overflow: hidden;
  }
  .middle-slider .visual-area .image {
    padding-top: 100%;
    background-position: 50%;
    background-size: cover;
  }
  .middle-slider .visual-area .image img.is-sp {
    display: block;
  }
  .middle-slider .visual-area .image img.is-pc {
    display: none;
  }
  .middle-slider .visual-area .text-area {
    bottom: 0;
    left: 5.33333vw;
    right: 5.33333vw;
    height: 100%;
  }
  .middle-slider .visual-area .box {
    position: absolute;
    bottom: 74px;
  }
  .middle-slider .visual-area .sub {
    position: absolute;
    top: 35px;
    left: 0;
    font-size: 1.33846rem;
    font-weight: 500;
    letter-spacing: .5px;
  }
  .middle-slider .visual-area .sub:before {
    margin-left: 8px;
    width: 86.5px;
  }
  .middle-slider .visual-area .hdg {
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .middle-slider .visual-area .place {
    margin-bottom: 16px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .5px;
  }
  .middle-slider .visual-area .detail .m-linkBtn__text {
    font-size: 1.33846rem;
  }
  .middle-slider .visual-area .nav {
    bottom: 62px;
    right: auto;
    width: 100%;
  }
  .middle-slider .visual-area .nav .pager {
    width: 100%;
  }
  .middle-slider .visual-area .nav .pager li {
    width: calc(20% - 2px);
  }
  .middle-slider .visual-area .nav .pager li.start, .middle-slider .visual-area .nav .pager li.current {
    width: calc(40% - 2px);
  }
  .middle-slider .visual-area .nav .arrow {
    display: none;
  }
  .middle-slider .related-area a {
    flex-direction: column;
  }
  .middle-slider .related-area a:hover .m-linkBtn .m-linkBtn__icon::before {
    left: 7px;
  }
  .middle-slider .related-area a .text-area {
    order: 1;
    width: 100%;
    padding: 24px 5.33333vw 30px;
  }
  .middle-slider .related-area a .text-area .sub {
    margin-bottom: 9px;
    font-size: 1.33846rem;
    font-weight: 500;
    letter-spacing: normal;
  }
  .middle-slider .related-area a .text-area .sub:before {
    display: none;
  }
  .middle-slider .related-area a .text-area .hdg {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
  .middle-slider .related-area a .text-area .text {
    font-size: 1.2rem;
  }
  .middle-slider .related-area a .text-area .detail {
    margin-top: 35px;
  }
  .middle-slider .related-area a .text-area .detail .m-linkBtn__text {
    font-size: 1.33846rem;
  }
  .middle-slider .related-area a .thumbnail-area {
    order: 0;
    width: 100%;
    padding-top: 57%;
  }
}

/* 検索結果 */
.p-search {
  margin-bottom: 120px;
}

.p-search .c-pageHeader {
  margin-bottom: -40px;
}

.p-search .c-pageHeader__hdg {
  letter-spacing: 5px;
}

.p-search #ss-main.css3.blue {
  margin: 0;
  width: auto;
  font-family: inherit;
}

.p-search #ss-main.css3.blue #ss-form {
  margin-bottom: 68px;
}

.p-search #ss-main.css3.blue #ss-form .input-area {
  position: relative;
  margin-bottom: 40px;
  max-width: 548px;
}

.p-search #ss-main.css3.blue #ss-form .input-area .ss-search-input {
  padding: 0 50px 0 25px;
  width: 100%;
  height: 40px;
  border-radius: 100px;
  box-shadow: none;
  background-color: #F1F1F1;
  font-size: 1.45rem;
  letter-spacing: .5px;
  outline: none;
}

.p-search #ss-main.css3.blue #ss-form .input-area .ss-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}

.p-search #ss-main.css3.blue #ss-form .input-area .ss-search-btn .fa-search {
  color: #888;
  font-size: 1.35rem;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn {
  padding: 0 15px;
  height: 32px;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn__arrow {
  margin-top: -5px;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn__arrow::before {
  width: 5px;
  height: 5px;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn__text {
  font-size: 1.56154rem;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn.is-active .m-accordionBtn__arrow {
  margin-top: 1px;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .accordion-cont {
  display: none;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .accordion-cont-inner {
  padding-top: 35px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories {
  margin-top: 0;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories::after {
  content: "";
  display: block;
  clear: both;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .hdg {
  float: left;
  width: 135px;
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field {
  color: #888;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"] + label,
.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="radio"] + label {
  margin-right: 20px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"] + label::before,
.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="radio"] + label::before {
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"] + label::before {
  border-radius: 2px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]:checked + label::before {
  background-color: #62B0E2;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]:checked + label::after {
  left: 4px;
  margin-top: -4px;
  border-color: #FFF;
  border-width: 2px;
  width: 8px;
  height: 5px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="radio"] + label::after {
  left: 4px;
  margin-top: -4px;
  background-color: #62B0E2;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories ~ .ss-categories {
  margin-top: 15px;
  border-top: 1px solid #EEE;
  padding-top: 15px;
}

.p-search #ss-main.css3.blue #ss-form .ss-category-field {
  margin: 0;
  overflow: hidden;
}

.p-search #ss-main.css3.blue #ss-navi {
  margin-bottom: 32px;
  border: none;
  padding: 0;
  background-color: transparent;
  color: #888;
  font-family: source-han-serif-sc, serif;
  font-size: 1.4rem;
}

.p-search #ss-main.css3.blue #ss-navi #ss-show-counts {
  padding-left: 0;
}

.p-search #ss-main.css3.blue #ss-navi #ss-show-counts .hdg {
  display: inline-block;
}

.p-search #ss-main.css3.blue #ss-navi #ss-show-counts .start {
  padding-left: .5em;
}

.p-search #ss-main.css3.blue #ss-navi #ss-show-counts .end {
  padding-right: .5em;
}

.p-search #ss-main.css3.blue #ss-navi #ss-total-hits {
  padding-left: .5em;
}

.p-search #ss-main.css3.blue #ss-result {
  padding-left: 0;
}

.p-search #ss-main.css3.blue #ss-result a {
  border-bottom: none;
}

.p-search #ss-main.css3.blue #ss-result .ss-item {
  margin-bottom: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-item::after {
  content: "";
  display: block;
  clear: both;
}

.p-search #ss-main.css3.blue #ss-result .ss-item ~ .ss-item {
  margin-top: 40px;
}

.p-search #ss-main.css3.blue #ss-result .ss-image {
  margin-right: 15px;
  width: auto;
}

.p-search #ss-main.css3.blue #ss-result .ss-image img {
  width: 194px;
  box-sizing: border-box;
}

.p-search #ss-main.css3.blue #ss-result .ss-page {
  float: none;
  margin: 0;
  padding-top: 0;
  width: auto;
  overflow: hidden;
}

.p-search #ss-main.css3.blue #ss-result .ss-page .ss-last-modified {
  display: inline-block;
  margin: 0 0 10px;
  vertical-align: top;
  color: #888;
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.p-search #ss-main.css3.blue #ss-result .ss-page .ss-last-modified .date {
  padding-left: 5px;
  letter-spacing: 1px;
}

.p-search #ss-main.css3.blue #ss-result .ss-page .ss-title {
  margin-bottom: 10px;
  font-family: 'microsoft yahei';
}

.p-search #ss-main.css3.blue #ss-result .ss-page .ss-summary {
  color: #888;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination {
  top: auto;
  margin: 55px 0 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination span {
  margin: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination > span {
  color: #62B0E2;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next {
  position: absolute;
  top: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev .text,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next .text {
  vertical-align: middle;
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev:hover .m-linkIcon,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next:hover .m-linkIcon {
  background-color: #62B0E2;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev:hover .m-linkIcon::before,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next:hover .m-linkIcon::before {
  border-color: #FFF;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev {
  left: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev .m-linkIcon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev .text {
  padding-left: 8px;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next {
  right: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next .text {
  padding-right: 8px;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #62B0E2;
  padding: 0;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 32px;
  transition-property: background-color, color;
  transition-duration: .2s;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page:hover, .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page.ss-select-page {
  background-color: #62B0E2;
  color: #FFF;
}

.p-search #ss-main.css3.blue #ss-result #ss-not-found {
  margin: 60px 0 0;
}

.p-search #ss-main.css3.blue #ss-result #ss-not-found .hdg {
  margin-bottom: 20px;
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

.p-search #ss-main.css3.blue #ss-result #ss-not-found .desc {
  font-family: source-han-serif-sc, serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .p-search {
    margin-bottom: 0;
  }
  .p-search .c-pageHeader {
    margin-bottom: 0;
  }
  .p-search .c-pageHeader__hdg {
    letter-spacing: 1px;
  }
  .p-search #ss-main.css3.blue {
    margin: 20px 0 0;
  }
  .p-search #ss-main.css3.blue #ss-form {
    margin-bottom: 30px;
  }
  .p-search #ss-main.css3.blue #ss-form .input-area {
    margin-bottom: 20px;
    max-width: none;
  }
  .p-search #ss-main.css3.blue #ss-form .input-area .ss-search-input {
    padding: 0 60px 0 25px;
    height: 50px;
  }
  .p-search #ss-main.css3.blue #ss-form .input-area .ss-search-btn {
    width: 50px;
  }
  .p-search #ss-main.css3.blue #ss-form .refine-area {
    text-align: right;
  }
  .p-search #ss-main.css3.blue #ss-form .refine-area .accordion-cont {
    text-align: left;
  }
  .p-search #ss-main.css3.blue #ss-form .refine-area .accordion-cont-inner {
    padding-top: 8px;
  }
  .p-search #ss-main.css3.blue #ss-form .ss-categories .hdg {
    float: none;
    margin-bottom: 8px;
    width: auto;
  }
  .p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field {
    margin-top: -4px;
  }
  .p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"] + label,
  .p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="radio"] + label {
    margin-top: 4px;
    font-size: 1.56154rem;
  }
  .p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
  }
  .p-search #ss-main.css3.blue #ss-form .ss-categories ~ .ss-categories {
    margin-top: 24px;
    padding-top: 24px;
  }
  .p-search #ss-main.css3.blue #ss-navi {
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .p-search #ss-main.css3.blue #ss-navi #ss-show-counts {
    display: inline;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-item ~ .ss-item {
    margin-top: 46px;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-image {
    display: block;
    float: none;
    margin: 0 0 9px;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-image img {
    width: 100%;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-page {
    border: none;
    padding: 0;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-page .ss-last-modified {
    margin: 0 0 8px;
    font-size: 1.33846rem;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-page .ss-summary {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-pagination {
    margin: 55px -5.33333vw 85px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 20px 0;
    background-color: #F1F1F1;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev,
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next {
    top: 100%;
    margin-top: 20px;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev .text,
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next .text {
    font-size: 1.33846rem;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev {
    left: auto;
    right: 50%;
    margin-right: 20px;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next {
    left: 50%;
    right: auto;
    margin-left: 20px;
  }
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page {
    margin: 0 8px;
    width: 40px;
    height: 40px;
    font-size: 1.56154rem;
    line-height: 40px;
  }
  .p-search #ss-main.css3.blue #ss-result #ss-not-found {
    margin: 25px 0 50px;
  }
  .p-search #ss-main.css3.blue #ss-result #ss-not-found .hdg {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .p-search #ss-main.css3.blue #ss-result #ss-not-found .desc {
    font-size: 1.5rem;
  }
}

/* 404 */
.p-404 {
  margin: 120px 0;
}

.p-404__contArea {
  position: relative;
}

.p-404__contArea__cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-404__contArea__cont header {
  margin-bottom: 7.477678571%;
}

.p-404__contArea__cont header .hdg {
  margin-top: -.15em;
  font-family: 'microsoft yahei';
  font-size: 4.8rem;
  letter-spacing: 2px;
  line-height: 1.35;
}

@media screen and (max-width: 900px) {
  .p-404__contArea__cont header .hdg {
    font-size: 4.6rem;
  }
}

.p-404__contArea__cont .leadArea .text,
.p-404__contArea__cont .leadArea .searchArea {
  max-width: 553px;
}

.p-404__contArea__cont .leadArea .text {
  font-family: source-han-serif-sc, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-404__contArea__cont .leadArea .searchArea {
  position: relative;
  margin-top: 8.370535714%;
}

.p-404__contArea__cont .leadArea .searchArea__input {
  border: none;
  padding: 0 70px 0 25px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #EEE;
  font-family: source-han-serif-sc, serif;
  font-size: 1.45rem;
  letter-spacing: .5px;
  outline: none;
}

.p-404__contArea__cont .leadArea .searchArea__input::-ms-clear {
  display: none;
}

.p-404__contArea__cont .leadArea .searchArea__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
}

.p-404__contArea__cont .leadArea .searchArea__btn .fa-search {
  position: relative;
  color: #888;
  font-size: 1.4rem;
  transition: color .2s;
}

.p-404__contArea__cont .leadArea .searchArea__btn:hover .fa-search {
  color: #62B0E2;
}

.p-404__contArea__cont .backLink {
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-404__contArea__bg {
  display: block;
  padding-top: 61.878144215%;
  background: url(../images/img_404.png);
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .p-404 {
    margin: 32px 0 75px;
  }
  .p-404__contArea__cont {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
  }
  .p-404__contArea__cont header .hdg {
    margin-top: 0;
    font-size: 3rem;
    letter-spacing: 1.5px;
    line-height: 1.65;
  }
  .p-404__contArea__cont .leadArea .text {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .p-404__contArea__cont .leadArea .searchArea {
    margin-top: 13.134328358%;
  }
  .p-404__contArea__cont .leadArea .searchArea__input {
    height: 50px;
  }
  .p-404__contArea__cont .backLink {
    position: static;
    margin-top: 28px;
  }
  .p-404__contArea__bg {
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

/**
 * Other
 */
.cookieConfirm {
  display: none;
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  padding: 18px 0;
  width: 100%;
  background-color: #E7E7E6;
}

html.wf-active .cookieConfirm {
  visibility: visible;
}

.cookieConfirm__msg {
  font-family: source-han-serif-sc, serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .5px;
}

.cookieConfirm__msg a {
  border-bottom-color: #000;
  color: inherit;
}

.cookieConfirm__msg button {
  padding: 5px;
  vertical-align: middle;
  line-height: 0;
}

.cookieConfirm__msg button > span {
  display: inline-block;
  position: relative;
  border: 1px solid #888;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
}

.cookieConfirm__msg button > span span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  width: 5px;
  height: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

@media screen and (max-width: 750px) {
  .cookieConfirm {
    padding: 15px 0 16px;
    background-color: rgba(245, 245, 245, 0.9);
  }
  .cookieConfirm__msg {
    padding-right: 70px;
  }
  .cookieConfirm__msg button {
    position: absolute;
    right: 5.33333vw;
    top: 50%;
    margin-top: -13px;
  }
}

@media screen and (max-width: 750px) {
  #ss-preview {
    display: none !important;
  }
}

/**
 * Utility
 */
.u-textAlignC {
  text-align: center;
}

.u-textAlignR {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .u-pcOnly {
    display: none;
  }
}

.u-spOnly {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-spOnly {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  br.u-spOnly {
    display: inline;
  }
}

/**
 * keyframes
 */
@-webkit-keyframes loadingBar {
  0% {
    left: 0;
    width: 0;
  }
  20% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
@keyframes loadingBar {
  0% {
    left: 0;
    width: 0;
  }
  20% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

@-webkit-keyframes scrollBar {
  0% {
    top: 0;
    height: 0;
  }
  15% {
    top: 0;
    height: 0;
  }
  25% {
    top: 0;
  }
  60% {
    top: 100%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}

@keyframes scrollBar {
  0% {
    top: 0;
    height: 0;
  }
  15% {
    top: 0;
    height: 0;
  }
  25% {
    top: 0;
  }
  60% {
    top: 100%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
#video-box img:hover{
	
}










/* 20230906 */

.xiangmu{width: 85%;margin: 0 auto;max-width: 1360px;margin-top: 70px;}
.xm_top{overflow: hidden;}
.xm_top span{float: left;font-size: 30px;}
.xm_top font{float: right;width: 70%;overflow: hidden;margin-top: 16px;text-align:right;}
.xm_top font a{display: inline-block;padding: 0 5%;color: #3D3D3D;font-size: 18px;}
.xm_top font i{display: inline-block;color: #D8D8D8;font-size: 20px;}
.xm_top font i:last-child{display: none;}


.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gc_lunbo{width: 100%;background: #F4F4F4;margin-top: 60px;margin-bottom: 60px;height: 440px;}
.gc_lunbo .top_wz{float: left;width: 45%;}
.gc_lunbo .right_tu{float: right;width: 55%;overflow: hidden;}
.gc_lunbo img{width: 100%;height:100%;}
.gc_lunbo .ft-carousel .carousel-inner{width: 100%;}
.gc_lunbo .ft-carousel .carousel-inner .carousel-item{width: 100%;}
.gc_lunbo .a_bg{display: block;overflow: hidden;height: 440px;}
.top_wz h1{font-size: 24px;margin-top: 80px;padding: 0 30px;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;line-height: 40px;
    font-family: 'microsoft yahei';}
.ft-carousel .carousel-inner .carousel-item .top_wz p{margin-top: 20px;font-size: 18px;line-height: 40px;position: inherit;background: none;padding: 0 30px;}
.hiSlider-pages {
	bottom: 27px;
	right: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.hiSlider-pages a {
	width: 18px;
	height: 5px;
	margin: 0 6px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	background: rgba(42, 74, 203, 0.2)
}

.hiSlider-pages a.active {
	background: #0078f0
}
.gc_lunbo .hiSlider-pages {
	right: initial;
	left: 30px;
	bottom: 20px;
	text-align: left;
}


.gc_lunbo .hiSlider-pages a.active {
	background: #0078f0;
}
.xin_y{height: 100px;}
.xin_y h2{font-size: 24px;color: #3D3D3D;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.xin_y p{font-size: 12px;color: #999999;margin-top:6px;}



.xin_y .c-newsList__item__date{background: none;padding: 0;}
.xin_y .c-newsList__item__date span{color: #3D3D3D;padding-right: 10px;}
.xin_y .c-newsList__item__title{font-size: 14px;margin-top: 14px;}
 .swiper {
        width: 100%;
        height: 100%;
      }


 

.part_m{width: 85%;margin: 0 auto;max-width: 1360px;margin-top: 70px;}
.jinajie_top{padding-top: 0;}
.jinajie_top h1{font-size: 36px;margin-bottom: 70px;padding-top:60px;}
.jinajie_top h1 span{color: #2A4ACB;}
.jinajie_top p{font-size: 18px;line-height: 38px;text-indent: 2em;}
.jinajie_top .dwjz{bottom: 100px;width: 100%;left:0;}
.jinajie_top ul{overflow: hidden;margin-top:140px;}
.jinajie_top ul li{float: left;width: 33.3333%;font-size: 18px;box-sizing: border-box;}
.jinajie_top ul li:hover a{color: #2A4ACB;}
.jinajie_top ul li span{font-size: 28px;background: url(../../common/images/jiantou_right.png) left center no-repeat;padding-left: 20px;padding-right: 10px;}
.xia_jiantou{position: absolute;bottom: 20px;left: 0;width: 100%;z-index: -1;}
.xia_jiantou p{text-align: center;font-size: 14px;color: #999999;background: url(../../common/images/jiantou_xia.png) center bottom no-repeat;padding-bottom: 40px;}

.biao_1{text-align: center;}
.biao_1 h1{font-size: 36px;padding-top: 60px;}
.biao_1 p{font-size: 24px;margin-top: 10px;}
.biao_2{text-align: center;color: #2A4ACB;}
.biao_2 h1{font-size: 58px;margin-top: 110px;}
.biao_2 p{font-size: 30px;margin-top: 20px;letter-spacing: 26px;}
.biao_3 h1{font-size: 58px;margin-top: 140px;letter-spacing: 26px;text-align: center;color: #2A4ACB;}
.qiye_m{margin-top: 30px;margin-bottom:114px}
.qiye_m ul{overflow: hidden;}
.qiye_m ul li{float: left;width: 50%;margin-top: 20px;}
.qiye_m ul li:nth-child(odd) .bian_m{margin-right: 10px;}
.qiye_m ul li:nth-child(even) .bian_m{margin-left: 10px;}
.bian_m{padding: 30px;height: 190px;background:#fff;border: 1px solid #D8D8D8;}
.qiye_m ul li:hover .bian_m{background: linear-gradient(270deg, #1F42DD 0%, #406BF4 48%, #232DCF 100%);color:#fff;}
.bian_m h1{text-align: center;font-size: 24px;}
.bian_m h2{font-size: 18px;margin-top: 10px;text-align: center;}
.bian_m p{font-size: 14px;margin-top: 15px;}
.biaoshi_1{text-align: center;width: 1000px;margin: 0 auto;margin-top: 40px;}
.biaoshi_1 h1{font-size: 18px;}
.biaoshi_1 p{margin-top: 30px}
.biaoshi_1 img{width: 100%;}
.biaoshi_2{text-align: center;margin-top: 30px;}
.biaoshi_2 p{font-size: 36px;}
.biaoshi_2 h1{width: 90px;height: 4px;background: #2A4ACB;margin: 0 auto;margin-top: 10px;}
.tu_m{margin-top: 20px;}
.tu_m ul{overflow: hidden;}
.tu_m ul li{float: left;width: 33.3333%;}
.bg_m{background: #F4FAFF;margin: 0 10px;height: 300px;padding-top: 40px;}
.bg_m h1{text-align: center;height: 78px;}
.bg_m h1 img{vertical-align: middle;}
.bg_m p{margin-top: 30px;padding: 0 20px;font-size: 14px;}
.secai{margin-top: 60px;}
.se_top{font-size: 24px;margin-top: 30px;}
.se_tu{position: relative;margin-top: 140px;}
.se_tu img{width: 100%;}
.se_m{position: absolute;top: 20px;left: 0;width: 100%;}
.se_left{float: left;margin-left: 30px;}
.se_left p{color: #fff;line-height: 40px;font-size: 18px;}
.se_right{float: right;background: url(../../common/images/xiazai_tu.png) right center no-repeat;padding-right: 70px;margin-right: 30px;}
.se_right h1{font-size: 36px;font-weight: bold;}
.se_right p{font-size: 18px;margin-top: 10px;}
.biaoshi_3{margin-top: 120px;}

.zuzhi_top h1 font{font-size: 24px;border-bottom: 5px solid #F4F4F4;padding-bottom: 8px;position: relative;}
.zuzhi_top h1 font i{width: 50%;height: 5px;background: #2A4ACB;bottom: -5px;left: 0;position: absolute;}
.zuzhi_top h1{margin-bottom: 30px;}
.zuzhi_top p{font-size: 18px;}
.zuzhi_m{text-align: center;margin: 60px auto;max-width:900px}
.zuzhi_m img{width: 100%;}
.zuzhi_tu{position: fixed;width: 100%;height: 100%;z-index: 999;background:#fff;top: 0;left: 0;
overflow-y: auto;z-index:99999}
.zuzhi_tu img{width:100%}
.zuzhi_tu i {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/guanbi_icon2.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
}

.fanye{width: 100%;height: 200px;background: #F4F4F4;}
.fy_m{width: 85%;margin: 0 auto;max-width: 1360px;position: relative;font-size: 20px;}
.dibu_annniu{text-align: center;position: absolute;top: 86px;left: 0;width: 100%;z-index:1;}
.dibu_annniu a{position: relative;padding-bottom: 4px;border-bottom: 2px solid #000;}
.dibu_annniu a::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 30%;
    height: 2px;
    bottom: -2px;
    left: 0;
    z-index: 99;
    background: transparent;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.dibu_annniu a:hover{border: none;color: #2A4ACB;}
.dibu_annniu a:hover::after {
    background: #2A4ACB;
    width: 100%;
}
.fy_left{float: left;margin-top: 80px;background: url(../../common/images/jiantou_1.png) left center no-repeat;padding: 5px 0; padding-left: 40px;width:36%;position:relative;z-index:2;}
.fy_left a{color: #2A4ACB;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fy_right{float: right;margin-top: 80px;background: url(../../common/images/jiantou_2.png) right center no-repeat;padding: 5px 0;padding-right: 40px;width:36%;position:relative;z-index:2;text-align: right;}
.fy_right a{color: #2A4ACB;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

 #mapdiv {
	/* width: calc(100vw - 100px);
	height: calc((100vw - 100px) * 0.6);
	min-height: 720px;
	min-width: 1200px; */
	width: 100%;
	height: 550px;
}
.quyu{width: 95%;margin: 0 auto;max-width: 1420px;margin-top: 60px;}
.quyu ul{overflow: hidden;display:flex;flex-wrap:wrap}
.quyu ul li{width: 33.3333%;box-sizing: border-box;padding: 0 30px;font-size: 20px;margin-bottom: 60px;}
.quyu ul li h1{font-size: 24px;}
.quyu ul li p{margin-top: 6px;font-size:14px}
.quyu ul li h2{color: #666666;margin-top: 8px;font-size:14px}
.tuandui_m{width: 80%;margin: 0 auto;margin-bottom: 60px;}
.tuandui_m ul{overflow:hidden;}
.tuandui_m ul li{border-bottom: none;overflow:hidden;padding:0 20px;width:25%;box-sizing:border-box;float:left;}
.tuandui_m ul li:hover img{box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);}
.tuandui_m{width: 80%;margin: 0 auto;margin-bottom: 60px;}
.tuandui_m ul li:nth-child(1){border-bottom: 1px solid #e4e4e4;overflow:hidden;padding:60px 0;width:100%;box-sizing:box-sizing;float:none;}


.tuandui_m ul li:nth-child(1) .ld_left{float: left;}
.tuandui_m ul li:nth-child(1) .ld_left img{width: 300px;height: 450px;}
.tuandui_m ul li:nth-child(1) .ld_right{float: right;width: 60%;}
.tuandui_m ul li:nth-child(1) .ld_right h1{font-size: 36px;font-weight: bold;padding-top: 60px;text-align:left;}
.tuandui_m ul li:nth-child(1) .ld_right h2{font-size: 18px;margin-top: 10px;text-align:left;}
.tuandui_m ul li:nth-child(1) .ld_right p{font-size: 18px;margin-top: 30px;text-align:left;}

/*
.tuandui_m ul li:nth-child(2){border-bottom: 1px solid #e4e4e4;overflow:hidden;padding:60px 0;width:100%;box-sizing:box-sizing;float:none;margin-bottom:40px;}
.tuandui_m ul li:nth-child(2) .ld_left{float: left;}
.tuandui_m ul li:nth-child(2) .ld_left img{width: 300px;height: 450px;}
.tuandui_m ul li:nth-child(2) .ld_right{float: right;width: 60%;}
.tuandui_m ul li:nth-child(2) .ld_right h1{font-size: 36px;font-weight: bold;padding-top: 60px;text-align:left;}
.tuandui_m ul li:nth-child(2) .ld_right h2{font-size: 18px;margin-top: 10px;text-align:left;}
.tuandui_m ul li:nth-child(2) .ld_right p{font-size: 18px;margin-top: 30px;text-align:left;}
*/

.ld_left{float: none;}
.ld_left img{width: 100%;}
.ld_right{float: none;width: 100%;}
.ld_right h1{font-size: 18px;font-weight: bold;padding-top: 20px;text-align:center;}
.ld_right h2{font-size: 13px;margin-top: 10px;height: 54px;text-align:center;}
.ld_right p{font-size: 18px;margin-top: 30px;}

.xq_top{border-bottom: 1px solid #D8D8D8;padding-bottom: 30px;text-align: center;}
.xq_top h1{font-size: 36px;}
.xq_top p{font-size: 18px;color: #999999;margin-top: 30px;}
.xq_top p span{padding: 0 20px;}
.xq_main{margin: 60px 0;}
.xm_topdj font{width: 20%;}
.gc_lunbodj .top_wz{width: 50%;}
.gc_lunbodj .right_tu{width: 50%;}
.gc_lunbodj .top_wz h1{margin-top: 60px;font-size: 30px;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.gc_lunbodj .top_wz p{font-size: 16px;}
.gc_lunbodj .top_wz p span{color: #666666;padding-left: 30px;}

.ewm_m{width: 85%;margin: 0 auto;max-width: 1360px;position: relative;padding-bottom: 100px;margin-top: 60px;}
.ewm_m h1{font-size: 36px;}
.ewm_m p{margin-top: 40px;font-size: 24px;line-height: 40px;}
.ewm_m h2{text-align: center;margin-top: 10px;}
.ewm_m h2 span{display: block;font-size: 18px;color: #999999;line-height: 36px;}

@media screen and (max-width: 750px) {
  .xq_top p {
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
  }
  .yonyu_m ul li p{
     text-align: center;
     margin-top: 10px;
     font-size: 9px !important;
  }
}




.daping {
  height: 100vh;
  /*This part is important for centering*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.typing-demo p{
	text-align: center;
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 88px;
  position: relative;
  z-index: 2;
}
.typing-demo span{font-size: 80px;letter-spacing: 1px;font-weight: normal;}
.dp_anniu{ position: relative;z-index: 2;margin-top: 60px;}
.dp_anniu ul{overflow: hidden;}
.dp_anniu ul li{height: 48px;line-height: 48px;width: 180px;padding: 0 30px;background: #fff;font-size: 16px;float: left;}
.dp_anniu ul li.dp_anniu1 a{display:block;background: url(../../common/images/xiao_jian1.png) right center no-repeat;background-size:14px;}
.dp_anniu ul li.dp_anniu2{background: #3256FF;}
.dp_anniu ul li.dp_anniu2 a{display:block;background: url(../../common/images/xiao_jian2.png) right center no-repeat;color: #fff;background-size:14px;}
.dp_anniu ul li.dp_anniu1:hover{background: linear-gradient(to right,#f4f4f4 0, #e3e3e3 100%);}
.dp_anniu ul li.dp_anniu2:hover{background: linear-gradient(to right,#5d88ff 0, #2440be 100%);}
#gradient-canvas{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.rcyj_main{width: 85%;margin: 60px auto;max-width: 1360px;position:relative;z-index:2;}
.rcyj_biao{text-align: center;font-size:24px;font-weight: bold;}
.rcyj_biao span{color: #2A4ACB;font-weight: normal;}
.rcyj_part1{margin-bottom: 80px;margin-top: 40px;}
.rcyj_part1 ul li{padding:20px 35px;}
.rcyj_part1 ul li:hover{box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);background:#fff;}
.rcyj_part1 ul li a{display: block;}
.rcyj_part1 ul li h1{font-size: 18px;font-weight: bold;}
.rcyj_part1 ul li p{margin-top: 10px;font-size: 14px;}
.rcyj_part1 ul li p i{color: #2A4ACB;padding-right: 10px;}
.rcyj_part1 ul li p span{padding: 0 10px;border-left: 1px solid #3D3D3D; }
.rcyj_part1 ul li p span.xue_1:nth-child(2){border: none;}
.liuc_m ul{margin-top: 60px;text-align: center;margin-bottom: 80px;}
.liuc_m ul li{margin: 0 20px;display: inline-block;vertical-align: middle;}
.liuc_m ul li p{font-size: 16px;font-weight: bold;margin-top: 30px;}
.liuc_m ul li p i{color: #2A4ACB;}
.liuc_m ul li.jiantou_z{margin: 0 40px;}
.tongzhi{padding: 30px;background: #F4F4F4;margin-top: 40px;margin-bottom: 80px;}
.tongzhi ul li a{display: block;line-height: 40px;overflow: hidden;font-size: 16px;}
.tongzhi ul li:hover a{color:#2A4ACB;}
.tongzhi ul li a span{float: left;width: 80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tongzhi ul li a font{float: right;}


@keyframes textclip {
  to {
	background-position: 200% center;
  }
}
@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}

.sph{position: relative;}
.sph i{position: absolute;bottom: 18px;left: 50%;margin-left: -50px;display: none;}
.sph i img{width: 100px;}
.sph:hover i{display: block;}

.xm_ntop{position: relative;color: #fff;}
.xm_ntop img{width: 100%;display: block;}
.xm_dingwei{position: absolute;bottom: 105px;left: 0;width: 100%;z-index:2;}
.xm_wenzi{width: 85%;margin: 0 auto;max-width: 1360px;}
.xm_wenzi h1{
  font-family: 'microsoft yahei';
  font-size: 3.8rem;
  letter-spacing: 1.5px;}
.xm_wenzi p{
  font-family: 'microsoft yahei';
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-top: 10px;
}
.xm_ntop .m-scrollDown {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:2;
}
.xm_nei{width: 85%;margin: 60px auto;max-width: 1360px;display: flex;justify-content: space-between;}


  .xm_nei .tabButton {
      width: 120px;
      position: relative;
      display: none;
    }
    .xuanxiang_nei{width:100% !important;}
    .xm_nei .tabButton div {
    position: relative;
    width: 120px;
        }
      .xm_nei .tabButton div::before {
      background-color: #e5e5e5;
      width: 1px;
      height: 116px;
      content: '';
      top: 20px;
      right: -67px;
      position: absolute;
    }
    .xm_nei .tabButton span:hover {
       color: #2A4ACB;
    }
   .xm_nei .tabButton span::before {
      background-color: #2A4ACB;
      width: 15px;
      height: 2px;
      content: '';
      top: 24px;
      left: 0;
      position: absolute;
      transform: translateY(20px);
      opacity: 0;
      transition: all ease .4s;
        }
         .tabButton span.active, .tabButton span:hover {
      color: #2A4ACB;
    }
        .xm_nei .tabButton span.show {
      display: block;
    }
    .xm_nei .tabButton span {
      width: 120px;
      font-size: 14px;
      line-height: 50px;
      float: left;
      text-indent: 27px;
      position: relative;
      display: none;
    }
    .xm_nei .tabButton span.show {
    display: block;
    cursor: pointer;
   }
   
   .xm_nei .tabButton span::before {
      background-color: #2A4ACB;
      width: 15px;
      height: 2px;
      content: '';
      top: 24px;
      left: 0;
      position: absolute;
      transform: translateY(20px);
      opacity: 0;
      transition: all ease .4s;
    }
    .xm_nei .tabButton span.active::before,.xm_nei .tabButton span:hover::before {
      opacity: 1;
      transform: translateY(0);
    }
    .xm_nei .tabButton span.active, .xm_nei .tabButton span:hover {
      color: #2A4ACB;
    }

/* 英文版 */
.logoE{width:400px;}
.qiye_mE{margin-top:0;}
.bian_mE p{margin-top:10px;}
.xin_E .c-newsList__item__title{    word-wrap: break-word;
    word-break: keep-all;}
.middle-slider .related-area a .text-area .hdgE{font-size: 2.2rem;}
.xm_topE{overflow: initial;margin-bottom:40px;}
.xmfl{float: right;text-align: right;}
.xmfl p{margin-top: 20px;position: relative;}
.xmfl p b{border: 1px solid #2A4ACB;padding: 6px 14px;border-radius: 20px;color: #2A4ACB;font-size: 18px;cursor: pointer;}
.xmfl p b font{background: url(../../common/images/xia_jian2.png) right center no-repeat;padding-right: 16px;float: none;}
.xmfl p:hover b{background: #2A4ACB;color: #fff;}
.xmfl p:hover b font{background: url(../../common/images/xia_jian1.png) right center no-repeat;}
.xmfl p i{position: absolute;top: 32px;right: 0;background: #fff;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);padding:10px 20px;z-index: 99999;display: none;font-size: 16px;width: 360px;text-align: left;box-sizing: border-box;}
.xmfl p:hover i{display: block;}
.xmfl p i a{display: block;padding: 14px 0;border-bottom: 1px solid #e4e4e4;}
.xmfl p i a:last-child{border:none;}
.xmfl p i a:hover{color: #2A4ACB;}

.l-header .xin_top .gNav_E li ~ li{margin-left: 50px;}
.l-headerE .xin_top .gNav li ~ li{margin-left: 80px;}
.xm_topE font a{padding: 0 22px;
    width: 160px;
    overflow-wrap: normal;
    font-size: 20px;}
.xm_topE font i{margin-top: 14px;}
.jinajie_topE{padding-top: 20px;}
.jinajie_topE p{    font-size: 18px;
      line-height: 28px;}
.jinajie_topE h1{margin-bottom: 60px;}
.jinajie_topE .dwjz{bottom:80px;}
.jinajie_topE ul{margin-top: 80px;}
.jinajie_topE ul li a{font-size: 20px;background: url(../../common/images/jiantou_right.png) left center no-repeat;padding-left: 20px;padding-right: 10px;}
.biao_1E{color: #3D3D3D;}
.biao_1E h1{letter-spacing: 0;}
.biao_2E{color: #3D3D3D;}
.biao_2E p{letter-spacing: 0;}
.biao_3E h1{letter-spacing: 0;color: #3D3D3D;}
.bian_mE{height: 250px;}
.biao_1E h1{letter-spacing: 0;color: #3D3D3D;}
.biao_padd h1{padding-top: 20px;}
.biaoshi_1E{margin-top: 10px;}
.se_tuE{margin-top: 60px;}
.l-headerE .xin_top .gNav a{font-size:14px;}
.l-headerE .utilArea .navArea .linkList, .l-header .utilArea .navArea .langLinkList{
    margin-left: 10px;
}
.l-headerE .utilArea .navArea .logo{
    margin-left: 40px;
    width: 400px;
}
.gc_lunboE .top_wz h1{font-size: 36px;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}



.hui_bg{background: #F4F4F4;padding-top: 40px;padding-bottom: 80px;}
.zhaozhao{width: 85%;margin: 0 auto;max-width: 1360px;overflow: hidden;}
.zz_left{width: 75%;float: left;}
.zz_top{background: #fff;padding: 40px;padding-bottom: 120px;}
.zz_top h1{font-size: 20px;}
.zz_top h2{overflow: hidden;margin-top: 20px;}
.zz_top h2 input{float: left;line-height: 60px;width: 80%;box-sizing: border-box;border: 1px solid #D8D8D8;padding: 0 20px;}
.zz_top h2 a{float: right;width: 20%;line-height: 60px;text-align: center;background: #2A2A2A;font-size: 20px;color: #fff;}

.zz_right{width: 23%;background: #fff;float: right;}
.zz_right h1{padding: 20px;font-size: 20px;padding-bottom: 0;}
.zz_right ul li{padding: 20px;border-bottom: 1px solid #D8D8D8;font-size: 18px;}
.zz_right ul li i{color: #fff;border-radius: 5px;padding:3px 5px;background: #F65454;margin-right: 10px;vertical-align: middle;font-size: 14px;}



.city{display: none;}
.district{display: none;}
.city-picker-selector{margin-top: 20px;float: left;}
.city-picker-selector .selector-item {
	width: 220px;
	height: 60px;
	line-height: 60px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #D8D8D8;
}
.selector-item2{float: left;width: 220px;
margin-top: 20px;
	height: 60px;
	line-height: 60px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #D8D8D8;margin-left: 20px;}
.selector-item2 select{text-indent: 5%;width: 100%;border: none;line-height: 60px;font-size: 16px;color: #999;}	
.city-picker-selector .selector-item:after {
	content: '';
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #ccc;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 28px;
	right: 5px
}

.city-picker-selector .selector-name {
	color: #333;
	font-size: 16px;
	display: block;
	text-indent: 5%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.city-picker-selector .selector-name:hover {
	background-color: #fdfdfd
}

.city-picker-selector .selector-name.df-color {
	color: #999
}

.city-picker-selector .selector-name.forbid {
	cursor: not-allowed
}

.city-picker-selector .selector-list {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 36px;
	left: -1px;
	z-index: 1
}

.city-picker-selector ul {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto
}

.city-picker-selector li {
	border-top: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	width: 95%;
	padding-left: 5%;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}

.city-picker-selector li:first-child {
	border-top: none
}

.city-picker-selector li.caller:hover {
	background: #f5f5f5
}

.city-picker-selector li.caller.active,
.city-picker-selector li.caller.active:hover {
	background: #3A8EAF;
	color: #fff
}

.city-picker-selector li.forbid {
	color: #999;
	font-size: 14px;
	cursor: not-allowed
}

.city-picker-selector .selector-search {
	border: 1px solid #ccc;
	border-top: none;
	background: #f8f8f8;
	font-size: 0;
	padding: 10px;
	height: 28px;
	margin-left: -1px;
	margin-right: -1px
}

.city-picker-selector .input-search {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 26px;
	line-height: 26px\9;
	padding: 0;
	text-indent: 5px
}

.city-picker-selector .input-search:focus {
	outline: none
}

.city-picker-selector .hide {
	display: none
}

.zz_list{background: #fff;margin-top: 20px;padding:0 40px;position: relative;}
.zz_list ul li{padding: 40px 0;border-bottom: 1px solid #D8D8D8;}
.zz_list ul li a{display: block;}
.zz_list ul li h1{font-size: 18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.zz_list ul li h1 i{color: #fff;border-radius: 5px;padding:3px 5px;background: #F65454;margin-right: 10px;vertical-align: middle;font-size: 14px;}
.zz_list ul li p{font-size: 16px;color: #999999;margin-top: 14px;}
.zz_list ul li p b{margin: 0 30px;}
.zz_list ul li h2{overflow: hidden;margin-top: 14px;}
.zz_list ul li h2 span{float: left;font-size: 18px;}
.zz_list ul li h2 font{float: right;color:#999999;font-size: 16px;}
.zz_sj{font-size: 16px;color: #999999;margin-bottom: 20px;}
.zz_anniu{position: absolute;bottom: 40px;right: 40px;}
.zz_anniu a{display: block;width: 140px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #2A4ACB;font-size: 14px;}
.no_bottom{margin: 0 auto;padding: 0;width: 85%;margin: 0 auto;max-width: 1360px;}
.no_bottom ul li{border-bottom: none;padding: 30px 0;}
.no_bottom ul li p{margin-top: 10px;font-size: 16px;color: #3D3D3D;}
.no_bottom ul li p i{color: #2A4ACB;padding-right: 10px;}
.no_bottom ul li p span{padding: 0 10px;border-left: 1px solid #3D3D3D; }
.no_bottom ul li p span.xue_1:nth-child(2){border: none;}
.zwmx_bg{background: #fff;padding:20px 40px;}
.zwmx{margin-bottom: 10px;overflow: hidden;}
.zwmx span{float: left;width: 5px;height: 18px;background: #2A4ACB;margin-top: 5px;}
.zwmx h1{font-size: 18px;padding-left: 10px;float: left;font-weight: bold;}
.zw_1{padding-bottom: 30px;border-bottom: 1px solid #D8D8D8;margin-bottom: 30px;}
.zw_1 p{line-height:30px;font-size: 12px;}
.xz_1 ul{overflow: hidden;margin-top: 60px;}
.xz_1 ul li{float: left;margin-right: 180px;font-size: 16px;margin-bottom: 40px;}
.xz_1 ul li:last-child{width: 100%;margin: 0;}
.xz_1 ul li h1{color: #999999;}
.xz_1 ul li p{margin-top: 10px;}
.zw_anniu{margin: 60px 0;}
.zw_anniu a{display: block;width: 140px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #2A4ACB;font-size: 16px;margin: 0 auto;}
.zw_anniu p{text-align: center;font-size: 16px;color: #999999;margin-top: 20px;}

.sqxq{background: #fff;width: 85%;margin: 0 auto;max-width: 1360px;}
.sq_m{overflow: hidden;padding: 40px;}
.sq_left{float: left;width: 73%;}
.sq_right{float: right;width: 20%;}
.sq_biao{font-size: 16px;padding-bottom: 14px;border-bottom: 1px solid #D8D8D8;overflow: hidden;}
.sq_biao a{float: right;color: #1766FF;}
.sc_1{margin-top: 20px;margin-bottom: 60px;}
.sc_1 h1 span{font-size: 16px;background:url(../../common/images/sc_icon.png) top center no-repeat;padding-top: 110px;display: inline-block;}
.sc_1 p{position: relative;width: 300px;height: 50px;line-height: 50px;text-align: center;font-size: 14px;background: #2A4ACB;margin-top: 10px;color: #fff;}
.sc_1 p input{position: absolute;top: 0;left: 0;width: 100%;height: 50px;opacity: 0;}
.sc_1 h2{font-size: 14px;color: #999999;margin-top: 10px;}
.xx_xq ul{overflow: hidden;}
.xx_xq ul li{float: left;width: 50%;box-sizing: border-box;padding-right: 20px;margin-top: 30px;}
.xx_xq ul li:nth-child(even){padding-left: 20px;padding-right: 0;}
.xx_xq ul li h1{font-size: 14px;color: #666;}
.xx_xq ul li h1 i{color: #F65454;padding-left: 10px;}
.xx_xq ul li p{margin-top: 10px;overflow: hidden;}
.xx_xq ul li input{box-sizing: border-box;border: 1px solid #D8D8D8;height: 50px;padding: 0 14px;border-radius: 5px;width: 100%;outline-color: #2A4ACB;}

.xx_xq ul li select{box-sizing: border-box;border: 1px solid #D8D8D8;height: 50px;padding: 0 14px;border-radius: 5px;width: 100%;}
.sq_part3{margin-top: 60px;}
.jy_m{}
.sq_right ul{border-left: 2px solid #D8D8D8;}
.sq_right ul li{line-height: 34px;font-size: 16px;color: #666666;padding-left: 20px;margin-left: -2px;border-left: 2px solid #D8D8D8;}
.sq_right ul li.xuan_li{border-left: 2px solid #1766FF;color: #3d3d3d;}
.tijiao_m{background: #fff;width: 85%;margin: 0 auto;max-width: 1360px;padding-top: 200px;padding-bottom: 280px;text-align: center;}
.tijiao_m h2{margin-top: 10px;font-size: 36px;font-weight: bold;}
.tijiao_m h2 span{background: url(../../common/images/tijiao_tu.png) left center no-repeat;padding: 10px 0; padding-left: 100px;}
.tijiao_m p{font-size: 18px;margin-top: 30px;color: #666;}
.city{display: none;}
.district{display: none;}
.xx_xq ul li .city-picker-selector{float: none;margin-top: 10px;}
.xx_xq ul li .city-picker-selector .selector-item{width: auto;height: 50px;line-height: 50px;}
.xx_xq ul li .city-picker-selector ul{overflow-x: hidden;overflow-y: auto;}
.xx_xq ul li .city-picker-selector .selector-list{top: 52px;}
.xx_xq ul li .city-picker-selector .selector-item:after{top: 22px;}
.xx_xq ul li .city-picker-selector .selector-list ul li{float: none;width: auto;margin: 0;font-size: 16px;}
.xx_xq ul li:nth-child(even) .city-picker-selector .selector-list ul li{float: none;width: auto;margin: 0;padding-left: 5%;}
.videoBtn {
	position: absolute;
	width: 136px;
	height: 136px;
	border: 1px dotted #a0a0a0;
	box-sizing: border-box;
	border-radius: 50%;
	right: 420px;
	top: 252px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease .4s
}

.videoBtn:before {
	top: 0;
	width: 136px;
	height: 136px;
	background: #2A4ACB;
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	border-radius: 50%;
	transform: scale(0);
	transition: all .6s cubic-bezier(.215,.61,.355,1) 0s
}
.videoBtn:hover:before {
	transform: scale(1);
    }

#sanjiao_1{width:36px!important;}
#sanjiao_2{display: none;width:36px!important;}
.videoBtn:hover #sanjiao_1{display: none;}
.videoBtn:hover #sanjiao_2{display: block;}
.margin0{margin-top:0;}
@media screen and (min-width: 1200px) and (max-width: 1480px) {
    
    .ld_left img{width:100%}
    .quyu{width: 95%;margin: 0 auto;max-width: 1360px;margin-top: 60px;}
    .quyu ul{overflow: hidden;}
    .quyu ul li{float: left;width: 33.3333%;box-sizing: border-box;padding: 0 5%;font-size: 20px;margin-bottom: 60px;}
	.l-header .gNavArea .logo {
	  margin-right: 80px;
	  width: 100px;
	}
	.l-header .xin_top .gNav li ~ li {
	  margin-left: 48px;
	}
  .jinajie_top{}
  .jinajie_top h1{font-size: 30px;margin-bottom: 50px;}
  .jinajie_top p{font-size: 16px;line-height: 30px;text-indent: 2em;}
  .jinajie_top ul{overflow: hidden;margin-top: 80px;}
  .jinajie_top ul li{font-size: 16px;}
  .jinajie_top ul li span{font-size: 20px;}
  .biao_1 h1{font-size: 30px;padding-top: 30px;}
  .biao_1 p{font-size: 20px;margin-top: 0;}
  .biao_2 h1{font-size: 50px;margin-top: 80px;}
  .biao_2 p{font-size: 24px;margin-top: 14px;letter-spacing: 24px;}
  .biao_3 h1{font-size: 50px;margin-top: 80px;letter-spacing: 24px;}
  .qiye_m{margin-top: 20px;}
  .bian_m{border: 1px solid #D8D8D8;padding: 20px;height: 195px;}
  .bian_m h1{text-align: center;font-size: 20px;}
  .bian_m h2{font-size: 14px;margin-top: 0;text-align: center;}
  .bian_m p{font-size: 14px;margin-top: 20px;}
  .tu_m{display: none;}
  .biaoshi_no{display: none;}
  .secai{margin-top: 30px;}
  .se_top{font-size: 20px;}
  .se_tu{margin-top: 50px;}
  .biaoshi_3{margin-top: 80px;}
  .se_m{top: 12px;}
  .jinajie_topE{padding-top: 20px;}
  .jinajie_topE p{    font-size: 14px;
      line-height: 24px;}
  .jinajie_topE h1{margin-bottom: 20px;}
  .jinajie_top .dwjz{bottom:60px;}
  .jinajie_topE ul{margin-top: 60px;}
  .jinajie_topE ul li a{font-size: 20px;background: url(../../common/images/jiantou_right.png) left center no-repeat;padding-left: 20px;padding-right: 10px;}
  .biao_1E{color: #3D3D3D;}
  .biao_1E h1{letter-spacing: 0;}
  .biao_2E{color: #3D3D3D;}
  .biao_2E p{letter-spacing: 0;}
  .biao_3E h1{letter-spacing: 0;color: #3D3D3D;}
  .bian_mE{height: 160px;}
  .se_tuE{margin-top: 40px;}
  .se_topE{font-size: 18px;margin-top: 20px;}
}
.dj_banner img{display:none;}
.yidong_m{display:none;}
.liuc_web{display:none;}
.xmfls{display:none;}
.sph img{width:30px;}
.copyright img{width:30px;}
.xq_topW{display:none;}


.yiji{position: relative;line-height: 60px;}
.erji_m{position: absolute;top: 60px;left: 50%;text-align: center;line-height: 36px;overflow: hidden;z-index: 9;width: 100%;text-align: center;background:rgba(255,255,255,0.8);width:160px;margin-left: -77px;display: none;}
.erji_men{width:160px !important}
.erji_mena{font-size:10px !important}
.l-header .xin_top .gNav .erji_m a{font-size: 14px;}
.l-header .xin_top .gNav .erji_m li ~ li{margin: 0;} 
.l-header .xin_top .gNav .erji_m li{display: block;}
.l-header .xin_top .gNav .erji_m li a{white-space: nowrap;}

/* 20231102 */
.guanyu_tu{position: relative;}
.guanyu_tu img{width: 100%;}
@media screen and (max-width: 750px) {
    .guanyu_tu img{
        width: auto;
    }
    
}    
.gy_dingwei{position: absolute;width: 100%;bottom: 0;left: 0;z-index: 9;}
.dw_nei{width: 85%;margin: 0 auto;max-width: 1360px;overflow: hidden;}
.dw_nei span{float: left;font-size: 36px;font-weight: bold;color: #fff;margin-bottom: 20px;}
.dw_nei ul{float: right;margin-top: 14px;}
.dw_nei ul li{float: left;color: #fff;font-size: 18px;}
.dw_nei ul li a{padding: 0 20px;color: #fff;}
.dw_nei ul li:last-child a{padding-right: 0;}
.dw_nei ul li:last-child i{display: none;}
.jianjie_m{overflow: hidden;}
.jianjie_left{float: left;font-size: 36px;}
.jianjie_left span{color: #2A4ACB;display: block;}
.jianjie_right{float: right;width: 65%;}
.jianjie_zi p{font-size: 14px;line-height: 28px;text-indent: 2em;margin-bottom: 20px;}
.jj_m{margin-top: 30px;}
.jj_m ul{overflow: hidden;}
.jj_m ul li{float: left;width: 50%;box-sizing: border-box;padding-left: 20px;}
.jj_m ul li:first-child{padding-left: 0;padding-right: 20px;}
.jj_m ul li h1{font-size: 16px;padding-bottom: 14px;border-bottom: 1px solid #D8D8D8;}
.jj_m ul li p{font-size: 14px;line-height: 28px;margin-top: 10px;}

.lishi_m{position: relative;width: 100%;margin: 0 auto;max-width: 1360px;margin-top: 60px;margin-bottom:80px;}
.line_m{position: absolute;width: 1px;background: #D8D8D8;height: 100%;left: 50%;top: 0;z-index: 1;margin-left: -0.5px;}
.lishi_m ul li{overflow: hidden;margin-bottom: 30px;}
.lishi_m ul li .ls_m{width: 50%;float: left;text-align: right;box-sizing: border-box;}
.lishi_m ul li h1{padding-right: 28px;position: relative;z-index: 2;background: url(../../common/images/yuan_icon.jpg) right center no-repeat;margin-right: -5px;}
.lishi_m ul li h1 b{font-size: 18px;padding-right: 10px;font-weight: bold;color: #2A4ACB;}
.lishi_m ul li p{padding-right: 24px;width: 100%;font-size: 14px;line-height: 28px;float: right;}
.lishi_m ul li:nth-child(even) .ls_m{float: right;text-align: left;}
.lishi_m ul li:nth-child(even) h1{background: url(../../common/images/yuan_icon.jpg) left center no-repeat;margin-left: -5px;padding-left: 28px;}
.lishi_m ul li:nth-child(even) p{float: left;padding-left: 24px;}

.zz_m1{margin: 60px 0;}
.zizhi_top{font-size: 24px;}
.zizhi_top span{color: #2A4ACB;}
.zz_m1 ul li{padding: 20px;margin-top: 10px;cursor: pointer;}
.zz_m1 ul li:hover{box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);}
.zz_m1 ul li h1{color: #2A4ACB;font-size: 20px;margin-bottom: 10px;}
.zz_m1 ul li p{margin-bottom: 8px;overflow: hidden;}
.zz_m1 ul li p i{padding: 0 10px;}
/*.zz_m1 ul li p span{float: left;}*/
.zz_m1 ul li p font{float: left;width: 88%;}
.yonyu_m ul{overflow: hidden;margin: 60px 0;display: flex;flex-wrap: wrap;}
.yonyu_m ul li{width: 25%;padding: 0 20px;box-sizing: border-box;margin-top: 40px;}
.yonyu_m ul li img{width: 100%;}
.yonyu_m ul li p{text-align: center;font-size: 12px;margin-top: 10px;}
.shehui_m{margin: 60px 0;}
.shehui_m ul li{margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #D8D8D8;}
.shehui_m ul li a{display: block;overflow: hidden;padding: 10px;}
.shehui_m ul li:hover a{box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);}
.sh_tu{float: left;width: 20%;}
.sh_tu img{width: 100%;}
.sh_zi{float: right;width: 78%;}
.sh_zi h1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 18px;margin-top: 8px;}
.sh_zi p{font-size: 14px;line-height: 21px;margin-top: 8px;word-break: break-all;
text-overflow: ellipsis;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sh_zi h2{width: 80px;height: 30px;line-height: 30px;text-align: center;border-radius: 30px;border: 1px solid #D8D8D8;color: #999999;font-size: 12px;margin-top: 30px;}
.sh_zi h2 span{background: url(../../common/images/jian_right1.png) right center no-repeat;padding-right: 14px;}
.shehui_m ul li:hover .sh_zi h1{color: #2A4ACB;}
.shehui_m ul li:hover .sh_zi h2{background: #2A4ACB;color: #fff;}
.shehui_m ul li:hover .sh_zi h2 span{background: url(../../common/images/jian_right2.png) right center no-repeat;}

.qiye_m1{overflow: hidden;}
.qy_left{float: left;margin-top: 60px;width: 48%;}
.qy_left h1{font-size: 24px;font-weight: bold;color: #2A4ACB;}
.qy_left p{font-size: 18px;}
.qy_right{float: right;width: 50%;}
.qy_right ul li{margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #D8D8D8;}
.qy_right ul li:last-child{border-bottom: none;}
.qy_right ul li h1{font-size: 18px;font-weight: bold;}
.qy_right ul li p{margin-top: 10px;font-size: 14px;line-height: 21px;}

.qiye_m2{}
.qiye_m2 ul{overflow: hidden;}
.qiye_m2 ul li{width: 33.3333%;box-sizing: border-box;padding-left: 20px;margin-bottom: 20px;float: left;}
.qiye_m2 ul li:first-child{padding-left: 0;background: linear-gradient(to right, #1F42DD 0%, #406BF4 100%);}
.bg_qy{background: #F4F4F4;height: 180px;display: flex;align-items: center;padding-left: 50px;padding-right: 50px;}
.qiye_m2 ul li:first-child .bg_qy{height: 380px;color: #fff;background: url(../../common/images/big_logo.png);background-size: cover;}
.bg_qy h1{font-size: 14px;line-height: 21px;}
.bg_qy h1 b{font-size: 18px;font-weight: bold;margin-bottom: 20px;}

@media screen and (max-width: 750px) {
    .sh_tu{float: left;width: 47%;}
    .sh_tu img{width: 100%;height: 88px;}
    .sh_zi{float: right;width: 47%;}
    .sh_zi h1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 14px;margin-top: 0;}
    .sh_zi p{height: 61px;;font-size: 12px;line-height: 21px;margin-top: 8px;word-break: break-all;
    text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
    .sh_zi h2{display:none;width: 80px;height: 30px;line-height: 30px;text-align: center;border-radius: 30px;border: 1px solid #D8D8D8;color: #999999;font-size: 12px;margin-top: 30px;}
    .sh_zi h2 span{background: url(../../common/images/jian_right1.png) right center no-repeat;padding-right: 14px;}
}
@media screen and (max-width: 750px) {
  .xiangmu{
     padding: 0 5.33333vw;
    width: auto; 
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
        z-index: 9;
  }  
  .gc_lunbo{margin:30px 0;height: 380px;display:none;}
  .gc_lunbo .top_wz{width:100% !important;float: none;}
  .gc_lunbo .right_tu{width:100% !important;float: none;}
  .top_wz h1{font-size:18px;margin-top: 40px;margin-bottom:20px;line-height: 28px;height: 80px; padding: 0 20px;}
  .ft-carousel .carousel-inner .carousel-item .top_wz p{font-size:14px;margin-top:10px;margin-bottom:20px;line-height: 24px;}
  .gc_lunbo img{height:auto;}
  .gc_lunbo .a_bg{height: 380px;}
  .xq_top h1{font-size:18px;}
  .xq_main img{width:100% !important;height:auto !important;}
  .fy_m{width:100%;padding-bottom: 14px;overflow:hidden;    font-size: 16px;}
  .dibu_annniu a{font-size:14px}

  .part_m{padding: 0 5.33333vw;
    width: auto; margin-top: 30px;}
    .xin_y .c-newsList__item__title{    margin-top: 5px;font-size: 12px;}
    .xin_y p{white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;    font-size: 12px;    margin-top: 5px;}
    .swiper{height:auto;}
    .swiper-wrapper{height:auto;}
    .swiper-slide{height:auto;}
    .xm_dingwei{bottom:10px;}
    .xm_ntop .m-scrollDown{display:none;}
    .jiantou_dw{display:none;}
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:30px !important;width:100% !important;text-align:center !important;padding:0 !important;margin:0 !important;left:0 !important;}
    .xm_wenzi h1{font-size: 1.8rem;}
    .xm_wenzi p{font-size: 1.2rem;}
    .xm_nei{padding: 0 5.33333vw;
    width: auto;margin:30px 0;}
    .xm_nei span{font-size:16px !important;word-break: break-all;}
    .xq_mainE span{font-size:16px !important;}
    .dj_banner{background:none !important;height:auto !important;}
    .dj_banner img{display:block;width:100%;}
    .xm_top span{font-size:24px;width: 74%;}
    .guanyu_1{display:none;}
    .yidong_m{display:block;}
    .jinajie_top h1{font-size:18px;margin-bottom:20px; padding-top: 30px;}
    .jinajie_top p{font-size:14px;line-height:24px;}
    .jinajie_top{padding-top:30px;}
    .biao_1 h1{font-size:18px;padding-top:30px;}
    .biao_1 p{font-size:14px;}
    .bian_m h1{font-size:18px;}
    .bian_m{padding: 0;height: auto;border:none;}
    .bian_m p{font-size:14px;margin-top:20px;}
    .jinajie_top ul li{width:100%;float:none;padding:0 !important;font-size:14px;margin-top: 10px;}
    .jinajie_top ul li span{font-size:16px;}
    .jinajie_top ul{margin-top:40px;margin-bottom:60px;}
    .zuzhi_top h1{font-size:18px;}
    .zuzhi_top p{font-size:14px;}
    .fy_left{margin-top: 14px;background-size: 24px;padding-left: 30px;font-size:12px;margin-left: 14px;}
    .fy_right{margin-top: 14px;background-size: 24px;padding-right: 30px;font-size:12px;margin-right: 14px;}
    .zuzhi_top{margin-top:-66px;}
    .quyu ul li{width:100%;float:none;min-height:auto;padding: 0 5.33333vw;font-size: 16px;}
    .quyu{width:100%;}
    .tuandui_m{width:100%;}
    .tuandui_m ul li{height:auto;margin-top:30px;overflow:hidden;padding:0; padding-bottom:30px;width:100%;border-bottom: 1px solid #e4e4e4;}
    .ld_left{margin-top:0;width:100%;float:none;}
    .ld_left img{width:100%;height:auto;}
    .ld_right{width:100%;float:none;}
    .ld_right h1{font-size:16px;padding-top:10px;text-align:left;}
    .ld_right h2{text-align:left;font-size:14px;}
    .ld_right p{margin-top:20px;font-size:12px;text-align:left;}
    
    

    .tuandui_m ul li:nth-child(1){height:auto;margin-top:30px;overflow:hidden;padding-bottom:30px;}
    .tuandui_m ul li:nth-child(2){height:auto;margin-top:30px;overflow:hidden;padding-bottom:30px;}
    .tuandui_m ul li:nth-child(1) .ld_left{margin-top:0;width:100%;float:none;}
    .tuandui_m ul li:nth-child(1) .ld_left img{width:100%;height:auto;}
    .tuandui_m ul li:nth-child(1) .ld_right{width:100%;float:none;}
    .tuandui_m ul li:nth-child(1) .ld_right h1{font-size:16px;padding-top:10px;}
    .tuandui_m ul li:nth-child(1) .ld_right h2{height:auto;font-size:14px;}
    .tuandui_m ul li:nth-child(1) .ld_right p{margin-top:20px;font-size:12px;}
    
    .tuandui_m ul li:nth-child(2) .ld_left{margin-top:0;width:100%;float:none;}
    .tuandui_m ul li:nth-child(2) .ld_left img{width:100%;height:auto;}
    .tuandui_m ul li:nth-child(2) .ld_right{width:100%;float:none;}
    .tuandui_m ul li:nth-child(2) .ld_right h1{font-size:16px;padding-top:10px;}
    .tuandui_m ul li:nth-child(2) .ld_right h2{height:auto;font-size:14px;}
    .tuandui_m ul li:nth-child(2) .ld_right p{margin-top:20px;font-size:12px;}
    
    .rcyj_main{width:100%;margin:30px 0;}
    .rcyj_part1 ul li{padding: 15px 5.33333vw;}
    .rcyj_biao{font-size:16px;}
    .rcyj_part1 ul li h1{font-size:14px;}
    .rcyj_part1 ul li p{font-size:12px;margin-top: 10px;}
    .tongzhi ul li a{font-size: 12px;line-height: 30px;}
    .liuc_web{display:block;}
    .liuc_web img{width:100%;margin-top:30px;margin-bottom:60px;}
    .liuc_m{display:none;}
    .tongzhi{padding:20px 10px;}
    .tongzhi ul li a span{width:68%;}
    .no_bottom{width:100%;padding-bottom:30px;}
    .no_bottom ul li{padding: 15px 5.33333vw;}
    .zz_anniu{bottom:0;right:0;}
    .hui_bg{padding-top: 20px;padding-bottom: 40px;}
    .zhaozhao{width:auto;margin: 0 5.33333vw;}
    .zwmx_bg{padding:20px;}
    .zwmx h1{font-size:14px;}
    .zwmx span{height:14px;margin-top: 3px;}
    .zw_1{margin-bottom:20px;padding-bottom:20px;}
    .zw_1 p{line-height:24px;}
    .zw_1 span{font-size:12px !important;}
    .zwmx{margin-bottom:10px;}
    .sqxq{width:auto;margin: 0 5.33333vw;}
    .sq_m{padding:20px;}
    .sq_left{width:100%;}
    .sq_right{display:none;}
    .xx_xq ul li{width:100%;padding: 0;}
    .xx_xq ul li:nth-child(even){padding:0;}
    .xmfl{display:none;}
    .xmfls{display:block;}
    .xmfl_z{display:none;}
    .xm_top{overflow: inherit;}
    .xmfl p{margin-top:6px;position:inherit;}
    .xmfl p b{font-size:16px;}
    .qiye_mE ul li{width:100%;}
    .bian_mE{height: auto !important;}
    .qiye_m ul li:nth-child(odd) .bian_mE{margin:0;}
    .part_xwtt .xq_top{display:none;}
    .xq_topW{display:block;padding: 30px 5.33333vw;text-align:left;border-bottom:none;padding-bottom:0;}
    .xq_topW p{margin-top:0;font-size: 14px;margin-bottom:8px;}
    .xq_topW p span{padding:0;}
    .dp_anniu ul li{float:none;margin:0 auto;}
    .xmfl p i{width:100%;}
    #video2 video{width:100% !important;}
    .l-header .gNavArea .logo img{width:130px;padding-top: 10px;}
    .sph img{width:24px;}
    .copyright img {
            width: 24px;
        }
    .copyright a{font-size:1.2rem !important;}
    .dibu_web{font-size:1.2rem !important;margin-top:10px !important;}
    .qiye_m ul li{width:100%;}
    .qiye_m ul li:nth-child(odd) .bian_m{margin-right:0;}
    .qiye_m ul li:nth-child(even) .bian_m{margin-left:0;}
    .fanye{height:auto;}
    .dibu_annniu{top:20px;}
    .quyu ul li h1{font-size:14px;}
    .zz_list ul li h1{font-size:14px;}
    .no_bottom ul li p{font-size:12px;margin-top: 10px;}
    .ewm_m h1{font-size:16px;}
    .ewm_m p{font-size:12px;}
    .ewm_m h2 span{font-size:12px;}
    .zz_anniu a{width: 120px;
    height: 40px;
    line-height: 40px;font-size: 14px;}
    .zw_anniu{margin:40px 0;}
    .l-header .utilArea .navArea .gNav .erji_lan li{padding-left:20px;}
    .l-header .utilArea .navArea .gNav .erji_lan a::before{border:none;}
    .erji_lan{display:none;}
    .l-headerE .utilArea .navArea .logo{margin-left:10px;width:100%;}
    .l-wrapper{padding-top:50px;}
    .guanyu_tu{display:none;}
    .jianjie_m{overflow:inherit;margin-bottom: 80px;}
    .jianjie_left{float:none;font-size: 20px;margin-top: -60px;}
    .jianjie_left span{display:inline-block;padding-left:10px;}
    .jianjie_right{float:none;width:100%;margin-top:30px;} 
    .jj_m ul li{float:none;width:100%;padding:0;margin-bottom:20px}
    .jj_m ul li:first-child{padding:0;}
    .zuzhi_top h1 font{font-size:18px;}
    .lishi_m ul li p{box-sizing: border-box;padding-right:0;float:none;font-size:12px}
    .lishi_m ul li:nth-child(even) p{padding: 0;float:none;}
    .zizhi_top{font-size:16px;}
    .zz_m1 ul li h1{font-size:14px;}
    .zz_m1 ul li{padding:10px;}
    .zz_m1{margin:30px 0;}
    .yonyu_m ul li{width:50%;}
    .yonyu_m ul{margin-top:0;}
    .qy_left{float:none;width:100%;margin-top:10px;}
    .qy_left h1{font-size:18px;}
    .qy_left p{font-size:16px;}
    .qy_right{float:none;width:100%;margin-top:40px;}
    .qy_right ul li{margin-bottom: 10px;
    padding-bottom: 10px;}
    .qiye_m2 ul li:first-child{width:100%;}
    .qiye_m2 ul li:first-child .bg_qy{height:160px;background: url(../../common/images/big_logo.png) center no-repeat;background-size: contain;}
    .qiye_m2 ul li{width:100%;padding:0;}
    .bg_qy{padding:0 30px;height:140px;}
    .qy_right ul li h1{font-size:16px;}
    .xm_nei .tabButton div::before{content:inherit;}
    .line_m{display:none;}
    .lishi_m ul li .ls_m{width:100%;float:none;text-align:left;}
    .lishi_m ul li:nth-child(even) .ls_m{float:none;}
    .lishi_m ul li:nth-child(even) h1{margin-left:0;padding:0;}
    .lishi_m ul li h1{margin-bottom:20px;}
    .lishi_m ul li{margin-bottom:40px;}
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
    .l-header .xin_top .gNav li ~ li {
    margin-left: 36px;
}
}




