

/* nyContact start */
.nyContact { overflow: hidden; padding: 80px 0;}

.nyContact_main ul.newlxfs { width: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; margin-top: 30px;}
.nyContact_main ul.newlxfs li { width: 31.6%; float: left; margin-right: 2.6%; background: #f3f6fb; border-radius: 16px; padding: 38px 30px; margin-bottom: 38px; text-align:center;}
.nyContact_main ul.newlxfs li:nth-child(3n) { margin-right: 0;}
.nyContact_main ul.newlxfs li em { display:block; width: 68px; height: 68px; margin:0 auto;}
.nyContact_main ul.newlxfs .li1 em { background: url(../images/lxfs_ico1.png) center no-repeat;}
.nyContact_main ul.newlxfs .li2 em { background: url(../images/lxfs_ico2.png) center no-repeat;}
.nyContact_main ul.newlxfs .li3 em { background: url(../images/lxfs_ico3.png) center no-repeat;}
.nyContact_main ul.newlxfs .li4 em { background: url(../images/lxfs_ico4.png) center no-repeat;}
.nyContact_main ul.newlxfs .li5 em { background: url(../images/lxfs_ico5.png) center no-repeat;}
.nyContact_main ul.newlxfs .li6 em { background: url(../images/lxfs_ico6.png) center no-repeat;}

.nyContact_main ul.newlxfs li p { color: #333; font-size:20px; margin:20px 0 15px; font-weight:bold;}
.nyContact_main ul.newlxfs li span { display:block; min-height: 48px; overflow: hidden; line-height: 24px; color:#777; font-size:16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyContact_main ul.newlxfs li a { display:block; line-height: 30px; color:#333; font-size:16px; font-weight:bold; cursor: pointer; margin-top:20px;}
.nyContact_main ul.newlxfs li a img { display: inline-block; vertical-align: middle; margin: -2px 0 0 10px;}
.nyContact_main ul.newlxfs li a:hover img { margin: -2px 0 0 20px;}
.nyContact_main ul.newlxfs li a i { font-style:normal; font-weight:bold;}
.nyContact_main ul.newlxfs li .lxewm { position:relative;}
.nyContact_main ul.newlxfs li .lxewm .pic { padding:16px; box-shadow:0 16px 16px rgb(0 0 0 / 10%); background:#fff; position:absolute; bottom:54px; left:50%; transform:translateX(-50%); display:none}
.nyContact_main ul.newlxfs li .lxewm .pic:after { content:''; width:0px; height:0; border:12px solid transparent; border-top-color:#fff; position:absolute; left:50%; transform:translateX(-50%); top:100%;}
.nyContact_main ul.newlxfs li .lxewm .pic img { width:116px; height:116px;}
.nyContact_main ul.newlxfs li .lxewm:hover .pic { display:block;}

@media (max-width:1560px) {
	
}
@media (max-width:1440px) {
	.nyContact { padding: 60px 0;}
  .nyContact_main ul.newlxfs li { width: 32%; margin-right: 2%; padding: 30px; margin-bottom: 30px;}
}
@media (max-width:1080px) {
	.nyContact { padding: 40px 0;}
  .nyContact_main ul.newlxfs { margin-top: 20px;}
  .nyContact_main ul.newlxfs li { margin-bottom: 20px; padding: 20px;}
  .nyContact_main ul.newlxfs li span, .nyContact_main ul.newlxfs li a { font-size: 15px;}
}
@media (max-width: 1024px) {
	.nyContact_main ul.newlxfs li { width: 48.5%; margin-right: 3%;}
	.nyContact_main ul.newlxfs li:nth-child(3n) { margin-right: 3%;}
	.nyContact_main ul.newlxfs li:nth-child(2n) { margin-right: 0;}
}
@media (max-width:767px) {
	.nyContact {padding: 30px 0;}
	.nyContact_main ul.newlxfs { margin-top: 20px;}
	.nyContact_main ul.newlxfs li { width: 100%; margin-right: 0; margin-bottom: 20px; padding: 20px;}
	.nyContact_main ul.newlxfs li:nth-child(3n) { margin-right:0;}
	.nyContact_main ul.newlxfs li p { margin: 10px 0; font-size: 18px;}
	.nyContact_main ul.newlxfs li span { height: auto;}
  .nyContact_main ul.newlxfs li.li2 a { display: block;}
}

.nyContact_main .nyContact_mid { width: 100%; margin: 40px 0 80px; overflow: hidden;}
.nyContact_main .nyContact_mid .kuang{ width: 49%; height: 270px; float: left; margin-right: 2%; background: url(../images/lxfskuang1.jpg) center no-repeat; background-size: cover; padding: 20px; border-radius: 16px;}
.nyContact_main .nyContact_mid .kuang:nth-child(2n) { background: url(../images/lxfskuang2.jpg) center no-repeat; }
.nyContact_main .nyContact_mid .kuang:nth-child(2n) { margin-right: 0;}
.nyContact_main .nyContact_mid .kuang p { font-size: 36px; color: #fff; text-align: center; margin: 40px 0;}
.nyContact_main .nyContact_mid .kuang a { display: block; width: 174px; height: 40px; line-height: 40px; font-size: 16px; color: #0140a0; margin: 0 auto; background: #fff; border-radius: 8px; position: relative; overflow: hidden;display: flex;display: -webkit-flex; justify-content: center; align-items: center;}
.nyContact_main .nyContact_mid .kuang a span { display: block; position: relative; color: #0140a0;}
.nyContact_main .nyContact_mid .kuang a span:before { content: attr(text); position: absolute; z-index: 10; color: #0140a0; -webkit-mask: linear-gradient(to right, #0140a0 40%, transparent);}
.nyContact_main .nyContact_mid .kuang a em { display:block; width: 31px; height: 13px; background: url(../images/lxfs_jt.png) center no-repeat; margin-left: 14px; transition: all .4s ease;}
.nyContact_main .nyContact_mid .kuang a:hover em { margin-left: 18px;}

@media (max-width: 1440px) {
  .nyContact_main .nyContact_mid { margin: 30px 0 60px;}
	.nyContact_main .nyContact_mid .kuang p { font-size: 30px; margin: 55px 0 30px;}
}
@media (max-width: 1200px) {
	.nyContact_main .nyContact_mid .kuang { height: 230px;}
	.nyContact_main .nyContact_mid .kuang p { font-size: 26px; margin: 30px 0;}

  .m2lxMaps { height: 480px;}
}
@media (max-width: 1080px) {
  .nyContact_main .nyContact_mid { margin: 20px 0 40px;}
}
@media (max-width: 1024px) {
	.nyContact_main .nyContact_mid { margin: 20px 0 40px;}
}
@media (max-width: 767px) {
  .nyContact_main ul.newlxfs li span { min-height: inherit;}

	.nyContact_main .nyContact_mid { margin: 10px 0 30px;}
	.nyContact_main .nyContact_mid .kuang { width: 100%; height: 180px; margin-right: 0; margin-bottom: 20px;}
  .nyContact_main .nyContact_mid .kuang:nth-child(2) { margin-bottom: 0;}
	.nyContact_main .nyContact_mid .kuang p { font-size: 22px; margin: 20px 0;}
	.nyContact_main .nyContact_mid .kuang a { width: 150px; font-size: 14px;}
	.nyContact_main .nyContact_mid .kuang a em { right: 28px;}
}
@media (max-width: 390px) {
}
@media (max-width: 320px) {}

/*地图*/
.cat_title { font-size: 36px; line-height: 38px; color: #333; text-align: center;}
.nyContact_main .nyContact_map { position:relative;}
.nyContact_main .nyContact_map .lyIdx_title p { margin-top:0;}
.m2lxMaps { height: 550px; position: relative; border: 8px solid #f3f6fb; border-radius: 15px; margin-top: 30px;}
.m2lxMp { position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s ease-in-out; opacity: 0; visibility: hidden ;border-radius: 10px;}
.m2lxMp.on { opacity: 1; visibility: visible; }
.amap-info-content { transform: translate(66px, 25px); }
.amap-info-outer, .amap-menu-outer { box-shadow: none!important; }
.amap-info-content { background: none; }
.amap-info-close { right: 82px!important; top: 16px!important; }
.bottom-center .amap-info-sharp { display: none; }
.nyContact_map .maplx { min-width: 240px; position: absolute; top: 50%; transform: translateY(-50%); right: 85px; background: #fff; border-radius: 8px; box-shadow: 0 0 32px rgba(0,0,0,.08); padding: 30px;}
.nyContact_map .maplx p { font-size: 16px; font-weight: bold; color: #0140a0;}
.nyContact_map .maplx font {display: block; font-size: 20px; margin-top: 10px;}
.nyContact_map .maplx span {display: block; font-size: 18px; color:#333; margin-bottom: 20px;}
.nyContact_map .maplx img { border: 6px solid #0140a0; border-radius: 8px; width: 120px;}

@media (max-width: 1440px) {
	.cat_title { font-size: 30px; line-height: 32px;}
	.m2lxMaps { height: 500px;}
	.nyContact_map .maplx font { font-size: 18px; margin-top: 5px;}
}
@media (max-width: 1080px) {
	.m2lxMaps{ height:450px; margin-top: 20px;}    
	.nyContact_map .maplx { min-width: 200px; padding: 20px;}
	.nyContact_map .maplx p { font-size: 14px;}
	.nyContact_map .maplx font {font-size: 16px;}
	.nyContact_map .maplx span { font-size: 16px; margin-bottom: 15px;}	
}
@media (max-width: 767px) {
	.cat_title { font-size: 24px; line-height: 26px;}
	.m2lxMaps { height: 350px; margin-top: 20px;}
	.nyContact_map .maplx { display: none;}
}
@media (max-width:550px) {
	.m2lxMaps { height: 300px;}
}
/*联系我们 结束*/