@charset "utf-8";
/* CSS Document */

/**common**/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, 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;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

::placeholder {
  color: #999;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1400 {
  width: 1400px;
}

@media (max-width:1440px) {
  .w1400 {
    width: 100%;
    padding: 0 40px;
  }
}

@media (max-width:920px) {
  .w1400 {
    padding: 0 20px;
  }
}

@media (max-width:320px) {
  .w1400 {
    padding: 0 12px;
  }
}

@font-face {
  font-family: "Helvetica";
  src: url('../fonts/Helvetica.ttf');
}

@font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/HelveticaBold.ttf");
}

@font-face {
  font-family: "PangMen";
  src: url("../fonts/PangMen.ttf");
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../fonts/YouSheBiaoTiHei.ttf");
}

@font-face {
  font-family: "KOULEN";
  src: url("../fonts/KOULEN-REGULAR.TTF");
}

@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.ttf");
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.ttf");
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.ttf");
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

@font-face {
  font-family: "AntonRegular";
  src: url('../fonts/AntonRegular.ttf');
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #185a9d;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #185a9d;
}

/* 滚动条滑块点击状态 */


/*头部 开始*/
.lyTop {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.lyTop:hover,
.lyTop.fxd {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.lyTop .lyTop_Main {
  margin: 0 auto;
  padding: 0 0 0 100px;
  position: relative;
}

.lyTop_Main .lyLogo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin: 20px 0;
  float: left;
}

.lyLogo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.lyLogo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.lyLogo a img.logo1,
.lyTop:hover .lyLogo a img.logo2,
.lyTop.fxd .lyLogo a img.logo2 {
  display: inline-block;
}

.lyTop:hover .lyLogo a img.logo1,
.lyTop.fxd .lyLogo a img.logo1,
.lyLogo a img.logo2 {
  display: none;
}


/* lyTel start */
.lyTel {
  padding: 20px 40px;
  position: relative;
  float: right;
}

.lyTel::before {
  content: '';
  display: block;
  width: 320px;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(to right, #43cea2, #185a9d);
  position: absolute;
  left: -60px;
  top: -120px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.lyTel::after {
  content: '';
  display: block;
  width: 320px;
  height: 240px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .45);
  position: absolute;
  left: -60px;
  top: -135px;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

.lyTop:hover .lyTel::before,
.lyTop:hover .lyTel::after,
.lyTop.fxd .lyTel::before,
.lyTop.fxd .lyTel::after {
  display: none;
}

.lyTel span {
  display: block;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 30px;
  font-family: "BEBAS";
  position: relative;
  z-index: 1;
}

.lyTel p {
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: rgba(255, 255, 255, .45);
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.lyTel p i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin: 4px 4px 4px 0;
  float: left;
}

.lyTel p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTel p i svg path {
  fill: rgba(255, 255, 255, .45);
}

.lyTop:hover .lyTel span,
.lyTop.fxd .lyTel span {
  color: #185a9d;
}

.lyTop:hover .lyTel span:before,
.lyTop.fxd .lyTel span:before {
  content: attr(text);
  display: inline-block;
  max-width: 100%;
  position: absolute;
  z-index: 10;
  color: #43cea2;
  -webkit-mask: linear-gradient(to right, #43cea2, transparent);
  left: 0;
  overflow: hidden;
}

.lyTop:hover .lyTel p,
.lyTop.fxd .lyTel p {
  color: #999;
}

.lyTop:hover .lyTel p i svg path,
.lyTop.fxd .lyTel p i svg path {
  fill: #999999;
}

/* lyTel end */


@media (max-width:1680px) {
  .lyTop .lyTop_Main {
    padding: 0 0 0 80px;
  }

  .lyTop_Main .lyLogo {
    margin: 10px 0;
  }

  .lyTel {
    padding: 10px 40px;
  }

  .lyTel::before {
    top: -140px;
  }

  .lyTel::after {
    top: -155px;
  }
}

@media (max-width:1600px) {
  .lyTel::before {
    left: -70px;
    top: -160px;
  }

  .lyTel::after {
    left: -70px;
    top: -178px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyTop .lyTop_Main {
    padding: 0 0 0 40px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyTel {
    padding: 10px 40px 10px 0;
  }

  .lyTel::before {
    left: -120px;
    top: -180px;
  }

  .lyTel::after {
    left: -110px;
    top: -190px;
  }
}

@media (max-width:1200px) {
  .lyTel span {
    font-size: 26px;
  }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyTop .lyTop_Main {
    padding: 0 0 0 20px;
  }

  .lyTop_Main .lyLogo {
    height: 60px;
    margin: 2px 0;
  }

  .lyLogo a {
    height: 60px;
  }

  .lyTel {
    padding: 6px 20px 6px 0;
  }

  .lyTel span {
    height: 28px;
    line-height: 28px;
  }

  .lyTel::before {
    left: -130px;
    top: -190px;
  }

  .lyTel::after {
    left: -120px;
    top: -206px;
  }
}

@media (max-width:820px) {}

@media (max-width: 767px) {

  .lyTop {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  }

  .lyTop .lyTop_Main {
    padding: 0 20px;
  }

  .lyLogo a img.logo2 {
    display: inline-block;
  }

  .lyLogo a img.logo1 {
    display: none;
  }

  .lyTel {
    display: none;
  }
}

@media (max-width: 390px) {}

@media (max-width: 320px) {
  .lyTop .lyTop_Main {
    padding: 0 12px;
  }
}

@media (max-width: 280px) {}


/*导航栏 开始*/
.lyNav {
  padding-left: 30px;
  float: left;
}

.lyNav li,
.lyNav a {
  text-decoration: none;
  list-style: none;
}

.lyNav ::-webkit-scrollbar {
  display: none;
}

.lyNav .nav_list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lyNav .nav_list>ul>li {
  position: relative;
  padding: 0 30px;
  float: left;
}

.lyNav .nav_list>ul>li>a {
  display: inline-block;
  width: 100%;
  line-height: 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.lyTop:hover .lyNav .nav_list>ul>li>a,
.lyTop.fxd .lyNav .nav_list>ul>li>a {
  color: #222;
}

.lyTop:hover .lyNav .nav_list>ul>li:hover>a,
.lyTop:hover .lyNav .nav_list>ul>li.active>a,
.lyTop.fxd .lyNav .nav_list>ul>li:hover>a,
.lyTop.fxd .lyNav .nav_list>ul>li.active>a {
  color: #185a9d;
}

.lyNav .nav_list>ul>li>a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  overflow: hidden;
  background: linear-gradient(to right, #fff, #fff);
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

.lyTop:hover .lyNav .nav_list>ul>li>a::after,
.lyTop.fxd .lyNav .nav_list>ul>li>a::after {
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyNav .nav_list>ul>li:hover>a::after,
.lyNav .nav_list>ul>li.active>a::after,
.lyTop:hover .lyNav .nav_list>ul>li:hover>a::after,
.lyTop:hover .lyNav .nav_list>ul>li.active>a::after,
.lyTop.fxd .lyNav .nav_list>ul>li:hover>a::after,
.lyTop.fxd .lyNav .nav_list>ul>li.active>a::after {
  width: 100%;
}


.lyNav .nav_list>ul>li ul {
  display: none;
  position: absolute;
  left: -20%;
  top: 90px;
  z-index: 9;
  width: 140%;
  overflow: hidden;
  background-color: #fff;
  border-top: 2px solid #185a9d;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
}

.lyNav .nav_list>ul>li:hover ul {
  display: block;
}

.lyNav .nav_list>ul>li ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}

.lyNav .nav_list>ul>li ul li:last-child {
  border: 0;
}

.lyNav .nav_list>ul>li ul li a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #555;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 8px;
}

.lyNav .nav_list>ul>li ul li a:hover {
  color: #185a9d;
}

.lyNav .nav_menu {
  display: none;
}

@media (max-width:1680px) {
  .lyNav {
    padding-left: 24px;
  }

  .lyNav .nav_list>ul>li {
    padding: 0 24px;
  }

  .lyNav .nav_list>ul>li>a {
    line-height: 80px;
    font-size: 17px;
  }
}

@media (max-width:1600px) {
  .lyNav {
    padding-left: 0;
  }

  .lyNav .nav_list>ul>li {
    padding: 0 20px;
  }

  .lyNav .nav_list>ul>li>a {
    font-size: 16px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyNav .nav_list>ul>li {
    padding: 0 15px;
  }
}

@media (max-width:1200px) {
  .lyNav .nav_list>ul>li {
    padding: 0 12px;
  }
}

@media (max-width:1080px) {
  .lyNav {
    padding-left: 0;
    padding-right: 80px;
    float: right;
  }

  .lyTop:hover .lyNav,
  .lyTop.fxd .lyNav {
    padding-right: 40px;
  }

  .lyNav .nav_list {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .lyNav .nav_list ul {
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }

  .lyNav .nav_list .nav_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
  }

  .lyNav .nav_list ul>li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-sizing: border-box;
    position: relative;
  }

  .lyNav .nav_list ul>li a {
    display: block;
    width: 100%;
    line-height: 64px;
    color: #333;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    border-radius: 0;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lyNav .nav_list>ul>li>a::after {
    left: 0;
    bottom: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .lyNav .nav_list>ul>li i {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 14px 9px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .lyNav .nav_list>ul>li i.cur {
    background-size: 14px 9px;
  }

  .lyNav .nav_list>ul>li ul {
    width: 100%;
    overflow: hidden;
    position: inherit;
    left: inherit;
    top: inherit;
    background-color: #f8f8f8;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }

  .lyNav .nav_list>ul>li:hover>em,
  .lyNav .nav_list>ul>li.active>em {
    display: none;
  }

  .lyNav .nav_list>ul>li ul li a {
    height: 48px;
    line-height: 48px;
    color: #888;
    text-align: left;
    border: 0;
    padding: 0 40px;
  }

  .lyNav .nav_menu {
    display: block;
    margin: 20px 0;
  }

  .lyNav .nav_menu p {
    width: 40px;
    height: 40px;
    padding: 8px 6px;
    background: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lyTop:hover .lyNav .nav_menu p,
  .lyTop.fxd .lyNav .nav_menu p {
    background: linear-gradient(to right, #43cea2, #185a9d);
  }

  .lyNav .nav_menu p span {
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #43cea2, #185a9d);
    margin: 0 auto;
  }

  .lyTop:hover .lyNav .nav_menu p span,
  .lyTop.fxd .lyNav .nav_menu p span {
    background: linear-gradient(to right, #ffffff, #ffffff);
  }

  .lyNav .nav_menu p span+span {
    margin-top: 7px;
  }

  .lyNav .open {
    width: 100%;
    overflow: auto;
    left: 0%;
  }

  .lyNav .nav_menu:active {
    background-color: #185a9d;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyNav .nav_menu {
    margin: 12px 0;
  }
}

@media (max-width: 767px) {

  .lyNav,
  .lyTop:hover .lyNav,
  .lyTop.fxd .lyNav {
    padding-right: 0;
  }

  .lyTop .lyNav .nav_menu p {
    background: linear-gradient(to right, #43cea2, #185a9d);
  }

  .lyTop .lyNav .nav_menu p span {
    background: linear-gradient(to right, #ffffff, #ffffff);
  }

  .lyNav .nav_list ul>li a {
    line-height: 60px;
  }

  .lyNav .nav_list ul {
    width: 60%;
  }
}

@media (max-width: 320px) {
  .lyNav {
    padding-right: 0;
  }

  .lyNav .nav_menu {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 280px) {}

/*导航栏 结束*/
/*头部 结束*/


/* lyFoot start */
.lyFoot {
  overflow: hidden;
  background-color: #222;
}

.lyFoot .lyFoot_lxfs {
  margin: 0 auto;
  padding: 60px 0 50px;
}

.lyFoot_lxfs .lyFootLxfs_tit {
  margin: 0 auto 30px;
}

.lyFootLxfs_tit p {
  line-height: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.lyFootLxfs_tit em {
  display: block;
  width: 100%;
  height: 15px;
  margin: 10px auto 20px;
  position: relative;
}

.lyFootLxfs_tit em::before {
  content: '';
  display: block;
  width: 400px;
  height: 1px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .1);
  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%);
}

.lyFootLxfs_tit em::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(to right, #43cea2, #185a9d);
  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%);
}

.lyFootLxfs_tit span {
  display: block;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: rgba(255, 255, 255, .25);
  font-size: 18px;
  text-align: center;
}

.lyFootLxfs_tit span i {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

.lyFootLxfs_tit span i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyFootLxfs_tit span i svg path {
  fill: rgba(255, 255, 255, .25);
}

.lyFoot_lxfs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.lyFoot_lxfs ul li {
  width: 33.333333%;
  padding: 0 20px;
}

.lyFoot_lxfs ul li em {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin-bottom: 12px;
}

.lyFoot_lxfs ul li p {
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 10px 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, .06), rgba(255, 255, 255, .06));
}

.lyFoot_lxfs ul li p:hover {
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyFoot_lxfs ul li p span {
  display: block;
  width: calc(100% - 48px);
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyFoot_lxfs ul li p i {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  padding: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .1);
}

.lyFoot_lxfs ul li p i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.lyFoot_lxfs ul li i svg path {
  fill: url(#gradient);
}


.lyFoot_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_main .lyFoot_ewm {
  width: 30%;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_ewm p {
  width: 130px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_ewm p img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lyFoot_ewm span {
  display: block;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  text-align: center;
}


.lyFoot_main .lyFoot_nav {
  width: 70%;
  padding-left: 150px;
}

.lyFoot_nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 -20px;
}

.lyFoot_nav ul li {
  width: auto;
  max-width: 32%;
  line-height: 40px;
  color: rgba(255, 255, 255, .25);
  padding: 0 20px;
}

.lyFoot_nav ul li p {
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.lyFoot_nav ul li a {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.lyFoot_nav ul li a:hover {
  color: #fff;
}


.lyFoot_copy {
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}

.lyFoot_copy p {
  line-height: 30px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
}

.lyFoot_copy p a {
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
}

.lyFoot_copy p a:hover {
  color: #fff;
}

@media (max-width:1680px) {

  .lyFoot .lyFoot_lxfs,
  .lyFoot_main {
    padding: 40px 0;
  }

  .lyFootLxfs_tit p {
    line-height: 48px;
    font-size: 36px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {

  .lyFoot .lyFoot_lxfs,
  .lyFoot_main {
    padding: 40px;
  }

  .lyFootLxfs_tit p {
    line-height: 40px;
    font-size: 32px;
  }

  .lyFootLxfs_tit em {
    height: 13px;
  }

  .lyFootLxfs_tit em::before {
    width: 360px;
  }

  .lyFootLxfs_tit em::after {
    width: 13px;
    height: 13px;
  }

  .lyFootLxfs_tit span {
    font-size: 16px;
  }

  .lyFootLxfs_tit span i {
    width: 20px;
    height: 20px;
  }

  .lyFoot_lxfs ul {
    margin: 0 -20px;
  }

  .lyFoot_lxfs ul li {
    padding: 0 20px;
  }

  .lyFoot_lxfs ul li em {
    margin-bottom: 10px;
  }

  .lyFoot_lxfs ul li p {
    padding: 10px 20px;
  }

  .lyFoot_lxfs ul li p span {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }

  .lyFoot_lxfs ul li p i {
    width: 40px;
    height: 40px;
  }

  .lyFoot_lxfs ul li p i svg {
    padding: 6px;
  }

  .lyFoot_ewm span {
    font-size: 15px;
  }

  .lyFoot_main .lyFoot_nav {
    padding-left: 140px;
  }

  .lyFoot_nav ul li a {
    font-size: 15px;
  }


  .lyFoot_copy {
    padding: 20px 40px;
  }

  .lyFoot_copy p,
  .lyFoot_copy p a {
    font-size: 15px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyFootLxfs_tit p {
    line-height: 40px;
    font-size: 30px;
  }

  .lyFootLxfs_tit em {
    height: 11px;
  }

  .lyFootLxfs_tit em::before {
    width: 320px;
  }

  .lyFootLxfs_tit em::after {
    width: 11px;
    height: 11px;
  }

  .lyFoot_lxfs ul {
    margin: 0 -10px;
  }

  .lyFoot_lxfs ul li {
    padding: 0 10px;
  }

  .lyFoot_lxfs ul li p span {
    font-size: 20px;
  }


  .lyFoot_ewm span {
    line-height: 20px;
    font-size: 14px;
  }

  .lyFoot_main .lyFoot_nav {
    padding-left: 120px;
  }

  .lyFoot_copy {
    padding: 15px 40px;
  }

  .lyFoot_copy p,
  .lyFoot_copy p a {
    font-size: 14px;
  }


}

@media (max-width:1200px) {
  .lyFoot_main .lyFoot_ewm {
    width: 26%;
  }

  .lyFoot_main .lyFoot_nav {
    width: 74%;
    padding-left: 100px;
  }
}

@media (max-width:1080px) {
  .lyFoot_lxfs ul li p span {
    font-size: 18px;
  }
}

@media (max-width:1024px) {

  .lyFoot_main {
    display: none;
  }

  .lyFoot .lyFoot_lxfs {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .lyFoot_copy p {
    text-align: center;
    float: none !important;
  }
}

@media (max-width:920px) {
  .lyFoot_lxfs .lyFootLxfs_tit {
    margin: 0 auto;
  }

  .lyFoot_lxfs ul {
    margin: 0;
  }

  .lyFoot_lxfs ul li {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .lyFoot_lxfs ul li p span {
    font-size: 22px;
    text-align: center;
    padding-left: 40px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyFoot .lyFoot_lxfs {
    display: none;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

/* lyFoot end */


/* lyLinks start */
.lyLinks {
  overflow: hidden;
  padding: 19px 0;
  background: linear-gradient(to right, #43cea2, #2d949f, #185a9d);
  position: relative;
}

.lyLinks .lyLinks_main {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.lyLinks_main .lyLinks_title {
  width: 140px;
  height: 42px;
  overflow: hidden;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.lyLinks_title i {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 8px 0 0;
  padding: 3px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  float: left;
}

.lyLinks_title i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.lyLinks_title i svg path {
  fill: url(#gradient);
}

.lyLinks_main .lyLinks_list {
  width: calc(100% - 140px);
  line-height: 40px;
  color: rgba(255, 255, 255, .45);
}

.lyLinks_list a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  vertical-align: top;
  margin: 0 10px;
}

.lyLinks_list a:hover {
  color: #fff;
}

@media (max-width:1680px) {
  .lyLinks {
    padding: 14px 0;
  }
}

@media (max-width:1440px) {
  .lyLinks_list a {
    font-size: 15px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyLinks {
    padding: 10px 0;
  }

  .lyLinks_main .lyLinks_title {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }

  .lyLinks_title i {
    width: 40px;
    height: 40px;
    margin: 0 8px 0 0;
    padding: 3px;
  }

  .lyLinks_list a {
    font-size: 14px;
    margin: 0 8px;
  }
}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .lyLinks_main .lyLinks_list {
    line-height: 30px;
  }
  .lyLinks_list a {
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyLinks {
    display: none;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

/* lyLinks end */


/* lyView start */
.lyView {
  width: 64px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  margin-top: -60px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 998;
  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_tel.mobile_tel {
  display: none;
}

.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: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 72px;
}

.lyView .lyView_ewm p img {
  display: block;
  width: 100%;
  height: 100%;
}

.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_tel p {
  display: none;  
  width: 160px;
  height: 46px;
  line-height: 34px;
  color: #185a9d;
  font-family: "BEBAS";
  font-size: 30px;
  text-align: center;
  padding: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 15px;
  right: 72px;
}

.lyView .lyView_tel 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: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lyView .lyView_tel: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_top i svg path {
  fill: url(#gradient);
}

.lyView .lyView_ewm:hover i svg path,
.lyView .lyView_tel:hover i svg path {
  fill: url(#gradient);
}

.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: #185a9d;
}

@media (max-width:1200px) {
  .lyView { margin-top:0}
}

@media (max-width:820px) {

  .lyView .lyView_ewm,
  .lyView .lyView_tel {
    display: none;
  }

  .lyView .lyView_tel.mobile_tel {
    display: block;
    padding: 7px 0;
  }

  .lyView .lyView_tel.mobile_tel i {
    width: 22px;
    height: 22px;
  }

  .lyView .lyView_tel.mobile_tel::after {
    left: 12px;
  }

  .lyView .lyView_tel.mobile_tel span {
    font-size: 12px;
  }

  .lyView {
    width: 50px;
    right: 0;
  }

  .lyView .lyView_top {
    padding: 3px 0 7px;
  }

  .lyView .lyView_top i {
    margin: 0 auto;
  }

  .lyView .lyView_top span {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
  }  
  
}

@media (max-width:767px) {
  .lyView .lyView_top i svg path {
    fill: #43cea2;
  }
  
  #KFRightScreen {
	display: none!important;
  }
}

/* lyView end */


.lyTitle {
  margin-bottom: 45px;
}

.lyTitle em {
  display: block;
  line-height: 60px;
  color: #e6e6e6;
  font-size: 64px;
  font-family: "AntonRegular";
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

.lyTitle p {
  line-height: 60px;
  color: #222;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: -60px auto 10px;
  position: relative;
}

.lyTitle p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: linear-gradient(to right, #43cea2, #185a9d);
  border-radius: 50%;
  vertical-align: middle;
  margin: -4px 14px 0;
}

.lyTitle span {
  display: block;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  text-align: center;
}


.lyTitle1 em {
  color: rgba(255, 255, 255, .06);
}

.lyTitle1 p {
  color: #fff;
}

.lyTitle1 span {
  color: rgba(255, 255, 255, .45);
}


@media (max-width:1680px) {
  .lyTitle {
    margin-bottom: 40px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyTitle em {
    line-height: 50px;
    font-size: 56px;
  }

  .lyTitle p {
    line-height: 50px;
    font-size: 32px;
    margin: -50px auto 10px;
  }

  .lyTitle p i {
    width: 12px;
    height: 12px;
    margin: -4px 12px 0;
  }

  .lyTitle span {
    font-size: 15px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyTitle {
    margin-bottom: 30px;
  }

  .lyTitle em {
    line-height: 40px;
    font-size: 44px;
  }

  .lyTitle p {
    line-height: 40px;
    font-size: 30px;
    margin: -40px auto 8px;
  }

  .lyTitle span {
    line-height: 20px;
    font-size: 14px;
  }

  .lyTitle p i {
    width: 10px;
    height: 10px;
    margin: -4px 10px 0;
  }
}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyTitle {
    margin-bottom: 20px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyTitle em {
    line-height: 36px;
    font-size: 40px;
  }

  .lyTitle p {
    line-height: 36px;
    font-size: 26px;
    margin: -36px auto 6px;
  }

  .lyTitle p i {
    width: 8px;
    height: 8px;
    margin: -4px 8px 0;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}


/* lyProMenu start */
.lyProMenu_title {
  width: 100%;
  height: 115px;
  overflow: hidden;
  padding: 0 35px;
  position: relative;
  background: linear-gradient(to right, #43cea2, #185a9d);
  display: flex;
  align-items: center;
}

.lyProMenu_title::before,
.lyProMenu_title::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .03);
  position: absolute;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

.lyProMenu_title::before {
  right: 90px;
  bottom: -20px;
}

.lyProMenu_title::after {
  top: -36px;
  right: -10px;
}

.lyProMenu_title i {
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  margin: 0 -4px;
  position: relative;
}

.lyProMenu_title i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProMenu_title i svg path {
  fill: #ffffff;
}

.lyProMenu_title p {
  width: calc(100% - 60px);
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}

.lyProMenu_title p span {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.lyProMenu_title p em {
  display: block;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.8px;
  margin-top: 4px;
}

.lyProMenu_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #222;
}

.lyProMenu_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, .45);
}

.lyProMenu_list ul li {
  width: 100%;
}

.lyProMenu_list ul li p {
  height: 50px;
  overflow: hidden;
  padding: 0 35px;
  background: linear-gradient(to right, #343434, #343434);
  position: relative;
}

.lyProMenu_list ul li.on p,
.lyProMenu_list ul li:hover p {
  background: linear-gradient(to right, rgba(67, 206, 162, .25), rgba(24, 90, 157, .25));
}

.lyProMenu_list ul li p a {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProMenu_list ul li p i {
  display: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 35px;
}

.lyProMenu_list ul li p i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProMenu_list ul li p i svg path {
  fill: #ffffff;
}

.lyProMenu_list ul li .lyProMenu_scd {
  padding: 14px 35px;
}

.lyProMenu_list ul li dl {
  margin: 0 -8px;
}

.lyProMenu_list ul li dl dd {
  width: 50%;
  padding: 0 8px;
  float: left;
}

.lyProMenu_list ul li dl dd a {
  display: block;
  width: 100%;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  color: rgba(255, 255, 255, .45);
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 12px;
  position: relative;
}

.lyProMenu_list ul li dl dd a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  overflow: hidden;
  margin-top: -2px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .45);
  position: absolute;
  left: 0;
  top: 50%;
}

.lyProMenu_list ul li dl dd a:hover,
.lyProMenu_list ul li dl dd a.cur {
  color: #43cea2;
}

.lyProMenu_list ul li dl dd a:hover::before,
.lyProMenu_list ul li dl dd a.cur::before {
  background-color: #43cea2;
}


.lyProMenu_more {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.lyProMenu_more a {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyProMenu_more a i {
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 16px;
}

.lyProMenu_more a:hover i {
  margin: -4px 0 0 30px;
}

.lyProMenu_more a i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProMenu_more a i svg path {
  fill: #ffffff;
}


.lySearch_form {
  width:100%; height:auto; overflow:hidden; padding:10px 20px;
}
.lySearch_form form {
  padding-right:44px;
  position:relative;
}
.lySearch_form .scIpt {
  width: 100%;
  overflow: hidden; 
}
.lySearch_form .scIpt input {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #fff;
  font-size: 15px;
  padding: 0 20px;
  background: rgba(255,255,255,.06);
  border: 0;
  outline: none;
}
.lySearch_form .scIpt input::placeholder {
  color: rgba(255,255,255,.45);
}
.lySearch_form .scBtn {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.lySearch_form .scBtn button {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(to right, #185a9d, #43cea2);
  border: 0;
  outline: none;
  cursor: pointer;
}
.lySearch_form .scBtn button svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lySearch_form .scBtn button svg path {
  fill: #ffffff;
}


@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyProMenu_title {
    height: 100px;
    padding: 0 30px;
  }

  .lyProMenu_title::before,
  .lyProMenu_title::after {
    width: 80px;
    height: 80px;
  }

  .lyProMenu_title::before {
    right: 70px;
    bottom: -20px;
  }

  .lyProMenu_title::after {
    top: -26px;
    right: 0;
  }

  .lyProMenu_title i {
    width: 64px;
    height: 64px;
  }

  .lyProMenu_title p {
    width: calc(100% - 56px);
    padding-left: 15px;
  }

  .lyProMenu_title p span {
    height: 35px;
    line-height: 35px;
    font-size: 26px;
  }

  .lyProMenu_title p em {
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 2px;
  }

  .lyProMenu_list ul li p {
    padding: 0 30px;
  }

  .lyProMenu_list ul li .lyProMenu_scd {
    padding: 14px 30px;
  }

}

@media (max-width:1366px) {
  .lyProMenu_list ul li dl dd a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

@media (max-width:1280px) {
  .lyProMenu_title {
    height: 84px;
    padding: 0 30px;
  }

  .lyProMenu_title i {
    width: 58px;
    height: 58px;
  }

  .lyProMenu_title p {
    width: calc(100% - 50px);
  }

  .lyProMenu_title p span {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
  }

  .lyProMenu_title p em {
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 0px;
  }

  .lyProMenu_list ul li p {
    height: 44px;
  }

  .lyProMenu_list ul li p a {
    height: 44px;
    line-height: 44px;
    font-size: 17px;
  }

  .lyProMenu_list ul li .lyProMenu_scd {
    padding: 12px 30px;
  }

  .lyProMenu_more a {
    height: 54px;
    line-height: 54px;
    font-size: 17px;
  }

  .lyProMenu_more a i {
    width: 24px;
    height: 24px;
    margin: -4px 0 0 14px;
  }
}

@media (max-width:1200px) {
  .lyProMenu_title {
    height: 84px;
    padding: 0 20px;
  }

  .lyProMenu_list ul li p {
    height: 40px;
    padding: 0 20px;
  }

  .lyProMenu_list ul li p a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .lyProMenu_list ul li .lyProMenu_scd {
    padding: 10px 20px;
  }

  .lyProMenu_list ul li dl {
    margin: 0 -6px;
  }

  .lyProMenu_list ul li dl dd {
    padding: 0 6px;
  }

  .lyProMenu_more a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

}

@media (max-width:1080px) {
  .lyProMenu_title::before {
    right: 100px;
  }

  .lyProMenu_title p::after {
    content: '点击展开 +';
    display: block;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin-top: -22px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    right: 0;
  }

  .lyProMenu_title.on p::after {
    content: '点击收起 -';
  }

  .lyProMenu_list {
    display: none;
  }

  .lyProMenu_list ul li p {
    height: 48px;
    padding: 0 20px;
  }

  .lyProMenu_list ul li p a {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }

  .lyProMenu_list ul li dl {
    margin: 0 -10px;
  }

  .lyProMenu_list ul li dl dd {
    width: 25%;
    padding: 0 10px;
  }

  .lyProMenu_list ul li dl dd a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }

  .lyProMenu_more a {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }

  .lyProMenu_more a i {
    width: 26px;
    height: 26px;
    margin: -4px 0 0 14px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyProMenu_title p::after {
    font-size: 14px;
    padding: 0;
  }

  .lyProMenu_title {
    height: 72px;
  }

  .lyProMenu_title i {
    width: 52px;
    height: 52px;
  }

  .lyProMenu_title p {
    width: calc(100% - 44px);
    padding-left: 10px;
  }

  .lyProMenu_title p span {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .lyProMenu_title p em {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .lyProMenu_list ul li p {
    height: 44px;
    padding: 0 20px;
  }

  .lyProMenu_list ul li p a {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }

  .lyProMenu_list ul li dl dd {
    width: 50%;
  }

  .lyProMenu_list ul li dl dd a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .lyProMenu_more a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .lyProMenu_more a i {
    width: 24px;
    height: 24px;
    margin: -4px 0 0 14px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyProMenu_title p::after {
    content: '+';
    font-size: 30px;
  }

  .lyProMenu_title.on p::after {
    content: '-';
    font-size: 30px;
  }
}

@media (max-width:280px) {}

/* lyProMenu end */