@charset "utf-8";
/* CSS Document */

* {
  scrollbar-width: thin;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  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: 3px;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #f39500;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #f39500;
}


@font-face {
  font-family: 'DINMittelschrift';
  src: url('../fonts/DINMittelschrift.ttf');
}

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('../fonts/YouSheBiaoTiHei.ttf');
}

@font-face {
  font-family: 'BebasRegular';
  src: url('../fonts/BebasRegular.otf');
}

/* 按钮样式去除 */
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;
}

/* ly_top start */
.ly_top {
  width: 100%;
  height: auto;
  padding: 0 80px;
  background: #fff url(../images/topBg.png) center right no-repeat;
  background-size: 660px 100%;
}

.ly_top .lyTop_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lyTop_main .lyTop_logo {
  width: auto;
  height: 80px;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  float: left;
}

.lyTop_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 80px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lyTop_logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.lyTop_main .lyTop_menu {
  margin: 20px 0 0;
  padding: 0 0 0 10px;
  float: right;
}

.lyTop_menu a.menuBtn {
  display: block;
  width: 100px;
  height: 100px;
  padding: 20px 0;
}

.lyTop_menu a.menuBtn i {
  display: block;
  width: 42px;
  height: 3px;
  margin: 10px auto;
  background-color: #15473a;
}

.lyTop_menu a.menuBtn:hover i {
  background-color: #14463a;
}

.lyTop_menu a.menuBtn:hover i:nth-child(1),
.lyTop_menu a.menuBtn:hover i:nth-child(3) {
  width: 32px;
}

/* ly_top end */


/* 导航弹窗 */
.menu_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

/* 弹窗内容 */
.menuPop_main {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 40px 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #14463a url(../images/menuPop_bg.png) center center no-repeat;
  background-size: cover;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.menuPop_main.menu_show {
  display: block;
}

.menuPop_main .menuPop_content {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


.menuPop_content .menuPop_top {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 0;
}

.menuPop_top h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 32px;
  margin: 0 auto;
}

.menuPop_top h4 span {
  display: inline-block;
  line-height: 50px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}

.menuPop_top h5 {
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin: 20px auto;
}

.menuPop_top h6 {
  width: 100%;
  line-height: 32px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
}

.menuPop_content .menuPop_mid {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 60px;
}

.menuPop_mid .menuPop_nav {
  width: 60%;
  height: auto;
  overflow: hidden;
  float: left;
}

.menuPop_nav dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.menuPop_nav dl dd a {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #2d9546;
  font-size: 30px;
  font-weight: lighter;
  margin: 10px auto;
  padding: 0 50px;
  position: relative;
}

.menuPop_nav dl dd a:hover {
  color: #fff;
}

.menuPop_nav dl dd a i {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: -15px 0 0;
  background: url(../images/jt1.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -40px;
  top: 50%;
}

.menuPop_nav dl dd:hover a i {
  left: 0;
}

.menuPop_mid .menuPop_contact {
  width: 40%;
  height: auto;
  overflow: hidden;
  padding: 0 0 0 60px;
  border-left: 2px solid #fff;
  float: right;
}

.menuPop_contact .menuPop_search {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 4px;
  border: 2px solid #2d9546;
}

.menuPop_search form .sc_ipt {
  width: 86%;
  float: left;
}

.menuPop_search form .sc_ipt input {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #2d9546;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 20px;
  background: none;
  border: none;
  outline: none;
}
.menuPop_search form .sc_ipt input::placeholder {
  color: #2d9546;
}

.menuPop_search form .sc_btn {
  width: 14%;
  float: right;
}

.menuPop_search form .sc_btn input {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  margin: 0 auto;
  background: url(../images/scIco.png) center center no-repeat;
  background-size: 40px 40px;
  border: none;
  outline: none;
}

.menuPop_contact .menuPopContact_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 50px;
  color: #2d9546;
  font-size: 40px;
  font-weight: lighter;
  margin: 0 auto;
}

.menuPop_contact p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
  margin: 20px auto 30px;
}

.menuPop_contact ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  margin: 8px auto;
  padding: 0 0 0 48px;
  position: relative;
}

.menuPop_contact ul li img {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}

