@charset "utf-8";

/* CSS Document */
* {
  scrollbar-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  /* 滚动槽宽度 */
  width: 0;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
  background-color: #f4f8fa;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #f4f8fa;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #f4f8fa;
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

.w1600 {
  width: 1600px;
}


/* idxHeader start */
.idxHeader {
  width: 100%;
  padding: 10px 3%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.fp-viewing-page2 .idxHeader,
.fp-viewing-page4 .idxHeader,
.fp-viewing-page5 .idxHeader {
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.nyHeader {
  width: 100%;
  padding: 10px 3%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.searchShow .idxHeader,
.searchShow .nyHeader,
.telShow .idxHeader,
.telShow .nyHeader {
  display: none;
}

.fp-viewing-page6 .idxHeader {
  display: none;
}

.lyLogo {
  width: auto;
  height: 54px;
  overflow: hidden;
  margin: 13px 0;
  float: left;
}

.lyLogo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 54px;
  overflow: hidden;
}

.lyLogo a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.lyLogo a img.logoWhite {
  display: inline-block;
}

.lyLogo a img.logoBlack {
  display: none;
}

.fp-viewing-page2 .lyLogo a img.logoWhite,
.fp-viewing-page4 .lyLogo a img.logoWhite,
.fp-viewing-page5 .lyLogo a img.logoWhite {
  display: none;
}

.fp-viewing-page2 .lyLogo a img.logoBlack,
.fp-viewing-page4 .lyLogo a img.logoBlack,
.fp-viewing-page5 .lyLogo a img.logoBlack {
  display: inline-block;
}

.lyTel_btn {
  width: 64px;
  height: 80px;
  float: right;
  position: relative;
}

.lyTel_btn::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  left: 0;
  top: 50%;
}

.fp-viewing-page2 .lyTel_btn::before,
.fp-viewing-page4 .lyTel_btn::before,
.fp-viewing-page5 .lyTel_btn::before,
.nyHeader .lyTel_btn::before {
  background-color: rgba(0, 0, 0, .1);
}

.lyTel_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 26px 20px;
  position: relative;
}

.lyTel_btn a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTel_btn a svg path {
  fill: #fff;
}

.fp-viewing-page2 .lyTel_btn a svg path,
.fp-viewing-page4 .lyTel_btn a svg path,
.fp-viewing-page5 .lyTel_btn a svg path,
.nyHeader .lyTel_btn a svg path {
  fill: #999999;
}

.lyLanguage {
  margin: 20px 0 20px 20px;
  float: right;
}

.lyLanguage a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}

.fp-viewing-page2 .lyLanguage a,
.fp-viewing-page4 .lyLanguage a,
.fp-viewing-page5 .lyLanguage a,
.nyHeader .lyLanguage a {
  color: #009ccf;
}

.lyLanguage a i {
  display: block;
  width: 26px;
  height: 40px;
  overflow: hidden;
  margin: 0 10px 0 0;
  float: left;
}

.lyLanguage a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyLanguage a i svg path {
  fill: #fff;
}

.fp-viewing-page2 .lyLanguage a i svg path,
.fp-viewing-page4 .lyLanguage a i svg path,
.fp-viewing-page5 .lyLanguage a i svg path,
.nyHeader .lyLanguage a i svg path {
  fill: #009ccf;
}


.lySearch_btn {
  width: 64px;
  height: 80px;
  float: right;
}

.lySearch_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 26px 20px;
  position: relative;
}

