@charset "utf-8";

/* CSS Document */
* {
  scrollbar-width: 0;
  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;
}

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 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 {
  border: 0;vertical-align: middle;
}

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;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  /* 滚动槽宽度 */
  width: 0;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
  background-color: #f4f8fa;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #f4f8fa;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #f4f8fa;
}

@font-face {
  font-family: "IBMPlexMono-Bold";
  src: url('../fonts/IBMPlexMono-Bold.ttf');
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

@font-face {
  font-family: "Impact";
  src: url('../fonts/Impact.ttf');
}

@font-face {
  font-family: "OutfitRegular";
  src: url('../fonts/Outfit-Regular.ttf');
}

@font-face {
  font-family: "AileronHeavyItalic";
  src: url('../fonts/AILERON-HEAVYITALIC.OTF');
}

@font-face {
  font-family: "AileronBlackItalic";
  src: url('../fonts/AILERON-BLACKITALIC.OTF');
}


@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* 按钮样式去除 */
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;
}

.w1600 {
  width: 1600px;
}


/*头部 开始*/
.ly_Top {
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
  background-color: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ny_Top {
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ly_Top .lyTop_Main,
.ny_Top .lyTop_Main {
  padding: 0 80px;
  position: relative;
}

.lyTop_Main .ly_Logo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin: 15px 0;
  padding: 0;
  float: left;
}

.ly_Logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.ly_Logo a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.ly_Logo a img.logo1 {
  display: block;
}

.ly_Logo a img.logo2 {
  display: none;
}

.lyTop_Main .lyTop_Tel {
  width: auto;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 23px 0 23px 20px;
  padding: 0 20px 0 8px;
  background-color: #141b60;
  border-radius: 22px;
  float: right;
  position: relative;
}

.lyTop_Tel i {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  float: left;
  position: relative;
}

.lyTop_Tel i::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, .0) 60%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.lyTop_Tel i svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyTop_Tel i svg path {
  fill: #ffffff;
}


.lyTop_Main .lyTop_ScBtn {
  width: 44px;
  height: 44px;
  margin: 23px 0 23px 20px;
  float: right;
}

.lyTop_ScBtn a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 11px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
}

.lyTop_ScBtn a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTop_ScBtn a svg path {
  fill: #ffffff;
}

.z_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