.menuPop_content .menuPop_pro {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.menuPop_pro ul li {
  width: 15%;
  height: auto;
  margin: 0 2% 20px 0;
  float: left;
}

.menuPop_pro ul li:nth-child(6n+6) {
  margin: 0 0 20px;
}

.menuPop_pro ul li .menuPop_proico {
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.menuPop_pro ul li .menuPop_proico a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menuPop_pro ul li .menuPop_proico a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.menuPop_pro ul li:hover .menuPop_proico a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.menuPop_pro ul li a.menuPop_proname {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.menuPop_pro ul li:hover a.menuPop_proname {
  color: #fff;
}

/* 关闭按钮 */
.menuPop_main .menu_hide {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url(../images/close1.png) center center no-repeat;
  background-size: 80% 80%;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  cursor: pointer;
}

.menuPop_main .menu_hide:hover {
  background: url(../images/close2.png) center center no-repeat;
  background-size: 100% 100%;
}

/* 头部注册弹窗 结束 */


/* 导航栏 start */
.ly_Nav {
  width: auto;
  height: auto;
  margin: 10px 0 0;
  float: right;
}

.ly_Nav ::-webkit-scrollbar {
  display: none;
}

.ly_Nav .nav_list {
  width: 100%;
}

.ly_Nav .nav_list>ul>li {
  width: auto;
  padding: 0 30px;
  float: left;
  position: relative;
  height:110px;
}

.ly_Nav .nav_list>ul>li>a {
  display: inline-block;
  width: 100%;
  line-height: 90px;
  color: #15473a;
  font-size: 22px;
  text-align: center;
  padding: 0;
  margin: 0;
  text-decoration: none;
  position: relative;
}
.ly_Nav .nav_list>ul>li>a p{ margin-top:-25px;}
.ly_Nav .nav_list>ul>li:hover>a,
.ly_Nav .nav_list>ul>li.active>a {
  color: #14463a;
}

.ly_Nav .nav_list>ul>li>a>em {
  display: block;
  width: 0px;
  height: 2px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #14463a;
  position: absolute;
  left: 50%;
  bottom: -24px;
  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>em,
.ly_Nav .nav_list>ul>li.active>a>em {
  width: 60px;
  margin: 0 0 0 -30px;
}

.ly_Nav .nav_list>ul>li i {
  display: none;
  width: 10px;
  height: 10px;
  background: url(../images/down_ico1.png) center center no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  right: 14px;
}

.ly_Nav .nav_list>ul>li i.cur {
  background: url(../images/down_ico2.png) center center no-repeat;
  background-size: 10px 10px;
}

.ly_Nav .nav_list>ul>li ul {
  display: none;
  position: absolute;
  left: -20%;
  top: 110px;
  z-index: 9;
  width: 140%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
}

.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 #ddd;
}

.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: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #231916;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 10px;
}

.ly_Nav .nav_list>ul>li ul li a:hover {
  color: #fff;
  background-color: #14463a;
}

.ly_Nav .nav_menu {
  display: none;
}

@media (max-width:1680px) {
  .ly_Nav {
    margin: 0;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 20px;
	height:100px;
  }

  .ly_Nav .nav_list>ul>li>a {
    font-size: 20px;
	line-height:80px;
  }
.ly_Nav .nav_list>ul>li>a>em{ bottom:-24px;}
.ly_Nav .nav_list>ul>li ul { top:100px;}
}

@media (max-width:1600px) {
  .ly_Nav .nav_list>ul>li>a {
    font-size: 18px;
  }

  .ly_Nav .nav_list>ul>li ul li a {
    font-size: 15px;
  }

  .lyTop_menu a.menuBtn i {
    width: 36px;
  }

  .lyTop_menu a.menuBtn:hover i:nth-child(1),
  .lyTop_menu a.menuBtn:hover i:nth-child(3) {
    width: 28px;
  }
}

@media (max-width:1560px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 20px;
  }

  .ly_Nav .nav_list>ul>li:hover>a>em,
  .ly_Nav .nav_list>ul>li.active>a>em {
    width: 40px;
    margin: 0 0 0 -20px;
  }
}

@media (max-width:1440px) {
  .ly_Nav .nav_list>ul>li ul li a {
    font-size: 14px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 20px;
	height:90px;
  }

  .ly_Nav .nav_list>ul>li>a {
    line-height: 80px;
    font-size: 17px;
  }

  .ly_Nav .nav_list>ul>li ul {
    top: 90px;
  }
  .ly_Nav .nav_list>ul>li>a>em{ bottom:-17px;}
  .ly_Nav .nav_list>ul>li>a p{ font-size:12px;}
}

@media (max-width:1080px) {
  .ly_Nav {
    display: none;
    height: 0;
  }

  .ly_Nav .nav_list {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .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: 80px;
    color: #303030;
    font-size: 18px;
    text-align: left;
    padding: 0 60px 0 40px;
    border-bottom: 1px solid #ddd;
  }

  .ly_Nav .nav_list>ul>li:hover,
  .ly_Nav .nav_list>ul>li.active {
    background-color: #14463a;
  }

  .ly_Nav .nav_list ul>li:hover>a,
  .ly_Nav .nav_list ul>li.active>a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ly_Nav .nav_list>ul>li>a>em {
    display: none;
  }

  .ly_Nav .nav_list>ul>li i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    background: url(../images/down_ico6.png) center center no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .ly_Nav .nav_list>ul>li:hover i,
  .ly_Nav .nav_list>ul>li.active i,
  .ly_Nav .nav_list>ul>li i.cur {
    background: url(../images/down_ico7.png) center center no-repeat;
    background-size: 20px 20px;
  }

  .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 ul {
    display: none;
  }

  .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: 60px;
    line-height: 60px;
    color: #888;
    font-size: 16px;
    text-align: left;
    border: 0;
    padding: 0 40px;
  }

  .ly_Nav .nav_menu {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    top: 0;
    right: 400px;
  }

  .ly_Nav .nav_menu a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/menu01.png) center center no-repeat;
    background-size: 32px 32px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  .ly_Nav .open {
    width: 100%;
    overflow: auto;
    left: 0%;
  }

  .ly_Nav .nav_list>ul>li:hover>a,
  .ly_Nav .nav_list>ul>li.active>a {
    color: #fff;
  }

  .ly_Nav .nav_list>ul>li>a>em {
    background-color: #14463a;
  }

  .ly_Nav .nav_menu a:hover {
    background: url(../images/menu02.png) center center no-repeat;
    background-size: 32px 32px;
  }
}

