@charset "utf-8";
/* CSS Document */

/**common**/
* {
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  -moz-scrollbar-width: thin;
  -o-scrollbar-width: thin;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #1c2d57;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #1c2d57;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1.5 OutfitRegular, Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
}


table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle !important;
  border: 0;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fixed {
  position: fixed;
  z-index: 99;
}

@font-face {
  font-family: "OutfitRegular";
  src: url('../fonts/Outfit-Regular.ttf');
}


/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.w1520 {
  width: 1520px;
}

.w1320 {
  width: 1320px;
}

/* ly_header start */
.ly_header {
  padding: 5px 0;
  background-color: #1c2d57;
}

.ly_header p {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.ly_header p a {
  color: #fff;
  text-decoration: underline;
}

.ly_header p a:hover {
  color: #00d681;
}

/* ly_header end */


/* ly_top start */
.ly_top {
  padding: 0 40px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.ly_top .lyTop_logo {
  width: 230px;
  height: 90px;
  float: left;
  display: flex;
  align-items: center;
}

.lyTop_logo a {
  display: block;
  width: 100%;
}

.lyTop_logo a svg {
  display: block;
  fill: #1c2d57;
}

.ly_top .lyTop_menu {
  padding-left: 20px;
  float: left;
}

.lyTop_menu ul li {
  padding: 0 20px;
  float: left;
}

.lyTop_menu ul li a.lyTopMenu_fir {
  display: block;
  height: 90px;
  line-height: 90px;
  color: #1c2d57;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.lyTop_right .lyTop_menu ul li a.lyTopMenu_fir {
  font-size: 14px;
  font-weight: normal;
}

.lyTop_menu ul li a.lyTopMenu_fir::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #00d681;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyTop_menu ul li:hover a.lyTopMenu_fir::after,
.lyTop_menu ul li.active a.lyTopMenu_fir::after {
  width: 100%;
}

.lyTop_menu ul li .lyTopMenu_sec {
  display: none;
  width: 42%;
  padding: 50px 100px;
  background-color: #fff;
  box-shadow: 0 16px 20px rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  transition: none;
}

.lyTopMenu_sec .lyTopMenu_seclist {
  margin: 0 -50px;
  position: relative;
}

.lyTopMenu_seclist::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #dfdfdf;
  position: absolute;
  left: 50%;
  top: 0;
}

.lyTopMenu_seclist dl {
  width: 50%;
  padding: 0 50px;
  float: left;
}

.lyTopMenu_seclist dl dt {
  line-height: 30px;
  color: #1c2d57;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 20px;
}

.lyTopMenu_seclist dl dd a {
  display: block;
  line-height: 30px;
  color: #212427;
  font-size: 17px;
  margin-top: 10px;
}

.lyTopMenu_seclist dl dd a:hover {
  font-weight: bold;
}

.lyTopMenu_sec .lyTopMenu_secBtn {
  margin-top: 50px;
}

.lyTopMenu_secBtn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 40px;
  background-color: #00d681;
  border-radius: 25px;
  letter-spacing: 1.2px;
  opacity: 1;
}

.lyTopMenu_secBtn a:hover {
  opacity: 0.8;
}

.ly_top .lyTop_right {
  float: right;
}

.lyTop_search {
  margin: 28px 0;
  padding-left: 20px;
  float: right;
}

.lyTop_search form {
  border-bottom: 2px solid #00d681;
}

.lyTop_search .sc_ipt {
  width: 148px;
  height: 32px;
  float: left;
}

.lyTop_search .sc_ipt input {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #1c2d57;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  border: none;
  outline: none;
}

.lyTop_search .sc_btn {
  width: 32px;
  height: 32px;
  float: right;
}

.lyTop_search .sc_btn button {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  border: none;
  outline: none;
}

.lyTop_search .sc_btn button svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px auto;
}

/* ly_top end */


.ly_title {
  line-height: 48px;
  color: #1c2d57;
  font-size: 36px;
  margin: 0 auto 40px;
}

