@charset "utf-8";
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 15px;
  color: #555;
  font-family: "Arial", "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial,
    Tahoma, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
}

input,
select,
button,
textarea {
  font-size: 15px;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
  font-family: "PingFang SC", "SimHei", "Source Han Sans CN", "Microsoft YaHei",
    Arial, Tahoma, sans-serif;
}

button {
  overflow: visible;
}

img {
  border: none;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

a:hover {
  color: #0a0d59;
  text-decoration: none !important;
}

.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
  background-color: #0a0d59;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 20px;
  }
  input,
  select,
  button,
  textarea {
    font-size: 20px;
  }
  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1024px) {
  html.on {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}

body {
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@media only screen and (max-width: 1024px) {
  body.on {
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
  }
}

@media only screen and (max-width: 1024px) {
  .sj_bj {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 99999;
    display: none;
  }
}

/* 微信 */

.e_m {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none;
}

.e_m .n_r {
  width: 200px;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
  width: 100%;
  height: auto;
  display: block;
}

.e_m .n_r p {
  font-size: 15px;
  color: #888;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .e_m .n_r {
    width: 230px;
    padding: 15px;
  }
  .e_m .n_r p {
    font-size: 20px;
  }
}

.header {
  width: 100%;
  position: fixed;
  height: 125px;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* border-bottom: 1px solid rgba(255, 255, 255, .5); */
  background-color: #00030c;
}

.header .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.header .container .youshangjiao {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.header .container .youshangjiao .yy {
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid #c1af7b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 4px;
}

.header .container .youshangjiao .yy.zh {
  width: 99px;
}

.header .container .youshangjiao .yy.on {
  background-color: #c1af7b;
}

.header.s_y {
  background: none;
  /* border-bottom: 1px solid rgba(255, 255, 255, .5); */
}

.header.on,
.header.headernei {
  top: 0;
  /* box-shadow: 0 0 15px #ddd; */
  /* background-color: #fff; */
  border-bottom: 0;
}

.header .container .nri_hedar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.header .logo {
  position: relative;
}

.header .zuoyou_y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.header .logo img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header .logo img.d_w {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header.on .logo img.t_m,
.header.headernei .logo img.t_m {
  opacity: 0;
}

.header.on .logo img.d_w,
.header.headernei .logo img.d_w {
  opacity: 1;
}

.header .an {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 25px;
  height: 33px;
  width: 50px;
  display: none;
}

.header .an span {
  width: 50px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header .an span.a1 {
  top: 0;
  left: 0;
}

.header .an span.a2 {
  top: 14px;
  left: 0;
}

.header .an span.a3 {
  top: 28px;
  left: 0;
}

.header .an.n span.a2 {
  display: none;
}

.header .an.n span.a1 {
  top: 13px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: 13px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.header .nav {
  width: 100%;
}

.header .nav ul {
  /* float: left; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.header .nav ul li {
  text-align: center;
  position: relative;
  padding: 0 25px;
  height: 100%;
  flex: 0 0 12%;
}

.header .nav .y_j {
  position: relative;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.header .nav .y_j i {
  width: 60%;
  padding-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  text-align: right;
  color: #fff;
  line-height: 70px;
  z-index: 99;
  display: none;
}

.header .nav .y_j a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}

.header .nav ul li:hover .y_j a,
.header .nav ul li.on .y_j a {
  color: #B89F66;
}

.header .nav .e_j {
  width: 160px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #888;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header .nav ul li:hover .e_j {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.header .nav .e_j a {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  display: block;
}

.header .shpouji {
  display: none;
}

.header .diannao {
  display: block;
  width: 232px;
  z-index: 9;
}

.header .diannao a {
  position: absolute;
  top: -78px;
  left: 54%;
  transform: translateX(-50%);
  width: 100%;
}

.header.on .diannao a {
  top: -114px;
}

.header::after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -150px;
  top: -10%;
  width: 320px;
  height: 118px;
  background: #00030c;
  transform: perspective(0.5em) rotateX(179.5deg);
  transform-origin: bottom;
  border-radius: 6px;
}

.header.on::after {
  top: -45%;
}
/*  */

  .header::after {
    display: none;
  }
  .header .diannao a {
    position: static;
    transform: none;
  }
  .header .diannao {
    position: relative;
    bottom: -50px;
    padding: 0 30px 23px 30px;
    background: #000;
    clip-path: polygon(
      0 0,
      100% 0,
      100% 70px,
      calc(100% - 20px) 100%,
      20px 100%,
      0 70px
    );
    border-radius: 31px;
  }
  .header .nav ul .nav_li {
    display: flex;
    flex: 0 0 calc((100% - 232px) / 2);
    justify-content: space-between;
  }
  .header .nav ul .nav_li li {
    flex: initial;
  }
/*  */
.header .nav ul .nav_li.z_hz{
justify-content: flex-start;
}
.header .nav ul .nav_li.y_hz{
  justify-content: flex-end;
  }

  @media only screen and (max-width:1440px){
    .header .nav ul li{
      padding: 0 15px;
    }
  }
@media only screen and (max-width: 1200px) {
  .header .container {
    max-width: 100%;
  }
  .header .nav .y_j a {
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
.shouji_xs{
  display: none;
}
@media only screen and (max-width: 1024px) {
  .shouji_xs{
   display: flex;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   flex: 0 0 100%;
   margin-top: 30px;
  }
  .shouji_xs a{
    width: 100px;
    height: 60px;
    border: 1px solid #c1af7b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; color: #fff;
    font-size: 22px;
  }
  .shouji_xs a.on{
    background-color: #c1af7b;
   
  }
  .header .container .youshangjiao a.xs{
    display: none;
  }
  .header .container .youshangjiao{
    right: 126px;
    top: 43px;
  }

  .header .nav ul .nav_li {
    flex-wrap: wrap;
  }
  .header .container .youshangjiao .yy {
    font-size: 19px;
    font-size: 19px;
    width: 54px;
    height: 44px;
  }
  .header .container .youshangjiao .yy i {
    font-size: 22px;
  }
  .header .container .youshangjiao .yy.zh {
    width: 120px;
  }
  .header {
    /* height: auto; */
  }
  .header_h {
    display: none;
  }
  .header::after {
    display: none;
  }
  .header .shpouji {
    display: block;
  }
  .header .container .nri_hedar {
    background: none;
  }
  .header .diannao {
    display: none;
  }
  .header {
    top: 0;
  }
  .header .nav ul {
    display: block;
    height: auto;
  }
  .header.on .nav li.on .y_j a,
  .header.headernei .nav li.on .y_j a {
    color: #fff;
    font-weight: initial;
  }
  .header.s_y {
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header .logo {
    margin: 0;
    padding: 25px 0;
    float: none;
  }
  .header .logo img.d_w {
    opacity: 1;
    top: 25px;
  }
  .header .logo img.t_m {
    opacity: 0;
  }
  .header.on .logo img.t_m {
    opacity: 0;
  }
  .header.on .logo img.d_w {
    opacity: 1;
  }
  .header .an {
    display: block;
    margin-top: -13px;
  }
  .header .tel {
    height: 90px;
    font-size: 22px;
    line-height: 90px;
    text-align: left;
    color: #fff;
    float: none;
  }
  .header .tel i {
    color: #fff;
  }
  .header .nav {
    width: 60%;
    height: 100vh;
    padding: 10px 5% 0;
    margin: 0;
    background-color: #141414;
    position: fixed;
    top: 0;
    right: -60%;
    z-index: 9999;
    overflow: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
  }
  .header .nav ul {
    width: 100%;
    float: none;
    padding: 0;
  }
  .header .nav ul li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: none;
    padding: 10px 0;
    margin: 0;
    height: auto;
  }
  .header .nav .y_j {
    height: auto;
    justify-content: flex-start;
  }
  .header .nav .y_j i {
    display: block;
  }
  .header .nav .y_j:after {
    display: none;
  }
  .header .nav .y_j a,
  .header.headernei .nav .y_j a {
    font-size: 22px;
    color: #fff;
    line-height: 70px;
  }
  .header .nav ul li:hover .y_j a {
    color: #fff;
  }
  .header .nav ul li.on .y_j a {
    color: #fff;
  }
  .header .nav .e_j {
    width: 100%;
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    padding: 10px 0;
    margin-left: 0;
    opacity: 0;
    visibility: inherit;
    display: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .header .nav ul li:hover .e_j {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .header .nav .e_j a {
    font-size: 20px;
    line-height: 56px;
    text-align: left;
    color: #fff;
    margin: 0 30px 0 0;
  }
  .sousuo .sou_suo_kuang {
    width: 275px;
    height: 43px;
  }
  .sousuo .sou_suo_kuang button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .yuyan {
    margin-right: 100px;
  }
  .header .nav ul li:hover::after,
  .header .nav ul li.on::after {
    display: none;
  }
  .header {
    position: relative;
  }
  .sousuo .ondq {
    opacity: 1;
  }
  .sousuo .zdq {
    opacity: 0;
  }
  .sousuo {
    color: #1e1e1e;
  }
  .header.headernei .yuyan .xia_nr,
  .header .yuyan .xia_nr {
    background: rgba(12, 60, 96, 0.5);
  }
  .header.headernei .yuyan .xia_nr a,
  .header .yuyan .xia_nr a {
    color: #fff;
  }
  .header.headernei .yuyan .xia_nr::after,
  .header .yuyan .xia_nr::after {
    border-bottom: 12px solid rgba(12, 60, 96, 0.5);
  }
}

@media only screen and (max-width: 992px) {
  .header .nav {
    display: block;
  }
  .sousuo .sou_suo_kuang {
    width: 262px;
    height: 44px;
  }
}

.head_h {
  width: 100%;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
}

.head_h.g_b {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .head_h {
    height: 120px;
  }
  .head_h.g_b {
    display: block;
  }
  .header .logo img {
    max-height: 75px;
  }
}

/* 侧边栏 */

.cebianlan {
  position: fixed;
  right: 0;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 186px;
  z-index: 9;
  border-radius: 10px 0 0 10px;
}

.cebianlan a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 0;
}

.cebianlan i {
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .cebianlan a {
    font-size: 20px;
  }
  .cebianlan {
    width: 217px;
  }
}

.pc_ban {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 800px;
}

.pc_ban img {
  width: 100%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}

.pc_ban .swiper-button-prev {
  left: 30px;
}

.pc_ban .swiper-button-next {
  right: 30px;
}

.pc_ban .swiper-button-prev i,
.pc_ban .swiper-button-next i {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: lighter;
}

.pc_ban .swiper-slide {
  overflow: hidden;
}

.pc_ban .container {
  position: relative;
}

.pc_ban .swiper-wrapper {
  height: 100%;
}

.pc_ban .swiper-wrapper .swiper-slide {
  height: 100%;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  /* opacity: 1; */
  /* margin: 0 15px; */
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
  width: 54px;
  height: 12px;
  background: #d70d24;
  border-radius: 50px;
}

.pc_ban .sw_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); */
  transition: all 5s;
  -o-transition: all 5s;
  -ms-transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
}

.pc_ban .swiper-slide-active .sw_bg {
  /* transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); */
}

@media only screen and (max-width: 1200px) {
  .pc_ban .swiper-button-next,
  .pc_ban .swiper-button-prev {
    display: none;
  }
  .pc_ban {
    height: 532px;
  }
}

@media only screen and (max-width: 992px) {
  .pc_ban .swiper-wrapper .swiper-pagination {
    display: none;
  }
  .pc_ban {
    height: 316px;
  }
}

/* About Pharos */

.sy_guanyu {
  padding: 100px 0 70px;
}

.sy_guanyu .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sy_guanyu .container .zuo {
  flex: 0 0 34%;
  max-width: 34%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sy_guanyu .container .zuo h5 {
  font-family: "Arial";
  font-weight: bold;
  color: #b89f66;
  font-size: 50px;
  line-height: 55px;
  position: relative;
  padding-bottom: 20px;
}

.sy_guanyu .container .zuo h5::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 163px;
  height: 8px;
  background-color: #b89f66;
}

.sy_guanyu .container .you {
  flex: 0 0 66%;
  max-width: 66%;
  padding: 0 40px;
}

.sy_guanyu .container .you h5 {
  font-family: "Arial";
  color: #000000;
  font-size: 26px;
  line-height: 35px;
  position: relative;
  font-style: italic;
  font-weight: bold;
}

.sy_guanyu .container .you h6 {
  font-family: "Arial";
  color: #000000;
  font-size: 18px;
  line-height: 35px;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .sy_guanyu .container .zuo h5::after {
    width: 100%;
    height: 4px;
  }
  .sy_guanyu .container .zuo h5 {
    font-size: 33px;
    line-height: 28px;
  }
  .sy_guanyu .container .you h6 {
    font-size: 19px;
  }
  .sy_guanyu {
    padding: 50px 0;
  }
}

/* 模块二 */

.sy_mk2 .shang {
  padding: 96px 0 170px;
  overflow: hidden;
  position: relative;
}

.sy_mk2 .shang::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.sy_mk2 .shang .nr {
  padding: 0 200px;
  font-family: "Arial";
  color: #ffffff;
  font-size: 26px;
  line-height: 60px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sy_mk2 .shang .nr .text2 {
  visibility: hidden;
}

.sy_mk2 .xia .sangekuai {
  background-color: #b89f66;
  margin-top: -67px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 36px 0;
  position: relative;
  z-index: 3;
}

.sy_mk2 .xia .sangekuai .dange {
  flex: 1;
  padding: 0 50px;
  min-height: 298px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 换主轴方向 */
  flex-direction: column;
  border-left: 1px solid #fff;
}

.sy_mk2 .xia .sangekuai .dange:nth-child(1) {
  border-left: none;
}

.sy_mk2 .xia .sangekuai .dange h5 {
  font-size: 26px;
  color: #fff;
  font-family: "Arial";
  margin-top: 45px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.sy_mk2 .xia .sangekuai .dange:hover h5 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sy_mk2 .xia .sangekuai .dange i img {
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.sy_mk2 .xia .sangekuai .dange:hover i img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

@media only screen and (max-width: 1200px) {
  .sy_mk2 .shang .nr {
    padding: 0;
  }
  .sy_mk2 .xia .sangekuai .dange {
    padding: 0 15px;
  }
  .sy_mk2 .xia .sangekuai .dange h5 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1024px) {
  .sy_mk2 .shang {
    padding: 50px 0;
    font-size: 24px;
    line-height: 47px;
  }
  .sy_mk2 .xia .sangekuai {
    margin-top: 30px;
  }
  .sy_mk2 .xia .sangekuai .dange {
    border-left: none;
    flex: 0 0 100%;
    margin-top: 20px;
    background-color: #b89f66;
  }
  .sy_mk2 .xia .sangekuai {
    padding: 0 0;
    background: none;
  }
}

.sy_mk3 {
  padding: 110px 0 99px;
}

@media only screen and (max-width: 1024px) {
  .sy_mk3 {
    padding: 50px 0;
  }
}

/* Singapore */

.sy_mk4 {
  padding: 102px 0;
  min-height: 650px;
  position: relative;
}

.sy_mk4::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))
    no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))
    no-repeat;
  content: "";
}

.sy_mk4 .container {
  position: relative;
  z-index: 2;
}

.sy_mk4 .wen_zi {
  padding-left: 148px;
}

.sy_mk4 h5 {
  font-family: Arial;
  font-size: 50px;
  color: #fff;
  font-weight: Bold;
  font-style: italic;
}

.sy_mk4 h6 {
  font-family: Arial;
  font-size: 26px;
  color: #fff;
  font-weight: Bold;
  font-style: italic;
  margin-top: 10px;
}

.sy_mk4 .nr {
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  font-weight: Bold;
  margin-top: 20px;
  line-height: 27px;
}

@media only screen and (max-width: 1024px) {
  .sy_mk4 {
    padding: 50px 0;
    min-height: 100%;
  }
  .sy_mk4 .wen_zi {
    padding-left: 0;
  }
  .sy_mk4 h5 {
    font-size: 40px;
  }
  .sy_mk4 h6 {
    font-size: 24px;
  }
  .sy_mk4 .nr {
    font-size: 19px;
    line-height: 33px;
  }
}

/* Contact Us  */

.sy_mk5 {
  padding: 95px 0 110px;
}

.ggbt_bt {
  font-size: 50px;
  font-weight: bold;
  font-family: "Arial";
  color: #b89f66;
  padding-bottom: 37px;
  position: relative;
  text-align: center;
  line-height: 1;
}

.ggbt_bt::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 163px;
  height: 8px;
  background-color: #b89f66;
  content: "";
}

@media only screen and (max-width: 1024px) {
  .ggbt_bt {
    font-size: 33px;
    padding-bottom: 16px;
  }
  .ggbt_bt::after {
    height: 4px;
  }
}

.sy_mk5 h5 {
  font-family: "Arial";
  font-size: 84px;
  line-height: 1;
  margin-top: 80px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.sy_mk5 .wen_zi {
  text-align: center;
  font-family: "Arial";
  font-size: 25px;
  padding-top: 50px;
  color: #000000;
}

.sy_mk5 .wen_zi p {
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .sy_mk5 {
    padding: 50px 0;
  }
  .sy_mk5 h5 {
    font-size: 33px;
    margin-top: 35px;
    margin-bottom: 7px;
  }
  .sy_mk5 .wen_zi {
    font-size: 21px;
    padding-top: 37px;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Arial";
  font-size: 16px;
  color: #fff;
  height: 105px;
  background-color: #00030c;
}

/* 关于我们 */

.nei_ban {
  height: 500px;
}

.nei_ban .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.nei_ban .container .wz {
  line-height: 42px;
  font-family: "Arial";
  font-size: 36px;
  color: #3e3a39;
  font-weight: bold;
  font-style: italic;
  flex: 0 0 55%;
}

@media only screen and (max-width: 1024px) {
  .nei_ban .container .wz {
    flex: 0 0 100%;
    font-size: 29px;
    text-shadow: 0 0 5px #cacaca;
  }
  .nei_ban {
    height: 360px;
  }
}

.guanyu_mk1 {
  padding: 124px 0 100px;
}

.guanyu_mk1 .xia_nr {
  margin-top: 105px;
  width: 100%;
}

.guanyu_mk1 .xia_nr .xia_biao_ti {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  font-family: "Arial";
  color: #000000;
  width: 100%;
}

.guanyu_mk1 .xia_nr .tiaoxingt {
  margin-top: 80px;
  padding: 0 280px;
}

.guanyu_mk1 .xia_nr .tiaoxingt .sigel img {
  width: 100%;
}

.guanyu_mk1 .container .you h6 {
  margin-top: 0;
}

@media only screen and (max-width: 1440px) {
  .guanyu_mk1 .xia_nr .tiaoxingt {
    padding: 0 187px;
  }
}

@media only screen and (max-width: 1200px) {
  .guanyu_mk1 .xia_nr .tiaoxingt {
    padding: 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .guanyu_mk1 {
    padding: 50px 0;
  }
  .sy_guanyu .container .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sy_guanyu .container .you {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.guanyu_mk2 .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #404040;
}

.guanyu_mk2 .hd ul li {
  font-family: "Arial";
  font-weight: bold;
  font-size: 26px;
  color: #000;
  flex: 1;
  text-align: center;
}

.guanyu_mk2 .hd ul li.on {
  color: #b89f67;
  position: relative;
  padding-bottom: 28px;
}

.guanyu_mk2 .hd ul li.on::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  width: 164px;
  height: 8px;
  background-color: #b89f66;
  content: "";
}

.guanyu_mk2 .bd ul {
  padding: 80px 70px 0;
  width: 100%;
}

.guanyu_mk2 .bd ul h5 {
  font-size: 26px;
  font-family: "Arial";
  color: #000;
  line-height: 47px;
}

.guanyu_mk2 .bd ul h6 {
  font-size: 14px;
  font-family: "Arial";
  color: #595757;
  line-height: 45px;
  margin-top: 55px;
}

.guanyu_mk2 .bd ul .tp {
  margin-top: 70px;
}

.guanyu_mk2 .bd ul .tp img {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .guanyu_mk2 .bd ul {
    padding: 80px 0 0;
  }
  .guanyu_mk2 .hd ul li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .guanyu_mk1 .xia_nr {
    margin-top: 50px;
  }
  .guanyu_mk2 .hd ul li {
    flex: 0 0 48%;
    padding: 30px 0;
  }
  .guanyu_mk2 .hd ul li {
    border: 1px solid #b89f67;
    margin-top: 24px;
    font-size: 23px;
  }
  .guanyu_mk2 .hd ul li.on {
    color: #fff;
    background-color: #b89f67;
  }
  .guanyu_mk2 .hd ul li.on::after {
    display: none;
  }
  .guanyu_mk2 .hd ul {
    border-bottom: none;
  }
  .guanyu_mk2 .bd ul {
    padding: 0;
    margin-top: 50px;
  }
  .guanyu_mk2 .bd ul h5 {
    font-size: 22px;
    line-height: 40px;
  }
  .guanyu_mk2 .bd ul .tp {
    margin-top: 30px;
  }
  .guanyu_xjp .hd ul li {
    flex: 0 0 100%;
  }
  .guanyu_mk2 .bd ul h6 {
    font-size: 19px;
    margin-top: 36px;
  }
}

/* 搜索 */

/* 模态框 */

.search {
  position: fixed;
  top: 110px;
  width: 100%;
  background-color: #f5f5f8;
  height: 80px;
  display: none;
  z-index: 9999;
}

.search > .container {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 100px;
}

.search label {
  padding-left: 60px;
  position: relative;
  margin: 0;
}

.search label .hr {
  /* content: ''; */
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--color);
  bottom: -8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.search label input {
  font-size: 15px;
  color: var(--color);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.search label input:focus {
  padding-left: 10px;
}

.search label input:focus ~ .hr {
  width: 100%;
}
@media only screen and (max-width:1024px){
  .search label input{
    font-size: 20px;
  }
}
/* 模态框 end*/

/* 联系我们表单 */

.tabchuang_ly {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  display: none;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

.tabchuang_ly .chahao {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d3d4d4;
  left: 50%;
  transform: translateX(-50%);
  top: 77%;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #8c8b8b;
}

.biaoge_dan {
  width: 1099px;
  margin: 0 auto;
  box-shadow: 0 0 10px #cacaca;
  margin-top: 50px;
}

.biaoge_dan .tou {
  font-size: 50px;
  font-weight: bold;
  color: #b89f66;
  font-family: "Arial";
  background-color: #00030c;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.biaoge_dan .shen_zi {
  padding: 40px 123px 40px 105px;
  background-color: #fff;
}

.biaoge_dan .shen_zi .hang {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.biaoge_dan .shen_zi .hang .z {
  flex: 0 0 24%;
  max-width: 24%;
  font-size: 18px;
  color: #000000;
  font-family: "Arial";
  font-weight: bold;
}

.biaoge_dan .shen_zi .hang .z i {
  color: #b89f66;
}

.biaoge_dan .shen_zi .hang .y {
  flex: 0 0 76%;
  max-width: 76%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.biaoge_dan .shen_zi .hang:nth-child(1) .y {
  justify-content: flex-start;
}

.biaoge_dan .shen_zi .hang .y .dx {
  font-size: 18px;
  color: #000000;
  font-family: "Arial";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 30px;
}

.biaoge_dan .shen_zi .hang .y .dx input {
  margin-right: 5px;
  display: block;
}

.biaoge_dan .shen_zi .hang:nth-child(2) .y .liage {
  flex: 0 0 100%;
  max-width: 100%;
}

.biaoge_dan .shen_zi .hang:nth-child(3) .y .liage {
  flex: 0 0 100%;
}

.biaoge_dan .shen_zi .hang:nth-child(4) .y .liage {
  flex: 0 0 30%;
}

.biaoge_dan .shen_zi .hou .y input {
  width: 100%;
  height: 34px;
  background-color: #e6e6e6;
  font-size: 16px;
  font-family: "Arial";
  color: #898989;
  padding-left: 10px;
}

.biaoge_dan .shen_zi .hou .y textarea {
  width: 100%;
  height: 130px;
  background-color: #e6e6e6;
  font-size: 16px;
  font-family: "Arial";
  color: #898989;
  padding-left: 10px;
  padding-top: 10px;
}

.biaoge_dan .shen_zi button {
  width: 167px;
  height: 44px;
  border: 1px solid #b89f66;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Arial";
  margin: 48px auto 0;
  font-size: 26px;
  color: #b89f66;
  font-weight: bold;
  border-radius: 5px;
}
@media only screen and (max-width: 1600px) {
  .biaoge_dan .shen_zi {
    height: 70vh;
    overflow-y: auto;
  }
  .biaoge_dan{
    margin-top: 85px;
  }
  .tabchuang_ly .chahao{
    top: 4%;
  }
}
@media only screen and (max-width: 1200px) {
  .biaoge_dan {
    width: 80%;
margin-top: 129px;
  }
}

@media only screen and (max-width: 992px) {
  .biaoge_dan .shen_zi {
    padding: 30px;
    height: 60vh;
    overflow-y: auto;
  }
  .biaoge_dan .shen_zi .hang:nth-child(2) .y .liage {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .biaoge_dan .shen_zi .hang:nth-child(2) .y .liage:nth-child(2) {
    margin-top: 10px;
  }
  .biaoge_dan .shen_zi .hou .y input {
    height: 57px;
  }
  .biaoge_dan .shen_zi .hang .z {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 22px;
  }
  .biaoge_dan .shen_zi .hang .y {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .biaoge_dan .shen_zi .hang .y .dx {
    font-size: 20px;
  }
  .biaoge_dan .shen_zi .hou .y input {
    font-size: 18px;
  }
  .biaoge_dan .shen_zi .hang:nth-child(4) .y .liage {
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .biaoge_dan .shen_zi .hang:nth-child(4) .y .liage:nth-child(1) {
    margin-top: 0;
  }
}

/* Our Partners */

.parent_liabiao {
  padding: 96px 0 70px;
}

.parent_liabiao .container {
  padding-top: 60px;
}

.parent_liabiao .container .dange {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.parent_liabiao .container .dange .zuo {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 25px;
}

.parent_liabiao .container .dange .zuo .kuang {
  overflow: hidden;
}

.parent_liabiao .container .dange .zuo img {
  width: 100%;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}

.parent_liabiao .container .dange:hover .zuo img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.parent_liabiao .container .dange .you {
  flex: 1;
  background-color: #f6f6f6;
  padding: 79px 30px 30px;
}

.parent_liabiao .container .dange .you h5 {
  font-size: 26px;
  font-family: "Arial";
  color: #b89f66;
  font-weight: bold;
}

.parent_liabiao .container .dange .you h6 {
  font-size: 18px;
  font-family: "Arial";
  color: #b89f66;
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
}

.parent_liabiao .container .dange .you .nei_rong {
  font-size: 18px;
  font-family: "Arial";
  color: #000;
  margin-top: 40px;
  line-height: 35px;
}

@media only screen and (max-width: 1440px) {
  .parent_liabiao .container .dange .you {
    padding: 30px;
  }
  .parent_liabiao .container .dange .you .nei_rong {
    margin-top: 19px;
    line-height: 31px;
    max-height: 217px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .parent_liabiao .container .dange .you .nei_rong {
    max-height: 124px;
  }
}

@media only screen and (max-width: 992px) {
  .parent_liabiao {
    padding: 50px 0;
  }
  .parent_liabiao .container .dange .zuo {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .parent_liabiao .container .dange .you .nei_rong {
    max-height: 100%;
  }
  .parent_liabiao .container .dange .you h6 {
    font-size: 21px;
  }
  .parent_liabiao .container .dange .you .nei_rong {
    font-size: 19px;
    line-height: 38px;
  }
  .parent_liabiao .container .dange {
    margin-top: 30px;
  }
  .parent_liabiao .container {
    padding-top: 10px;
  }
}

/* 投资策略 */

.our_liabiao {
  padding: 70px 0 90px;
}

.our_liabiao .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}

.our_liabiao .container .our_lieb {
  margin-top: 40px;
  flex: 0 0 49%;
  max-width: 49%;
  display: block;
}

.our_liabiao .container .our_lieb .shang {
  overflow: hidden;
}

.our_liabiao .container .our_lieb .shang img {
  width: 100%;
  transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
}

.our_liabiao .container .our_lieb:hover .shang img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.our_liabiao .container .our_lieb .xia {
  background: #baa264;
  min-height: 225px;
  padding: 20px 20px 30px;
  font-size: 18px;
  color: #fff;
  font-family: "Arial";
  line-height: 35px;
}

@media only screen and (max-width: 1440px) {
  .our_liabiao .container .our_lieb .xia {
    min-height: 225px;
  }
}

@media only screen and (max-width: 1200px) {
  .our_liabiao .container .our_lieb .xia {
    font-size: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .our_liabiao {
    padding: 50px 0 0;
  }
  .our_liabiao .container {
    margin-top: 10px;
  }
  .our_liabiao .container .our_lieb {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .our_liabiao .container .our_lieb .xia {
    font-size: 19px;
  }
}

/* 我们的服务 */

.women_fw {
  padding: 80px 0 10px;
}

.women_fw .diyi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 130px;
}

.women_fw .diyi .zuo {
  flex: 0 0 34.7%;
  max-width: 34.7%;
}

.women_fw .diyi .you {
  flex: 0 0 62.2%;
  max-width: 62.2%;
}

.women_fw .diyi .you .dange {
  padding: 38px 0 48px;
  border-top: 2px solid #eaeaea;
}

.women_fw .diyi .you .dange:nth-child(1) {
  padding-top: 0;
  border-top: none;
}

.women_fw .diyi .you .dange:nth-last-child(1) {
  padding-bottom: 0;
}

.women_fw h5 {
  font-size: 26px;
  font-family: "Arial";
  font-weight: Bold;
  color: #b89f66;
}

.women_fw h5 i {
  font-size: 50px;
  margin-right: 15px;
}

.women_fw h6 {
  font-size: 18px;
  color: #000000;
  font-family: "Arial";
  line-height: 35px;
  margin-top: 25px;
}

.women_fw .dier {
  padding-left: 40px;
  margin-top: 70px;
}

.women_fw .dier .zuoyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 85px;
}

.women_fw .dier .zuoyou .zuo {
  flex: 0 0 50.8%;
  max-width: 50.8%;
  padding-left: 70px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.women_fw .dier .zuoyou .zuo .nei_quan {
  position: absolute;
  width: 325px;
  height: 325px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  right: 75px;
  top: 75px;
}

.women_fw .dier .zuoyou .zuo .diannao {
  width: 387px;
  position: absolute;
  left: 10%;
  z-index: 2;
  top: 10%;
}

.women_fw .dier .zuoyou .zuo .diannao img {
  max-width: 100%;
}

.women_fw .dier .zuoyou .zuo i {
  width: 478px;
  height: 478px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  position: relative;
}

.women_fw .dier .zuoyou .zuo em {
  width: 478px;
  height: 478px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  position: absolute;
  right: 0;
  top: 0;
}

.women_fw .dier .zuoyou .zuo em::before {
  content: " ";
  position: absolute;
  top: calc(50% - 11px);
  left: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dab773;
  transform-origin: 250px 11px;
  animation: rotate1 8s linear infinite;
 
}
@keyframes rotate1 {
  0%{
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(450deg);
  }
}

.women_fw .dier .zuoyou .zuo em::after {
  content: " ";
  position: absolute;
  top: calc(50% - 11px);
  left: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dab773;
  transform-origin: 250px 11px;
  animation: rotate2 8s linear infinite;
 
}
@keyframes rotate2 {
  0%{
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(540deg);
  }
}

.women_fw .dier .zuoyou .zuo i::before {
  content: " ";
  position: absolute;
  top: calc(50% - 11px);
  left: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dab773;
  transform-origin: 250px 11px;
  animation: rotate3 8s linear infinite;
 
}
@keyframes rotate3 {
  0%{
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(630deg);
  }
}

.women_fw .dier .zuoyou .zuo i::after {
  content: " ";
  position: absolute;
  top: calc(50% - 11px);
  left: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dab773;
  transform-origin: 250px 11px;
  animation: rotate 8s linear infinite;
 
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.women_fw .dier .zuoyou .you {
  flex: 0 0 45.7%;
  max-width: 45.7%;
  padding-right: 35px;
}

.women_fw .dier .zuoyou .y_dg {
  /* margin-top: 30px; */
}

.women_fw .dier .zuoyou .y_dg h5 {
  color: #231815;
}

.women_fw .dier .zuoyou .y_dg h6 {
  margin-top: 10px;
}

.women_fw .disan {
  margin-top: 50px;
  padding-left: 40px;
}

.nei_ban .wz_you {
  font-size: 36px;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  font-style: italic;
  flex: 0 0 100%;
}

@media only screen and (max-width: 1200px) {
  .women_fw .dier .zuoyou .zuo i {
    position: absolute;
  }
}

@media only screen and (max-width: 1024px) {
  .women_fw {
    padding: 50px 0 0;
  }
  .women_fw .diyi {
    margin-top: 30px;
  }
  .women_fw .diyi .zuo {
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
  }
  .women_fw .diyi .you {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .women_fw h5 {
    font-size: 24px;
  }
  .women_fw h5 i {
    font-size: 36px;
  }
  .women_fw h6 {
    font-size: 19px;
  }
  .women_fw .diyi .you .dange {
    padding: 30px 0;
  }
  .women_fw h6 {
    margin-top: 19px;
  }
  .women_fw .diyi .you .dange:nth-last-child(1) {
    padding: 30px 0;
    border-bottom: 2px solid #eaeaea;
  }
  .women_fw .dier {
    padding-left: 0;
    margin-top: 30px;
  }
  .women_fw .dier .zuoyou .zuo {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    justify-content: flex-start;
  }
  .women_fw .dier .zuoyou .zuo .diannao {
    left: 0%;
    position: relative;
    top: 0;
  }
  .women_fw .dier .zuoyou .zuo i {
    right: 0;
  }
  .women_fw .dier .zuoyou .you {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-top: 50px;
  }
  .women_fw .dier .zuoyou {
    padding-bottom: 30px;
  }
  .women_fw .disan {
    margin-top: 30px;
    padding-left: 0;
  }
}


 /* 新闻内页 */
    
 .ny_nr .xw_xq {
  padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
  width: 100%;
  border-bottom: solid 1px #cacaca;
  padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
  text-align: right;
}

.ny_nr .xw_xq .xq_nr {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
  line-height: 30px;
  font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
  max-width: 100%;
  
}

.ny_nr .xw_xq .xq_fy {
  text-align: center;
  padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
  display: inline-block;
  margin: 0px 15px;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
  width: 100%;
  overflow: hidden;
  margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
  font-size: 24px;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF;
  padding: 15px 0px;
  text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
  display: block;
  border-bottom: dashed 1px #cccccc;
  line-height: 56px;
  font-size: 14px;
  color: #666;
}

@media only screen and (max-width:640px) {
.ny_nr .xw_xq .xq_nr{
  font-size: 19px;
}
.ny_nr .xw_xq .xq_fy a{
  font-size: 19px;
}
  .ny_nr .xw_xq {
      padding: 20px 0px;
  }
  .ny_nr .xw_xq .xq_lf .xq_tl {
      font-size: 22px;
  }
  .ny_nr .xw_xq .xq_lf .xq_fc {
      padding: 15px 0px;
  }
  .ny_nr .xw_xq .xq_lf .xq_fc .right {
      text-align: center;
  }
  .ny_nr .xw_xq .xq_fy {
      padding: 10px 0px;
  }
  .ny_nr .xw_xq .xq_fy a {
      margin: 0px 10px;
      padding: 10px 15px;
  }
  .ny_nr .xw_xq .xq_rt {
      margin-top: 15px;
  }
  .ny_nr .xw_xq .xq_rt .rt_bt {
      font-size: 20px;
      padding: 10px 0px;
  }
  .ny_nr .xw_xq .xq_rt .rt_lb li a {
      line-height: 40px;
  }
}
/*新加邮箱*/
.liabi_tujia{
  padding: 80px 0 105px;
}
.liabi_tujia .shen_zi{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  flex-wrap: wrap;
}.liabi_tujia .shen_zi .zg_zuo{
   flex: 0 0 31.4%;
   max-width: 31.4%;
 }
.liabi_tujia .shen_zi .dang_zy{
  display: flex;
  flex-wrap: wrap;
  padding: 38px 0;
  border-top: 1px solid rgba(0,0,0,.5);
  padding-right: 160px;
  padding-left: 13px;
}
.liabi_tujia .shen_zi .dang_zy:nth-child(1){
  padding-top: 0;
  border-top: none;
}
.liabi_tujia .shen_zi .dang_zy .y_dg{
  line-height: 27px;
  max-width: 220px;
  font-size: 21px;
  color: #000;
  font-family: 'Arial';
  margin-left: 19px;
}
.liabi_tujia .shen_zi .zg_you{
  flex: 0 0 66.2%;
  max-width: 66.2%;
}
.liabi_tujia .shen_zi .zg_you h5{
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.liabi_tujia .shen_zi .zg_you h6{
  font-size: 21px;

  color: #000;
  padding-bottom: 10px;
  margin-top: 10px;
}
.liabi_tujia .shen_zi .zg_you  .hang{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.liabi_tujia .shen_zi .zg_you  .hang .z input{
  width: 100%;
  height: 40px;
  border: 1px solid #666666;
  background: #fff;
  padding-left: 10px;
}
.liabi_tujia .shen_zi .zg_you  .hou{
  justify-content: space-between;
}
.liabi_tujia .shen_zi .zg_you  .hang.hou .z{
  flex: 0 0 32%;
  max-width: 32%;
}
.liabi_tujia .shen_zi .zg_you  .hang.zh .z{
  flex: 0 0 100%;
  max-width: 100%;
}.liabi_tujia .shen_zi .zg_you textarea{
   width: 100%;
   height: 153px;
   border: 1px solid #666666;
   background: #fff;
   padding-left: 10px;
   padding-top: 10px;
 }
.liabi_tujia .shen_zi .zg_you  .hang .y{
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  flex-wrap: wrap;
}.liabi_tujia .shen_zi .zg_you  .hang .dx{
   margin-left: 34px;
   font-size: 18px;
   color: #000;
   display: flex;
   /*justify-content: space-between;*/
   align-items: center;
   flex-wrap: wrap;
 }
.liabi_tujia .shen_zi .zg_you  .hang .dx input{
  margin-right: 9px;
}.liabi_tujia .shen_zi .zg_you button{
   margin: 0 auto;
   margin-top: 45px;
   width: 160px;
   height: 40px;
   background-color: #b89f66;
   font-size: 26px;
   font-weight: bold;
   color: #fff;
   display: block;

 }
@media only screen and (max-width:1450px) {
  .liabi_tujia .shen_zi .dang_zy{
    padding-right: 0;
  }
}
@media only screen and (max-width:1024px) {
  .liabi_tujia .shen_zi .zg_zuo{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liabi_tujia .shen_zi .zg_you{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liabi_tujia .shen_zi{
    margin-top: 50px;
  }
  .liabi_tujia .shen_zi .dang_zy .y_dg{

    max-width: 87%;
    line-height: 34px;
  }
  .liabi_tujia .shen_zi .zg_you h5{
    font-size: 28px;
    margin: 50px 0 0 ;
  }
  .liabi_tujia .shen_zi .zg_you h6{
    margin-top: 30px;
  }
  .liabi_tujia .shen_zi .zg_you .hang .z {
    flex: 0 0 100%;
  }
  .liabi_tujia .shen_zi .zg_you .hang .z input{
    height: 60px;
  }
  .liabi_tujia .shen_zi .zg_you .hang .dx{

    font-size: 23px;
    margin-top: 30px;
  }
  .liabi_tujia .shen_zi .zg_you .hang.hou .z{
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .liabi_tujia{
    padding: 50px 0;
  }
}


/* cookie弹窗 */
.cool_tanchuang {
 display: none;
  position: fixed;
  z-index: 999;
  padding: 30px 60px 20px;
  box-shadow: 1px 0px 2px rgb(51 51 102 / 20%);
  background: rgba(255, 255, 255, 90%);
  color: #000;
  bottom: 0;
  right: 0;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
  width: 500px;
}
.cool_tanchuang a{
  text-decoration: revert;
}
.danye_nr .dy_bt .you_daoh a:hover{
  color: #c1af7b;
}
.cool_tanchuang .anniu_guan {
  display: inline-block;
  background: #ccc;
  border: 1px solid #ccc;
  padding: 5px 50px;
  color: #333;
  font-size: 14px;
  box-shadow: inset 0 0 0 rgb(51 51 102 / 50%);
  margin: 0 6px;
  letter-spacing: 1px;
  margin-top: 20px;
  text-align: center;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.cool_tanchuang .anniu_guan:hover {
  background-color: #333;
  color: #fff;
}


/* 单页 */

.danye_nr {
  padding: 100px 0;
}

.danye_nr .dy_bt {
  padding-bottom: 17px;
  padding-left: 30px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  color: #333;
  font-size: 35px;
  line-height: 50px;
  font-weight: 400;
  position: relative;
}

.danye_nr .dy_bt .you_daoh {
  color: #777;
  font-size: 12px;
  padding: 6px 15px;
  position: absolute;
  bottom: -15px;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 2;
  border-radius: 5px;
}

.danye_nr .dy_bt .you_daoh a {
  color: #777;
  font-size: 12px;
  margin: 0 5px;
}

.danye_nr .dy_nr {
  letter-spacing: 0.5px;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
  padding: 40px 30px 0;
}

@media only screen and (max-width:1024px) {
  .cool_tanchuang{
    width:100% ;
  }
  .cool_tanchuang .anniu_guan{
    margin-top: 30px;
    width: 100%;
    font-size: 20px;
  }
  .danye_nr {
    padding: 50px 0;
  }
  .danye_nr .dy_bt {
    padding-left: 0;
    font-size: 30px;
    margin-bottom: 0;
  }
  .danye_nr .dy_bt .you_daoh {
    position: relative;
    bottom: 0;
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 50px;
  }
  .danye_nr .dy_bt .you_daoh a {
    font-size: 18px;
    margin: 0 12px;
  }
  .danye_nr .dy_bt {
    display: flex;
    flex-wrap: wrap;
  }
  .danye_nr .dy_nr {
    padding: 40px 0 0;
    font-size: 19px;
  }
}