@media (max-width:1024px) {}

@media (max-width:820px) {}

@media (max-width: 767px) {
  .ly_Nav .nav_menu {
    width: 40px;
    height: 40px;
    margin: 10px 0;
    padding: 0;
    right: 118px;
  }

  .ly_Nav .nav_menu a {
    background: url(../images/menu01.png) center center no-repeat;
    background-size: 32px 32px;
  }

  .ly_Nav .nav_menu a:hover,
  .ly_Nav .nav_menu a:active {
    background: url(../images/menu02.png) center center no-repeat;
    background-size: 32px 32px;
  }

  .ly_Nav .nav_list ul>li a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px;
  }

  .ly_Nav .nav_list>ul>li i {
    top: 0;
  }

  .ly_Nav .nav_list>ul>li ul li a {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding: 0 20px;
  }

}

@media (max-width: 375px) {
  .ly_Nav .nav_list ul>li a {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .ly_Nav .nav_menu {
    right: 88px;
  }

  .ly_Nav .nav_list>ul>li ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* 导航栏 end */


/* ly_title start */
.ly_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 56px;
  color: #231916;
  font-size: 48px;
  text-align: center;
  margin: 0 auto 40px;
}

/* ly_title end */


/* ly_foot start */
.ly_foot {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #14463a;
}

.ly_foot .lyFoot_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 8%;
}

.lyFoot_main .lyFoot_menu {
  width: 72%;
  height: auto;
  float: left;
}

.lyFoot_menu ul li {
  width: 25%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0 40px 0 0;
  float: left;
}

.lyFoot_tit {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto 10px;
}

.lyFoot_menu ul li a {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  position: relative;
}

.lyFoot_menu ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyFoot_menu ul li a:hover::after {
  width: 100%;
}

.lyFoot_main .lyFoot_contact {
  width: 28%;
  height: auto;
  float: right;
}

.lyFoot_contact p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto 20px;
}

.lyFoot_contact dl dd {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #195861;
  font-size: 20px;
  margin: 0 auto 10px;
  padding: 0 20px 0 80px;
  background-color: #efefef;
  border-radius: 4px;
  position: relative;
}

.lyFoot_contact dl dd img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 5px;
}

.lyFoot_contact dl dd a {
  color: #195861;
}

.lyFoot_contact .lyFoot_logo {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 20px auto 0;
  padding: 0 20px;
  position: relative;
}

.lyFoot_logo a {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 120px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
}
.lyFoot_logo a:nth-child(2) {
  float: right;
}

.lyFoot_logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.ly_foot .lyFoot_copy {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 8%;
  border-top: 1px solid #fff;
  position: relative;
}