.ly_title1 {
  line-height: 40px;
  font-size: 24px;
}


/* ly_foot start */
.ly_foot {
  overflow: hidden;
  background-color: #1c2d57;
}

.ly_foot .lyFoot_main {
  margin: 0 auto;
  padding: 60px 0;
}

.lyFoot_main ul {
  margin: 0 -40px;
}

.lyFoot_main ul li {
  width: 20%;
  min-height: 260px;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
}

.lyFoot_main ul li:nth-child(4) {
  width: 40%;
  border-right: 1px solid rgba(255, 255, 255, 0);
}

.lyFoot_main ul li .lyFoot_tit {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.lyFoot_main ul li dl dd a {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyFoot_main ul li dl dd a:hover {
  color: #00d681;
}

.lyFoot_main ul li .lyFoot_contact p {
  min-height: 30px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  padding: 3px 0 3px 30px;
  position: relative;
}

.lyFoot_main ul li .lyFoot_contact p i {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.2;
}

.lyFoot_main ul li .lyFoot_contact p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_main ul li .lyFoot_btn {
  margin-top: 20px;
}

.lyFoot_btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 40px;
  background-color: #00d681;
  border-radius: 25px;
  letter-spacing: 1.2px;
  opacity: 1;
}

.lyFoot_btn a:hover {
  opacity: 0.8;
}

.ly_foot .lyFoot_copy {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lyFoot_copy p {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.lyFoot_copy p a {
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
}

.lyFoot_copy p a:hover {
  color: #00d681;
}

/* ly_foot end */


/* ny_banner1 start */
.ny_banner1 {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.ny_banner1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ny_banner1 img.ba {
  display: block;
}

.ny_banner1 img.mobile_ba {
  display: none;
}

/* ny_banner1 end */


/* ab_header start */
.ab_header {
  padding: 60px 0 0;
}

.ab_title {
  margin: 0 auto 40px;
}

.ab_title title {
  display: block;
  line-height: 48px;
  color: #1c2d57;
  font-size: 36px;
  text-align: center;
}

.ab_title1 title {
  color: #fff;
}

.ab_title p {
  line-height: 28px;
  color: #212427;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.ab_title p a {
  color: #212427;
  font-weight: bold;
  text-decoration: underline;
}

.ab_title p a:hover {
  background-color: #00f091;
}

.ab_menu {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
}

.ab_menu a {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  color: #212427;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
  padding: 0;
  position: relative;
}

.ab_menu a:hover::after,
.ab_menu a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00f091;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ab_header end */

/* ab_banner start */
.ab_banner {
  height: 484px;
  overflow: hidden;
  position: relative;
  background-color: #1c2d57;
}

.ab_banner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* ab_banner end */


/* ny_page start */
.ny_page {
  width: 100%;
  max-width: 800px;
  position: relative;
}

.ny_page a.prev,
.ny_page a.next {
  display: block;
  line-height: 24px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
}

.ny_page a.prev:hover,
.ny_page a.next:hover {
  background-color: #00d681;
}

.ny_page a.prev {
  float: left;
}

.ny_page a.next {
  float: right;
}

.ny_page a.prev i,
.ny_page a.next i {
  display: block;
  width: 14px;
  height: 24px;
  overflow: hidden;
}

.ny_page a.prev i {
  float: left;
  margin-right: 4px;
}

.ny_page a.next i {
  float: right;
  margin-left: 4px;
}

.ny_page a.prev i svg,
.ny_page a.next i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ny_page p {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.ny_page p a {
  display: inline-block;
  line-height: 24px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  padding: 0 8px;
}

.ny_page p a:hover {
  background-color: #00d681;
}

/* ny_page end */

@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {
  .ny_banner1 img.ba {
    display: none;
  }

  .ny_banner1 img.mobile_ba {
    display: block;
  }
}

@media (max-width:767px) {}

@media (max-width:390px) {}

@media (max-width:320px) {}