.lyTop_Search {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 90px;
  z-index: 999;
  transform: translateY(80px);
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lyTop_Search.on {
  transform: translateY(0px);
  visibility: inherit;
  opacity: 1;
}

.lyTop_Search form {
  width: 40%;
  height: 50px;
  margin: 0 auto;
  padding: 0 70px 0 0;
  position: relative;
}

.lyTop_Search form .scIpt {
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 25px 0 0 25px;
}

.lyTop_Search form .scIpt input {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #666;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0 25px;
  background-color: #f5f5f5;
  border: 0;
  outline: none;
}

.lyTop_Search form .scIpt input::-moz-placeholder {
  color: #aaa;
}

.lyTop_Search form .scIpt input:-ms-input-placeholder {
  color: #aaa;
}

.lyTop_Search form .scIpt input::-webkit-input-placeholder {
  color: #aaa;
}

.lyTop_Search form .scBtn {
  overflow: hidden;
  border-radius: 0 25px 25px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.lyTop_Search form .scBtn button {
  display: block;
  width: 70px;
  height: 50px;
  overflow: hidden;
  padding: 14px;
  background: #141b60;
  border: 0;
  outline: none;
  cursor: pointer;
}

.lyTop_Search form .scBtn button i {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto;
}

.lyTop_Search form .scBtn button i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTop_Search form .scBtn button i svg path {
  fill: #ffffff;
}

.fxd .ly_Top,
.ly_Top:hover,
.ny_Top {
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.06);
}

.fxd .ly_Logo a img.logo1,
.ly_Top:hover .ly_Logo a img.logo1,
.ny_Top .ly_Logo a img.logo1 {
  display: none;
}

.fxd .ly_Logo a img.logo2,
.ly_Top:hover .ly_Logo a img.logo2,
.ny_Top .ly_Logo a img.logo2 {
  display: block;
}

.fxd .lyTop_ScBtn a,
.ly_Top:hover .lyTop_ScBtn a,
.ny_Top .lyTop_ScBtn a {
  border: 1px solid rgba(0, 0, 0, .15);
}

.fxd .lyTop_ScBtn a svg path,
.ly_Top:hover .lyTop_ScBtn a svg path,
.ny_Top .lyTop_ScBtn a svg path {
  fill: #141b60;
}

.fxd .lyTop_ScBtn a:hover,
.ly_Top:hover .lyTop_ScBtn a:hover,
.ny_Top .lyTop_ScBtn a:hover {
  background-color: #141b60;
  border: 1px solid #141b60;
}

.fxd .lyTop_ScBtn a:hover svg path,
.ly_Top:hover .lyTop_ScBtn a:hover svg path,
.ny_Top .lyTop_ScBtn a:hover svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {

  .ly_Top,
  .ny_Top {
    height: 80px;
  }

  .ly_Top .lyTop_Main,
  .ny_Top .lyTop_Main {
    padding: 0 3%;
  }

  .lyTop_Main .ly_Logo {
    margin: 10px 0;
  }

  .lyTop_Main .lyTop_Tel {
    margin: 18px 0 18px 20px;
  }

  .lyTop_Main .lyTop_ScBtn {
    margin: 18px 0 18px 20px;
  }

  .lyTop_Search {
    padding: 30px 0;
    top: 80px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {
  .lyTop_Search {
    padding: 30px 0;
  }
}

@media (max-width:1280px) {

  .ly_Top .lyTop_Main,
  .ny_Top .lyTop_Main {
    padding: 0 20px;
  }

  .lyTop_Search form {
    width: 50%;
  }
}

@media (max-width:1200px) {

  .ly_Top,
  .ny_Top {
    animation-name: inherit !important;
  }

  .lyTop_Main .lyTop_Tel {
    padding: 0 20px 0 0;
  }
}

@media (max-width:1080px) {

  .ly_Top,
  .ny_Top {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 6%);
  }

  .lyTop_Main .ly_Logo {
    margin: 5px 0;
  }

  .ly_Logo a img.logo1 {
    display: none;
  }

  .ly_Logo a img.logo2 {
    display: inline-block;
  }

  .lyTop_Main .lyTop_Tel {
    margin: 13px 0 13px 20px;
  }

  .lyTop_Main .lyTop_ScBtn {
    margin: 13px 0 13px 20px;
  }

  .lyTop_ScBtn a {
    border: 1px solid rgba(0, 0, 0, .15);
  }

  .lyTop_ScBtn a svg path {
    fill: #141b60;
  }

  .lyTop_Search {
    padding: 20px 0;
    top: 70px;
    transform: translateY(70px);
  }

}

@media (max-width:1024px) {}

@media (max-width:820px) {

  .lyTop_Search form {
    width: 80%;
    height: 44px;
    padding: 0 60px 0 0;
  }

  .lyTop_Search form .scIpt {
    height: 44px;
    border-radius: 22px 0 0 22px;
  }

  .lyTop_Search form .scIpt input {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    padding: 0 20px;
  }

  .lyTop_Search form .scBtn {
    width: 60px;
    height: 44px;
    border-radius: 0 22px 22px 0;
  }

  .lyTop_Search form .scBtn input {
    height: 44px;
  }
}

@media (max-width: 767px) {

  .ly_Top,
  .ny_Top {
    height: 64px;
  }

  .lyTop_Main .ly_Logo {
    height: 48px;
    margin: 8px 0;
  }

  .ly_Logo a {
    height: 48px;
  }

  .lyTop_Main .lyTop_Tel {
    display: none;
  }

  .lyTop_Main .lyTop_ScBtn {
    width: 40px;
    height: 40px;
    margin: 12px 0 12px 20px;
  }

  .lyTop_ScBtn a {
    padding: 10px;
  }

  .lyTop_Search {
    width: 100%;
    padding: 15px 20px;
    top: 64px;
    z-index: 999;
    transform: translateY(60px);
  }

  .lyTop_Search form {
    width: 100%;
    height: 40px;
    padding: 0 60px 0 0;
  }

  .lyTop_Search form .scIpt {
    height: 40px;
    border-radius: 20px 0 0 20px;
  }

  .lyTop_Search form .scIpt input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }

  .lyTop_Search form .scBtn {
    width: 60px;
    height: 40px;
    border-radius: 0 20px 20px 0;
  }

  .lyTop_Search form .scBtn button {
    width: 60px;
    height: 40px;
    padding: 9px;
  }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {

  .ly_Top .lyTop_Main,
  .ny_Top .lyTop_Main {
    padding: 0 3%;
  }

  .lyTop_Main .lyTop_ScBtn {
    margin: 12px 0 12px 3%;
  }

  .lyTop_Search {
    padding: 3%;
  }
}

@media (max-width: 280px) {
  .lyTop_Main .lyTop_ScBtn {
    width: 40px;
  }

  .lyTop_ScBtn a {
    width: 40px;
  }
}

/*导航栏 开始*/
.ly_Nav {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.ly_Nav li,
.ly_Nav a {
  text-decoration: none;
  list-style: none;
}

.ly_Nav ::-webkit-scrollbar {
  display: none;
}

.ly_Nav .nav_list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_Nav .nav_list>ul>li {
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0 10px;
  float: left;
}

.ly_Nav .nav_list>ul>li:last-child {
  background: none;
}

.ly_Nav .nav_list>ul>li>a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  margin: 0;
  text-decoration: none;
  position: relative;
}

.ly_Nav .nav_list>ul>li>a>em {
  display: block;
  width: 0px;
  height: 2px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.ly_Nav .nav_list>ul>li:hover>a>em,
.ly_Nav .nav_list>ul>li.active>a>em {
  width: 100%;
}

.ly_Nav .nav_menu {
  display: none;
}

.ly_Nav .nav_list>ul>li .nav_down {
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px 0 0;
  background-color: rgba(255, 255, 255, .95);
  position: absolute;
  left: 0;
  top: 100%;
}

.ly_Nav .nav_list>ul>li:hover .nav_down {
  display: block;
}

.nav_down .navDown_list {
  max-height: 640px;
  overflow-y: scroll;
  margin: 0 auto;
}

.navDown_list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.navDown_list ul li {
  width: 16.666666%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.navDown_list ul li dl dt {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.navDown_list ul li dl dt a {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navDown_list ul li dl dt a:hover {
  color: #141b60;
}

.navDown_list ul li dl dd {
  padding: 4px 0;
}

.navDown_list ul li dl dd a {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navDown_list ul li dl dd a:hover {
  color: #141b60;
}

.ly_Nav .nav_list .nav_close {
  display: none;
}


.fxd .ly_Nav .nav_list>ul>li>a,
.ly_Top:hover .ly_Nav .nav_list>ul>li>a,
.ny_Top .ly_Nav .nav_list>ul>li>a {
  color: #222;
}

.fxd .ly_Nav .nav_list>ul>li:hover>a,
.fxd .ly_Nav .nav_list>ul>li.active>a,
.ly_Top:hover .ly_Nav .nav_list>ul>li:hover>a,
.ly_Top:hover .ly_Nav .nav_list>ul>li.active>a,
.ny_Top .ly_Nav .nav_list>ul>li:hover>a,
.ny_Top .ly_Nav .nav_list>ul>li.active>a {
  color: #141b60;
}

.fxd .ly_Nav .nav_list>ul>li>a>em,
.ly_Top:hover .ly_Nav .nav_list>ul>li>a>em,
.ny_Top .ly_Nav .nav_list>ul>li>a>em {
  background-color: #141b60;
}

@media (max-width:1680px) {
  .ly_Nav .nav_list>ul>li>a {
    padding: 15px 20px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .ly_Nav .nav_list>ul>li>a {
    font-size: 15px;
    padding: 15px;
  }
}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .ly_Nav {
    height: 0;
    margin: 0;
    padding: 0;
    float: right;
  }

  .ly_Nav .nav_list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 40px;
    background-color: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 9998;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .ly_Nav .nav_list .nav_close {
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9999;
  }

  .nav_close i {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 11px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
  }

  .nav_close:hover i {
    background-color: #141b60;
    border: 1px solid #141b60;
  }

  .nav_close i svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .nav_close i svg path {
    fill: #141b60;
  }

  .nav_close:hover i svg path {
    fill: #ffffff;
  }


  .ly_Nav .nav_list>ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    z-index: 9999;
  }

  .ly_Nav .nav_list>ul>li {
    width: 20%;
  }

  .ly_Nav .nav_list>ul>li#navId1 {
    display: none;
  }

  .ly_Nav .nav_list>ul>li#navId2 {
    width: 100%;
  }

  .ly_Nav .nav_list>ul>li>a {
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #222;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
  }

  .ly_Nav .nav_list>ul>li>a>em {
    display: none;
  }

  .ly_Nav .nav_list>ul>li .nav_down {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    position: inherit;
    left: inherit;
    top: inherit;
  }

  .nav_down .navDown_list {
    width: 100%;
  }

  .navDown_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -20px;
  }

  .navDown_list ul li {
    width: 33.333333%;
    max-width: inherit;
    margin-bottom: 40px;
    padding: 0 20px;
  }


  .ly_Nav .nav_menu {
    display: block;
    width: 44px;
    height: 44px;
    margin: 13px 0;
    padding: 12px 10px;
    border-radius: 50%;
    border: 1px solid #141b60;
    background-color: #141b60;
  }

  .ly_Nav .nav_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin: 0 auto;
  }

  .ly_Nav .nav_menu span+span {
    margin-top: 6px;
  }

  .ly_Nav .nav_menu:hover span {
    background-color: #fbcc30;
  }

  .ly_Nav .open {
    overflow: auto;
    top: 0;
  }
}

@media (max-width:1024px) {}

@media (max-width:820px) {}

@media (max-width: 767px) {
  .ly_Nav .nav_menu {
    width: 40px;
    height: 40px;
    margin: 12px 0;
    padding: 10px;
  }

  .ly_Nav .nav_list {
    padding: 20px;
  }

  .ly_Nav .nav_list .nav_close {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .nav_close i {
    padding: 10px;
  }

  .ly_Nav .nav_list>ul>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .navDown_list ul {
    margin: 0;
  }

  .navDown_list ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .navDown_list ul li dl dt {
    margin-bottom: 10px;
  }

  .ly_Nav .nav_list>ul>li {
    width: 100%;
  }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}

/*导航栏 结束*/
/*头部 结束*/


.lyMore a {
  display: block;
  width: 180px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #222;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: relative;
}

.lyMore a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 0 0 20px;
  vertical-align: middle;
}

.lyMore a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyMore a i svg path {
  fill: #222222;
}

.lyMore a:hover {
  color: #fff;
  background-color: #141b60;
  border: 1px solid #141b60;
}

.lyMore a:hover i {
  margin: -2px 0 0 30px;
}

.lyMore a:hover i svg path {
  fill: #ffffff;
}



/* lyFoot start */
.lyFoot {
  background: #5a5a5a url(../images/footBg.png) right bottom no-repeat;
}

.lyFoot .lyFoot_main {
  margin: 0 auto;
  padding: 80px 0;
}

.lyFoot_tit {
  margin-bottom: 24px;
}

.lyFoot_tit p {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}

.lyFoot_tit p i {
  display: inline-block;
  width: 15px;
  height: 2px;
  margin: -2px 0 0 10px;
  vertical-align: middle;
  background-color: #141b60;
  display: none;
}

.lyFoot_main .lyFoot_left {
  width: 80%;
  padding-right: 80px;
  float: left;
}

.lyFoot_nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lyFoot_nav ul li {
  max-width: 16.666666%;
}

.lyFoot_nav ul li dl dd a {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: rgba(255, 255, 255, .35);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyFoot_nav ul li dl dd a:hover {
  color: #fff;
}

.lyFoot_main .lyFoot_lxfs {
  width: 100%;
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_lxfs ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.lyFoot_lxfs ul li {
  width: auto;
  padding: 0;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lyFoot_lxfs ul li i {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 16px;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.lyFoot_lxfs ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_lxfs ul li i svg path {
  fill: #ffffff;
}

.lyFoot_lxfs ul li .lyFootLxfs_txt span {
  display: block;
  line-height: 20px;
  color: rgba(255, 255, 255, .35);
  font-size: 14px;
}

.lyFoot_lxfs ul li .lyFootLxfs_txt p {
  max-width: 240px;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.lyFoot_main .lyFoot_right {
  width: auto;
  float: right;
}

.lyFoot_right .lyFoot_logo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}

.lyFoot_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lyFoot_logo a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.lyFoot_right .lyFootEwm_img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.lyFootEwm_img img {
  display: block;
  width: 100%;
  height: auto;
}

.lyFootEwm_img span {
  display: block;
  width: 100%;
  line-height: 24px;
  color: rgba(255, 255, 255, .35);
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.lyFoot_right .lyToTop {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 80px auto 0;
}

.lyToTop i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 18px;
  border-radius: 50%;
  background-color: #141b60;
  cursor: pointer;
}

.lyToTop i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyToTop i svg path {
  fill: #ffffff;
}


.lyFoot .lyFoot_copy {
  padding: 20px 0;
  background-color: #444;
}

.lyFoot_copy .lyFootCopy_main {
  margin: 0 auto;
}

.lyFootCopy_main p {
  width: auto;
  line-height: 40px;
  color: rgba(255, 255, 255, .35);
  font-size: 16px;
}

.lyFootCopy_main p a {
  color: rgba(255, 255, 255, .35);
}

.lyFootCopy_main p a:hover {
  color: #fff;
}

@media (max-width:1680px) {
  .lyFoot .lyFoot_main {
    padding: 60px 0;
  }

  .lyFoot_main .lyFoot_left {
    padding-right: 60px;
  }

  .lyFoot_main .lyFoot_lxfs {
    margin-top: 60px;
  }
}

@media (max-width:1600px) {
  .lyFoot_nav ul li dl dd a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }

  .lyFootCopy_main p {
    line-height: 35px;
    font-size: 15px;
  }

  .lyFoot_lxfs ul li i {
    margin-right: 12px;
  }

  .lyFootEwm_img span {
    font-size: 14px;
  }

  .lyFoot_right .lyToTop {
    width: 60px;
    height: 60px;
    margin: 60px auto 0;
  }
}

@media (max-width:1560px) {
  .lyFoot_main .lyFoot_left {
    padding-right: 0;
  }
}

@media (max-width:1440px) {}

@media (max-width:1366px) {
  .lyFoot .lyFoot_main {
    padding: 40px 0;
  }

  .lyFoot_tit {
    margin-bottom: 20px;
  }

  .lyFoot_main .lyFoot_lxfs {
    margin-top: 40px;
  }

  .lyFoot_lxfs ul li .lyFootLxfs_txt p {
    max-height: 52px;
    line-height: 26px;
    font-size: 16px;
  }

  .lyFoot_right .lyToTop {
    width: 50px;
    height: 50px;
    margin: 40px auto 0;
  }

  .lyToTop i {
    padding: 14px;
  }
}

@media (max-width:1280px) {
  .lyFoot_tit p {
    font-size: 16px;
  }

  .lyFoot_nav ul li dl dd a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .lyFoot_lxfs ul li .lyFootLxfs_txt p {
    max-height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .lyFootCopy_main p {
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .lyFoot .lyFoot_main {
    padding: 30px 0;
  }

  .lyFoot_left .lyFoot_nav {
    display: none;
  }

  .lyFoot_main .lyFoot_lxfs {
    margin: 0 auto;
    padding: 0;
    border: 0;
  }

  .lyFoot_lxfs ul {
    justify-content: left;
    margin: 0 -20px;
  }

  .lyFoot_lxfs ul li {
    width: 50%;
    margin: 16px 0;
    padding: 0 20px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lyFoot_lxfs ul li i {
    float: left;
  }

  .lyFoot_lxfs ul li .lyFootLxfs_txt p {
    max-width: inherit;
  }

  .lyFoot_right .lyFoot_logo {
    display: none;
  }

  .lyFoot_right .lyToTop {
    width: 48px;
    height: 48px;
    margin: -24px 0 0;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 9997;
    display: none;
  }

  .lyFootCopy_main p {
    float: none !important;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyFoot .lyFoot_main {
    padding: 20px 0;
  }

  .lyFoot_main .lyFoot_left {
    display: none;
  }

  .lyFoot_main .lyFoot_right {
    margin: 0 auto;
    float: none;
  }

  .lyFoot .lyFoot_copy {
    padding: 12px 0;
  }

  .lyFootCopy_main p {
    line-height: 28px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/* lyFoot end */


/* lyView start */
.lyView {
  display: none;
  width: 64px;
  height: auto;
  background-color: #eee;
  border-radius: 8px;
  margin-top: 50px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyView .lyView_ewm,
.lyView .lyView_tel,
.lyView .lyView_top {
  width: 100%;
  height: auto;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.lyView .lyView_ewm::after,
.lyView .lyView_tel::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 18px;
  bottom: 0;
}

.lyView .lyView_ewm p {
  display: none;
  width: 140px;
  height: 140px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 72px;
}

.lyView .lyView_ewm p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 20px;
}

.lyView .lyView_ewm:hover p {
  display: block;
}

.lyView .lyView_ewm i,
.lyView .lyView_tel i,
.lyView .lyView_top i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 0 auto 2px;
}

.lyView .lyView_ewm i svg,
.lyView .lyView_tel i svg,
.lyView .lyView_top i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyView .lyView_ewm i svg path,
.lyView .lyView_tel i svg path {
  fill: #777777;
}

.lyView .lyView_ewm:hover i svg path,
.lyView .lyView_tel:hover i svg path {
  fill: #141b60;
}

.lyView .lyView_ewm span,
.lyView .lyView_tel span,
.lyView .lyView_top span {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.lyView .lyView_ewm:hover span,
.lyView .lyView_tel:hover span,
.lyView .lyView_top:hover span {
  color: #141b60;
}

/* lyView end */


/* nyBanner start */
.nyBanner {
  height: 600px;
  margin-top: 90px;
  position: relative;
}

.nyBanner img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyBanner .nyBa_txt,
.nyBanner .proBa_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyBa_txt span {
  display: block;
  line-height: 50px;
  color: rgba(255, 255, 255, .25);
  font-family: "BEBAS";
  font-size: 60px;
  text-transform: uppercase;
  mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -webkit-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -moz-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -ms-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -o-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
}

.nyBa_txt p {
  line-height: 56px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
}


.proBa_txt p {
  height: 52px;
  line-height: 52px;
  color: #fbcc30;
  font-size: 44px;
  font-weight: bold;
  margin: 0 auto 20px;
}

.proBa_txt span {
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 32px;
}

/* nyBanner end */


.nyTitle {
  margin-bottom: 50px;
}

.nyTitle em {
  display: block;
  line-height: 40px;
  color: rgba(34, 34, 34, .06);
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nyTitle p {
  line-height: 40px;
  color: #222;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.nyTitle p span {
  color: #141b60;
}

.nyTitle1 em {
  color: rgba(255, 255, 255, .06);
}

.nyTitle1 p {
  color: #fff;
}

/* nyMenu start */
.nyMenu {
  margin-top: -80px;
  position: relative;
  z-index: 8;
}

.nyMenu::before {
  content: '';
  display: block;
  width: 32%;
  height: 80px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
}

.nyMenu .w1600 {
  margin: 0 auto;
}

.nyMenu .nyMenu_main {
  display: inline-block;
  width: 1200px;
  margin: 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  border-radius: 0 8px 8px 0;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

.nyMenu_main::before,
.nyMenu_main::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 8px 0 0;
  position: absolute;
  top: 0;

  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}

.nyMenu_main::before {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  right: -10px;
  z-index: 1;
}

.nyMenu_main::after {
  background-color: #141b60;
  right: -16px;
}

.nyMenu_main dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nyMenu_main dl dd {
  position: relative;
}

.nyMenu_main dl dd::after {
  content: '';
  display: none;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}

.nyMenu_main dl dd:first-child::after {
  display: none;
}

.nyMenu_main dl dd a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.nyMenu_main dl dd:hover a,
.nyMenu_main dl dd.active a {
  color: #141b60;
}

.nyMenu_main dl dd a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid #141b60;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyMenu_main dl dd:hover a::after,
.nyMenu_main dl dd.active a::after {
  border-bottom: 6px solid #141b60;
}

/* nyMenu end */

.nyLocation {
  margin-top: 90px;
  padding: 20px 0;
}

.nyLocation .nyLocation_main {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding-left: 26px;
  position: relative;
}


.nyLocation_main icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-top: -8px;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyLocation_main icon svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyLocation_main icon svg path {
  fill: #999999;
}

.nyLocation_main a {
  color: #999;
}

.nyLocation_main a:hover {
  color: #141b60;
}

.nyLocation_main span {
  color: #222;
}

.nyLocation_main i {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 2px 0;
}

.nyLocation_main i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyLocation_main i svg path {
  fill: #999999;
}


/* lyPage start */
.lyPage {
  width: 100%;
  margin: 0 auto;
  line-height: 44px;
  color: #999;
  font-size: 18px;
  text-align: center;
}

.lyPage a {
  display: inline-block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #555;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  vertical-align: top;
  border-radius: 4px;
  margin: 0 8px;
  padding: 0;
  position: relative;
}

.lyPage a.upPage {
  margin: 0 20px 0 0;
}

.lyPage a.downPage {
  margin: 0 0 0 20px;
}

.lyPage a:hover,
.lyPage a.pnnum1 {
  color: #fff;
  background-color: #141b60;
}

.lyPage a i {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyPage a i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.lyPage a i svg path {
  fill: #555555;
}

.lyPage a:hover i svg path {
  fill: #ffffff;
}

/* lyPage end */


@media (max-width:1680px) {
  .w1600 {
    width: 94%;
  }

  .nyBanner {
    height: 520px;
    margin-top: 80px;
  }

  .nyBa_txt span {
    line-height: 44px;
    font-size: 54px;
  }

  .nyBa_txt p {
    height: 48px;
    line-height: 48px;
    font-size: 40px;
  }


  .nyMenu {
    margin-top: -72px;
  }

  .nyMenu::before {
    height: 72px;
  }

  .nyMenu .nyMenu_main {
    width: 80%;
  }

  .nyMenu_main::before,
  .nyMenu_main::after {
    width: 72px;
    height: 72px;
  }

  .nyMenu_main dl dd a {
    height: 72px;
    line-height: 72px;
  }


  .nyLocation {
    margin-top: 80px;
  }


  .nyTitle {
    margin-bottom: 40px;
  }

  .nyTitle em {
    font-size: 44px;
    margin-bottom: 10px;
  }


}

@media (max-width:1600px) {
  .lyMore a {
    width: 160px;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }

  .lyMore a i {
    width: 18px;
    height: 18px;
    margin: -2px 0 0 10px;
  }

  .lyMore a:hover i {
    margin: -2px 0 0 20px;
  }


  .nyBanner {
    height: 500px;
  }

  .nyBa_txt span {
    line-height: 40px;
    font-size: 48px;
  }

  .nyBa_txt p {
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    margin-top: 10px;
  }


  .nyMenu {
    margin-top: -64px;
  }

  .nyMenu::before {
    height: 64px;
  }

  .nyMenu .nyMenu_main {
    width: 80%;
  }

  .nyMenu_main::before,
  .nyMenu_main::after {
    width: 64px;
    height: 64px;
  }

  .nyMenu_main dl dd a {
    height: 64px;
    line-height: 64px;
  }


  .nyTitle em {
    line-height: 36px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .nyTitle p {
    line-height: 36px;
    font-size: 32px;
  }


}

@media (max-width:1560px) {
  .nyBanner {
    height: 480px;
  }

}

@media (max-width:1440px) {
  .nyBanner {
    height: 440px;
  }


  .nyLocation {
    padding: 15px 0;
  }

  .nyLocation .nyLocation_main {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
  }


  .nyTitle {
    margin-bottom: 30px;
  }

  .nyTitle em {
    line-height: 32px;
    font-size: 36px;
  }


  .lyPage a {
    margin: 0 2px;
  }

}

@media (max-width:1366px) {
  .nyBanner {
    height: 420px;
  }


  .nyTitle em {
    line-height: 30px;
    font-size: 32px;
    margin-bottom: 6px;
  }

  .nyTitle p {
    line-height: 36px;
    font-size: 30px;
  }
}

@media (max-width:1280px) {
  .lyMore a {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }

  .lyMore a i {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }

  .lyMore a:hover i {
    margin: -2px 0 0 15px;
  }


  .nyBanner {
    height: 400px;
  }

  .nyBa_txt span {
    line-height: 36px;
    font-size: 44px;
  }

  .nyBa_txt p {
    height: 36px;
    line-height: 36px;
    font-size: 32px;
  }


}

@media (max-width:1200px) {
  .nyBanner {
    height: 370px;
  }

  .nyBa_txt span {
    line-height: 36px;
    font-size: 42px;
  }

  .nyBa_txt p {
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    margin-top: 8px;
  }

}

@media (max-width:1080px) {
  .nyBanner {
    height: 340px;
    margin-top: 70px;
  }

  .nyMenu {
    margin-top: 0;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
  }

  .nyMenu::before {
    display: none;
  }

  .nyMenu .nyMenu_main {
    width: 100%;
    background: none;
    border-bottom: 0;
  }

  .nyMenu_main::before,
  .nyMenu_main::after {
    display: none;
  }

  .nyMenu_main dl dd a {
    height: 60px;
    line-height: 60px;
  }

  .nyLocation {
    margin-top: 70px;
  }
}

@media (max-width:1024px) {
  .nyBanner {
    height: 320px;
  }

  .nyBa_txt span {
    line-height: 32px;
    font-size: 36px;
  }

  .nyBa_txt p {
    height: 32px;
    line-height: 32px;
    font-size: 26px;
    margin-top: 6px;
  }

}

@media (max-width:920px) {

  .nyBanner {
    height: 300px;
  }


  .nyTitle {
    margin-bottom: 20px;
  }

  .nyTitle em {
    line-height: 24px;
    font-size: 28px;
    margin-bottom: 4px;
  }

  .nyTitle p {
    line-height: 32px;
    font-size: 26px;
  }
}

@media (max-width:820px) {
  .nyBanner {
    height: 250px;
  }

  .nyBa_txt span {
    line-height: 30px;
    font-size: 32px;
  }

  .nyBa_txt p {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin-top: 4px;
  }

}

@media (max-width:767px) {

  .nyBanner {
    height: 180px;
    margin-top: 64px;
  }

  .nyBa_txt span {
    font-size: 30px;
  }

  .nyBa_txt p {
    font-size: 22px;
    margin-top: 0;
  }


  .nyMenu .w1600 {
    width: 100%;
  }

  .nyMenu_main dl dd a {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }

  .nyMenu_main dl dd a::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }

  .nyMenu_main dl dd:hover a::after,
  .nyMenu_main dl dd.active a::after {
    border-bottom: 4px solid #141b60;
  }


  .nyLocation {
    margin-top: 64px;
    padding: 15px 0;
  }

  .nyLocation .nyLocation_main {
    padding-left: 24px;
  }


  .lyPage a.upPage {
    margin: 0 8px 0 0;
  }

  .lyPage a.downPage {
    margin: 0 0 0 8px;
  }


  .nyTitle em {
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 4px;
  }

  .nyTitle p {
    line-height: 30px;
    font-size: 24px;
  }
}

@media (max-width:390px) {
  .nyBanner {
    height: 160px;
  }


  .nyMenu_main dl dd a {
    font-size: 15px;
  }


  .lyPage a {
    margin: 0;
  }

  .lyPage a.upPage {
    margin: 0 4px 0 0;
  }

  .lyPage a.downPage {
    margin: 0 0 0 4px;
  }
}

@media (max-width:320px) {
  .nyBanner {
    height: 140px;
  }

  .nyBa_txt span {
    line-height: 23px;
    font-size: 27px;
  }

  .nyBa_txt p {
    height: 27px;
    line-height: 27px;
    font-size: 20px;
  }


  .nyMenu_main dl dd a {
    font-size: 14px;
  }


  .nyTitle em {
    line-height: 22px;
    font-size: 22px;
    margin-bottom: 4px;
  }

  .nyTitle p {
    line-height: 26px;
    font-size: 20px;
  }


  .lyPage a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width:280px) {}


.cp_type .hd {
  overflow: hidden;
  padding: 35px 40px;
  background: #141b60 url(../images/footBg.png) right center no-repeat;
  background-size: 110px 128px;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.cp_type .hd icon {
  display: block;
  width: 30px;
  height: 24px;
  overflow: hidden;
  padding: 4px;
  background-color: #ff260f;
  border-radius: 0 0 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.cp_type .hd icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cp_type .hd icon svg path {
  fill: #ffffff;
}

.cp_type .hd p {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.cp_type .hd i {
  display: none;
}

.cp_type .bd {
  overflow: hidden;
  padding: 20px 0 40px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.cp_type .bd ul li p {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 10px 32px 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.cp_type .bd ul li:hover p,
.cp_type .bd ul li.active p {
  border-bottom: 1px solid #141b60;
}

.cp_type .bd ul li p a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 40px;
  position: relative;
}

.cp_type .bd ul li:hover p a,
.cp_type .bd ul li.active p a {
  color: #141b60;
}

.cp_type .bd ul li p a i {
  display: block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6px;
}

.cp_type .bd ul li p a i img {
  display: block;
  width: 27px;
  height: auto;
  margin: 0;
}

.cp_type .bd ul li p em {
  display: block;
  width: 32px;
  height: 40px;
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
}

.cp_type .bd ul li p em svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.cp_type .bd ul li.active p em svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.cp_type .bd ul li p em svg path {
  fill: #999999;
}

.cp_type .bd ul li.active p em svg path {
  fill: #141b60;
}

.cp_type .bd ul li div {
  display: none;
}

.cp_type .bd ul li div a {
  display: block;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #777;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 40px;
  background-color: #fff;
}

.cp_type .bd ul li div a:hover,
.cp_type .bd ul li div a.on {
  color: #141b60;
  background-color: #eaecfa;
}

@media (max-width:1680px) {
  .cp_type .hd {
    padding: 30px 40px;
  }

}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .cp_type .hd {
    padding: 20px 30px;
    background-size: 90px 105px;
  }

  .cp_type .hd p {
    font-size: 24px;
  }

  .cp_type .bd {
    padding: 10px 0 20px;
  }

  .cp_type .bd ul li {
    margin-bottom: 10px;
  }

  .cp_type .bd ul li p {
    width: calc(100% - 60px);
    padding: 5px 32px 5px 0;
  }

  .cp_type .bd ul li p em {
    top: 5px;
  }

  .cp_type .bd ul li div a {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
  }

}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .cp_type .hd {
    padding: 20px 30px;
  }

  .cp_type .hd p {
    font-size: 22px;
  }

  .cp_type .bd {
    padding: 10px 0 20px;
  }

  .cp_type .bd ul li {
    margin-bottom: 0;
  }

  .cp_type .bd ul li p {
    width: calc(100% - 40px);
  }

  .cp_type .bd ul li p a {
    font-size: 15px;
  }

  .cp_type .bd ul li div a {
    padding: 0 20px;
  }

}

@media (max-width:1200px) {}

@media (max-width:1080px) {

  .cp_type .hd icon {
    width: 24px;
    height: 20px;
    padding: 2px;
  }

  .cp_type .hd p {
    height: 30px;
    line-height: 30px;
  }

  .cp_type .hd i {
    display: block;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    padding: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
  }

  .cp_type .hd i svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .cp_type .hd i svg path {
    fill: #ffffff;
  }

  .cp_type .hd.active i svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .cp_type .bd {
    display: none;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .cp_type .hd {
    padding: 15px 30px;
  }

  .cp_type .hd p {
    font-size: 20px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}