/* nyContact start */
.nyContact { overflow: hidden; padding: 100px 0;}
.nyContact_lxfs ul li { display: flex; justify-content: center; overflow: hidden; margin-bottom: 60px; background-color: #fff; border: 1px solid #ddd; border-radius: 16px;}
.nyContact_lxfs ul li:last-child { margin-bottom: 0;}
.nyContact_lxfs ul li:nth-child(2n+2) { flex-direction: row-reverse;}
.nyContact_lxfs ul li .con { width: 50%; padding: 60px;}
.nyContact_lxfs ul li .map { width: 50%; overflow: hidden;}

.con .tit { margin-bottom: 40px;}
.con .tit p { line-height: 36px; color: #222; font-size: 28px; font-weight: bold;}
.con .tit span { display: block; line-height: 24px; color: #777; font-size: 16px; margin-top: 10px;}
.con .tit::after { content: ''; display: block; width: 36px; height: 3px; margin-top: 20px; background-color: #1b355d;}
.con .text { padding-right: 260px; position: relative;}
.con .text .tel { min-height: 52px; overflow: hidden; padding-left: 70px; position: relative;}
.con .text .tel i { display: block; width: 52px; height: 52px; overflow: hidden; position: absolute; left: 0; top: 0;}
.con .text .tel i img { display: block; width: 100%; height: 100%;}
.con .text .tel span { display: block; line-height: 20px; color: #777; font-size: 16px; margin-bottom: 2px;}
.con .text .tel p { line-height: 30px; color: #1b355d; font-family: \5FAE\8F6F\96C5\9ED1, Microsoft Yahei; font-size: 30px; font-weight: bold;}
.con .text .list { display: inline-block; min-width: 80%; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e6e6e6;}
.con .text .list p { min-height: 30px; overflow: hidden; line-height: 30px; color: #777; font-size: 16px; margin-bottom: 10px; padding-left: 30px; position: relative;}
.con .text .list p:last-child { margin-bottom: 0;}
.con .text .list p em { display: block; width: 20px; height: 20px; overflow: hidden; padding: 1px; position: absolute; left: 0; top: 5px;}
.con .text .list p em img { display: block; width: 100%; height: 100%;}

.con .text .ewm { width: 140px; height: 140px; padding: 4px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 8px; position: absolute; right: 60px; bottom: 20px;}
.con .text .ewm img { display: block; width: 100%; height: 100%;}


.map .m2lxMaps { width: 100%; height: 100%; overflow: hidden;}
.map .m2lxMaps .m2lxMp { height: 100%;}
.amap-info-contentContainer { display: none !important;}


.nyContact_bottom { display: flex; align-items: center; justify-content: space-between; overflow: hidden; margin-top: 100px; padding: 60px; background: #1b355d url(../images/contactBg.jpg) center center no-repeat; background-size: cover; border-radius: 16px;}
.nyContact_bottom .nyContact_left { width: calc(100% - 250px); min-height: 88px; padding: 0 60px 0 120px; position: relative;}
.nyContact_bottom .nyContact_left i { display: block; width: 88px; height: 88px; padding: 6px 6px 16px 16px; background-color: #fff; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyContact_bottom .nyContact_left i::before { content: ''; display: block; width: 108px; height: 108px; background-color: rgba(255, 255, 255, .03); border-radius: 50%; position: absolute; left: -10px; top: -10px;}
.nyContact_bottom .nyContact_left p { line-height: 48px; color: #fff; font-size: 36px; font-weight: bold;}
.nyContact_bottom .nyContact_left span { display: block; line-height: 30px; color: #fff; font-size: 18px; margin-top: 10px;}

.nyContact_bottom .nyContact_btn { width: 250px;}
.nyContact_bottom .nyContact_btn a { display: block; width: 100%; height: 80px; line-height: 60px; color: #1b355d; font-size: 20px; font-weight: bold; padding: 10px 10px 10px 32px; background-color: #fff; border-radius: 40px;}
.nyContact_bottom .nyContact_btn a i { display: block; width: 60px; height: 60px; padding: 17px; background-color: #1b355d; border-radius: 50%; float: right;}
.nyContact_bottom .nyContact_btn a i svg { transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.nyContact_bottom .nyContact_btn a:hover i svg { transform: rotate(0deg); -webkit-transform: rotate(0deg);}


@media (max-width:1680px) {
  .nyContact { padding: 80px 0;}
  .nyContact_lxfs ul li { margin-bottom: 40px;}

  .nyContact_bottom { margin-top: 80px; padding: 50px;}
  .nyContact_bottom .nyContact_left { width: calc(100% - 200px); min-height: 80px; padding: 0 50px 0 110px;}
  .nyContact_bottom .nyContact_left i { width: 80px; height: 80px;}
  .nyContact_bottom .nyContact_left i::before { width: 100px; height: 100px;}
  .nyContact_bottom .nyContact_left p { line-height: 40px; font-size: 30px;}
  .nyContact_bottom .nyContact_left span { font-size: 16px;}
  .nyContact_bottom .nyContact_btn { width: 200px;}
  .nyContact_bottom .nyContact_btn a { height: 60px; line-height: 50px; font-size: 18px; padding: 5px 5px 5px 25px;}
  .nyContact_bottom .nyContact_btn a i { width: 50px; height: 50px; padding: 15px;}

}

@media (max-width:1600px) {
  .nyContact_lxfs ul li .con { padding: 50px;}
  .con .text { padding-right: 240px;}
  .con .text .ewm { right: 50px;}
}

@media (max-width:1560px) {  
}

@media (max-width:1440px) {
  .nyContact { padding: 60px 0;} 
  .nyContact_lxfs ul li { margin-bottom: 30px; border-radius: 12px;}
  .nyContact_lxfs ul li .con { padding: 40px;}
  .con .tit { margin-bottom: 30px;}
  .con .tit p { line-height: 32px; font-size: 24px;}
  .con .tit span { line-height: 20px; font-size: 14px; margin-top: 8px;}
  .con .tit::after { width: 32px; height: 2px; margin-top: 16px;}
  .con .text { padding-right: 220px;}
  .con .text .tel { min-height: 48px; padding-left: 64px;}
  .con .text .tel i { width: 48px; height: 48px; top: 2px;}
  .con .text .tel span { font-size: 14px;}
  .con .text .tel p { font-size: 28px;}
  .con .text .list { margin-top: 16px; padding-top: 16px;}
  .con .text .list p { min-height: 26px; line-height: 26px; font-size: 15px; margin-bottom: 8px;}
  .con .text .list p em { top: 3px;}
  .con .text .ewm { right: 40px;}

  .nyContact_bottom { margin-top: 60px; padding: 40px; border-radius: 12px;}
  .nyContact_bottom .nyContact_left { width: calc(100% - 200px); min-height: 80px; padding: 0 40px 0 100px;}
  .nyContact_bottom .nyContact_left i { width: 80px; height: 80px;}
  .nyContact_bottom .nyContact_left i::before { width: 100px; height: 100px;}
  .nyContact_bottom .nyContact_left p { line-height: 40px; font-size: 30px;}
  .nyContact_bottom .nyContact_left span { font-size: 16px;}
  .nyContact_bottom .nyContact_btn { width: 200px;}
  .nyContact_bottom .nyContact_btn a { height: 60px; line-height: 50px; font-size: 18px; padding: 5px 5px 5px 20px;}
  .nyContact_bottom .nyContact_btn a i { width: 50px; height: 50px; padding: 15px;}
}

@media (max-width:1366px) {  
}

@media (max-width:1280px) {
  .con .text { padding-right: 180px;}
  .con .text .ewm { right: 0;}
}

@media (max-width:1200px) {
  .nyContact_lxfs ul li .con { padding: 30px;}
  .con .text { padding-right: 170px;}

  .nyContact_bottom { margin-top: 40px; padding: 30px;}
  .nyContact_bottom .nyContact_left { width: calc(100% - 180px); min-height: 60px; padding: 0 30px 0 80px;}
  .nyContact_bottom .nyContact_left i { width: 60px; height: 60px; padding: 6px 6px 12px 12px;}
  .nyContact_bottom .nyContact_left i::before { width: 72px; height: 72px; left: -6px; top: -6px;}
  .nyContact_bottom .nyContact_left p { line-height: 34px; font-size: 24px;}
  .nyContact_bottom .nyContact_left span { line-height: 24px; font-size: 14px; margin-top: 4px;}
  .nyContact_bottom .nyContact_btn { width: 180px;}
  .nyContact_bottom .nyContact_btn a { height: 50px; line-height: 40px; font-size: 16px; padding: 5px 5px 5px 20px;}
  .nyContact_bottom .nyContact_btn a i { width: 40px; height: 40px; padding: 10px;}
}

@media (max-width:1080px) {
  .con .tit p { line-height: 30px; font-size: 22px;}
  .con .text { padding-right: 140px;}  
  .con .text .ewm { width: 120px; height: 120px; bottom: 10px;}
}

@media (max-width:1024px) {
}

@media (max-width:920px) {
  .nyContact { padding: 40px 0;}

  .nyContact_lxfs ul li { display: block; align-items: unset; justify-content: unset; flex-direction: unset; margin-bottom: 20px;}
  .nyContact_lxfs ul li .con { width: 100%;}
  .con .text { padding-right: 200px;}
  .con .text .ewm { width: 140px; height: 140px; right: 30px; bottom: 20px;}
  .nyContact_lxfs ul li .map { width: 100%; height: 320px;}

}

@media (max-width:820px) {
}

@media (max-width:767px) {
  .nyContact_lxfs ul li { border-radius: 8px;}
  .nyContact_lxfs ul li .con { padding: 20px;}
  .con .tit { margin-bottom: 20px;}
  .con .tit p { font-size: 20px;}
  .con .tit span { margin-top: 4px;}
  .con .tit::after { margin-top: 12px;}
  .con .text { padding-right: 0;}
  .con .text .tel { min-height: 44px; padding-left: 56px;}
  .con .text .tel i { width: 44px; height: 44px; top: 4px;}
  .con .text .ewm { position: inherit; right: inherit; bottom: inherit; margin-top: 10px; border-radius: 4px;}
  .nyContact_lxfs ul li .map { height: 240px;}

  .nyContact_bottom { display: block; margin-top: 20px; padding: 20px; border-radius: 8px;}
  .nyContact_bottom .nyContact_left { width: 100%; padding: 0 0 0 80px;}
  .nyContact_bottom .nyContact_left p { line-height: 30px; font-size: 20px;}
  .nyContact_bottom .nyContact_btn { width: 150px; margin-top: 20px;}
  .nyContact_bottom .nyContact_btn a { height: 40px; line-height: 32px; font-size: 14px; padding: 4px 4px 4px 16px;}
  .nyContact_bottom .nyContact_btn a i { width: 32px; height: 32px; padding: 9px;}
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyContact_lxfs ul li .con { padding: 20px 12px;}
  .con .text .tel { padding-left: 50px;}
  .con .text .tel i { width: 40px; height: 40px;}
  .con .tit p { line-height: 28px; font-size: 18px;}
  .con .text .tel p { line-height: 26px; font-size: 24px;}
  .nyContact_lxfs ul li .map { height: 200px;}
}