@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 \5FAE\8F6F\96C5\9ED1, Arial, Microsoft Yahei, Helvetica, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle !important;
  border: 0;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  /* 滚动槽宽度 */
  width: 0;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
  background-color: #f4f8fa;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #e60013;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #e60013;
}


@font-face {
  font-family: "Impact";
  src: url('../fonts/Impact.ttf');
}

@font-face {
  font-family: "DINMittelschrift";
  src: url('../fonts/DINMittelschrift.ttf');
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

@font-face {
  font-family: "Nice";
  src: url('../fonts/Nice Regular.ttf');
}

/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

.w1600 {
  width: 1600px;
}


/*lyHeader start*/
.lyHeader {
  width: 68px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.lyHeader::before,
.lyHeader::after {
  content: '';
  width: 180px;
  height: 180px;
  background-color: rgba(255, 107, 3, 0.08);
  border-radius: 50%;
  position: absolute;
  right: 24px;
}

.lyHeader::before {
  top: 45%;
}

.lyHeader::after {
  top: 52%;
}

.lyHeader_Menu,
.lyHeader_About,
.lyHeader_Serv,
.lyHeader_Case,
.lyHeader_News,
.lyHeader_Contact {
  margin: 20px auto 40px;
  position: relative;
  z-index: 1;
}

.lyHeader_Menu a,
.lyHeader_About a,
.lyHeader_Serv a,
.lyHeader_Case a,
.lyHeader_News a,
.lyHeader_Contact a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.lyHeader_Menu a.menuBtn i {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/leftMenu_ico.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 4px;
}

.lyHeader_Menu a.menu_hide i {
  background: url(../images/leftMenuHide_ico.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyHeader_About a i,
.lyHeader_Serv a i,
.lyHeader_Case a i,
.lyHeader_News a i,
.lyHeader_Contact a i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
}

.lyHeader_About a i {
  background: url(../images/leftAbout_ico.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyHeader_Serv a i {
  background: url(../images/leftServ_ico.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyHeader_Case a i {
  background: url(../images/leftCase_ico.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyHeader_News a i {
  background: url(../images/leftNews_ico.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyHeader_Contact a i {
  background: url(../images/leftContact_ico.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyHeader_Menu a:hover i,
.lyHeader_About a:hover i,
.lyHeader_Serv a:hover i,
.lyHeader_Case a:hover i,
.lyHeader_News a:hover i,
.lyHeader_Contact a:hover i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.lyHeader_Menu a span,
.lyHeader_About a span,
.lyHeader_Serv a span,
.lyHeader_Case a span,
.lyHeader_News a span,
.lyHeader_Contact a span {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #222;
  font-size: 14px;
  text-align: center;
}


.lyHeader .lyHeader_Logo {
  width: 106px;
  height: 40px;
  transform: rotate(-90deg);
  position: absolute;
  left: -20px;
  bottom: 50px;
  z-index: 1;
}

.lyHeader_Logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 40px;
}

.lyHeader_Logo a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

/*lyHeader end*/


.menu_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: none;
}

.menu_main {
  width: 300px;
  height: 100%;
  background: #ff6b03 url(../images/menuBg.png) center bottom no-repeat;
  background-size: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 98;
}

.menu_main.menu_show {
  left: 68px;
}

.menu_main ul {
  height: 100%;
  padding: 40px 0;
  position: relative;
}

.menu_main ul li {
  height: 44px;
  line-height: 42px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  padding: 0 40px;
}

.menu_main ul li>a {
  color: #fff;
}

.menu_main ul li>a::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 10px;
  background: url(../images/jt2.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -4px 0 0 20px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.menu_main ul li.cur>a,
.menu_main ul li.cur>a::after,
.menu_main ul li:hover>a,
.menu_main ul li:hover>a::after {
  opacity: 0.45;
}

.menu_main ul li i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 300px;
  width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .95);
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.menu_main ul li.cur i,
.menu_main ul li:hover i {
  width: 250px;
}

.menu_main ul li dl {
  display: none;
  width: 250px;
  height: 100%;
  padding: 40px 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 97;
}

.menu_main ul li.cur dl,
.menu_main ul li:hover dl {
  display: block;
}

.menu_main ul li dl dd {
  height: 40px;
  line-height: 40px;
  margin-bottom: 12px;
  padding: 0 40px;
}

.menu_main ul li dl dd:hover {
  padding: 0 20px 0 60px;
}

.menu_main ul li dl dd a {
  display: block;
  overflow: hidden;
  color: #222;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu_main ul li dl dd:hover a {
  color: #ff6b03;
  text-decoration: underline;
}

.menu_main p {
  line-height: 32px;
  color: #ffa668;
  font-size: 18px;
  font-weight: lighter;
  padding: 0 40px;
  position: absolute;
  bottom: 40px;
  display: none;
}


/*ly_container start*/
.ly_container {
  width: calc(100% - 68px);
  margin-left: 68px;
  overflow: hidden;
}

.lyIdx_title {
  margin: 0 auto 80px;
}

.lyIdx_title span {
  display: block;
  height: 80px;
  line-height: 80px;
  color: transparent;
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-stroke: 0.5px #e9ecf7;
}

.lyIdx_title p {
  height: 80px;
  line-height: 80px;
  color: #222;
  font-size: 48px;
  text-align: center;
  margin: -80px auto 0;
  position: relative;
}

.lyIdx_title1 {
  margin: 0 auto 40px;
}

.lyIdx_title1 span {
  display: block;
  height: 80px;
  line-height: 80px;
  color: transparent;
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.1);
}

.lyIdx_title2 span {
  color: transparent;
}

.lyIdx_title1 p {
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 48px;
  margin: -80px auto 20px;
  position: relative;
}

.lyIdx_title3 span {
  color: transparent;
  text-align: center;
}

.lyIdx_title3 p {
  text-align: center;
}

.lyIdx_title3 em {
  display: block;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: lighter;
  text-align: center;
  margin: -10px auto 0;
}

.lyIdx_title4 span {
  color: transparent;
  -webkit-text-stroke: 0.5px #00000010;
}

.lyIdx_title4 p {
  color: #222;
}

.lyIdx_title4 em {
  color: #999;
}

.lyIdx_title1 i {
  display: block;
  width: 58px;
  height: 2px;
  background-color: #ff6b03;
  margin-top: 20px;
}

/*ly_container end*/


/* ly_foot start */
.ly_foot {
  background-color: #1e1b18;
  position: relative;
}

.lyIdx_bottom {
  position: absolute;
  top: -74px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.lyIdx_bottom p {
  height: 148px;
  padding: 50px 60px;
  background-image: linear-gradient(to right, #ffbd5a, #ff6b03);
  border-radius: 0 30px;
}

.lyIdx_bottom p span {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 36px;
  float: left;
}

.lyIdx_bottom p a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #ff6b03;
  font-size: 18px;
  padding: 0 40px;
  background-color: #fff;
  float: right;
}

.ly_foot .lyFoot_main {
  width: 100%;
  overflow: hidden;
  padding: 134px 0 60px;
  background-color: #25211e;
  border-radius: 0 0 100px 0;
}

.lyNews_foot .ly_foot .lyFoot_main {
  padding: 80px 0;
}

.lyFoot_main .lyFoot_con {
  margin: 0 auto;
}

.lyFoot_main .lyFoot_left {
  float: left;
}

.lyFoot_left ul li {
  float: left;
  padding: 0 120px 0 0;
}

.lyFoot_left ul li p {
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

.lyFoot_left ul li:hover p {
  color: #ff6b03;
  text-decoration: underline;
}

.lyFoot_left ul li p::after {
  display: none;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/jt1.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.lyFoot_left ul li:hover p::after {
  display: inline-block;
}

.lyFoot_left ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: lighter;
}

.lyFoot_left ul li a:hover {
  color: #fff;
}

.lyFoot_main .lyFoot_right {
  float: right;
  padding: 0 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.lyFoot_right span {
  display: block;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 5px;
}

.lyFoot_right span i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin: 7px 10px 7px 0;
  float: left;
}

.lyFoot_right span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_right p {
  line-height: 40px;
  color: #fff;
  font-family: "BEBAS";
  font-size: 40px;
  font-weight: lighter;
  margin-bottom: 20px;
}

.lyFoot_right em {
  display: block;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  display: none;
}

.lyFoot_right .lyFoot_wechat {
  margin-top: 40px;
}

.lyFoot_wechat a {
  display: block;
  height: 76px;
  line-height: 76px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: lighter;
}

.lyFoot_wechat a:hover {
  color: #ff6b03;
}

.lyFoot_wechat a i {
  display: inline-block;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: url(../images/wechat_ico1.png) center center no-repeat;
  margin: -4px 0 0 20px;
  vertical-align: middle;
}

.lyFoot_wechat a:hover i {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/wechat_ico2.png) center center no-repeat;
}

.lyFoot_copy {
  margin: 0 auto;
  padding: 15px 0;
}

.bz_foot .lyFoot_copy {
  padding: 20px 160px;
}

.lyFoot_copy p {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
}

.lyFoot_copy p span {
  display: inline-block;
  margin-right: 20px;
}

.lyFoot_copy p a {
  display: inline-block;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.25);
}

.lyFoot_copy p a img {
  margin-right: 6px;
}

.lyFoot_copy p a:hover {
  color: #ff6b03;
}

/* ly_foot end */


.wechat_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.wechat_main {
  display: none;
  padding: 20px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.wechat_main p {
  width: 180px;
  height: 180px;
  margin: 0 auto 10px;
}

.wechat_main span {
  display: block;
  line-height: 20px;
  color: #666;
  font-size: 16px;
  text-align: center;
}

.wechat_main.wechat_show {
  display: block;
}


/*lyPage start*/
.lyPage {
  text-align: center;
}

.lyPage a {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  color: #666;
  font-size: 16px;
  margin: 0 8px;
  padding: 0 19px;
  border: 1px solid #dee2ef;
  border-radius: 0 8px;
}

.lyPage a:hover, .lyPage a.pnnum1 {
  color: #fff;
  background-color: #ff6b03;
  border: 1px solid #ff6b03;
}

.lyPage span {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  margin: 0 8px;
  padding: 0 19px;
  border-radius: 0 8px;
  background-color: #f2f4f9;
}

/*lyPage end*/


/*ly_links start*/
.ly_links {
  padding-bottom: 40px;
  background-color: #25211e;
}

.ly_links .lyLinks_main {
  overflow: hidden;
  min-height: 80px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px 0 40px 40px;
  padding: 0 0 0 160px;
  position: relative
}

.ly_links .lyLinks_title {
  width: 160px;
  height: 100%;
  background: url(../images/linkBg.png) 0 0 repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-items: center;
}

.lyLinks_title p {
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  margin: 0 auto;
}

.lyLinks_title p img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

.ly_links .lyLinks_list {
  padding: 20px;
}

.lyLinks_list a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  font-weight: lighter;
  vertical-align: top;
  margin: 0 16px 0 0;
}

.lyLinks_list a:hover {
  color: #fff;
}

/*ly_links end*/


@media (max-width:1680px) {
  .w1600 {
    width: 92%;
  }

  .menu_main ul li {
    font-size: 28px;
  }

  .menu_main ul li dl dd a {
    font-size: 18px;
  }

  .lyIdx_title {
    margin: 0 auto 60px;
  }

  .lyIdx_title span,
  .lyIdx_title1 span {
    height: 70px;
    line-height: 70px;
    font-size: 80px;
  }

  .lyIdx_title p,
  .lyIdx_title1 p {
    height: 70px;
    line-height: 70px;
    font-size: 44px;
    margin: -70px auto 0;
  }

  .lyIdx_title3 em {
    margin: 10px auto 0;
  }

  .lyIdx_bottom {
    top: -64px;
  }

  .lyIdx_bottom p {
    height: 128px;
    padding: 40px 60px;
  }

  .lyIdx_bottom p span {
    font-size: 30px;
  }

  .lyIdx_bottom p a {
    font-size: 16px;
    padding: 0 30px;
  }

  .ly_foot .lyFoot_main {
    padding: 124px 0 60px;
    border-radius: 0 0 80px 0;
  }

  .lyNews_foot .ly_foot .lyFoot_main {
    padding: 60px 0;
  }

  .lyFoot_left ul li {
    padding: 0 100px 0 0;
  }

  .lyFoot_left ul li p {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .lyFoot_right .lyFoot_wechat {
    margin-top: 20px;
  }
}

@media (max-width:1600px) {

  .menu_main {
    width: 260px;
  }

  .menu_main ul li {
    height: 42px;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0 30px;
  }

  .menu_main ul li i {
    left: 260px;
  }

  .menu_main ul li.cur i,
  .menu_main ul li:hover i,
  .menu_main ul li dl {
    width: 240px;
  }

  .menu_main ul li dl dd {
    margin-bottom: 6px;
    padding: 0 30px;
  }

  .menu_main ul li dl dd:hover {
    padding: 0 20px 0 40px;
  }

  .menu_main p {
    padding: 0 30px;
  }

  .ly_foot .lyFoot_main {
    padding: 124px 0 60px;
  }

  .lyFoot_left ul li {
    padding: 0 80px 0 0;
  }

  .lyFoot_main .lyFoot_right {
    padding: 0 80px;
  }

  .lyFoot_copy {
    padding: 20px 0;
  }
}

@media (max-width:1560px) {

  .lyIdx_title span,
  .lyIdx_title1 span {
    height: 60px;
    line-height: 60px;
    font-size: 68px;
  }

  .lyIdx_title p,
  .lyIdx_title1 p {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    margin: -60px auto 0;
  }

  .lyIdx_bottom p span {
    font-size: 28px;
  }
}

@media (max-width:1440px) {
  .w1600 {
    width: 94%;
  }

  .menu_main {
    width: 240px;
  }

  .menu_main ul li {
    height: 40px;
    line-height: 38px;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0 20px;
  }

  .menu_main ul li i {
    left: 240px;
  }

  .menu_main ul li.cur i,
  .menu_main ul li:hover i,
  .menu_main ul li dl {
    width: 200px;
  }

  .menu_main ul li dl dd {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .menu_main ul li dl dd:hover {
    padding: 0 10px 0 30px;
  }

  .menu_main ul li dl dd a {
    font-size: 16px;
  }

  .menu_main p {
    line-height: 30px;
    font-size: 16px;
    padding: 0 20px;
  }

  .lyIdx_title {
    margin: 0 auto 40px;
  }

  .lyIdx_title span,
  .lyIdx_title1 span {
    height: 50px;
    line-height: 50px;
    font-size: 58px;
  }

  .lyIdx_title p,
  .lyIdx_title1 p {
    height: 50px;
    line-height: 48px;
    font-size: 32px;
    margin: -50px auto 0;
  }

  .lyIdx_title3 em {
    line-height: 28px;
    font-size: 14px;
  }

  .lyIdx_bottom {
    top: -50px;
  }

  .lyIdx_bottom p {
    height: 100px;
    padding: 30px 40px;
  }

  .lyIdx_bottom p span {
    height: 40px;
    line-height: 38px;
    font-size: 24px;
  }

  .lyIdx_bottom p a {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 20px;
  }

  .ly_foot .lyFoot_main {
    padding: 90px 0 40px;
    border-radius: 0 0 72px 0;
  }

  .lyNews_foot .ly_foot .lyFoot_main {
    padding: 40px 0;
  }

  .lyFoot_left ul li p {
    font-size: 20px;
  }

  .lyFoot_left ul li p::after {
    margin: 4px 0 0 10px;
  }

  .lyFoot_left ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .lyFoot_main .lyFoot_right {
    padding: 0 60px;
  }

  .lyFoot_right span {
    font-size: 14px;
  }

  .lyFoot_right em {
    font-size: 15px;
  }

  .lyFoot_wechat a {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }

  .lyFoot_wechat a i {
    width: 60px;
    height: 60px;
    background: url(../images/wechat_ico1.png) center center no-repeat;
    background-size: 30px 30px;
  }

  .lyFoot_wechat a:hover i {
    background: #ff6b03 url(../images/wechat_ico2.png) center center no-repeat;
    background-size: 30px 30px;
  }

  .lyFoot_copy {
    padding: 10px 0;
  }

  .lyFoot_copy p {
    line-height: 30px;
    font-size: 14px;
  }

  .wechat_main {
    padding: 10px;
  }

  .wechat_main p {
    margin: 0 auto;
  }

  .wechat_main span {
    font-size: 14px;
  }

  .ly_links {
    padding-bottom: 40px;
  }

  .ly_links .lyLinks_main {
    min-height: 70px;
    border-radius: 35px 0 35px 35px;
  }

  .lyLinks_title p {
    font-size: 15px;
  }

  .lyLinks_list a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .lyPage a,
  .lyPage span {
    font-size: 14px;
    margin: 0 4px;
    padding: 0 15px;
  }
}

@media (max-width:1366px) {
  .lyFoot_left ul li {
    padding: 0 70px 0 0;
  }
}

@media (max-width:1280px) {
  .menu_main {
    width: 220px;
  }

  .menu_main ul li {
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 20px;
  }

  .menu_main ul li i {
    left: 220px;
  }

  .menu_main ul li.cur i,
  .menu_main ul li:hover i,
  .menu_main ul li dl {
    width: 180px;
  }

  .menu_main ul li dl dd {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .menu_main ul li dl dd:hover {
    padding: 0 10px 0 30px;
  }

  .menu_main ul li dl dd a {
    font-size: 14px;
  }

  .menu_main p {
    line-height: 24px;
    font-size: 14px;
  }

  .lyIdx_bottom p {
    border-radius: 0 20px;
  }

  .lyIdx_bottom p span {
    font-size: 22px;
  }

  .lyIdx_bottom p a {
    font-size: 14px;
  }

  .lyFoot_left ul li {
    padding: 0 60px 0 0;
  }

  .lyFoot_main .lyFoot_right {
    padding: 0 0 0 60px;
  }

  .lyFoot_wechat a {
    height: 48px;
    line-height: 48px;
  }

  .lyFoot_wechat a i {
    width: 48px;
    height: 48px;
    background: url(../images/wechat_ico1.png) center center no-repeat;
    background-size: 26px 26px;
  }

  .lyFoot_wechat a:hover i {
    background: #ff6b03 url(../images/wechat_ico2.png) center center no-repeat;
    background-size: 26px 26px;
  }
}

@media (max-width:1200px) {

  .lyIdx_title span,
  .lyIdx_title1 span {
    height: 40px;
    line-height: 38px;
    font-size: 48px;
  }

  .lyIdx_title p,
  .lyIdx_title1 p {
    height: 40px;
    line-height: 38px;
    font-size: 28px;
    margin: -40px auto 0;
  }

  .lyIdx_title1 i {
    width: 48px;
  }

  .lyIdx_bottom {
    top: -40px;
  }

  .lyIdx_bottom p {
    height: 80px;
    padding: 20px 40px;
  }

  .ly_foot .lyFoot_main {
    padding: 80px 0 40px;
  }

  .lyFoot_left ul li {
    padding: 0 40px 0 0;
  }

  .lyFoot_main .lyFoot_right {
    padding: 0 0 0 50px;
  }
}

@media (max-width:1080px) {

  .lyHeader_Menu,
  .lyHeader_About,
  .lyHeader_Serv,
  .lyHeader_Case,
  .lyHeader_News,
  .lyHeader_Contact {
    margin: 10px auto 30px;
  }

  .lyPage a,
  .lyPage span {
    font-size: 14px;
    margin: 0 2px;
    padding: 0 14px;
  }
}

@media (max-width:1024px) {
  .lyIdx_bottom p {
    height: 80px;
    padding: 20px 30px;
  }

  .lyIdx_bottom p span {
    font-size: 20px;
  }

  .ly_foot .lyFoot_main {
    border-radius: 0 0 60px 0;
  }

  .lyFoot_left ul li {
    padding: 0 35px 0 0;
  }

  .lyFoot_main .lyFoot_right {
    padding: 0 0 0 40px;
  }

  .lyFoot_right p {
    line-height: 30px;
    font-size: 32px;
  }

  .lyFoot_copy p span,
  .lyFoot_copy p a {
    margin-right: 10px;
  }
}

@media (max-width:920px) {
  .lyHeader {
    width: 100%;
    height: 68px;
    padding: 0 3%;
  }

  .lyHeader::before,
  .lyHeader::after {
    right: inherit;
    top: -130px;
  }

  .lyHeader::before {
    left: 44%;
  }

  .lyHeader::after {
    left: 48%;
  }

  .lyHeader .lyHeader_Logo {
    width: 106px;
    height: 40px;
    margin-top: -20px;
    transform: rotate(0deg);
    float: left;
    position: absolute;
    left: 3%;
    top: 50%;
    bottom: inherit;
  }

  .lyHeader_Menu,
  .lyHeader_About,
  .lyHeader_Serv,
  .lyHeader_Case,
  .lyHeader_News,
  .lyHeader_Contact {
    margin: 6px 0 6px 40px;
    float: right;
  }

  .lyHeader_Menu a.menuBtn i {
    width: 32px;
    height: 32px;
  }

  .menu_main {
    padding-top: 68px;
  }

  .menu_main.menu_show {
    left: 0;
  }

  .ly_container {
    width: 100%;
    margin-top: 68px;
    margin-left: 0;
  }

  .ly_foot .lyFoot_main {
    border-radius: 0 0 40px 0;
  }

  .lyFoot_left ul li {
    padding: 0 40px 0 0;
  }

  .lyFoot_left ul li p {
    width: 80px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .lyFoot_left ul li a {
    font-size: 12px;
  }

  .lyFoot_right span {
    margin-bottom: 10px;
  }

  .lyFoot_right em {
    font-size: 14px;
  }

  .lyFoot_wechat a {
    height: 40px;
    line-height: 40px;
    font-size: 12;
  }

  .lyFoot_wechat a i {
    width: 40px;
    height: 40px;
    background: url(../images/wechat_ico1.png) center center no-repeat;
    background-size: 22px 22px;
    margin: -4px 0 0 10px;
  }

  .lyFoot_wechat a:hover i {
    background: #ff6b03 url(../images/wechat_ico2.png) center center no-repeat;
    background-size: 22px 22px;
  }

  .lyFoot_copy p {
    line-height: 24px;
    font-size: 12px;
  }

  .ly_links .lyLinks_main {
    min-height: 50px;
    padding: 0 0 0 130px;
    border-radius: 25px 0 25px 25px;
  }

  .ly_links .lyLinks_title {
    width: 130px;
  }

  .lyLinks_title p {
    font-size: 14px;
  }

  .lyLinks_title p img {
    width: 22px;
    height: 22px;
  }

  .ly_links .lyLinks_list {
    padding: 10px 20px;
  }

  .lyLinks_list a {
    font-size: 12px;
  }
}

@media (max-width:820px) {
  .lyHeader {
    height: 60px;
  }

  .lyHeader_About,
  .lyHeader_Serv,
  .lyHeader_Case,
  .lyHeader_News,
  .lyHeader_Contact {
    display: none;
  }

  .lyHeader_Menu {
    display: block;
    margin: 4px 0 4px 40px;
    float: right;
  }

  .lyHeader_Menu a.menuBtn i,
  .lyHeader_About a i,
  .lyHeader_Serv a i,
  .lyHeader_Case a i,
  .lyHeader_News a i,
  .lyHeader_Contact a i {
    margin: 0 auto;
  }

  .lyHeader_Menu a span,
  .lyHeader_About a span,
  .lyHeader_Serv a span,
  .lyHeader_Case a span,
  .lyHeader_News a span,
  .lyHeader_Contact a span {
    font-size: 12px;
  }

  .menu_main {
    padding-top: 60px;
  }

  .menu_main ul li {
    font-size: 18px;
  }

  .ly_container {
    margin-top: 60px;
  }

  .lyIdx_title,
  .lyIdx_title1 {
    margin: 0 auto 30px;
  }

  .lyIdx_title span,
  .lyIdx_title1 span {
    height: 32px;
    line-height: 30px;
    font-size: 40px;
  }

  .lyIdx_title p,
  .lyIdx_title1 p {
    height: 32px;
    line-height: 30px;
    font-size: 24px;
    margin: -32px auto 0;
  }

  .lyIdx_title3 em {
    line-height: 20px;
    font-size: 14px;
    margin: 8px auto 0;
  }

  .lyIdx_bottom p {
    height: 80px;
    padding: 20px 20px;
  }

  .lyIdx_bottom p span {
    font-size: 18px;
  }

  .lyFoot_left ul li {
    padding: 0 30px 0 0;
  }

  .lyFoot_left ul li p {
    width: 72px;
  }

  .lyFoot_main .lyFoot_right {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .lyHeader::before {
    left: 24%;
  }

  .lyHeader::after {
    left: 36%;
  }

  .menu_main {
    width: 180px;
  }

  .menu_main ul {
    padding: 20px 0;
  }

  .menu_main ul li {
    font-size: 16px;
    margin-bottom: 0;
  }

  .menu_main ul li>a::after {
    width: 20px;
    height: 6px;
    margin: -4px 0 0 10px;
  }

  .menu_main ul li i {
    left: 180px;
  }

  .menu_main ul li.cur i,
  .menu_main ul li:hover i,
  .menu_main ul li dl {
    width: 160px;
  }

  .menu_main ul li dl {
    padding: 20px 0;
  }

  .menu_main ul li dl dd a {
    font-size: 14px;
  }

  .lyHeader_Menu,
  .lyHeader_About,
  .lyHeader_Serv,
  .lyHeader_Case,
  .lyHeader_News,
  .lyHeader_Contact {
    margin: 4px 0 4px 20px;
  }

  .lyIdx_title,
  .lyIdx_title1 {
    margin: 0 auto 20px;
  }

  .lyIdx_title span,
  .lyIdx_title1 span {
    height: 30px;
    line-height: 30px;
    font-size: 32px;
  }

  .lyIdx_title p,
  .lyIdx_title1 p {
    height: 30px;
    line-height: 28px;
    font-size: 22px;
    margin: -30px auto 0;
  }

  .lyIdx_title1 i {
    width: 40px;
    margin-top: 10px;
  }

  .lyIdx_title3 em {
    font-weight: normal;
  }

  .lyIdx_bottom p {
    height: auto;
    padding: 10px 20px;
  }

  .lyIdx_bottom p span,
  .lyIdx_bottom p a {
    height: auto;
    float: none;
  }

  .lyIdx_bottom p span {
    height: 24px;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .lyIdx_bottom p a {
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
    border-radius: 0 10px;
  }

  .ly_foot .lyFoot_main {
    padding: 70px 0 20px;
  }

  .lyFoot_main .lyFoot_left {
    display: none;
  }

  .lyFoot_main .lyFoot_right {
    width: 100%;
    padding: 0;
    border: 0;
    float: none;
  }

  .lyFoot_right .lyFoot_wechat {
    margin-top: 10px;
  }

  .ly_links {
    display: none;
  }

  .lyPage {
    font-size: 0;
  }

  .lyPage a.pnnum1,
  .lyPage a.pnnum,
  .lyPage span {
    display: none;
  }

}

@media (max-width: 390px) {
  .lyIdx_bottom p {
    padding: 10px;
  }
}

@media (max-width: 320px) {

  .lyHeader_Menu,
  .lyHeader_About,
  .lyHeader_Serv {
    margin: 7px 0 7px 14px;
  }

  .lyHeader_Case {
    margin: 7px 0;
  }

  .lyHeader_About a i,
  .lyHeader_Serv a i,
  .lyHeader_Case a i,
  .lyHeader_News a i,
  .lyHeader_Contact a i,
  .lyHeader_Menu a.menuBtn i {
    width: 26px;
    height: 26px;
  }

  .lyIdx_bottom p a {
    font-size: 12px;
  }
}


/*lyTop start*/
.lyTop {
  width: 100%;
  padding: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  z-index: 99;
}

.fxd,
.nyTop .lyTop {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.lyTop .lyTop_Logo {
  width: auto;
  height: 44px;
  overflow: hidden;
  margin: 27px 0;
  float: left;
}

.lyTop_Logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 44px;
  overflow: hidden;
}

.lyTop_Logo a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.lyTop_Logo a img.logo01 {
  display: none;
}

.fxd .lyTop_Logo a img.logo02,
.nyTop .lyTop_Logo a img.logo02 {
  display: none;
}

.fxd .lyTop_Logo a img.logo01,
.nyTop .lyTop_Logo a img.logo01 {
  display: inline-block;
}

.lyTop .lyTop_Txt {
  height: 44px;
  overflow: hidden;
  margin: 27px 0;
  padding-left: 20px;
  float: left;
}

.lyTop_Txt p {
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.fxd .lyTop_Txt p,
.nyTop .lyTop_Txt p {
  color: #444;
}

.lyTop_Txt span {
  display: block;
  height: 22px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.fxd .lyTop_Txt span,
.nyTop .lyTop_Txt span {
  color: #999;
}

.lyTop .getPlan {
  margin: 24px 0 24px 24px;
  float: right;
}

.getPlan a {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  background-color: #ff6b03;
  border-radius: 0 15px;
}

.getPlan a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 0 0 10px;
  vertical-align: middle;
  background: url(../images/jt0.png) center center no-repeat;
  background-size: 100% 100%;
}

.getPlan a:hover i {
  margin: -2px 0 0 20px;
}

/*导航栏 开始*/
.ly_Nav {
  float: right;
}

.ly_Nav ::-webkit-scrollbar {
  display: none;
}

.ly_Nav .nav_list>ul>li {
  padding: 0 24px;
  float: left;
}

.ly_Nav .nav_list>ul>li>a {
  display: block;
  line-height: 98px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  position: relative;
}

.fxd .ly_Nav .nav_list>ul>li>a,
.nyTop .ly_Nav .nav_list>ul>li>a {
  color: #222;
}

.ly_Nav .nav_list>ul>li:hover>a,
.ly_Nav .nav_list>ul>li.active>a {
  color: #ff6b03;
}

.ly_Nav .nav_list>ul>li>a::after {
  content: '';
  width: 0;
  height: 2px;
  overflow: hidden;
  background-color: #ff6b03;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ly_Nav .nav_list>ul>li:hover>a::after,
.ly_Nav .nav_list>ul>li.active>a::after {
  width: 100%;
}

.ly_Nav .nav_list>ul>li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/down.png) center center no-repeat;
  background-size: 10px 10px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

.ly_Nav .nav_list>ul>li i.cur {
  background: url(../images/up.png) center center no-repeat;
  background-size: 10px 10px;
  text-decoration: none;
}

.ly_Nav .nav_list>ul>li ul {
  display: none;
  position: absolute;
  left: -20%;
  top: 90px;
  z-index: 9;
  width: 140%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 0 0 2px 2px;
}

.ly_Nav .nav_list>ul>li:hover ul {
  display: block;
}

.ly_Nav .nav_list>ul>li ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}

.ly_Nav .nav_list>ul>li ul li:last-child {
  border: 0;
}

.ly_Nav .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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_Nav .nav_list>ul>li ul li a:hover {
  color: #ff6b03;
}

.ly_Nav .nav_menu {
  display: none;
}

@media (max-width:1680px) {
  .lyTop .lyTop_Logo {
    margin: 20px 0;
  }

  .lyTop .lyTop_Txt {
    margin: 20px 0;
  }

  .lyTop .getPlan {
    margin: 19px 0 19px 20px;
  }

  .getPlan a {
    width: 150px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 20px;
  }

  .ly_Nav .nav_list>ul>li>a {
    line-height: 84px;
    font-size: 17px;
  }
}

@media (max-width:1600px) {
  .lyTop {
    padding: 0 40px;
  }

  .lyTop .lyTop_Txt {
    padding-left: 20px;
  }

  .ly_Nav .nav_list>ul>li>a {
    line-height: 84px;
    font-size: 16px;
  }
}

@media (max-width:1560px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 20px;
  }

  .lyTop .getPlan {
    margin: 22px 0 22px 15px;
  }

  .getPlan a {
    width: 132px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0 12px;
  }
}

@media (max-width:1440px) {


  .lyTop .getPlan {
    margin: 21px 0 21px 20px;
  }

  .getPlan a {
    width: 130px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0 10px;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 16px;
  }
}

@media (max-width:1366px) {
  .lyTop .lyTop_Logo {
    margin: 18px 0;
  }

  .lyTop .lyTop_Txt {
    margin: 18px 0;
    padding-left: 12px;
  }

  .lyTop .getPlan {
    margin: 19px 0 19px 10px;
  }

  .getPlan a {
    width: 118px;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 14px;
  }

  .ly_Nav .nav_list>ul>li>a {
    line-height: 80px;
  }
}

@media (max-width:1280px) {
  .lyTop {
    padding: 0 20px;
  }

  .lyTop .lyTop_Logo {
    height: 40px;
    margin: 20px 0;
  }

  .lyTop_Logo a {
    height: 40px;
  }

  .lyTop .lyTop_Txt {
    height: 40px;
    margin: 20px 0;
    padding-left: 10px;
  }

  .lyTop_Txt p,
  .lyTop_Txt span {
    height: 20px;
    line-height: 20px;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 14px;
  }

  .ly_Nav .nav_list>ul>li>a {
    font-size: 15px;
  }
}

@media (max-width:1200px) {
  .lyTop {
    padding: 0 20px;
  }

  .lyTop .lyTop_Logo {
    height: 36px;
    margin: 22px 0;
  }

  .lyTop_Logo a {
    height: 36px;
  }

  .lyTop .getPlan {
    margin: 20px 0 20px 10px;
  }

  .getPlan a {
    width: 112px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 10px;
  }

  .ly_Nav .nav_list>ul>li>a {
    font-size: 14px;
  }

}

@media (max-width:1080px) {
  .lyTop {
    animation-name: none !important;
  }

  .lyTop .lyTop_Logo {
    margin: 14px 0;
  }

  .lyTop .lyTop_Txt {
    margin: 12px 0;
  }

  .lyTop .getPlan {
    margin: 12px 0 12px 20px;
  }

  .ly_Nav .nav_list {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
  }

  .ly_Nav .nav_list ul {
    width: 60%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }

  .ly_Nav .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;
  }

  .ly_Nav .nav_list ul>li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-sizing: border-box;
    position: relative;
  }

  .ly_Nav .nav_list ul>li>a {
    display: block;
    width: 100%;
    line-height: 64px;
    color: #222;
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ly_Nav .nav_list>ul>li>a::after {
    left: 0;
    transform: none !important;
  }

  .ly_Nav .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);
  }

  .ly_Nav .nav_list>ul>li:hover>em,
  .ly_Nav .nav_list>ul>li.active>em {
    display: none;
  }

  .ly_Nav .nav_list>ul>li ul li a {
    height: 48px;
    line-height: 48px;
    color: #888;
    text-align: left;
    padding: 0 40px;
  }

  .ly_Nav .nav_menu {
    display: block;
    width: 40px;
    height: 40px;
    margin: 12px 0;
    float: right;
  }

  .ly_Nav .nav_menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  .ly_Nav .nav_menu a::before,
  .ly_Nav .nav_menu a::after {
    display: block;
    content: '';
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
  }

  .fxd .ly_Nav .nav_menu a::before,
  .fxd .ly_Nav .nav_menu a::after,
  .nyTop .ly_Nav .nav_menu a::before,
  .nyTop .ly_Nav .nav_menu a::after {
    background-color: #222;
  }

  .ly_Nav .nav_menu a i {
    display: block;
    width: 24px;
    height: 2px;
    margin: 8px auto;
    background-color: #ff6b03;
  }

  .ly_Nav .nav_menu a:hover i {
    width: 32px;
  }

  .ly_Nav .open {
    width: 100%;
    overflow: auto;
    left: 0%;
  }

  .fxd .ly_Nav .nav_list>ul>li>a>em,
  .nyTop .ly_Nav .nav_list>ul>li>a>em {
    background-color: #fff;
  }
}

@media (max-width:1024px) {}

@media (max-width:820px) {}

@media (max-width: 767px) {
  .lyTop {
    padding: 0 3%;
  }

  .lyTop .lyTop_Logo {
    margin: 12px 0;
  }

  .lyTop .lyTop_Txt {
    display: none;
  }

  .lyTop .getPlan {
    margin: 10px 0 10px 3%;
  }

  .getPlan a {
    width: 112px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
  }

  .getPlan a i {
    width: 10px;
    height: 10px;
    margin: -2px 0 0 6px;
  }

  .ly_Nav .nav_menu {
    margin: 10px 0;
  }

  .ly_Nav .nav_menu a {
    padding: 11px 0;
  }

  .ly_Nav .nav_menu a::before,
  .ly_Nav .nav_menu a::after {
    width: 24px;
  }

  .ly_Nav .nav_menu a i {
    width: 24px;
    margin: 6px auto;
  }

  .ly_Nav .nav_menu a:hover i {
    width: 32px;
  }

  .ly_Nav .nav_list ul>li a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: normal;
  }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {
  .lyTop .lyTop_Logo {
    height: 36px;
    margin: 12px 0;
  }

  .lyTop_Logo a {
    height: 36px;
  }

  .getPlan a {
    width: 106px;
  }
}

/*导航栏 结束*/

/*lyTop end*/


/*Contact banner 开始*/
.xwb_nybanner {
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin: 99px auto 0;
  padding: 0;
  position: relative;
}

.Contact_banner {
  background: url(../images/Contact_banner.jpg) no-repeat top right;
  background-size: cover;
}

.News_banner {
  background: url(../images/News_banner.jpg) no-repeat top right;
  background-size: cover;
}

.About_banner {
  background: url(../images/About_banner.jpg) no-repeat top right;
  background-size: cover;
}

.xwb_nybanner .xwbBa_Con {
  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%);
}

.xwbBa_Con b {
  display: block;
  font-size: 48px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}

.xwbBa_Con span {
  display: block;
  font-size: 48px;
  color: #fff;
}

.xwbBa_Con p {
  font-size: 24px;
  color: rgba(255, 255, 255, .65);
  line-height: 30px;
  margin: 20px 0;
}

@media (max-width:1680px) {
  .xwb_nybanner {
    margin: 85px auto 0;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .xwb_nybanner {
    height: 500px;
  }

  .xwbBa_Con b,
  .xwbBa_Con span {
    font-size: 44px;
  }
}

@media (max-width:1440px) {}

@media (max-width:1366px) {
  .xwb_nybanner {
    height: 460px;
    margin: 80px auto 0;
  }

  .xwbBa_Con b,
  .xwbBa_Con span {
    font-size: 40px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .xwb_nybanner {
    height: 420px;
  }

  .xwbBa_Con b,
  .xwbBa_Con span {
    font-size: 36px;
    margin-bottom: 5px;
  }

  .xwbBa_Con p {
    font-size: 22px;
  }
}

@media (max-width:1080px) {
  .xwb_nybanner {
    margin: 65px auto 0;
  }
}

@media (max-width:1024px) {
  .xwb_nybanner {
    height: 380px;
  }

  .xwbBa_Con b,
  .xwbBa_Con span {
    font-size: 32px;
  }

  .xwbBa_Con p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width:920px) {}

@media (max-width:820px) {
  .xwb_nybanner {
    height: 320px;
    margin: 65px auto 0;
  }

  .xwbBa_Con b,
  .xwbBa_Con span {
    font-size: 28px;
  }

  .xwbBa_Con p {
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0;
  }
}

@media (max-width:767px) {
  .xwb_nybanner {
    height: 280px;
    margin: 60px auto 0;
  }

  .xwbBa_Con b,
  .xwbBa_Con span {
    font-size: 22px;
  }

  .xwbBa_Con p {
    font-size: 16px;
    line-height: 24px;
  }

}

@media (max-width:570px) {
  .xwb_nybanner {
    height: 240px;
  }

  .xwbBa_Con b,
  .xwbBa_Con span {
    font-size: 18px;
  }

  .xwbBa_Con p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
  }
}

@media (max-width:450px) {
  .xwb_nybanner {
    height: 220px;
  }
}

@media (max-width:390px) {
  .xwb_nybanner {
    height: 200px;
  }
}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*Contact banner 结束*/


/*lyView start*/
.lyView {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 99;
}

.lyView a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 5px auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  cursor: pointer;
}

.lyView a:hover {
  background-color: #ff6b03;
}

.lyView a.getPrice {
  padding: 8px 0;
}

.lyView a.getPrice i {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: 0 auto;
}

.lyView a.getPrice span {
  display: block;
  line-height: 20px;
  color: #777;
  font-size: 12px;
  font-weight: lighter;
  text-align: center;
  margin: 0 auto;
}

.lyView a.getPrice:hover span {
  color: #fff;
}

.lyView a.toTop {
  padding: 18px;
}

.lyView a.toTop i {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: 0 auto;
}

.lyView a.getPrice i svg,
.lyView a.toTop i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyView a.getPrice i svg path,
.lyView a.toTop i svg path {
  fill: #202020;
}

.lyView a.getPrice:hover i svg path,
.lyView a.toTop:hover i svg path {
  fill: #ffffff;
}

/*lyView end*/


.getPrice_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.getPrice_main {
  display: none;
  width: 744px;
  padding: 40px;
  background: #ff6b03 url(../images/getPrice_mainBg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 0 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.getPrice_main.getPrice_show {
  display: block;
}

.getPrice_main i.getPrice_hide {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.getPrice_main i.getPrice_hide svg {
  display: block;
  width: 100%;
  height: 100%;
}

.getPrice_main .getPrice_head {
  margin-bottom: 0;
}

.getPrice_head .getPrice_img {
  width: 320px;
  height: auto;
  overflow: hidden;
  float: right;
}

.getPrice_img img {
  display: block;
  max-width: 100%;
}

.getPrice_head .getPrice_txt {
  width: calc(100% - 260px);
  margin-right: -60px;
  float: left;
}

.getPrice_txt p {
  line-height: 42px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 40px;
}

.getPrice_txt ul li {
  margin-top: 20px;
}

.getPrice_txt ul li span {
  display: block;
  height: 26px;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
  padding: 0 4px 0 12px;
  background-color: rgba(255, 255, 255, .35);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 4px;
  float: left;
}

.getPrice_txt ul li em {
  display: block;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-family: "BEBAS";
  font-size: 30px;
  font-style: normal;
  position: relative;
  float: left;
}

.getPrice_txt ul li em::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .35);
  position: absolute;
  bottom: 0;
}

.getPrice_main .getPrice_msg {
  margin-top: -10px;
}

.getPrice_msg .tips {
  line-height: 22px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  margin-bottom: 15px;
}

.getPrice_msg .tips i {
  display: block;
  width: 14px;
  height: 14px;
  margin: 6px 6px 2px 0;
  float: left;
  opacity: 0.45;
}

.getPrice_msg .tips i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.getPrice_form form {
  width: calc(100% - 180px);
  float: left;
}

.getPrice_form .getPrice_mobile {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 8px;
  float: left;
}

.getPrice_mobile input {
  display: block;
  width: 100%;
  height: 52px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  outline: none;
}

.getPrice_form .getPrice_code {
  width: 50%;
  margin-bottom: 15px;
  padding-left: 8px;
  float: right;
  position: relative;
}

.getPrice_code input {
  display: block;
  width: 100%;
  height: 52px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  padding: 0 124px 0 16px;
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  outline: none;
}

.getPrice_code a {
  display: block;
  width: 108px;
  height: 52px;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.getPrice_code a img {
  display: block;
  width: 100%;
  height: 100%;
}

.getPrice_btm input {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #ff892a;
  font-size: 18px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
}

.getPrice_form .getPrice_ico {
  width: 180px;
  padding: 8px 0 7px 50px;
  float: right;
  position: relative;
}

.getPrice_form .getPrice_ico::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px dashed #fff;
  position: absolute;
  left: 40px;
  top: 0;
}

.getPrice_ico i {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.getPrice_ico i svg {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.getPrice_ico span {
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 10px auto 0;
}

@media (max-width: 1440px) {
  .getPrice_main {
    width: 640px;
    padding: 30px;
    border-radius: 0 24px;
  }

  .getPrice_head .getPrice_img {
    width: 280px;
  }

  .getPrice_head .getPrice_txt {
    width: calc(100% - 260px);
    margin-right: -20px;
  }

  .getPrice_txt p {
    line-height: 36px;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .getPrice_txt ul li {
    margin-top: 15px;
  }

  .getPrice_txt ul li em {
    font-size: 28px;
  }

  .getPrice_main .getPrice_msg {
    margin-top: 0;
  }

  .getPrice_msg .tips {
    margin-bottom: 12px;
  }

  .getPrice_form form {
    width: calc(100% - 160px);
  }

  .getPrice_form .getPrice_mobile {
    margin-bottom: 12px;
    padding-right: 6px;
  }

  .getPrice_mobile input {
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 12px;
  }

  .getPrice_form .getPrice_code {
    margin-bottom: 12px;
    padding-left: 6px;
  }

  .getPrice_code input {
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 100px 0 12px;
  }

  .getPrice_code a {
    width: 88px;
    height: 44px;
  }

  .getPrice_btm input {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .getPrice_form .getPrice_ico {
    width: 160px;
    padding: 0 0 0 50px;
  }

  .getPrice_form .getPrice_ico::before {
    left: 36px;
  }

  .getPrice_ico i {
    width: 70px;
    height: 70px;
  }

  .getPrice_ico span {
    line-height: 24px;
    font-size: 16px;
  }

  .getPrice_main i.getPrice_hide {
    top: 24px;
    right: 24px;
  }
}

@media (max-width: 920px) {
  .getPrice_main {
    width: 520px;
    padding: 30px;
    border-radius: 0 24px;
  }

  .getPrice_head .getPrice_img {
    width: 220px;
  }

  .getPrice_head .getPrice_txt {
    width: calc(100% - 160px);
    margin-right: -80px;
  }

  .getPrice_txt p {
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 24px;
  }

  .getPrice_txt ul li {
    margin-top: 12px;
  }

  .getPrice_txt ul li em {
    font-size: 26px;
  }

  .getPrice_main .getPrice_msg {
    margin-top: 10px;
  }

  .getPrice_msg .tips {
    margin-bottom: 10px;
  }

  .getPrice_form form {
    width: calc(100% - 120px);
  }

  .getPrice_form .getPrice_ico {
    width: 120px;
    padding: 0 0 0 40px;
  }

  .getPrice_form .getPrice_ico::before {
    left: 26px;
  }

  .getPrice_form .getPrice_mobile {
    margin-bottom: 10px;
    padding-right: 5px;
  }

  .getPrice_mobile input {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 9px;
  }

  .getPrice_form .getPrice_code {
    margin-bottom: 10px;
    padding-left: 5px;
  }

  .getPrice_code input {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 89px 0 9px;
  }

  .getPrice_code a {
    width: 80px;
    height: 40px;
  }

  .getPrice_btm input {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }

  .getPrice_ico i {
    width: 60px;
    height: 60px;
  }

  .getPrice_ico i svg {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
  }

  .getPrice_ico span {
    line-height: 20px;
    font-size: 14px;
  }

  .getPrice_main i.getPrice_hide {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .getPrice_main {
    width: 94%;
    padding: 20px;
    border-radius: 0 16px;
  }

  .getPrice_head .getPrice_img {
    width: 200px;
  }

  .getPrice_head .getPrice_txt {
    width: calc(100% - 120px);
  }

  .getPrice_txt p {
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 20px;
  }

  .getPrice_txt ul li span {
    margin-right: 10px;
    padding: 0 2px 0 9px;
  }

  .getPrice_txt ul li em {
    font-size: 24px;
  }

  .getPrice_main .getPrice_msg {
    margin-top: 20px;
  }

  .getPrice_form form {
    width: 100%;
    float: none;
  }

  .getPrice_form .getPrice_mobile {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    float: none;
  }

  .getPrice_form .getPrice_code {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    float: none;
    position: relative;
  }

  .getPrice_form .getPrice_ico {
    display: none;
  }

  .getPrice_main i.getPrice_hide {
    top: 12px;
    right: 12px;
  }

  .lyView a.getPrice span {
    font-weight: normal;
  }
}

@media (max-width: 390px) {
  .getPrice_head .getPrice_img {
    width: 120px;
    position: absolute;
    left: 20px;
    top: -40px;
  }

  .getPrice_head .getPrice_txt {
    width: 100%;
    padding-top: 30px;
    float: none;
  }

  .getPrice_txt p {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .getPrice_txt ul li em {
    font-size: 28px;
  }
}

@media (max-width: 320px) {
  .getPrice_head .getPrice_txt {
    width: 100%;
    padding-top: 30px;
    float: none;
  }

  .getPrice_txt p {
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 20px;
  }

  .getPrice_txt ul li em {
    font-size: 26px;
  }
}

/* website_part6 start */
.website_part6 {
  padding: 80px 0 174px;
  position: relative;
}

.website_part6::before {
  content: '';
  display: block;
  width: 390px;
  height: 450px;
  overflow: hidden;
  background: url(../images/websitePart6_ico01.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -24%;
}

.website_part6::after {
  content: '';
  display: block;
  width: 370px;
  height: 290px;
  overflow: hidden;
  background: url(../images/websitePart6_ico02.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -5%;
  top: -14%;
}

.website_part6 .websitePart6_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.websitePart6_list ul {
  width: 100%;
  border-top: 1px solid #e8ebf6;
  border-left: 1px solid #e8ebf6;
  overflow: hidden;
}

.websitePart6_list ul li {
  width: 16.6667%;
  float: left;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e8ebf6;
  border-right: 1px solid #e8ebf6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 147px;
  position: relative;
}

.websitePart6_list ul li img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.websitePart6_list ul li:hover {
  border: 4px solid #e8ebf6;
  transition: none;
}

@media (max-width:1680px) {

  .website_part6 {
    padding: 40px 0 154px;
  }

  .guanWeb_container .website_part6,
  .brandWeb_container .website_part6,
  .marketWeb_container .website_part6,
  .mobileWeb_container .website_part6,
  .xysWeb_container .website_part6 {
    padding: 80px 0 154px;
  }

  .websitePart6_list ul li {
    height: 140px;
  }
}

@media (max-width:1600px) {

  .website_part6 {
    padding: 20px 0 154px;
  }

  .website_part6::before {
    width: 300px;
    height: 346px;
    left: -30px;
    top: -27%;
  }

  .website_part6::after {
    width: 320px;
    height: 251px;
    right: -3%;
    top: -14%;
  }

  .websitePart6_list ul li {
    height: 128px;
  }
}

@media (max-width:1560px) {


  .websitePart6_list ul li {
    height: 110px;
  }
}

@media (max-width:1440px) {

  .website_part6 {
    padding: 0 0 114px;
  }

  .guanWeb_container .website_part6,
  .brandWeb_container .website_part6,
  .marketWeb_container .website_part6,
  .mobileWeb_container .website_part6,
  .xysWeb_container .website_part6 {
    padding: 80px 0 114px;
  }

  .website_part6::before {
    width: 240px;
    height: 277px;
    left: -30px;
    top: -25%;
  }

  .website_part6::after {
    width: 260px;
    height: 204px;
    right: -4%;
    top: -12%;
  }

  .websitePart6_list ul li {
    height: 100px;
  }
}

@media (max-width:1366px) {


  .website_part6 {
    padding: 0 0 100px;
  }

  .guanWeb_container .website_part6,
  .brandWeb_container .website_part6,
  .marketWeb_container .website_part6,
  .mobileWeb_container .website_part6,
  .xysWeb_container .website_part6 {
    padding: 60px 0 100px;
  }

  .websitePart6_list ul li {
    height: 92px;
  }
}

@media (max-width:1080px) {

  .website_part6 {
    padding: 0 0 80px;
  }

  .website_part6::before {
    width: 180px;
    height: 208px;
    left: -20px;
    top: -20%;
  }

  .website_part6::after {
    width: 200px;
    height: 157px;
    right: -4%;
    top: -10%;
  }

  .websitePart6_list ul li {
    height: 80px;
  }

}

@media (max-width:920px) {
  .websitePart6_list ul li {
    width: 33.3333%;
    height: 80px;
  }
}

@media (max-width:820px) {

  .guanWeb_container .website_part6,
  .brandWeb_container .website_part6,
  .marketWeb_container .website_part6,
  .mobileWeb_container .website_part6,
  .xysWeb_container .website_part6 {
    padding: 40px 0 80px;
  }
}

@media (max-width:767px) {


  .website_part6 {
    padding: 0 0 60px;
  }

  .website_part6::before {
    width: 120px;
    height: 138px;
    left: -20px;
    top: -20px;
  }

  .website_part6::after {
    width: 140px;
    height: 110px;
    right: -50px;
    top: 0;
  }

  .websitePart6_list ul li {
    width: 50%;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

/* website_part6 end */



.lyMore {
  width: 160px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  background: #fff;
  border: 1px solid #e1e5f4;
  border-radius: 0 15px 0 15px;
  text-align: center;
  position: relative;
  margin:0 auto;
}

.lyMore:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff6b03;
  transition: all .4s ease;
  z-index: 1;
}

.lyMore a {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  position: relative;
  color: #222;
  z-index: 2;
}

.lyMore a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url(../images/jt05.png) no-repeat center center;
  margin: 0 0 -6px 15px;
  z-index: 2;
}

.lyMore:hover {
  border: 1px solid #ff6b03;
}

.lyMore:hover:after {
  width: 100%;
  top: 0;
}

.lyMore:hover a {
  color: #fff;
}

.lyMore:hover a:after {
  background: url(../images/jt07.png) no-repeat center center;
}

@media (max-width:1680px) {
  .lyMore a {
    font-size: 17px;
  }

}

@media (max-width:1600px) {
  .lyMore a {
    font-size: 16px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1360px) {}

@media (max-width:1280px) {
  .lyMore {
    width: 140px;
  }

  .lyMore a {
    font-size: 16px;
  }

}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .lyMore {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }

  .lyMore a {
    font-size: 16px;
  }

}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyMore {
    width: 130px;
    height: 42px;
    line-height: 42px;
  }

  .lyMore a {
    font-size: 14px;
  }

}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyMore {
    width: 120px;
    height: 36px;
    line-height: 34px;
  }

  .lyMore a::after {
    background: url(../images/jt05.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 0 -8px 6px;
  }

  .lyMore a {
    font-size: 14px;
  }

}

@media (max-width:280px) {}