.lyFoot_copy p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.lyFoot_copy p a {
  color: #fff;
}

.lyFoot_copy p a:hover {
  text-decoration: underline;
}

.lyFoot_copy .lyFoot_language {
  width: auto;
  position: absolute;
  left: 8%;
  top: 0;
}

.lyFoot_language span {
  display: block;
  width: auto;
  height: 80px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin: 0 20px 0 0;
  padding: 20px 0;
  float: left;
}

.lyFoot_language a {
  display: block;
  width: 45px;
  height: 80px;
  overflow: hidden;
  margin: 0 20px 0 0;
  padding: 27px 0;
  float: left;
  position: relative;
}
.lyFoot_language a img {
  display: block;
  width:100%;
  margin:0 auto;
}

.lyFoot_language a::after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  margin: 5px auto 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.lyFoot_language a:hover::after,
.lyFoot_language a.cur::after {
  display: block;
}

/* ly_foot end */


/* pf_view start */
.pf_view {
  width: 60px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 98;
  /*transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);*/
}

.pf_view ul li {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.pf_view ul li:last-child {
  border-bottom: 0px solid #e5e5e5;
}

.pf_view ul li:hover {
  background-color: #f39500;
  border-bottom: 1px solid #f39500;
}

.pf_view ul li:last-child:hover {
  background-color: #f39500;
  border-bottom: 0px solid #f39500;
}

.pf_view ul li i {
  display: block;
  width: 26px;
  height: 34px;
  overflow: hidden;
  margin: 0 auto;
  padding: 8px 0 0;
}

.pf_view ul li i.zx_ico {
  background: url(../images/pf_ico01.png) center bottom no-repeat;
  background-size: 26px 26px;
}

.pf_view ul li i.tel_ico {
  background: url(../images/pf_ico02.png) center bottom no-repeat;
  background-size: 26px 26px;
}

.pf_view ul li i.wx_ico {
  background: url(../images/pf_ico03.png) center bottom no-repeat;
  background-size: 26px 26px;
}

.pf_view ul li i.top_ico {
  background: url(../images/pf_ico04.png) center bottom no-repeat;
  background-size: 26px 26px;
}

.pf_view ul li:hover i.zx_ico {
  background: url(../images/pf_ico1.png) center bottom no-repeat;
  background-size: 26px 26px;
}

.pf_view ul li:hover i.tel_ico {
  background: url(../images/pf_ico2.png) center bottom no-repeat;
  background-size: 26px 26px;
}

.pf_view ul li:hover i.wx_ico {
  background: url(../images/pf_ico3.png) center bottom no-repeat;
  background-size: 26px 26px;
}

.pf_view ul li:hover i.top_ico {
  background: url(../images/pf_ico4.png) center bottom no-repeat;
  background-size: 26px 26px;
}

.pf_view ul li span {
  display: block;
  width: 100%;
  height: 25px;
  overflow: hidden;
  line-height: 20px;
  color: #303030;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 5px;
}

.pf_view ul li:hover span {
  color: #fff;
}

.pf_view ul li .pf_tel {
  display: none;
  width: auto;
  height: 60px;
  margin: 0;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  right: 70px;
}

.pf_view ul li:hover .pf_tel {
  display: block;
}

.pf_view ul li .pf_tel p {
  width: 240px;
  height: 40px;
  line-height: 40px;
  color: #303030;
  font-size: 24px;
  display: flex;
}

.pf_view ul li .pf_tel p img {
  display: block;
  width: 26px;
  height: 26px;
  margin: auto 8px auto 0;
}

.pf_view ul li .pf_tel::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 50%;
  right: -6px;
  margin: -5px 0 0;
}

.pf_view ul li .pf_wx {
  display: none;
  width: 140px;
  height: auto;
  padding: 10px 10px 5px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.pf_view ul li:hover .pf_wx {
  display: block;
}

.pf_view ul li .pf_wx span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 20px;
  color: #303030;
  font-size: 12px;
  text-align: center;
}

.pf_view ul li .pf_wx::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 50%;
  right: -6px;
  margin: -5px 0 0;
}

/* pf_view end */


/* ny_banner start */
.ny_banner {
  width: 100%;
  height: 640px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.ny_banner img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* ny_banner end */

.ny_container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 12%;
}

/* ny_location start */
.ny_location {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #231916;
  font-size: 18px;
  font-weight: lighter;
  margin: 40px auto;
}

