@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;
}
html, body { min-width:1280px;}
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 JosefinSansRegular, 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: #002780;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #002780;
}



@font-face {
  font-family: "DINMittelschrift";
  src: url('../fonts/DINMittelschrift.ttf');
}

@font-face {
  font-family: "JosefinSansRegular";
  src: url('../fonts/JosefinSansRegular.ttf');
}

@font-face {
  font-family: "JosefinSansBold";
  src: url('../fonts/JosefinSansBold.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;
}

.w1200 {
  max-width: 1200px;
}


/* ly_top start */
.ly_top {
  width: 100%;
  height: auto;
  padding: 20px 40px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.ly_top.top_fxd,
.ly_top.pro_top {
  padding: 0;
}

.ly_top .lyTop_main {
  width: 100%;
  height: 100px;
  padding: 0 40px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
  position: relative;
}

.lyTop_main .lyTop_logo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  float: left;
}

.lyTop_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  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;
}

/*导航栏 开始*/
.ly_Nav {
  width: auto;
  height: auto;
  padding: 0 40px 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 20px;
  float: left;
  position: relative;
}

.ly_Nav .nav_list>ul>li>a {
  display: inline-block;
  width: 100%;
  line-height: 60px;
  color: #000000;
  font-size: 18px;
  text-align: center;
  padding: 20px 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: #002780;
}

.ly_Nav .nav_list>ul>li>a>em {
  display: block;
  width: 0px;
  height: 2px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #002780;
  position: absolute;
  left: 50%;
  bottom: 20px;
  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: 24px;
  margin: 0 0 0 -12px;
}

.ly_Nav .nav_list>ul>li i {
  display: block;
  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: #000000;
  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: #002780;
  background-color: #fafafa;
}

.ly_Nav .nav_menu {
  display: none;
}

.ly_Nav .nav_list>ul>li>a,
.ly_Top:hover .ly_Nav .nav_list>ul>li>a {
  color: #000000;
}

.ly_Nav .nav_list>ul>li:hover>a,
.ly_Nav .nav_list>ul>li.active>a,
.ly_Top:hover .ly_Nav .nav_list>ul>li:hover>a,
.ly_Top:hover .ly_Nav .nav_list>ul>li.active>a {
  color: #002780;
}

.ly_Nav .nav_list>ul>li>a>em,
.ly_Top:hover .ly_Nav .nav_list>ul>li>a>em {
  background-color: #002780;
}

/*导航栏 结束*/

.lyTop_main .lyTop_search {
  float: right;
  width: auto;
  height: 40px;
  margin: 30px 0 30px 15px;
  position: relative;
}

.lyTop_search .sc_ipt {
  width: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 3;
}

.lyTop_search:hover .sc_ipt {
  width: 240px;
}

.lyTop_search .sc_ipt input {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  background-color: #f8f8f8;
  border-radius: 20px 0 0 20px;
  margin: 0;
  padding: 0 20px;
  outline: none;
  border: 0;
}

.lyTop_search .sc_btn {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 4;
}

.lyTop_search .sc_btn input {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #fff url(../images/search_ico1.png) center center no-repeat;
  background-size: 40px 40px;
  outline: none;
  border: 0;
}

.lyTop_search:hover .sc_btn input {
  background: #002780 url(../images/search_ico2.png) center center no-repeat;
  background-size: 30px 30px;
}

.lyTop_tel {
  width: 70px;
  height: 40px;
  margin: 30px 0 30px 15px;
  padding: 0 15px;
  position: relative;
  float: right;
}

.lyTop_tel::before,
.lyTop_tel::after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #303030;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
}

.lyTop_tel::before {
  left: 0;
}

.lyTop_tel::after {
  right: 0;
}

.lyTop_tel i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/tel_ico1.png) center center no-repeat;
  background-size: 40px 40px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.lyTop_tel:hover i {
  background: #002780 url(../images/tel_ico2.png) center center no-repeat;
  background-size: 30px 30px;
}

.lyTop_tel p {
  display: none;
  width: 270px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;

  font-size: 24px;
  background-color: #002780;
  border-radius: 20px;
  padding: 0 40px 0 20px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyTop_tel:hover p {
  display: block;
}


.lyTop_cn {
  width: 40px;
  height: 40px;
  margin: 30px 0;
  float: right;
}

.lyTop_cn a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;

  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.lyTop_cn a:hover {
  color: #002780;
}

/* ly_top end */


/* 搜索框弹窗 */
.sc_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.search_pop {
  width: 60%;
  height: auto;
  padding: 40px 60px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  background-color: #fff;
  transform: translate(-50%, 400%);
  -webkit-transform: translate(-50%, 400%);
  -moz-transform: translate(-50%, 400%);
  -ms-transform: translate(-50%, 400%);
  -o-transform: translate(-50%, 400%);
  opacity: 0;
}

.search_pop.sc_show {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
}

.search_pop p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #000000;
  font-size: 22px;

  margin: 0 auto 20px;
}

