@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: #dddddd;
  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_Serv,
.lyHeader_Case {
  margin: 20px auto 40px;
  position: relative;
  z-index: 1;
}

.lyHeader_Menu a,
.lyHeader_Serv a,
.lyHeader_Case 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_Serv a i,
.lyHeader_Case a i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
}

.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_Menu a:hover i,
.lyHeader_Serv a:hover i,
.lyHeader_Case a:hover i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.lyHeader_Menu a span,
.lyHeader_Serv a span,
.lyHeader_Case 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: 48px;
  line-height: 46px;
  color: #fff;
  font-size: 32px;
  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 {
  color: #222;
  font-size: 24px;
}

.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;
}


/*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: -20px auto 0;
}

.lyIdx_title4 span {
  color: transparent;
  -webkit-text-stroke: 0.5px #e4e9f5;
}

.lyIdx_title4 p {
  color: #222;
}

.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: 154px 0 80px;
  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;
}

.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;
  margin-bottom: 30px;
}

.lyFoot_right p {
  line-height: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: lighter;
}

.lyFoot_right em {
  display: block;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
}

.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: 20px 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: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 {
  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*/


@media (max-width:1680px) {
  .w1600 {
    width: 92%;
  }

  .menu_main ul li {
    font-size: 30px;
  }

  .menu_main ul li dl dd a {
    font-size: 22px;
  }

  .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: 0 auto;
  }

  .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;
  }

  .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_main .lyFoot_right {
    padding: 0 0 0 100px;
  }

  .lyFoot_right span {
    margin-bottom: 20px;
  }

  .lyFoot_right .lyFoot_wechat {
    margin-top: 20px;
  }
}

@media (max-width:1600px) {

  .menu_main {
    width: 260px;
  }

  .menu_main ul li {
    height: 44px;
    line-height: 44px;
    font-size: 26px;
    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 ul li dl dd a {
    font-size: 20px;
  }

  .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 60px 0 100px;
  }

  .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: 40px;
    font-size: 24px;
    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: 18px;
  }

  .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 40px 0 80px;
  }

  .lyFoot_right span {
    font-size: 14px;
  }

  .lyFoot_right p {
    line-height: 32px;
    font-size: 30px;
  }

  .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;
  }

  .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: 40px;
    font-size: 20px;
    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: 16px;
  }

  .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 20px 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) {

  .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: 32px;
    font-size: 28px;
  }

  .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_Serv,
  .lyHeader_Case {
    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 p {
    line-height: 30px;
    font-size: 26px;
  }

  .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;
  }
}

@media (max-width:820px) {
  .lyHeader {
    height: 60px;
  }

  .lyHeader_Menu,
  .lyHeader_Serv,
  .lyHeader_Case {
    margin: 4px 0 4px 40px;
    float: right;
  }

  .lyHeader_Menu a.menuBtn i,
  .lyHeader_Serv a i,
  .lyHeader_Case a i {
    margin: 0 auto;
  }

  .lyHeader_Menu a span,
  .lyHeader_Serv a span,
  .lyHeader_Case 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: 12px;
    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_Serv,
  .lyHeader_Case {
    margin: 4px 0 4px 30px;
  }

  .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_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: 12px;
    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;
  }


  .lyPage a.pgNum,
  .lyPage span {
    display: none;
  }

}

@media (max-width: 390px) {
  .lyIdx_bottom p {
    padding: 10px;
  }
}

@media (max-width: 320px) {

  .lyHeader_Menu,
  .lyHeader_Serv,
  .lyHeader_Case {
    margin: 4px 0 4px 20px;
  }

  .lyIdx_bottom {
    top: -60px;
  }
}


/*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 .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 .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) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyTop {
    padding: 0 40px;
  }

  .lyTop .getPlan {
    margin: 21px 0 21px 20px;
  }

  .getPlan a {
    width: 130px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0 8px;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 15px;
  }
}

@media (max-width:1366px) {
  .lyTop .lyTop_Logo {
    margin: 18px 0;
  }

  .lyTop .getPlan {
    margin: 19px 0 19px 20px;
  }

  .ly_Nav .nav_list>ul>li>a {
    line-height: 80px;
  }
}

@media (max-width:1280px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 10px;
  }

  .ly_Nav .nav_list>ul>li>a {
    font-size: 15px;
  }
}

@media (max-width:1200px) {
  .lyTop {
    padding: 0 20px;
  }

  .lyTop .getPlan {
    margin: 20px 0 20px 20px;
  }

  .getPlan a {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0 8px;
  }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .lyTop {
    animation-name: none !important;
  }

  .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: 50px;
    height: 50px;
    margin: 15px 0;
    float: right;
  }

  .ly_Nav .nav_menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 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: 28px;
    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: 36px;
    height: 2px;
    margin: 10px auto;
    background-color: #ff6b03;
  }

  .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:820px) {}

@media (max-width: 767px) {
  .lyTop {
    padding: 0 3%;
  }

  .lyTop .lyTop_Logo {
    height: 40px;
    margin: 10px 0;
  }

  .lyTop_Logo a {
    height: 40px;
  }

  .lyTop .getPlan {
    margin: 12px 0 12px 10px;
  }

  .getPlan a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }

  .getPlan a i {
    width: 10px;
    height: 10px;
    margin: -2px 0 0 6px;
  }

  .ly_Nav .nav_menu {
    width: 40px;
    height: 40px;
    margin: 10px 0;
  }

  .ly_Nav .nav_menu a {
    padding: 8px 0;
  }

  .ly_Nav .nav_menu a::before,
  .ly_Nav .nav_menu a::after {
    width: 24px;
  }

  .ly_Nav .nav_menu a i {
    width: 32px;
    margin: 9px auto;
  }

  .ly_Nav .nav_list ul>li a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}

@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) {}

@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;
  }

  .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) {}

@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: 80px 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;
  }

  .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 结束*/