@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');
}

/* 按钮样式去除 */
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: 720px 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.ly_top .lyTop_main {
  width: 100%;
  height: 160px;
  margin: 0 auto;
}

.lyTop_main .lyTop_logo {
  width: auto;
  height: 120px;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  float: left;
}

.lyTop_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 120px;
  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: 60px 0 0;
  padding: 0 0 0 10px;
  float: right;
}

.lyTop_menu a.menuBtn {
  display: block;
  width: 100px;
  height: 100px;
  padding: 22.5px 0;
}

.lyTop_menu a.menuBtn i {
  display: block;
  width: 60px;
  height: 5px;
  margin: 10px auto;
  background-color: #15473a;
}

.lyTop_menu a.menuBtn:hover i {
  background-color: #2d9546;
}

.lyTop_menu a.menuBtn:hover i:nth-child(1),
.lyTop_menu a.menuBtn:hover i:nth-child(3) {
  width: 40px;
}

/* 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: calc(100% - 160px);
  overflow-y: scroll;
  margin: 0;
  padding: 40px 80px;
  position: fixed;
  left: 0;
  top: 160px;
  z-index: 99;
  background-color: #14463a;
  opacity: 0;
}

.menuPop_main.menu_show {
  opacity: 1;
}

.menuPop_main .menuPop_content {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.menuPop_content .menuPop_top {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
}

.menuPop_top h4 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 46px;
  margin: 0 auto;
}

.menuPop_top h4 span {
  display: inline-block;
  line-height: 80px;
  color: #fff;
  font-size: 86px;
  font-weight: bold;
}

.menuPop_top h5 {
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  margin: 20px auto;
}

.menuPop_top h6 {
  width: 100%;
  line-height: 36px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 20px 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: 72px;
  overflow: hidden;
  line-height: 72px;
  color: #2d9546;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}

.menuPop_nav dl dd a:hover {
  color: #fff;
}

.menuPop_nav dl dd a i {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: -20px 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: 72px;
  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: 60px;
  overflow: hidden;
  line-height: 60px;
  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_btn {
  width: 14%;
  float: right;
}

.menuPop_search form .sc_btn input {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  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: 70px;
  color: #2d9546;
  font-size: 64px;
  font-weight: lighter;
  margin: 0 auto;
}

.menuPop_contact p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: lighter;
  margin: 20px auto 40px;
}

.menuPop_contact ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  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: 160px;
  overflow: hidden;
  margin: 0 auto 10px;
}

.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: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  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: 48px;
  height: 48px;
  overflow: hidden;
  background: url(../images/close1.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 40px;
  right: 40px;
  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: 60px 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;
}

.ly_Nav .nav_list>ul>li>a {
  display: inline-block;
  width: 100%;
  line-height: 100px;
  color: #15473a;
  font-size: 26px;
  text-align: center;
  padding: 0;
  margin: 0;
  text-decoration: none;
  position: relative;
}

.ly_Nav .nav_list>ul>li:hover>a,
.ly_Nav .nav_list>ul>li.active>a {
  color: #2d9546;
}

.ly_Nav .nav_list>ul>li>a>em {
  display: block;
  width: 0px;
  height: 2px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #2d9546;
  position: absolute;
  left: 50%;
  bottom: 0;
  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: 100px;
  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: 45px;
  overflow: hidden;
  line-height: 45px;
  color: #454545;
  font-size: 15px;
  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: #2d9546;
  background-color: #fafafa;
}

.ly_Nav .nav_menu {
  display: none;
}

@media (max-width:1680px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 20px;
  }

  .ly_Nav .nav_list>ul>li i {
    right: 5px;
  }
}

@media (max-width:1600px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 25px;
  }

  .ly_Nav .nav_list>ul>li>a {
    line-height: 50px;
    font-size: 17px;
    padding: 15px 0;
  }

  .ly_Nav .nav_list>ul>li ul {
    top: 80px;
  }

  .ly_Nav .nav_list>ul>li ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width:1560px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 20px;
  }
}

@media (max-width:1440px) {
  .ly_Nav .nav_list>ul>li>a {
    font-size: 16px;
  }

  .ly_Nav .nav_list>ul>li:hover>a>em,
  .ly_Nav .nav_list>ul>li.active>a>em {
    width: 32px;
    margin: 0 0 0 -16px;
  }
}

@media (max-width:1366px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 18px;
  }
}

@media (max-width:1280px) {
  .ly_Nav .nav_list>ul>li {
    padding: 0 16px;
  }

  .ly_Nav .nav_list>ul>li i {
    right: 0;
  }
}

@media (max-width:1200px) {
  .ly_Nav {
    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: #2d9546;
  }

  .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: #2d9546;
  }

  .ly_Nav .nav_menu a:hover {
    background: url(../images/menu02.png) center center no-repeat;
    background-size: 32px 32px;
  }

}

@media (max-width:1080px) {}

@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: 80px;
  color: #231916;
  font-size: 72px;
  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 120px;
}

.lyFoot_main .lyFoot_menu {
  width: 70%;
  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: 34px;
  overflow: hidden;
  line-height: 34px;
  color: #fff;
  font-size: 17px;
  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: 30%;
  height: auto;
  float: right;
}

.lyFoot_contact p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 34px;
  color: #fff;
  font-size: 17px;
  margin: 0 auto 20px;
}

.lyFoot_contact dl dd {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #195861;
  font-size: 20px;
  margin: 0 auto 10px;
  padding: 0 20px 0 90px;
  background-color: #efefef;
  border-radius: 4px;
  position: relative;
}

.lyFoot_contact dl dd img {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 5px;
}

.lyFoot_contact .lyFoot_logo {
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin: 20px auto 0;
  position: relative;
}

.lyFoot_logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.ly_foot .lyFoot_copy {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 120px;
  border-top: 1px solid #fff;
  position: relative;
}

.lyFoot_copy p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  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: 120px;
  top: 0;
}

.lyFoot_language span {
  display: block;
  width: auto;
  height: 80px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  margin: 0 20px 0 0;
  padding: 20px 0;
  float: left;
}

.lyFoot_language a {
  display: block;
  width: 60px;
  height: 80px;
  overflow: hidden;
  margin: 0 20px 0 0;
  padding: 22px 0;
  float: left;
  position: relative;
}

.lyFoot_language a::after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  margin: 5px auto 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px 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 {
  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 */


@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}