.search_pop .sc_ipt {
  width: 88%;
  float: left;
}

.search_pop .sc_ipt input {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #000000;
  font-size: 16px;
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-right: 0;
  outline: none;
}

.search_pop .sc_btn {
  width: 12%;
  float: right;
}

.search_pop .sc_btn input {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #000000;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: #002780 url(../images/search_ico2.png) center center no-repeat;
  background-size: 40px 40px;
  border: 0;
  outline: none;
}

.search_pop .sc_btn input:hover {
  background: #f29600 url(../images/search_ico2.png) center center no-repeat;
  background-size: 40px 40px;
}

/* 关闭按钮 */
.search_pop .sc_hide {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: #ddd url(../images/close1.png) 13px 7px no-repeat;
  background-size: 16px 16px;
  border-radius: 0 0 0 36px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.search_pop .sc_hide:hover {
  background: #002780 url(../images/close1.png) 13px 7px no-repeat;
  background-size: 16px 16px;
}




.ly_title1 {
  width: 300px;
  height: 520px;
  overflow: hidden;
  padding: 60px 40px;
  background-color: #002780;
  border-radius: 20px;
  position: relative;
}

.ly_title1 img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0;
  position: absolute;
  top: 160px;
  right: 40px;
}

.ly_title1 p {
  width: 100%;
  height: auto;
  line-height: 48px;
  color: #fff;
  font-size: 40px;

  text-transform: uppercase;
  margin: 0 auto;
}

.ly_title1 em {
  display: block;
  width: 1px;
  height: 80px;
  background-color: #fff;
  margin: 30px 0 60px 26px;
}

.ly_title2 p {
  text-align: right;
}

.ly_title2 img {
  right: inherit;
  left: 40px;
}

.ly_title2 em {
  margin: 30px 0 60px 200px;
}

.ly_title2 .ly_more {
  float: right;
}



.ly_more {
  display: block;
  width: 200px;
  height: 54px;
  overflow: hidden;
  line-height: 54px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0 0 0 54px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 27px;
  position: relative;
}

.ly_more:hover {
  color: #f29600;
}

.ly_more i {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f29600 url(../images/arrowRight_ico7.png) center center no-repeat;
  background-size: 8px 14px;
  position: absolute;
  left: 0;
  top: 0;
}

.ly_more:hover i {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


.ny_title {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}

.ny_title p {
  width: 100%;
  height: 40px;
  line-height: 48px;
  color: #202020;
  font-size: 36px;

  text-transform: uppercase;
  text-align: left;
  margin: 0 auto 20px;
}

.ny_title1 p {
  color: #fff;
}

.ny_title i {
  display: block;
  width: 60px;
  height: 4px;
  overflow: hidden;
  margin: 0;
  background-color: #002780;
}

.ny_title p a {
  display: block;
  width: 150px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  background-color: #f29600;
  border-radius: 20px;
  float: right;
}

.ny_title p a em {
  display: inline-block;
  width: 18px;
  height: 12px;
  overflow: hidden;
  vertical-align: middle;
  background: url(../images/arrowRight_ico9.png) center center no-repeat;
  background-size: 18px 12px;
  margin: -2px 0 0 10px;
}

.ny_title p a:hover em {
  margin: -2px 0 0 20px;
}


/* ly_foot start */
.ly_foot {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #002780;
}

.ly_foot .lyFoot_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.lyFoot_main .lyFoot_head {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
}

.lyFoot_head .lyFoot_logo {
  width: auto;
  height: 60px;
  overflow: hidden;
  float: left;
}

.lyFoot_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lyFoot_logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.lyFoot_head .lyFoot_tel {
  height: 60px;
  padding: 0 0 0 76px;
  float: right;
  position: relative;
}

.lyFoot_tel img {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.lyFoot_tel span {
  display: block;
  height: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
}

.lyFoot_tel p {
  height: 40px;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;

}

.lyFoot_con {
  padding-bottom: 40px;
}

.lyFoot_con .lyFoot_nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
}

.lyFoot_nav ul {
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.lyFoot_nav ul li {
  width: 20%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
}

.lyFoot_nav ul li .lyFootNav_tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
}

.lyFoot_nav ul li .lyFootNav_tit p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
}


.lyFoot_nav ul li dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.lyFoot_nav ul li dl dd a {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #7e95b0;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.lyFoot_nav ul li dl dd a:hover {
  color: #fff;
}

.lyFoot_con .lyFoot_contact {
  width: calc(80% - 200px);
  height: auto;
  overflow: hidden;
  float: left;
}

.lyFoot_con .lyFoot_ewm {
  width: 200px;
  height: auto;
  overflow: hidden;
  padding:0 40px;
  float: left;
}