.ny_location a,
.ny_location span {
  display: inline-block;
  line-height: 40px;
  color: #231916;
  font-size: 18px;
  font-weight: lighter;
}

.ny_location a:hover {
  color: #14463a;
}

.ny_location i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/jt2.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 10px 0;
}

/* ny_location end */


/* ny_page start */
.ny_page {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.ny_page a {
  display: inline-block;
  width: auto;
  height: 48px;
  overflow: hidden;
  line-height: 46px;
  color: #15473a;
  font-size: 16px;
  text-align: center;
  margin: 0 4px;
  padding: 0 18px;
  background-color: #f1f8f6;
  border: 1px solid #15473a;
  vertical-align: top;
}

.ny_page a.pgNum {
  font-size: 18px;
}

.ny_page a.pnnum1,
.ny_page a:hover {
  color: #fff;
  background-color: #15473a;
  border: 1px solid #15473a;
}

/* ny_page end */


@media (max-width:1680px) {
  .lyTop_main .lyTop_logo {
    margin: 10px 0;
  }

  .lyTop_main .lyTop_menu {
    margin: 0;
    padding: 0;
  }


  .menuPop_top h4 {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }

  .menuPop_top h4 span {
    line-height: 40px;
    font-size: 44px;
  }

  .menuPop_top h5 {
    line-height: 40px;
    font-size: 44px;
  }

  .menuPop_top h6 {
    line-height: 30px;
    font-size: 24px;
  }

  .menuPop_nav dl dd a {
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    padding: 0 40px;
  }

  .menuPop_nav dl dd a i {
    width: 26px;
    height: 26px;
    margin: -13px 0 0;
  }

  .menuPop_search form .sc_ipt input {
    height: 44px;
    line-height: 44px;
    font-size: 22px;
  }

  .menuPop_search form .sc_btn input {
    height: 44px;
    line-height: 44px;
    background-size: 34px 34px;
  }

  .menuPop_contact .menuPopContact_title {
    line-height: 48px;
    font-size: 36px;
  }

  .menuPop_contact p {
    font-size: 18px;
    margin: 10px auto 20px;
  }

  .menuPop_contact ul li {
    font-size: 22px;
  }

  .menuPop_pro ul li .menuPop_proico {
    height: 120px;
  }

  .ly_title {
    line-height: 50px;
    font-size: 44px;
  }

  .ny_banner {
    height: 580px;
  }

  .ny_container {
    padding: 0 10%;
  }
}

@media (max-width:1600px) {
  .ly_top {
    padding: 0 4%;
  }

  .lyTop_menu a.menuBtn {
    width: 80px;
  }

  .menuPop_main {
    padding: 40px 4%;
  }

  .ly_title {
    line-height: 44px;
    font-size: 40px;
  }

  .ly_foot .lyFoot_main {
    padding: 40px 4%;
  }

  .ly_foot .lyFoot_copy {
    padding: 0 4%;
  }

  .lyFoot_copy .lyFoot_language {
    left: 4%;
  }

  .ny_banner {
    height: 550px;
  }

  .ny_container {
    padding: 0 8%;
  }

  .ny_location {
    line-height: 30px;
    font-size: 16px;
  }

  .ny_location a,
  .ny_location span {
    line-height: 30px;
    font-size: 16px;
  }

  .ny_location i {
    width: 14px;
    height: 14px;
  }
}

@media (max-width:1560px) {
  .ny_banner {
    height: 530px;
  }
}

@media (max-width:1440px) {
  .lyTop_menu a.menuBtn {
    padding: 28.5px 0;
  }

  .lyTop_menu a.menuBtn i {
    margin: 8px auto;
  }

  .menuPop_top h4 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }

  .menuPop_top h4 span {
    line-height: 40px;
    font-size: 40px;
  }

  .menuPop_top h5 {
    line-height: 40px;
    font-size: 40px;
    margin: 15px auto;
  }

  .menuPop_top h6 {
    line-height: 30px;
    font-size: 22px;
  }

  .menuPop_mid .menuPop_nav {
    width: 50%;
  }

  .menuPop_mid .menuPop_contact {
    width: 50%;
    border-left: 1px solid #fff;
  }

  .menuPop_nav dl dd a {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    margin: 8px auto;
    padding: 0 40px;
  }

  .menuPop_nav dl dd a i {
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
  }

  .menuPop_contact .menuPop_search {
    border: 1px solid #2d9546;
  }

  .menuPop_search form .sc_btn input {
    background-size: 32px 32px;
  }

  .menuPop_contact .menuPopContact_title {
    line-height: 40px;
    font-size: 32px;
  }

  .menuPop_contact p {
    font-size: 16px;
  }

  .menuPop_contact ul li {
    font-size: 20px;
  }

  .menuPop_contact ul li img {
    width: 28px;
    height: 28px;
    top: 6px;
  }

  .menuPop_pro ul li .menuPop_proico {
    height: 100px;
    margin: 0 auto 10px;
  }

  .menuPop_pro ul li a.menuPop_proname {
    font-size: 16px;
  }

  .ly_title {
    line-height: 40px;
    font-size: 36px;
  }

  .lyFoot_tit {
    font-size: 22px;
  }

  .lyFoot_menu ul li a {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }

  .lyFoot_contact p {
    font-size: 15px;
    margin: 0 auto 10px;
  }

  .lyFoot_contact dl dd {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 20px 0 76px;
  }

  .lyFoot_contact dl dd img {
    width: 36px;
    height: 36px;
    top: 6px;
  }

  .lyFoot_contact .lyFoot_logo,
  .lyFoot_logo a {
    height: 100px;
  }  

  .lyFoot_copy p {
    line-height: 32px;
    font-size: 15px;
  }

  .lyFoot_language span {
    height: 72px;
    line-height: 32px;
    font-size: 15px;
  }

  .lyFoot_language a {
    display: block;
    width: auto;
    height: 72px;
    padding: 20px 0;
  }

  .lyFoot_language a img {
    height: 32px;
  }

  .ny_banner {
    height: 500px;
  }

  .ny_container {
    padding: 0 6%;
  }

  .ny_location {
    line-height: 30px;
    font-size: 15px;
  }

  .ny_location a,
  .ny_location span {
    line-height: 30px;
    font-size: 15px;
  }

  .ny_page a {
    height: 44px;
    line-height: 42px;
    font-size: 15px;
  }

  .ny_page a.pgNum {
    font-size: 16px;
  }
}