.lySearch_btn a svg.icon {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch_btn a.searchClose svg.icon {
  display: none;
}

.lySearch_btn a svg.icon path {
  fill: #fff;
}

.fp-viewing-page2 .lySearch_btn a svg.icon path,
.fp-viewing-page4 .lySearch_btn a svg.icon path,
.fp-viewing-page5 .lySearch_btn a svg.icon path,
.nyHeader .lySearch_btn a svg path {
  fill: #999999;
}

.fp-viewing-page2 .lySearch_btn a:hover svg.icon path,
.fp-viewing-page4 .lySearch_btn a:hover svg.icon path,
.fp-viewing-page5 .lySearch_btn a:hover svg.icon path,
.nyHeader .lySearch_btn a:hover svg path {
  fill: #009ccf;
}



.lySearch_form {
  width: 100%;
  padding: 20px 3%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 998;
}

.fp-viewing-page2 .lySearch_form,
.fp-viewing-page4 .lySearch_form,
.fp-viewing-page5 .lySearch_form {
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.nySearch_form {
  width: 100%;
  padding: 20px 3%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
}

.searchShow .lySearch_form {
  top: 0;
}

.lySearch_form form {
  width: 50%;
  height: 60px;
  margin: 0 auto;
  padding: 0 116px 0 0;
  position: relative;
}

.lySearch_form .scIpt {
  width: 100%;
  padding: 0;
}

.lySearch_form .scIpt input {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #222;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 48px 0 0;
  background: none !important;
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  outline: none;
}

.fp-viewing-page1 .lySearch_form .scIpt input,
.fp-viewing-page3 .lySearch_form .scIpt input {
  color: #fff;
}

.fp-viewing-page2 .lySearch_form .scIpt input,
.fp-viewing-page4 .lySearch_form .scIpt input,
.fp-viewing-page5 .lySearch_form .scIpt input {
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.nySearch_form .scIpt input {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.lySearch_form .scBtn {
  width: 140px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.lySearch_form .scBtn button {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  border: 0;
  outline: none;
  cursor: pointer;
}

.fp-viewing-page2 .lySearch_form .scBtn button,
.fp-viewing-page4 .lySearch_form .scBtn button,
.fp-viewing-page5 .lySearch_form .scBtn button,
.lySearch_form .scBtn button:hover {
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.lySearch_form .scBtn button i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.lySearch_form .scBtn button i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch_form .scBtn button i svg path {
  fill: #ffffff;
}

.nySearch_form .scBtn button {
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.lySearch_form i.searchClose {
  display: block;
  width: 60px;
  height: 60px;
  padding: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lySearch_form i.searchClose svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch_form i.searchClose svg path {
  fill: #ffffff;
}

.fp-viewing-page2 .lySearch_form i.searchClose svg path,
.fp-viewing-page4 .lySearch_form i.searchClose svg path,
.fp-viewing-page5 .lySearch_form i.searchClose svg path,
.nySearch_form i.searchClose svg path {
  fill: #009ccf;
}



.lyTel_show {
  width: 100%;
  padding: 20px 3%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 998;
}

.fp-viewing-page2 .lyTel_show,
.fp-viewing-page4 .lyTel_show,
.fp-viewing-page5 .lyTel_show {
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.nyTel_show {
  width: 100%;
  padding: 20px 3%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
}

.telShow .lyTel_show {
  top: 0;
}

.lyTel_show p {
  width: 50%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
}

.lyTel_show p i {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.lyTel_show p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTel_show p i svg path {
  fill: #ffffff;
}

.lyTel_show p span {
  display: inline-block;
  color: #fff;  
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: -2px 0 0;
  vertical-align: middle;
}

.lyTel_show i.telClose {
  display: block;
  width: 60px;
  height: 60px;
  padding: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lyTel_show i.telClose svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTel_show i.telClose svg path {
  fill: #ffffff;
}

.fp-viewing-page2 .lyTel_show p,
.fp-viewing-page4 .lyTel_show p,
.fp-viewing-page5 .lyTel_show p,
.nyTel_show p {
  color: #222;
}

.fp-viewing-page2 .lyTel_show p span,
.fp-viewing-page4 .lyTel_show p span,
.fp-viewing-page5 .lyTel_show p span,
.nyTel_show p span {
  color: #009ccf;
}

.fp-viewing-page2 .lyTel_show i.telClose svg path,
.fp-viewing-page4 .lyTel_show i.telClose svg path,
.fp-viewing-page5 .lyTel_show i.telClose svg path,
.nyTel_show i.telClose svg path {
  fill: #009ccf;
}



/* 导航栏 开始 */
.lyNav {
  float: right;
}

.lyNav li,
.lyNav a {
  text-decoration: none;
  list-style: none;
}

.lyNav .navList>ul>li {
  padding: 0 10px;
  position: relative;
  float: left;
}

.lyNav .navList>ul>li>a {
  display: inline-block;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px 28px;
  position: relative;
}

.lyNav .navList>ul>li>a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/nav_ico1.png) center center no-repeat;
  background-size: 100% 100%;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNav .navList>ul>li:hover>a::before,
.lyNav .navList>ul>li.active>a::before {
  opacity: 1;
}

.lyNav .navList>ul>li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/down.png) center center no-repeat;
  background-size: 11px 10px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

.lyNav .navList>ul>li i.cur {
  background: url(../images/up.png) center center no-repeat;
  background-size: 11px 10px;
}

.lyNav .navList>ul>li ul {
  display: none;
  position: absolute;
  left: -20%;
  top: 90px;
  z-index: 9;
  width: 140%;
  overflow: hidden;
  background-color: #fff;
  border-top: 2px solid #009ccf;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
}

.lyNav .navList>ul>li:hover ul {
  display: block;
}

.lyNav .navList>ul>li ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}

.lyNav .navList>ul>li ul li:last-child {
  border: 0;
}

.lyNav .navList>ul>li ul li a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #555;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 8px;
}

.lyNav .navList>ul>li ul li a:hover {
  color: #009ccf;
}

.lyNav .nav_menu {
  display: none;
}


.fp-viewing-page2 .lyNav .navList>ul>li>a,
.fp-viewing-page4 .lyNav .navList>ul>li>a,
.fp-viewing-page5 .lyNav .navList>ul>li>a,
.nyHeader .lyNav .navList>ul>li>a {
  color: #222;
}

.fp-viewing-page2 .lyNav .navList>ul>li:hover>a,
.fp-viewing-page2 .lyNav .navList>ul>li.active>a,
.fp-viewing-page4 .lyNav .navList>ul>li:hover>a,
.fp-viewing-page4 .lyNav .navList>ul>li.active>a,
.fp-viewing-page5 .lyNav .navList>ul>li:hover>a,
.fp-viewing-page5 .lyNav .navList>ul>li.active>a,
.nyHeader .lyNav .navList>ul>li:hover>a,
.nyHeader .lyNav .navList>ul>li.active>a {
  color: #009ccf;
}

.fp-viewing-page2 .lyNav .navList>ul>li>a::before,
.fp-viewing-page4 .lyNav .navList>ul>li>a::before,
.fp-viewing-page5 .lyNav .navList>ul>li>a::before,
.nyHeader .lyNav .navList>ul>li>a::before {
  background: url(../images/nav_ico2.png) center center no-repeat;
  background-size: 100% 100%;
}


@media (max-width:1680px) {

  .lyNav .navList>ul>li>a {
    font-size: 17px;
    padding: 20px 22px;
  }

  .lyNav .navList>ul>li>a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }


}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .lyNav .navList>ul>li {
    padding: 0;
  }

  .lyNav .navList>ul>li>a {
    font-size: 16px;
    padding: 20px 24px;
  }
}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyNav .navList>ul>li>a {
    padding: 20px;
  }
}

@media (max-width:1200px) {
  .lyNav .navList>ul>li>a {
    color: #222;
    font-size: 15px;
    padding: 12px 20px;
  }

  .lyNav .navList>ul>li:hover>a,
  .lyNav .navList>ul>li.active>a {
    color: #009ccf;
  }

  .lyNav .navList>ul>li>a::before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }

  .lyNav .navList>ul>li:hover>a::before,
  .lyNav .navList>ul>li.active>a::before {
    background: url(../images/nav_ico2.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .lyNav .navList>ul>li>a::after {
    background-color: #009ccf;
  }

}

@media (max-width:1080px) {
  .lyNav {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .lyNav .navList {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .lyNav .navList ul {
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }

  .lyNav .navList .navMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
  }

  .lyNav .navList ul>li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-sizing: border-box;
    position: relative;
  }

  .lyNav .navList ul>li a {
    display: block;
    width: 100%;
    line-height: 64px;
    color: #333;
    font-size: 18px;
    text-align: left;
    padding: 0 40px;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }

  .lyNav .navList>ul>li>a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 18px;
  }

  .lyNav .navList>ul>li:hover>a::before,
  .lyNav .navList>ul>li.active>a::before {
    background: url(../images/nav_ico1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .lyNav .navList>ul>li:hover,
  .lyNav .navList>ul>li.active {
    background: linear-gradient(to right, #009ccf, #00b5af);
  }

  .lyNav .navList>ul>li:hover>a,
  .lyNav .navList>ul>li.active>a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .fp-viewing-page2 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page2 .lyNav .navList>ul>li.active>a,
  .fp-viewing-page4 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page4 .lyNav .navList>ul>li.active>a,
  .fp-viewing-page5 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page5 .lyNav .navList>ul>li.active>a,
  .nyHeader .lyNav .navList>ul>li:hover>a,
  .nyHeader .lyNav .navList>ul>li.active>a {
    color: #fff;
  }

  .lyNav .navList>ul>li>a>em {
    display: none;
  }

  .lyNav .navList>ul>li>a::after {
    display: none;
  }

  .lyNav .navList>ul>li i {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 14px 9px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .lyNav .navList>ul>li i.cur {
    background-size: 14px 9px;
  }

  .lyNav .navList>ul>li ul {
    width: 100%;
    overflow: hidden;
    position: inherit;
    left: inherit;
    top: inherit;
    background-color: #f8f8f8;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }

  .lyNav .navList>ul>li:hover>em,
  .lyNav .navList>ul>li.active>em {
    display: none;
  }

  .lyNav .navList>ul>li ul li a {
    height: 48px;
    line-height: 48px;
    color: #888;
    text-align: left;
    border: 0;
    padding: 0 40px;
  }

  .lyNav .nav_menu {
    display: block;
    width: 64px;
    height: 64px;
    padding: 22px 20px;
  }

  .lyNav .nav_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #009ccf, #00b5af);
    border-radius: 1px;
    margin: 0 auto;
  }

  .lyNav .nav_menu span+span {
    margin-top: 7px;
  }

  .lyNav .open {
    width: 100%;
    overflow: auto;
    left: 0%;
  }
}

@media (max-width:1024px) {}

@media (max-width:800px) {}

@media (max-width: 767px) {
  .lyNav .nav_menu {
    width: 48px;
    padding: 22px 12px;
  }

  .lyNav .navList ul {
    width: 64%;
  }

  .lyNav .navList ul>li a {
    font-size: 16px;
    padding: 0 20px 0 32px;
  }

  .lyNav .navList>ul>li>a::before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    left: 10px;
  }
}

@media (max-width: 320px) {
  .lyNav .nav_menu {
    width: 44px;
    padding: 22px 10px;
  }
}

@media (max-width:280px) {
  .lyNav .nav_menu {
    display: block;
    width: 22px;
    height: 64px;
    padding: 24px 0;
  }

  .lyNav .nav_menu span+span {
    margin-top: 6px;
  }

}



/* 导航栏 结束 */

/* idxHeader end */


.ly_title1 {
  margin-bottom: 40px;
}

.ly_title1 p {
  line-height: 50px;
  color: #222;
  font-size: 48px;
  margin-bottom: 10px;
}

.ly_title1 span {
  display: block;
  line-height: 20px;
  color: #009ccf;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.ly_title2 p {
  line-height: 60px;
}

.ly_title2 span {
  padding-right: 30px;
  float: left;
}

.ly_title3 span,
.ly_title3 p {
  color: #fff;
}


.ly_more1 a {
  display: block;
  width: 170px;
  height: 54px;
  overflow: hidden;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-right: 54px;
  background: linear-gradient(to right, #009ccf, #00b5af);
  border-radius: 27px;
  position: relative;
}

.ly_more1 a:hover {
  background: linear-gradient(to right, #00b5af, #009ccf);
}


.ly_more2 a {
  color: #009ccf;
  background: #fff;
}

.ly_more2 a:hover {
  color: #fff;
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.ly_more1 a i {
  display: block;
  width: 54px;
  height: 54px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  right: 0;
}


.ly_more1 a i svg {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}

.ly_more1 a i svg path {
  fill: #ffffff;
}

.ly_more2 a i svg path {
  fill: #009ccf;
}

.ly_more2 a:hover i svg path {
  fill: #ffffff;
}

.ly_more3 a {
  color: #999;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.ly_more3 a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, 0);
}

.ly_more3 a i {
  border-left: 1px solid #eee;
}

.ly_more3 a:hover i {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.ly_more3 a i svg path {
  fill: #009ccf;
}

.ly_more3 a:hover i svg path {
  fill: #ffffff;
}

.ly_more4 a {
  color: #fff;
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.ly_more4 a:hover {
  background-color: #009ccf;
  border: 1px solid #009ccf;
}

.ly_more4 a i {
  border-left: 1px solid #fff;
}

.ly_more4 a:hover i {
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.ly_more4 a i svg path {
  fill: #ffffff;
}

.ly_more4 a:hover i svg path {
  fill: #ffffff;
}


.toTop {
  width: 172px;
  height: auto;
  overflow: hidden;
  margin: -34px auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#section6 .toTop {
  margin: 0 auto -35px;
}

.toTop p {
  width: 100%;
  height: 34px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: url(../images/toTop_bg.png) center center no-repeat;
  background-size: 100% 100%;
}

.toTop p i {
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  margin: 0 auto;
  animation-name: fadeInUp !important;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  visibility: inherit !important;
}

.toTop p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.toTop p i svg path {
  fill: #ffffff;
}

.toTop span {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 4px;
}


/* idxFooter start */
.idxFooter {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: linear-gradient(to right, #009ccf, #00a8be, #00b5af);
  position: relative;
}

.idxFooter .idxFooter_main {
  margin: 0 auto;
  opacity: 0;
}

.nyFooter .idxFooter_main {
  opacity: 1;
}

.idxFooter_main .idxFooter_head {
  padding: 48px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.idxFooter_head .idxFooter_logo {
  width: auto;
  height: 54px;
  overflow: hidden;
  float: left;
}

.idxFooter_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 54px;
  overflow: hidden;
}

.idxFooter_logo a img {
  max-width: 100%;
  max-height: 100%;
}

.idxFooter_head .idxFooter_tel {
  height: 40px;
  line-height: 40px;
  color: #fff;
  
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 7px 0;
  float: right;
}

.idxFooter_tel span {
  display: block;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, .45);
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 5px 10px 5px 0;
  float: left;
}

.idxFooter_tel span i {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 5px 5px 5px 0;
  float: left;
}

.idxFooter_tel span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.idxFooter_tel span i svg path {
  fill: #ffffff;
}


.idxFooter_tel dl dd {
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.idxFooter_tel dl dd span {
  display: inline-block;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 10px;
}


.idxFooter_main .idxFooter_con {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.idxFooter_tit {
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
}

.idxFooter_tit i {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/nav_ico1.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 4px;
}

.idxFooter_con .idxFooter_nav {
  width: 60%;
  float: left;
}

.idxFooter_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.idxFooter_nav ul li {
  width: 25%;
  padding-right: 40px;
}

.idxFooter_nav ul li dl {
  padding-left: 24px;
}

.idxFooter_nav ul li dl dd a {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.idxFooter_nav ul li dl dd a:hover {
  color: #fff;
}


.idxFooter_con .idxFooter_lxfs {
  width: 30%;
  float: left;
}

.idxFooter_lxfs ul {
  padding-left: 24px;
}

.idxFooter_lxfs ul li {
  margin-bottom: 20px;
}

.idxFooter_lxfs ul li:last-child {
  margin-bottom: 0;
}

.idxFooter_lxfs ul li p {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 4px;
}

.idxFooter_lxfs ul li p i {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 6px 10px 6px 0;
  float: left;
}

.idxFooter_lxfs ul li p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.idxFooter_lxfs ul li p i svg path {
  fill: #ffffff;
}

.idxFooter_lxfs ul li span {
  display: block;
  width: 100%;
  line-height: 30px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
}

.idxFooter_con .idxFooter_ewm {
  width: auto;
  float: right;
}

.idxFooter_ewm p {
  width: 136px;
  height: 136px;
  overflow: hidden;
  padding: 10px;
  background: url(../images/ewmBg.png) center center no-repeat;
  background-size: 100% 100%;
}

.idxFooter_ewm p img {
  display: block;
  width: 100%;
  height: 100%;
}

.idxFooter_ewm span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}

.idxFooter_main .idxFooter_copy {
  padding: 24px 0;
}

.idxFooter_copy p {
  line-height: 40px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
}

.idxFooter_copy p a {
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
}

.idxFooter_copy p a:hover {
  color: #fff;
}

/* idxFooter_links start */
.idxFooter_links {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, .2);
  opacity: 0;
}

.idxFooter_links .idxFootLinks_main {
  margin: 0 auto;
}

.idxFootLinks_main .idxFootLinks_title {
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  float: left;
}

.idxFootLinks_title i {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 2px 18px 2px 0;
  padding: 8px;
  float: left;
}

.idxFootLinks_title i svg {
  display: block;
  width: 20px;
  height: 20px;
}

.idxFootLinks_title i svg path {
  fill: #ffffff;
}

.idxFootLinks_main .idxFootLinks_list {
  width: calc(100% - 150px);
  min-height: 40px;
  float: right;
}

.idxFootLinks_list a {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  vertical-align: top;
  padding: 0 12px;
}

.idxFootLinks_list a:hover {
  color: #fff;
}

/* idxFooter_links end */

/* idxFooter end */


/* nyBanner start */
.nyBanner {
  height: 500px;
  margin-top: 100px;
  position: relative;
}

.nyBanner img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyBanner .nyBa_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyBa_txt span {
  display: block;
  line-height: 30px;
  color: #009ccf;
  
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nyBa_txt p {
  line-height: 56px;
  color: #fff;
  font-size: 48px;
}

/* nyBanner end */


/* nyMenu start */
.nyMenu {
  margin: 0 auto;
}

.nyMenu .nyMenu_main {
  padding: 50px 0;
  border-bottom: 1px solid #e6e6e6;
}

.nyMenu_main dl dd {
  margin-right: 25px;
  float: left;
}

.nyMenu_main dl dd a {
  display: block;
  width: auto;
  height: 54px;
  line-height: 52px;
  color: #222;
  font-size: 18px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 27px;
}

.nyMenu_main dl dd a:hover,
.nyMenu_main dl dd a.active {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.nyMenu_main dl dd a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: -2px 0 0 50px;
  vertical-align: middle;
}

.nyMenu_main dl dd a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyMenu_main dl dd a i svg path {
  fill: #222222;
}

.nyMenu_main dl dd a:hover i svg path,
.nyMenu_main dl dd a.active i svg path {
  fill: #ffffff;
}

/* nyMenu end */


.nyLocation {
  margin-top: 100px;
  padding: 10px 0;
  background-color: #f5f5f5;
}

.nyLocation .nyLocation_main {
  height: 40px;
  overflow: hidden;
  line-height: 42px;
  color: #aaa;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding-left: 32px;
  position: relative;
}

.nyLocation_main i {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: -11px;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyLocation_main i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyLocation_main i svg path {
  fill: #aaaaaa;
}

.nyLocation_main a {
  color: #aaa;
}

.nyLocation_main a:hover {
  color: #009ccf;
}

.nyLocation_main span {
  color: #aaa;
}

.nyLocation_main em {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 4px 0;
}

.nyLocation_main em svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyLocation_main em svg path {
  fill: #aaaaaa;
}


.lyPage {
  width: 100%;
  margin: 0 auto;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  text-align: center;
}

.lyPage a {
  display: inline-block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #222;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  background: linear-gradient(to right, #ffffff, #ffffff);
  vertical-align: top;
  border-radius: 4px;
  margin: 0 4px;
  padding: 0 30px;
  position: relative;
}

.lyPage a.upPage {
  margin: 0 10px 0 0;
}

.lyPage a.downPage {
  margin: 0 0 0 10px;
}

.lyPage a:hover,
.lyPage a.pnnum1 {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.lyPage a i {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyPage a i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.lyPage a i svg path {
  fill: #555555;
}

.lyPage a:hover i svg path {
  fill: #ffffff;
}


@media (max-width:1680px) {
  .w1600 {
    width: 94%;
  }

  .lySearch_form,
  .lyTel_show {
    padding: 15px 3%;
  }

  .lySearch_form form {
    height: 50px;
    padding: 0 100px 0 0;
  }

  .lySearch_form .scIpt input,
  .lySearch_form .scBtn button,
  .lyTel_show p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .lySearch_form .scBtn {
    width: 120px;
    height: 50px;
  }

  .lySearch_form .scBtn button i {
    width: 22px;
    height: 22px;
  }

  .lyTel_show p i {
    width: 36px;
    height: 36px;
  }

  .lyTel_show p span {
    font-size: 36px;
  }

  .lyLanguage a {
    font-size: 16px;
  }

  .lyLanguage a i {
    width: 24px;
    height: 40px;
    margin: 0 8px 0 0;
  }

  .lySearch_form i.searchClose,
  .lyTel_show i.telClose {
    padding: 18px;
  }

  .ly_title1 p {
    line-height: 44px;
    font-size: 40px;
    margin-bottom: 8px;
  }

  .ly_more1 a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-right: 50px;
  }

  .ly_more1 a i {
    width: 50px;
    height: 50px;
    padding: 17px 0;
  }

  .ly_more1 a i svg {
    width: 16px;
    height: 16px;
  }

  .idxHeader,
  .nyHeader {
    padding: 0 3%;
  }


  .nyBanner {
    height: 440px;
    margin-top: 80px;
  }

  .nyBa_txt span {
    margin-bottom: 8px;
  }

  .nyBa_txt p {
    line-height: 48px;
    font-size: 40px;
  }


  .nyMenu .nyMenu_main {
    padding: 40px 0;
  }

  .nyMenu_main dl dd {
    margin-right: 20px;
  }

  .nyMenu_main dl dd a {
    height: 48px;
    line-height: 46px;
    font-size: 16px;
  }


  .nyLocation {
    margin-top: 80px;
  }

}

@media (max-width:1600px) {

  .idxFooter_main .idxFooter_right {
    padding: 40px 0 40px 80px;
  }

  .nyBanner {
    height: 420px;
  }

  .nyBa_txt p {
    line-height: 44px;
    font-size: 36px;
  }

}

@media (max-width:1560px) {

  .ly_title1 p {
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 8px;
  }

  .ly_title1 span {
    font-size: 18px;
  }

  .ly_more1 a {
    width: 144px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    padding-right: 44px;
  }

  .ly_more1 a i {
    width: 44px;
    height: 44px;
    padding: 14px 0;
  }

  .idxFooter_main .idxFooter_head {
    padding: 20px 0;
  }

  .idxFooter_head .idxFooter_tel {
    font-size: 36px;
  }

  .idxFooter_main .idxFooter_con {
    padding: 50px 0;
  }

  .idxFooter_tit {
    margin-bottom: 20px;
  }

  .idxFooter_nav ul li dl dd a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }

  .idxFooter_lxfs ul li span {
    font-size: 15px;
  }

  .idxFooter_main .idxFooter_copy {
    padding: 20px 0;
  }

  .idxFooter_copy p,
  .idxFooter_copy p a {
    font-size: 15px;
  }

  .idxFooter_lxfs ul li p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .idxFooter_ewm span {
    font-size: 15px;
  }

  .idxFootLinks_main .idxFootLinks_title {
    width: 130px;
    font-size: 16px;
  }

  .idxFootLinks_title i {
    margin: 2px 12px 2px 0;
  }

  .idxFootLinks_main .idxFootLinks_list {
    width: calc(100% - 130px);
  }

  .idxFootLinks_list a {
    font-size: 15px;
    padding: 0 10px;
  }


  .nyBanner {
    height: 400px;
  }

  .nyBa_txt span {
    line-height: 24px;
    font-size: 28px;
  }

  .nyBa_txt p {
    line-height: 40px;
    font-size: 32px;
  }

  .nyLocation .nyLocation_main {
    font-size: 15px;
  }

  .lyPage a {
    padding: 0 24px;
  }
}

@media (max-width:1440px) {

  .ly_title1 {
    margin-bottom: 32px;
  }

  .ly_title1 p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 4px;
  }

  .ly_title1 span {
    font-size: 16px;
  }

  .ly_more1 a {
    width: 132px;
    font-size: 14px;
    padding: 0 44px 0 20px;
  }

  .ly_more1 a i {
    padding: 15px 0;
  }

  .ly_more1 a i svg {
    width: 14px;
    height: 14px;
  }


  .idxFooter_head .idxFooter_tel {
    font-size: 32px;
  }

  .idxFooter_tel span {
    font-size: 15px;
  }

  .idxFooter_main .idxFooter_con {
    padding: 40px 0;
  }

  .idxFooter_nav ul li p {
    margin-bottom: 20px;
  }

  .idxFooter_nav ul li dl dd a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .idxFooter_con .idxFooter_lxfs {
    width: 28%;
  }

  .idxFooter_lxfs ul li {
    margin-bottom: 10px;
  }

  .idxFooter_lxfs ul li span {
    line-height: 28px;
    font-size: 14px;
  }

  .idxFooter_ewm span {
    font-size: 14px;
  }

  .idxFooter_copy p,
  .idxFooter_copy p a {
    line-height: 28px;
    font-size: 14px;
  }

  .idxFootLinks_list a {
    font-size: 14px;
  }


  .nyBanner {
    height: 380px;
  }

  .nyMenu_main dl dd a i {
    margin: -2px 0 0 40px;
  }

  .nyLocation .nyLocation_main {
    font-size: 15px;
    padding-left: 32px;
  }

  .nyLocation_main i {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }

  .nyLocation_main em {
    margin: -4px 4px 0;
  }

  .lyPage a {
    margin: 0 2px;
    padding: 0 20px;
  }
}

@media (max-width:1366px) {
  .nyBanner {
    height: 360px;
  }

}

@media (max-width:1280px) {

  .ly_title1 p {
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 4px;
  }

  .nyBanner {
    height: 340px;
  }

  .nyBa_txt span {
    line-height: 20px;
    font-size: 24px;
  }

  .nyBa_txt p {
    line-height: 36px;
    font-size: 28px;
  }

}

@media (max-width:1200px) {
  .right-menu {
    display: none;
  }

  .idxHeader {
    width: 100%;
    background-color: #fff;
  }

  .lyLanguage {
    margin: 12px 0 12px 12px;
  }

  .lyLogo {
    width: 196px;
    height: 44px;
    margin: 10px 0;
  }

  .lyLogo a {
    height: 44px;
  }

  .lyLogo a img.logoWhite {
    display: none;
  }

  .lyLogo a img.logoBlack {
    display: inline-block;
  }

  .lyTel_btn {
    height: 64px;
  }

  .lyTel_btn::before {
    background-color: rgba(0, 0, 0, .1);
  }

  .lyTel_btn a {
    padding: 20px;
  }

  .lyTel_btn a svg path {
    fill: #999999;
  }

  .lyLanguage a {
    color: #009ccf;
    font-size: 15px;
  }

  .lyLanguage a i svg path {
    fill: #009ccf;
  }

  .lySearch_btn {
    width: 64px;
    height: 64px;
  }

  .lySearch_btn a {
    padding: 20px;
  }

  .lySearch_btn a.searchClose {
    padding: 20px;
  }

  .lySearch_btn a svg.icon path {
    fill: #999999;
  }

  .fp-viewing-page1 .lySearch_btn a.searchClose i svg.close path,
  .fp-viewing-page4 .lySearch_btn a.searchClose i svg.close path,
  .fp-viewing-page5 .lySearch_btn a.searchClose i svg.close path {
    fill: #009ccf;
  }

  .lySearch_form,
  .lyTel_show {
    padding: 10px 3%;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
  }

  .lySearch_form form {
    height: 44px;
    padding: 0 80px 0 0;
  }

  .lySearch_form .scBtn {
    width: 100px;
    height: 44px;
  }

  .lySearch_form .scIpt input,
  .lySearch_form .scBtn button,
  .lyTel_show p {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }

  .lySearch_form .scIpt input {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    ;
  }

  .lySearch_form .scBtn button {
    background: linear-gradient(to right, #009ccf, #00b5af);
  }

  .lySearch_form .scBtn button i {
    width: 20px;
    height: 20px;
    margin: -2px 6px 0 0;
  }

  .lyTel_show p {
    color: #777;
  }

  .lyTel_show p span {
    color: #009ccf;
  }

  .lySearch_form i.searchClose svg path,
  .lyTel_show i.telClose svg path {
    fill: #009ccf;
  }

  .lyTel_show p span {
    font-size: 32px;
    letter-spacing: 1px;
  }


  .idxFooter_head .idxFooter_logo,
  .idxFooter_logo a {
    height: 44px;
  }

  .idxFooter_head .idxFooter_tel {
    margin: 2px 0;
  }

  .idxFooter .idxFooter_main,
  .idxFooter_links {
    opacity: 1;
  }

  .idxFooter_con .idxFooter_nav {
    width: 58%;
  }

  .idxFooter_nav ul li {
    padding-right: 0;
  }


  .nyBanner {
    height: 300px;
    margin-top: 64px;
  }

  .nyBa_txt p {
    line-height: 32px;
    font-size: 26px;
  }

  .nyMenu .nyMenu_main {
    padding: 32px 0;
  }

  .nyMenu_main dl dd a i {
    margin: -2px 0 0 32px;
  }


  .nyLocation {
    margin-top: 64px;
  }

}

@media (max-width:1080px) {

  .idxFooter_con .idxFooter_nav {
    width: 66%;
  }

  .idxFooter_tit {
    margin-bottom: 12px;
  }

  .idxFooter_con .idxFooter_lxfs {
    width: 34%;
    padding-left: 0;
    float: right;
  }

  .idxFooter_con .idxFooter_ewm {
    display: none;
  }

  .idxFooter_copy p {
    line-height: 30px;
    float: none !important;
  }


  .nyBanner {
    height: 280px;
  }

  .nyBa_txt p {
    line-height: 30px;
    font-size: 24px;
  }


}

@media (max-width:1024px) {

  .idxFooter_left .idxFooter_head {
    padding: 20px 0;
  }

  .idxFooter .idxFooter_main {
    display: block;
    flex-wrap: inherit;
    justify-content: inherit;
  }

  .idxFooter_main .idxFooter_con {
    padding: 30px 0;
  }

  .idxFooter_links {
    display: none;

  }


}

@media (max-width:920px) {

  .lySearch_form form,
  .lyTel_show p {
    width: 60%;
  }


  .ly_title1 p {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 0;
  }

  .ly_title1 span {
    font-size: 15px;
  }


  .nyBanner {
    height: 260px;
  }

  .nyMenu .nyMenu_main {
    padding: 24px 0 12px;
  }

  .nyMenu_main dl dd {
    margin-bottom: 12px;
  }

  .nyMenu_main dl dd a {
    height: 44px;
    line-height: 42px;
    font-size: 16px;
  }

  .nyMenu_main dl dd a i {
    margin: -2px 0 0 22px;
  }

  .toTop {
    width: 148px;
    margin: -24px auto;
  }

  .toTop p {
    height: 24px;
  }

  .toTop span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

@media (max-width:820px) {
  .ly_title1 {
    margin-bottom: 20px;
  }


  .idxFooter_tit {
    display: none;
  }

  .idxFooter_main .idxFooter_con {
    padding: 20px 0;
  }

  .idxFooter_con .idxFooter_nav {
    display: none;
  }

  .idxFooter_con .idxFooter_lxfs {
    width: 100%;
    float: none;
  }

  .idxFooter_lxfs ul {
    margin: 0 -20px;
    padding-left: 0;
  }

  .idxFooter_lxfs ul li {
    width: 50%;
    margin-bottom: 0;
    padding: 0 20px;
    float: left;
  }


  .nyBanner {
    height: 240px;
  }

  .nyMenu .nyMenu_main {
    padding: 24px 0 12px;
  }

  .nyMenu_main dl dd {
    margin-bottom: 12px;
  }

}

@media (max-width:767px) {
  .idxHeader {
    padding: 0 0 0 3%;
  }

  .nyHeader {
    padding: 0 0 0 3%;
  }

  .lyLanguage {
    display: none;
  }

  .lySearch_btn, .lyTel_btn {
    width: 48px;
  }

  .lySearch_btn a,
  .lyTel_btn a {
    padding: 20px 12px;
  }

  .lySearch_form i.searchClose,
  .lyTel_show i.telClose {
    right: 0;
  }

  .lySearch_form form,
  .lyTel_show p {
    width: calc(100% - 50px);
    margin: 0;
  }

  .lyTel_show p {
    font-size: 0;
    text-align: left;
  }

  .lyTel_show p i {
    width: 36px;
    height: 36px;
    margin: 2px 8px 2px 0;
    padding: 8px;
    float: left;
  }

  .lyTel_show p span {
    display: block; line-height: 40px; margin: 0;
    font-size: 28px; float: left;
  }



  .ly_more1 a {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding-right: 40px;
  }

  .ly_more1 a i {
    width: 40px;
    height: 40px;
    padding: 13px 0;
  }

  .nyFooter {
    padding-top: 20px;
  }

  .idxFooter_main .idxFooter_head {
    padding: 40px 0 12px;
  }

  .idxFooter_head .idxFooter_logo {
    display: none;
  }

  .idxFooter_head .idxFooter_tel {
    width: 100%;
    margin: 0;
    letter-spacing: 0;
    float: none;
  }

  .idxFooter_tel span { font-size: 0;}
  .idxFooter_tel span i {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin: 3px 5px 3px 0;
    float: left;
  }

  .idxFooter_main .idxFooter_copy {
    padding: 12px 0;
  }

  .idxFooter_copy p span.icp,
  .idxFooter_copy p span.login,
  .idxFooter_copy p span.sitemap {
    display: none;
  }


  .idxFooter_main .idxFooter_con {
    padding: 12px 0;
  }

  .idxFooter_lxfs ul {
    margin: 0;
  }

  .idxFooter_lxfs ul li {
    width: 100%;
    padding: 6px 0;
    float: none;
  }


  .nyBanner {
    height: 200px;
  }

  .nyBa_txt span {
    line-height: 18px;
    font-size: 22px;
  }

  .nyBa_txt p {
    line-height: 22px;
    font-size: 18px;
  }


  .nyMenu .nyMenu_main {
    padding: 20px 0 10px;
  }

  .nyMenu_main dl dd {
    margin: 0 20px 10px 0;
  }

  .nyMenu_main dl dd a i {
    margin: -2px 0 0 20px;
  }


  .lyPage a {
    padding: 0 15px;
  }

  .lyPage a.upPage {
    margin: 0 8px 0 0;
    padding: 0 20px;
  }

  .lyPage a.downPage {
    margin: 0 0 0 8px;
    padding: 0 20px;
  }

  .nyLocation {
    padding: 5px 0;
  }

  .nyLocation .nyLocation_main {
    font-size: 14px;
    padding-left: 28px;
  }

  .nyLocation_main i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .nyLocation_main em {
    margin: -2px 2px 0;
  }
}

@media (max-width:390px) {
  .lyLogo {
    width: 178px;
    height: 40px;
    margin: 12px 0;
  }

  .lyLogo a {    
    height: 40px;
  }

  .idxFooter_head .idxFooter_tel {
    font-size: 26px;
  }

  .idxFooter_tel span {
    font-size: 14px;
  }

  .lySearch_form {
    padding: 12px 3%;
  }

  .lySearch_form form {
    height: 40px;
    padding: 0 60px 0 0;
  }

  .lySearch_form .scIpt input,
  .lySearch_form .scBtn button,
  .lyTel_show p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .lySearch_form .scIpt input {
    padding: 0 20px 0 0;
  }

  .lySearch_form .scBtn {
    width: 80px;
    height: 40px;
  }

  .lySearch_form .scBtn button i {
    margin: -2px 4px 0 0;
  }

  .lyTel_show p {
    line-height: 40px; font-size: 0;
  }

  .lyTel_show p i {
    width: 36px;
    height: 36px;
    margin: 2px 8px 2px 0;
    padding: 8px;
    float: left;
  }

  .lyTel_show p span {
    display: block; line-height: 40px; margin: 0;
    font-size: 28px; float: left;
  }


  .nyBanner {
    height: 180px;
  }

  .nyMenu_main dl dd {
    margin: 0 12px 10px 0;
  }

  .nyMenu_main dl dd a i {
    margin: -2px 0 0 16px;
  }
}

@media (max-width:320px) {

  .lySearch_btn, .lyTel_btn {
    width: 44px;
  }

  .lyTel_show p {
    line-height: 22px;
  }

  .lyTel_show p span {
    font-size: 24px;
  }

  .lySearch_btn a,
  .lyTel_btn a {
    padding: 20px 10px;
  }

  .idxFooter_head .idxFooter_tel {
    height: auto; font-size: 30px;
  }

  .idxFooter_tel span {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
  }

  .nyBanner {
    height: 150px;
  }

  .nyBa_txt p {
    line-height: 20px;
    font-size: 16px;
  }

  .nyMenu_main dl dd {
    margin: 0 10px 10px 0;
  }

  .nyMenu_main dl dd a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .nyMenu_main dl dd a i {
    margin: -2px 0 0 10px;
  }

  .lyPage a {
    margin: 0;
  }

  .lyPage a.upPage {
    margin: 0 4px 0 0;
  }

  .lyPage a.downPage {
    margin: 0 0 0 4px;
  }


}

@media (max-width:280px) {
  .lyLogo {
    width: 160px;
    height: 36px;
    margin: 14px 0;
  }

  .lyLogo a {
    height: 36px;
  }

  .lySearch_btn a, .lyTel_btn a {
    padding: 20px 8px;
  }

  .nyMenu_main dl dd a {
    font-size: 14px;
    padding: 0 14px;
  }




}

.proLocation {
  margin-top: 0;
}