.lyFoot_contact .lyFootContact_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto 20px;
}

.lyFoot_contact dl dd {
  width: auto;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #7e95b0;
  font-size: 15px;
  margin: 0 80px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  float: left;
}

.lyFoot_contact dl dt {
  width: 100%;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #7e95b0;
  font-size: 15px;
  padding: 0 0 0 30px;
  position: relative;
}

.lyFoot_contact dl dd img,
.lyFoot_contact dl dt img {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}


.lyFoot_con .lyFoot_follow {
  width: 20%;
  height: auto;
  float: right;
}

.lyFoot_follow p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto 20px;
}

.lyFoot_follow dl dd {
  float: left;
  margin: 0 20px 0 0;
}

.lyFoot_follow dl dd a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.lyFoot_follow dl dd a:hover {
  background-color: #fff;
}

.lyFoot_follow dl dd a img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px auto;
}


.ly_foot .lyFoot_bottom {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 40px 40px 0 0;
}

.lyFoot_bottom p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  margin: 0 auto;
  padding: 15px 0;
}

.lyFoot_bottom p a {
  color: rgba(255, 255, 255, 0.3);
}

.lyFoot_bottom p a:hover {
  color: #fff;
}

/* ly_foot end */


/* ny_banner start */
.ny_banner {
  width: 100%;
  height: 560px;
  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 .nyBa_text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  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_text p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 40px;

  text-transform: uppercase;
  margin: 0 auto;
}

.nyBa_text p i {
  display: block;
  width: 130px;
  height: 2px;
  margin: 18px 0 0 0;
  background-color: #fff;
}

/* ny_banner end */