@media (max-width:1366px) {
  .menuPop_top h4 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }

  .menuPop_top h4 span {
    line-height: 36px;
    font-size: 36px;
  }

  .menuPop_top h5 {
    line-height: 36px;
    font-size: 36px;
    margin: 12px auto;
  }

  .menuPop_top h6 {
    line-height: 30px;
    font-size: 20px;
  }

  .ny_banner {
    height: 460px;
  }
}

@media (max-width:1280px) {
  .ly_top {
    padding: 0 3%;
  }

  .menuPop_main {
    padding: 40px 3%;
  }

  .menuPop_nav dl dd a {
    height: 44px;
    line-height: 44px;
    font-size: 22px;
  }

  .menuPop_nav dl dd a i {
    width: 22px;
    height: 22px;
    margin: -11px 0 0;
  }

  .menuPop_contact .menuPop_search {
    margin: 0 auto 30px;
  }

  .menuPop_contact .menuPopContact_title {
    line-height: 36px;
    font-size: 28px;
  }

  .menuPop_contact ul li {
    margin: 2px auto;
    font-size: 18px;
  }

  .menuPop_pro ul li .menuPop_proico {
    height: 90px;
  }

  .ly_title {
    line-height: 40px;
    font-size: 32px;
  }

  .lyFoot_menu ul li a {
    font-size: 14px;
  }

  .lyFoot_contact p {
    line-height: 28px;
    font-size: 14px;
  }

  .lyFoot_contact .lyFoot_logo,
  .lyFoot_logo a {
    height: 90px;
  }

  .lyFoot_copy p,
  .lyFoot_language span {
    font-size: 14px;
  }

  .ny_banner {
    height: 440px;
  }

  .ny_container {
    padding: 0 4%;
  }

  .ny_location {
    margin: 30px auto;
  }

  .ny_location a,
  .ny_location span {
    line-height: 30px;
    font-size: 14px;
  }

  .ny_location i {
    width: 10px;
    height: 10px;
    margin: -2px 8px 0;
  }

}

@media (max-width:1200px) {

  .lyTop_main .lyTop_logo,
  .lyTop_logo a {
    height: 70px;
  }

  .menuPop_top h4 {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }

  .menuPop_top h4 span {
    line-height: 32px;
    font-size: 32px;
  }

  .menuPop_top h5 {
    line-height: 32px;
    font-size: 32px;
    margin: 10px auto;
  }

  .menuPop_top h6 {
    line-height: 30px;
    font-size: 18px;
  }

  .lyTop_menu a.menuBtn {
    height: 90px;
    padding: 23.5px 0;
  }

  .menuPop_pro ul li .menuPop_proico {
    height: 80px;
  }

  .ly_title {
    line-height: 34px;
    font-size: 30px;
  }

  .lyFoot_tit {
    font-size: 20px;
  }

  .ny_banner {
    height: 420px;
  }
}

@media (max-width:1080px) {

  .lyTop_main .lyTop_logo,
  .lyTop_logo a {
    height: 60px;
  }

  .lyTop_menu a.menuBtn {
    height: 80px;
    padding: 18.5px 0;
  }

  .lyFoot_contact dl dd {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 10px 0 50px;
  }

  .lyFoot_contact dl dd img {
    width: 30px;
    height: 30px;
    left: 10px;
    top: 7px;
  }

  .lyFoot_contact .lyFoot_logo,
  .lyFoot_logo a {
    height: 80px;
  }

  .lyFoot_copy p {
    text-align: right;
  }

  .ny_banner {
    height: 370px;
  }
}

@media (max-width:1024px) {
  .menuPop_mid .menuPop_contact {
    padding: 0 0 0 40px;
  }

  .ny_banner {
    height: 350px;
  }
}

@media (max-width:920px) {
  .menuPop_top h4 {
    height: auto;
    line-height:inherit;
    font-size: 16px;
  }

  .menuPop_top h4 span {
    line-height: 30px;
    font-size: 30px;
  }

  .menuPop_top h5 {
    line-height: 30px;
    font-size: 30px;
    margin: 10px auto;
  }

  .menuPop_top h6 {
    line-height: 30px;
    font-size: 16px;
  }

  .menuPop_content .menuPop_mid {
    margin: 0 auto 40px;
  }

  .menuPop_nav dl dd a {
    margin: 2px auto;
    font-size: 20px;
  }

  .menuPop_contact .menuPop_search {
    margin: 0 auto 20px;
  }

  .menuPop_search form .sc_ipt input {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .menuPop_search form .sc_btn input {
    height: 40px;
    line-height: 40px;
    background-size: 30px 30px;
  }

  .menuPop_contact .menuPopContact_title {
    line-height: 32px;
    font-size: 24px;
  }

  .menuPop_contact p {
    line-height: 20px;
    font-size: 14px;
  }

  .menuPop_contact ul li {
    margin: 0 auto;
    font-size: 16px;
  }

  .menuPop_pro ul li .menuPop_proico {
    height: 72px;
  }

  .menuPop_pro ul li a.menuPop_proname {
    font-size: 15px;
  }

  .ly_title {
    line-height: 30px;
    font-size: 28px;
    margin: 0 auto 30px;
  }

  .ly_foot .lyFoot_main {
    padding: 30px 3%;
  }

  .lyFoot_tit {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }

  .lyFoot_menu ul li {
    padding: 0 20px 0 0;
  }

  .ly_foot .lyFoot_copy {
    padding: 0 3%;
  }

  .ny_banner {
    height: 320px;
  }

  .ny_container {
    padding: 0 3%;
  }

  .ny_location {
    margin: 20px auto;
  }
}

@media (max-width:820px) {

  .menuPop_pro ul li,
  .menuPop_pro ul li:nth-child(6n+6) {
    width: 23.5%;
    margin: 0 2% 20px 0;
  }

  .menuPop_pro ul li:nth-child(4n+4) {
    margin: 0 0 20px 0;
  }

  .menuPop_pro ul li .menuPop_proico {
    height: 80px;
  }

  .menuPop_main .menu_hide {
    top: 20px;
    right: 20px;
  }

  .lyFoot_main .lyFoot_menu {
    width: 100%;
    margin: 0 auto 20px;
    float: inherit;
  }

  .lyFoot_main .lyFoot_contact {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: inherit;
  }

  .lyFoot_contact dl {
    width: 50%;
    float: left;
  }

  .lyFoot_contact .lyFoot_logo {
    width: 44%;
    height: 98px;
    margin: 0;
    padding: 0;
    float: right;
  }
  .lyFoot_logo a {
    height: 98px;
  }

  .lyFoot_copy p {
    text-align: center;
    padding: 20px 0 0;
  }

  .lyFoot_copy .lyFoot_language {
    width: 220px;
    margin: 0 auto;
    position: inherit;
    left: inherit;
    top: inherit;
  }

  .lyFoot_language span {
    margin: 0;
  }

  .lyFoot_language a {
    margin: 0 0 0 20px;
  }

  .ny_banner {
    height: 280px;
  }
}

@media (max-width:767px) {

  .lyTop_main .lyTop_logo,
  .lyTop_logo a {
    height: 48px;
  }

  .lyTop_main .lyTop_logo {
    margin: 6px 0;
  }

  .lyTop_menu a.menuBtn {
    width: 60px;
    height: 60px;
    padding: 8.5px 0;
  }

  .lyTop_menu a.menuBtn i {
    width: 30px;
  }

  .lyTop_menu a.menuBtn:hover i:nth-child(1),
  .lyTop_menu a.menuBtn:hover i:nth-child(3) {
    width: 20px;
  }

  .menuPop_main {
    padding: 20px 3%;
  }

  .menuPop_content .menuPop_top,
  .menuPop_content .menuPop_mid {
    margin: 0 auto 20px;
  }

  .menuPop_top h4 span,
  .menuPop_top h5 {
    font-size: 26px;
  }

  .menuPop_mid .menuPop_nav {
    width: 100%;
    margin: 0 auto 20px;
    float: inherit;
  }

  .menuPop_nav dl dd {
    width: 50%;
    margin: 0;
    float: left;
  }

  .menuPop_nav dl dd a {
    font-size: 18px;
    padding: 0 0 0 30px;
  }

  .menuPop_nav dl dd a i {
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
  }

  .menuPop_mid .menuPop_contact {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    border: 0;
    float: inherit;
  }

  .menuPop_contact ul li {
    padding: 0 0 0 40px;
  }

  .menuPop_pro ul li,
  .menuPop_pro ul li:nth-child(4n+4),
  .menuPop_pro ul li:nth-child(6n+6) {
    width: 48.5%;
    margin: 0 3% 20px 0;
  }

  .menuPop_pro ul li:nth-child(2n+2) {
    margin: 0 0 20px 0;
  }

  .menuPop_pro ul li .menuPop_proico {
    height: 90px;
  }

  .ly_title {
    line-height: 30px;
    font-size: 24px;
    margin: 0 auto 20px;
  }

  .ly_foot .lyFoot_main {
    padding: 20px 3%;
  }

  .lyFoot_main .lyFoot_menu {
    display: none;
  }

  .lyFoot_contact dl {
    width: 100%;
    margin: 0 auto;
    float: inherit;
  }

  .lyFoot_contact .lyFoot_logo {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    float: inherit;
  }
  .lyFoot_logo a {
    height: 80px;
  }

  .lyFoot_copy p {
    line-height: 30px;
    padding: 10px 0 0;
  }

  .ny_banner {
    height: 200px;
  }

  .ny_location {
    margin: 15px auto;
  }

  .ny_page .PgNum {
    display: none;
  }

  .ny_page a {
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width:390px) {
  .ny_banner {
    height: 180px;
  }

  .ny_location {
    margin: 10px auto;
  }
}

@media (max-width:320px) {

  .lyTop_main .lyTop_logo,
  .lyTop_logo a {
    height: 44px;
  }

  .lyTop_main .lyTop_logo {
    margin: 8px 0;
  }

  .lyTop_menu a.menuBtn {
    width: 40px;
    height: 60px;
    padding: 8.5px 0;
  }

  .lyTop_menu a.menuBtn i {
    width: 24px;
    height: 2px;
  }

  .lyTop_menu a.menuBtn:hover i:nth-child(1),
  .lyTop_menu a.menuBtn:hover i:nth-child(3) {
    width: 18px;
  }

  .menuPop_nav dl dd a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 0 0 24px;
  }

  .menuPop_nav dl dd a i {
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
  }

  .menuPop_pro ul li .menuPop_proico {
    height: 80px;
  }

  .menuPop_main .menu_hide {
    width: 32px;
    height: 32px;
  }

  .lyFoot_contact p {
    line-height: 24px;
  }

  .ny_banner {
    height: 140px;
  }

  .ny_page a {
    margin: 0 2px;
    padding: 0 15px;
  }
}

@media (max-width:280px) {

  .lyTop_main .lyTop_logo,
  .lyTop_logo a {
    height: 40px;
  }

  .lyTop_main .lyTop_logo {
    margin: 10px 0;
  }

  .menuPop_nav dl dd {
    width: 100%;
    margin: 0 auto;
    float: inherit;
  }

  .ny_banner {
    height: 120px;
  }

}