/* ny_menuBar start */
.ny_menuBar {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

.ny_menuBar .nyMenuBar_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyMenuBar_main .nyMenuBar_list {
  width: auto;
  max-width: 50%;
  float: left;
}

.nyMenuBar_list ul li {
  float: left;
  margin: 0 30px 0 0;
}

.nyMenuBar_list ul li a {
  display: block;
  width: auto;
  height: 80px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 18px;
  padding: 20px 0;
  position: relative;
}

.nyMenuBar_list ul li.cur a,
.nyMenuBar_list ul li:hover a {
  color: #002780;
}

.nyMenuBar_list ul li a em {
  display: block;
  width: 0;
  height: 3px;
  overflow: hidden;
  background-color: #002780;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nyMenuBar_list ul li.cur a em,
.nyMenuBar_list ul li:hover a em {
  width: 100%;
}

.nyMenuBar_main .nyMenuBar_location {
  width: auto;
  max-width: 50%;
  padding: 20px 0 20px 30px;
  position: relative;
  float: right;
}

.nyMenuBar_main .nyMenuBar_location1 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: inherit;
}

.nyMenuBar_main .nyMenuBar_location2 {
  padding: 20px 160px 20px 30px;
  position: relative;
}

.nyMenuBar_location img {
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyMenuBar_location p {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyMenuBar_location p a {
  color: #000000;
}

.nyMenuBar_location p a:hover {
  color: #002780;
}

.nyMenuBar_location p span {
  color: #999;
}

.nyMenuBar_location p i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: -2px 6px 0;
  background: url(../images/arrowRight_ico4.png) center center no-repeat;
  background-size: 10px 10px;
}

.nyMenuBar_location2 a.ny_back {
  display: block;
  width: 160px;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin: -20px 0 0;
  background-color: rgba(230, 0, 19, 0);
  border: 1px solid #666;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 0;
}

.nyMenuBar_location2 a.ny_back:hover {
  color: #fff;
  background-color: #f29600;
  border: 1px solid #f29600;
}

.nyMenuBar_location2 a.ny_back i {
  display: inline-block;
  width: 24px;
  height: 20px;
  overflow: hidden;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(../images/back_ico1.png) center center no-repeat;
  background-size: 24px 20px;
}

.nyMenuBar_location2 a.ny_back:hover i {
  background: url(../images/back_ico2.png) center center no-repeat;
  background-size: 24px 20px;
  margin: -2px 12px 0 0;
}

/* ny_menuBar end */


/* nyPro_location start */
.nyPro_location {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 100px auto 0;
  padding: 40px 160px 40px 30px;
  position: relative;
}

.nyPro_location img {
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyPro_location p {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyPro_location p a {
  color: #000000;
}

.nyPro_location p a:hover {
  color: #f29600;
}

.nyPro_location p span {
  color: #999;
}

.nyPro_location p i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: -2px 6px 0;
  background: url(../images/arrowRight_ico4.png) center center no-repeat;
  background-size: 10px 10px;
}

.nyPro_location a.ny_back {
  display: block;
  width: 160px;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin: -20px 0 0;
  background-color: rgba(230, 0, 19, 0);
  border: 1px solid #666;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 0;
}

.nyPro_location a.ny_back:hover {
  color: #fff;
  background-color: #f29600;
  border: 1px solid #f29600;
}

.nyPro_location a.ny_back i {
  display: inline-block;
  width: 24px;
  height: 20px;
  overflow: hidden;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(../images/back_ico1.png) center center no-repeat;
  background-size: 24px 20px;
}

.nyPro_location a.ny_back:hover i {
  background: url(../images/back_ico2.png) center center no-repeat;
  background-size: 24px 20px;
  margin: -2px 12px 0 0;
}

/* nyPro_location end */


/* pf_view start */
.pf_view {
  width: 60px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px 0 0 10px;
  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: #f29600;
  border-bottom: 1px solid #f29600;
}

.pf_view ul li:last-child:hover {
  background-color: #f29600;
  border-bottom: 0px solid #f29600;
}

.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: #000000;
  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 {  
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  color: #000000;
  font-family: "DINMittelschrift";
  font-size: 24px;
  white-space: nowrap;
}

.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: #000000;
  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_page start */
.ny_page {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.ny_page a {
  display: inline-block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #000000;
  font-size: 14px;
  text-align: center;
  margin: 0 4px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  vertical-align: top;
}

.ny_page a.pgon,
.ny_page a:hover {
  color: #fff;
  background-color: #f29600;
  border: 1px solid #f29600;
}

/* ny_page end */


/* nyPrevNext start */
.nyPrevNext {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 40px auto;
  border-radius: 20px;
}

.nyPrevNext .nyPrev,
.nyPrevNext .nyNext {
  width: 50%;
  height: 80px;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
}

.nyPrevNext .nyPrev {
  border-right: 1px solid #eaeaea;
  float: left;
}

.nyPrevNext .nyNext {
  float: right;
}

.nyPrevNext .nyPrev:hover {
  background-color: #f29600;
  border-right: 1px solid #f29600;
}

.nyPrevNext .nyNext:hover {
  background-color: #f29600;
}

.nyPrev a,
.nyNext a {
  display: block;
  width: auto;
  height: 80px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.nyPrev a {
  text-align: left;
  padding: 20px 0 20px 20px;
}

.nyNext a {
  text-align: right;
  padding: 20px 20px 20px 0;
}

.nyPrevNext .nyPrev:hover a,
.nyPrevNext .nyNext:hover a {
  color: #fff;
}

.nyPrev p,
.nyNext p {
  width: 80px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.nyPrev p {
  padding: 0 1px 0 10px;
  float: left;
}

.nyNext p {
  padding: 0 10px 0 1px;
  float: right;
}

.nyPrev:hover p,
.nyNext:hover p {
  color: #fff;
}

.nyPrev p i,
.nyNext p i {
  display: block;
  width: 10px;
  height: 18px;
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
}

.nyPrev p i {
  background: url(../images/arrowLeft_ico6.png) center center no-repeat;
  background-size: 10px 18px;
  left: 0;
}

.nyNext p i {
  background: url(../images/arrowRight_ico11.png) center center no-repeat;
  background-size: 10px 18px;
  right: 0;
}

.nyPrev:hover p i {
  background: url(../images/arrowLeft_ico7.png) center center no-repeat;
  background-size: 10px 18px;
}

.nyNext:hover p i {
  background: url(../images/arrowRight_ico7.png) center center no-repeat;
  background-size: 10px 18px;
}

.nyPrev p em,
.nyNext p em {
  display: block;
  width: 1px;
  height: 18px;
  margin: -9px 0 0;
  background-color: #aaa;
  position: absolute;
  top: 50%;
}

.nyPrev em {
  right: 0;
}

.nyNext em {
  left: 0;
}

.nyPrev:hover p em,
.nyNext:hover p em {
  background-color: rgba(255, 255, 255, 0.5);
}

/* nyPrevNext end */


@media (max-width:1680px) {
  .ly_top {
    padding: 20px 30px;
  }

  .ly_top .lyTop_main {
    padding: 0 30px;
  }

  .ly_Nav {
    padding: 0 60px 0 0;
  }
}

@media (max-width:1600px) {
  .ly_Nav {
    padding: 0 50px 0 0;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 15px;
  }
}

@media (max-width:1560px) {
  .ly_Nav {
    padding: 0 35px 0 0;
  }
}

@media (max-width:1440px) {
  .ly_top {
    padding: 20px;
  }

  .ly_top .lyTop_main {
    padding: 0 20px;
  }

  .ly_Nav {
    padding: 0 30px 0 0;
  }

  .ly_Nav .nav_list>ul>li {
    padding: 0 10px;
  }
}

@media (max-width:1366px) {
  .ly_top {
    padding: 0;
  }

  .ly_Nav .nav_list>ul>li>a {
    font-size: 16px;
  }
}