/* ===头部===== */
#c-placeholder {height: 107px;}
.header {position: fixed; top: 0;width: 100%; background: #fff; z-index: 99; min-width: 1280px;}
.hederBox {height: 107px;display: flex; justify-content: space-between; align-items: center; transition: .5s;}
nav {width: 53%; margin-left: 7%;}
nav ul {display: flex; justify-content: space-between;}
nav ul > li {position: relative;}
nav ul > li > a {color: #333333; display: block; line-height: 107px; padding: 0 14px; box-sizing: border-box; position: relative; transition: .5s;}
nav ul > li > a::after {content: "";position: absolute; bottom: 0; width: 0;height: 4px;background: #0e3480; left: 0;transition: .5s;}
nav ul > li:hover > a::after , nav ul > li.on > a::after {width: 100%;}
nav ul > li dl {position: absolute; background: #fff; z-index: 1; width: 150%; left: -25%; text-align: center; display: none;  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.15);}
nav ul > li:nth-child(2) dl {width: 100%; left: 0;}
nav ul > li dl dd a {color: #333; display: block; padding: 8px 0; transition: .5s;}
nav ul > li dl dd a:hover {background: #0e3480; color: #fff;}
.heUs .tel b {font-size: 18px;color: #272636;font-weight: normal;}
/* 搜索和二维码悬浮样式 */
.hederBox .heUs {display: flex;}
.hederBox .heUs > div {padding: 14px;}
.hederBox .heUs > div:last-child {padding-right: 0;}
.heSearch {position: relative;}
.heSearch .searBox form button { cursor: pointer; background: none; border: 0; position: relative; z-index: 1;}
.heSearch .searBox form input { border-radius: 25px; height: 40px; box-sizing: border-box; font-size: 16px; color: #333; border: 0;}
.heSearch .searBox form input {position: absolute;padding: 0 35px 0 15px; top: 8px; right:0; width: 0; transition: .5s;border: 1px solid transparent;font-size: 14px; color: #999;}
.heSearch .searBox form input:focus {color: #333;}
.heSearch:hover .searBox form input  {width: 250px;  border-color: #333;}
/* 搜索悬浮样式2 */
/* .heSearch .searBox {position: absolute; background: #fff; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.35);border-radius: 5px;right: 0; white-space: nowrap; top: 100%;}
.heSearch .searBox {opacity: 0; visibility: hidden; transform: translateY(20%); }
.heSearch .searBox form {position: relative; padding: 10px;}
.heSearch .searBox form input {min-width: 250px; max-width: 300px; height: 35px; padding:0 30px 0 15px; box-sizing: border-box; font-size: 16px; color: #333;}
.heSearch .searBox form input::placeholder {font-size: 14px;}
.heSearch .searBox form button {position: absolute; right: 15px; top: 15px; cursor: pointer; background: none; border: 0;}
.heSearch .searBox::after {content: ""; display: block; width: 0px; height: 0px; border: 12px solid transparent; border-bottom-color: #fff; position: absolute; top: -22px; left: 91%; margin-left: -11px;}
.heSearch:hover .searBox {opacity: 1; visibility: visible; transform: translateY(0); transition: .5s;} */
.heWx {position: relative;}
.heWx .wxBox {position: absolute; background: #fff; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.35);border-radius: 5px;right: 0; white-space: nowrap; top: 100%; width: 200%; left: -50%}
.heWx .wxBox {opacity: 0; visibility: hidden; transform: translateY(20%); }
.heWx .wxBox img {max-width: 100%;}
.heWx .wxBox::after {content: ""; display: block; width: 0px; height: 0px; border: 12px solid transparent; border-bottom-color: #fff; position: absolute; top: -22px; left: 52%; margin-left: -11px;}
.heWx:hover .wxBox {opacity: 1; visibility: visible; transform: translateY(0); transition: .5s;}
/* 头部下滑 */
.c-head-move {box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1);}
.c-head-move .hederBox {height: 95px;}
.c-head-move nav ul > li > a {line-height: 95px;}

/* banner */
.indexSwiper {max-height: calc(100vh - 107px);}
.indexSwiper .swiper-slide img {width: 100%; display: block; }
.indexSwiper .swiper-pagination {bottom: 3%;}
.indexSwiper .swiper-pagination span {margin: 0 8px !important; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 0px 0px 8px 0px; background: none;opacity: 1;}
.indexSwiper .swiper-pagination span.swiper-pagination-bullet-active {background: #fff;}
.indexSwiper .swjt {right: 18px;}
.indexSwiper .swiper-button-prev {transform: rotate(180deg); left: 18px;}

/*  */
/* 了解更多按钮 */
.inMore {width: 170px; height: 55px;background: #0E3581; z-index: 1; display: block; display: flex; align-items: center; justify-content: center; transition: 1s; position: relative;}
.inMore span {color: #fff; font-size: var(--font16);color: #ffffff; margin-right: 20%; transition: .5s; position: relative; z-index: 1;}
.inMore img {position: relative; left: 0; transition: .5s;}
.inMore:hover img {left: 5%;}
/* .inMore:hover {border-radius: .5rem;} */
.inMore:hover {background: none; transition-delay: .1s;}
.inMore::before {content: "";  z-index: 0;   display: block;width: 0%;height: 100%;background-color: #E3C855;position: absolute; left: 0;bottom: 0;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;margin: auto;}
.inMore:hover:before { width: 100%;}
.inMore:hover {border-color: #E3C855;}

.indexTwo {padding: 60px 0;}
.indexTwo .box {display: flex; justify-content: space-between; background: #f5f5f5;}
.indexTwo .boxLe {width: 50%; padding: 5%; box-sizing: border-box;}
.indexTwo .tle {margin-bottom: .5rem;}
.indexTwo .tle h3 {text-align: center;color: #0e3581;font-size: var(--font32);margin-bottom: 20px;}
.indexTwo .tle .text {color: #666; font-size: var(--font18); text-align: center; display: block;}
.indexTwo form input {width: 100%;color: #999;  height: 60px; line-height: 60px; padding: 0 .2rem; border: 1px solid #dddddd;border-radius: 5px;overflow: hidden; background: none; margin-bottom: 30px; font-size: var(--font14);}
.indexTwo form input:focus {border-color: #333;color: #333;}
.indexTwo form button {background: #0e3480; width: 100%;height: 60px; color: #fff; border: 0; font-size: var(--font20);    border-radius: 5px; cursor: pointer;}
.indexTwo .dw1 {width: 50%; background: url(../images/indexTwo-bj.png) no-repeat center; background-size: cover; padding: 4%; box-sizing: border-box;}
.indexTwo .dw1 .pbox {height: 100%; background: hsla(0,0%,100%,.8); padding: .1rem; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.indexTwo .dw1 .pbox .dl {width: 50%; text-align: center; color: #333;}
.indexTwo .dw1 .p1 .sp1 {font-size: .54rem;font-weight: 700;}
.indexTwo .dw1 .p1 .sp2 {font-size: .3rem;color: #060606;}
.indexTwo .dw1 .p2 {font-size: var(--font18);}

.indexTle {text-align: center;}
.indexTle h3 {font-size: 27px;color: #0e3480; position: relative; display: inline-block;}
.indexTle h3::before {content: ""; position: absolute;left: -120%;width: 100%; height: 100%; background: url(../images/indexTle-icon.png) no-repeat center; background-size: auto;}
.indexTle h3::after {content: ""; position: absolute;left: auto;right: -120%; width: 100%; height: 100%; background: url(../images/indexTle-icon.png) no-repeat center; background-size: auto;}
.indexTle h4 {font-size: var(--font36);}
.inThSlide {overflow: hidden;}
.inThSlide .hd ul {display: flex; justify-content: center; margin: 50px 0;}
.inThSlide .hd ul li {text-align: center; padding: 0 100px; box-sizing: border-box; cursor: pointer; position: relative;}
.inThSlide .hd ul li:first-child {padding-left: 0;}
.inThSlide .hd ul li:last-child {padding-right: 0;}
.inThSlide .hd ul li::after {content: ""; position: absolute;right: 0;height: 100%; width: 1px;background: #EEEEEE; top: 0;}
.inThSlide .hd ul li:last-child:after {display: none;}
.inThSlide .hd ul li span {color: #777777; font-size: var(--font18); display: block; margin-top: 10px;}
.inThSlide .hd ul li img {filter: grayscale(100%); -webkit-filter:grayscale(100%); opacity: .5;}
.inThSlide .hd ul li.on img {filter: none; -webkit-filter:none; opacity: 1;}
.inThSlide .hd ul li.on span {color: #0E3580;}
.inThSlide .bd ul li {position: relative;}
.inThSlide .bd ul li .imgList {overflow: hidden;}
.inThSlide .bd ul li .imgList .item {display: none; position: relative;}
.inThSlide .bd ul li .imgList .item img {width: 100%;}
.inThSlide .bd ul li .imgList .item::after {content: "";position: absolute; width: 100%;height: 100%; background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 60% , rgba(0, 0, 0, 0.8)); bottom: 0; position: absolute;left: 0;}
.inThSlide .bd ul li .imgList .item.active {display: block;}
.inThSlide .bd ul li dl {position: absolute; left: 50%; top: 92%; transform: translate(-50%, -50%); width: 1500px; max-width: 92%; display: flex; justify-content: center; z-index: 1;}
.inThSlide .bd ul li dl dd {margin-right: 100px;}
.inThSlide .bd ul li dl dd:last-child {margin-right: 0;}
.inThSlide .bd ul li dl dd a {color: #fff; display: block; position: relative;}
.inThSlide .bd ul li dl dd a::after {position: absolute; width: 0; height: 180%; content: ""; width: 0; top: -34%; left: -15%; z-index: -1; background: #e3c855 url(../images/jt2.png) no-repeat 93%;border-radius: 29px; box-sizing: border-box; transition: .5s;}
.inThSlide .bd ul li dl dd.active a::after {width: 140%;}

/* 多年设计实践经验 */
.indexFour {padding: 80px 0;}
.indexFour dl {margin: 85px 0; margin-top: 50px; display: grid; grid-template-columns: repeat(5,auto); justify-content: center; gap: 7%; text-align: center;}
.indexFour dl .icBox {width: 60px; height: 60px; border: 1px solid #333; border-radius: 50%; display: flex; align-items: center;justify-content: center; margin: auto;}
.indexFour dl .icBox img {max-width: 90%;}
.indexFour dl span {color: #333333;font-size: var(--font18); margin-top: .15rem; display: block;}
.fourSlide {position: relative; height: 510px; overflow: hidden;}
.fourSlide .imgsList { width: 100%;height: 100%;perspective: 1000px;}
.imgitem {position: absolute;width: 45%; top: 0; bottom: 0;left: 0;right: 0;margin: auto;z-index: 0;transition: .8s;opacity: 0;border-radius: 20px;overflow: hidden;}
.imgitem::after {content: ""; width: 100%; height: 100%; background: #000; position: absolute; left: 0; top: 0; opacity: .5; transition: .5s;}
.imgitem .imgDisc {position: absolute; top: 5%; right: 0; background: #e3c855; border-radius: 10px 0 0 10px; padding: 10px 40px; color: #fff; font-size: var(--font18);    transform: translateX(100%); transition: .5s; transition-delay: .3s;}
.imgitem img { width: 100%;height: 100%;}
.pre-img { transform: translateX(-64%) rotateY(45deg) scale(0.75); z-index: 9; opacity: 1;}
.next-img { transform: translateX(64%) rotateY(-45deg) scale(0.75);z-index: 9;opacity: 1;}
.cur-img { width: 66%; z-index: 100;opacity: 1;}
.cur-img::after {opacity: 0;}
.cur-img .imgDisc {transform:none;}
.fourSlide button {position: absolute; top: 45%; left: 8%; border: 1px solid rgba(255, 255, 255,.35); width: 60px;height: 60px; border-radius: 50%; background: none; cursor: pointer;}
.fourSlide #next {left: auto; right: 8%;}
.fourSlide #pre {transform: rotate(180deg);}
.fourSlide button:hover {border-color: #fff;}
.indexFour .more {display: flex; justify-content: center; margin-top: 90px;}
.indexFour .more a:nth-child(2) {margin-left: 50px; border: 1px solid #000; background: none;}
.indexFour .more a:nth-child(2) span {color: #333;}
.indexFour .more a:nth-child(2) img { filter: brightness(0); -webkit-filter:brightness(0);}
.indexFour .more a:nth-child(2):hover {border: 1px solid #E3C855;}
.indexFour .more a:nth-child(2):hover span {color: #fff;}
.indexFour .more a:nth-child(2):hover img {filter: none; -webkit-filter:none;}

/* 我们的优势 */
.indexFive {background: #f5f5f5; position: relative;}
.indexFive .indexTle {text-align: left;}
.indexFive .indexTle h3::after , .indexFive .indexTle h3::before {display: none;}
.indexFive .le { min-height: 680px;display: flex; flex-direction: column;justify-content: center; width: 50%; padding-right: 8%; box-sizing: border-box;}
.indexFive .le i {width: .54rem; height: 4px;  background: #f5d850; display: block; margin-top: .4rem;}
.indexFive .le .text {color: #666666;font-size: var(--font16); line-height: 32px; margin-top: 40px;}
.indexFive .le .more {margin-top: 1.2rem;}
.indexFive .le .more a {background: none;border: 2px solid #e3c855;}
.indexFive .le .more a span {color: #666; margin-right: 10%;}
.indexFive .le .more a img { filter: brightness(0); -webkit-filter:brightness(0); opacity: .5;}
.indexFive .le .more a:hover span {color: #fff;}
.indexFive .le .more a:hover img {filter: none; -webkit-filter:none; opacity: 1;}
.indexFive .swiperBox {position: absolute; right: 0; width: 50%; top: 0;     height: 100%;}
.indexFive .swiperBox::after {content: ""; height: 128px;background: #e3c855; position: absolute; bottom: 0;right: 0; width: 44%; z-index: 1;}
.indexFive .swiperBox img {width: 100%;height: 100%; object-fit: cover; }
.infiveSwiper2 {height: 100%;}
.infiveSwiper1 {position: absolute;bottom: 7%; width: 21%;height: 19%; right: 19%; z-index: 2;}
.infiveSwiper1 .swiper-slide {cursor: pointer;}
.indexFive .swiper-pagination {width: auto; right: 4%; bottom: 10%; left: auto;}
.indexFive .swiper-pagination span {margin: 0 8px !important; width: 16px;height: 16px;border: 2px solid #fff;border-radius: 0px 0px 8px 0px;opacity: 1; background: none;}
.indexFive .swiper-pagination .swiper-pagination-bullet-active {background: #fff;}

/* 关于康隆居家装饰 */
.indexSix {margin: 100px 0 80px 0;}
.indexSix .indexTle {text-align: left;}
.indexSix .indexTle h3 {margin-bottom: 10px;}
.indexSix .indexTle h3::after , .indexSix .indexTle h3::before {display: none;}
.indexSix .box {display: flex; justify-content: space-between;}
.indexSix .more {margin-top: 100px;}
.indexSix .box .re {width: 50%; padding-top: 30px;}
.indexSix .box .re .text p {color: #666666;line-height: 30px;}
.indexSix .box dl {display: flex; justify-content: space-between; margin-top: 80px;}
.indexSix .box dl dd {display: flex; align-items: center;}
.indexSix .box dl dd span {color: #333333;margin-left: 12px;}
.indexSix .videoBox {margin-top: 110px; position: relative; overflow: hidden;}
.indexSix .videoBox > img {width: 100%;}
.indexSix .videoBtn {display: flex; cursor: pointer; align-items: center;justify-content: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 1.1rem;height: 1.1rem; border: .09rem solid rgba(227, 200, 85,.36); border-radius: 50%;}
.indexSix .videoBtn img {text-align: center; max-width: 32%;}
.indexSix .videoBtn::after { content: ""; width: 100%; height: 100%;border: .09rem solid rgba(227, 200, 85,.36);  border-radius: 50%;position: absolute; animation: scalemap 2s linear infinite; -moz-animation: scalemap 2s linear infinite; -webkit-animation: scalemap 2s linear infinite;}

/* 新闻中心 */
.indexSeven {margin-bottom: 70px;}
.indexSeven .indexTle {margin-bottom: 70px;}
.inSevSwiper .time {color: #999999;font-size: var(--font14);margin-bottom: 10px;}
.inSevSwiper h5 {color: #333333;font-size: var(--font20); display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical; min-height: 58px;}
.inSevSwiper .imgBox {margin-top: 15px; overflow: hidden;}
.inSevSwiper .imgBox img {width: 100%; transition: .5s;}
.inSevSwiper .swiper-slide:hover .imgBox img {transform: scale(1.1);}
.indexSeven .more {display: flex; justify-content: center; margin-top: 60px;}


/* 公共底部 */
.footer {background: #2b2b2b; padding-top: 70px;}
.footer .box {display: flex; justify-content: space-between; padding-bottom: 50px;}
.foterNav {display: flex;width: 58%; justify-content: space-between;}
.foterNav dl dt {color: #ffffff; margin-bottom: 40px;}
.foterNav dl dd a {color: #999999;display: block; margin-top: 8px;}
.foterNav dl dd a:hover {color: #fff;}
.foterNav ol {display: flex;}
.foterNav ol li {position: relative;margin-right: 17px;position: relative; padding-bottom: 20px;}
.foterNav ol li .icBox { width: 43px;height: 43px;border: 1px solid rgba(255, 255, 255,.24);  display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: .5s; }
.foterNav ol li:last-child {margin-right: 0;}
.foterNav ol li:hover .icBox {background: #E3C855;}
.foterNav ol li .disc {white-space: nowrap; position: absolute; top: 100%; background: #fff; padding: 10px 20px; z-index: 1;border-radius: 5px; transform: translateY(20%); transition: .5s; visibility: hidden; opacity: 0;}
.foterNav ol li .disc a {color: #484848;}
.foterNav ol li .disc::after { content: "";display: block; width: 0px; height: 0px;border: 12px solid transparent; border-bottom-color: #fff; position: absolute; top: -20px; left: 13.5%; margin-left: -11px;}
.foterNav ol li .disc a:hover {color: #E3C855;}
.foterNav ol li:hover .disc {transform: none; visibility: visible; opacity: 1;}
.foterCode .code {text-align: center;}
.foterCode .code span {display: block;color: #b5b5b5;margin-top: 15px;}
.copyRight {padding: 30px 0;}
.copyRight p , .copyRight p a {color: #b5b5b5;}
.copyRight p a:hover {color: #fff;}

/* =======================================================================================内页=============================================================================== */
.ny-banner {height: 500px;}
.ny-banner .imgBox {height: 100%;}
.ny-banner img {width: 100%; height: 100%; object-fit: cover;}


/* 新闻中心 */
.newsInfo .infoBox a {display: flex;}
.newsInfo .infoBox .infoLe {width: 50%; padding: .5rem; box-sizing: border-box; background: #f5f5f5; display: flex; flex-direction: column; justify-content: center;}
.newsInfo .infoBox .infoRe {width: 50%; overflow: hidden;}
.newsInfo .infoBox .infoRe img {width: 100%; transition: .5s;}
.newsInfo .infoBox h5 {color: #333; font-size: var(--font26); margin-bottom: .2rem;}
.newsInfo .infoBox p {color: #666; font-size: var(--font14);}
.newsInfo .infoBox .more {margin-top: .3rem; font-size: var(--font14); color: #333; position: relative;}
.newsInfo .infoBox .more:after {content: "";width: .7rem; height: 1px;background: #333;margin-top: 10px;display: block;}
.newsInfo .infoBox a:hover .infoRe img {transform: scale(1.1);}

.newsList {margin: 50px 0 100px 0;}
.newsList .tle {text-align: center; margin-bottom: 80px;}
.newsList .tle i {width: 50px; height: 2px; display: inline-block; background: #E3C855;}
.newsList .tle h3 {font-size: .48rem;}
.newsList .tle h4 {font-size: var(--font22); color: #f5f5f5;}
.newsNav {display: flex; justify-content: center; margin-top: 80px; border-bottom: 1px solid #e9e9e9;}
.newsNav a {margin: 0 .5rem; font-size: var(--font18); text-align: center;color: #777; position: relative;}
.newsNav a:after { content: ""; display: block; width: 0; height: 3px; background: #E3C855;margin: 34px auto 0;-webkit-transition: all .4s; transition: all .4s;}
.newsNav a:hover , .newsNav a.on {color: #E3C855;}
.newsNav a:hover::after , .newsNav a.on::after {width: 100%;}
.newsList .list ul {display: flex; flex-wrap: wrap; justify-content: flex-start;}
.newsList .list ul li {width: calc(100%/3);   border-right: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; padding: .6rem .3rem; overflow: hidden;}
.newsList .list ul.list2 li {border-bottom: 0;}
.newsList .list ul li:nth-child(3n) {border-right: 0;}
.newsList .list ul li .mdate {margin-bottom: .3rem;}
.newsList .list ul li .mdate .p1 {color: #666; font-size: var(--font22);}
.newsList .list ul li .mdate .bgx {width: .55rem; height: 2px; background-color: #666; margin: 5px 0;}
.newsList .list ul li .mdate .p2 {color: #666;}
.newsList .list ul li h5 {font-size: var(--font20);color: #333; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.newsList .list ul li .imgBox {margin-top: .3rem; overflow: hidden;}
.newsList .list ul li .imgBox img {width: 100%; transition: .5s;}
.newsList .list ul li:hover .imgBox img {transform: scale(1.1);}
.newsList .list ul li .text {font-size: var(--font14); color: #666; margin: .2rem 0; display: -webkit-box;overflow: hidden;	-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.newsList .list ul li .more {font-size: var(--font14);text-transform: uppercase;color: #fff;background: #32373b;padding: 5px 12px; display: inline-block; transition: .5s;}
.newsList .list ul li:hover .more {background: #E3C855;}
/* 新闻详情 */
.mbxBox {display: flex; justify-content: space-between; padding: .5rem 0; flex-wrap: wrap; align-items: center;}
.mbx {position: relative; transform: initial; max-width: 100%; width: auto;left: auto;top: auto;}
.mbx a {font-size: 0.16rem;color: #ffffff;font-family: "PFMedium"; position: relative; color: #666666;}
.mbx a::after {content: ">";color: #fff;font-family: "宋体"; margin: 0 10px;position: relative;left: 3px; color: #666666; font-weight: 700;}
.mbx a:last-child:after {display: none;} 
.mbx a img {filter: brightness(0); -webkit-filter:brightness(0); opacity: .5; vertical-align: middle; max-width: .3rem;}
.mbx a:hover {color: #E3C855;}
.ny-news-xq {padding-top:0px;padding-bottom: 100px; background-color: #f5f5f5;}
.ny-news-xq .box-left {background-color: #fff; width: 68%; padding: 60px; box-sizing: border-box;}
.page-fy{border-top:1px solid #ddd;padding-top: 30px;}
.ny-news-xq .news-title{ border-bottom:1px solid rgba(245, 245, 245, .7);position: relative; text-align: left; padding: 0; display: flex; align-items: center; justify-content: space-between; padding-bottom:38px;}
.ny-news-xq .news-title h2{font-size:28px;line-height: 40px;margin-bottom:26px;color:#333;font-weight:bold;text-align: left;}
.ny-news-xq .news-title span{display: block;font-size:18px;color:#666;text-align: left;}
.ny-news-xq .news-title .fra {height:48px;line-height: 48px;border-radius:26px;color:#fff;background: url(../images/news-de-jt.png) no-repeat center left 20px  #E3C855;padding:0 20px;display: block;text-indent: 30px;font-size:16px;}
.ny-news-xq .news-title .fra a {color: #fff; display: block;}
.ny-news-xq .news-title .title {width: 75%;}
.nr-content p img{margin:0 auto;display:inline;}
/* .nr-content p {line-height:27px !important ;font-size:16px;color:#333;margin-bottom:10px;} */
/* .nr-content table{width:100%  !important} */
/* .nr-content table td{font-size:16px} */
.nr-content .bottom-back {display: none;}
.ny-news-xq .ny-xq-con {margin: .3rem 0;}
.ny-news-xq .box-right {background-color: #fff;padding: 40px; box-sizing: border-box; width: 30%;}
.ny-news-xq .box-right h3 {font-size: 23px;color: #333333; padding-bottom: 20px; border-bottom: 1px solid #eee;}
.ny-news-xq .box-right li {margin-top: 30px; }
.ny-news-xq .box-right li a {display: flex; align-items: center;}
.ny-news-xq .box-right li i {width: 8px; height: 8px;background: #eeeeee; margin-right: 15px; border-radius: 50%; flex-shrink: 0;}
.ny-news-xq .box-right li p {color: #666666;font-size: 16px; display: -webkit-box;overflow: hidden;   -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
.ny-news-xq .box-right li:hover p {color: #E3C855;}
.ny-news-xq .box-right li:hover i {background: #E3C855;}
.page-fy .prev:hover a {color:#E3C855 ;}
.page-fy .next:hover a {color:#E3C855 ;}

/* 案例展示 */
/* 二级导航 */
.ny-nav2 {border-bottom: 1px solid #f0f0f0;background-color: #fff;width: 100%;}
.ny-nav2 ul {display: flex; align-items: center;height: 82px;}
.ny-nav2 ul li {width: 10%; height: 100%; text-align: center; line-height: 82px;}
.ny-nav2 ul li a {font-size: 16px; color: #333; position: relative;     display: inline-block;}
.ny-nav2 ul li a::after {content: ""; width: 0; height: 2px; background-color: #E3C855; position: absolute; bottom: 0; transition: .5s; left: 50%;}
.ny-nav2 ul li:hover a::after {width: 100%; left: 0;}
.ny-nav2 ul li:hover{color: #fff; background:#E3C855;}
.ny-nav2 ul li:hover a{color: #fff;}
.ny-nav2 ul li.on{color: #fff; background:#E3C855;}
.ny-nav2 ul li.on a{color: #fff;}
/* 案例列表 */
.ny-product {margin-bottom: 50px;}
.show-list ul {display: flex; justify-content: space-between; flex-wrap: wrap;}
.show-list ul::after {width: 31%; content: "";}
.show-list li {width: 31%;  border: 1px solid #eee; position:relative; transition: .5s;bottom: 0; margin-top: 40px;}
.show-list li img {width: 100%; height: 100%; object-fit: cover;}
.show-list li .list-img {height: 300px;}
.show-list .list-text {padding: 15px 30px; box-sizing: border-box;}
.show-list li h6 {color: #999;color: 12px;}
.show-list li h3 {color: #333;  font-size: 18px; padding-bottom: 10px;}
.show-list li .more {padding: 10px 0; display: flex; justify-content: space-between; align-items: center;}
.show-list li .more span{color: #888;font-size: 14px;}
.show-list li i {display: block; width: 10px; height: 2px; background-color: #E3C855;}
.show-list li::after {position: absolute; bottom: 0; content: ""; width: 0; height: 2px; background-color:#E3C855; transition: .5s;}
.show-list li:hover { transition: .5s; bottom: 10px;  position:relative;}
.show-list li:hover::after {width: 100%;}
/* 案例详情 */
.showListDate {padding-top: 0px;}
.showListDate .container {width: 1200px;}
.showListDate .box-left {width: 100%;}
.showListDate .news-title h2 {margin-bottom: 0;}

/* 联系我们 */
.contact {margin-bottom: 100px;}
.tactUs {background: #f5f5f5; padding: 80px 0;}
.tactUs h3 {color: #333; font-size: .45rem;}
.tactUs .addre {color: #666; margin-top: .1rem;font-size: 0.19rem;}
.tactUs dl {display: flex; margin-top: .5rem;}
.tactUs dl dd {display: flex; align-items: center;padding: 0 .5rem; position: relative;}
.tactUs dl dd::after {content: ""; position: absolute;right: 0; top: 0; height: 100%; width: 1px; background-color: #333; opacity: .2;}
.tactUs dl dd:first-child {padding-left: 0;}
.tactUs dl dd:last-child::after {display: none;} 
.tactUs dl dd .icBox {margin-right: .2rem;}
.tactUs dl dd .icBox img { filter: brightness(0); -webkit-filter:brightness(0);}
.tactUs dl dd span {display: block; color: #666;}
.tactUs dl dd b , .tactUs dl dd a {color:#0e3480; font-size: var(--font22);}
.mapBox img {width: 100%;}
.contact .container {width: 1200px;}
.contact .tle {text-align: center; margin-top: 60px;}
.contact .tle h3 {font-size:.5rem;}
.contact .tle span {color: #999; font-size: var(--font18);}
.contact form {margin-top: 50px;}
.contact .textInput {display: flex;justify-content: space-between;}
.contact .textInput input {width: 31%; color: #999; font-size: var(--font14); height: 55px; border-radius: 30px; padding: 0 30px; box-sizing: border-box; border: 1px solid #999;}
/* .contact .textInput input::placeholder {color: red !important;} */
.contact .textInput input:focus ,.contact .textInput textarea:focus {color: #333; border-color: #333;}
.contact .textInput {margin-top: 30px;}
.contact .textInput textarea {border: 1px solid #999;width: 100%; border-radius: 10px; min-height: 120px; resize: none;padding-left: 30px; padding-top: 15px; box-sizing: border-box;color: #999; font-size: var(--font14)}
.contact form button { border: 1px solid #E3C855;cursor: pointer; border-radius: 50px;padding: .18rem .7rem;font-size: .18rem;background: #E3C855; color: #fff; margin: .5rem auto 0;    transition: all .5s ease-in-out 0s;}
.contact form .sub {display: flex; justify-content: center;}
.contact form button:hover { background: #fff; color: #E3C855;-webkit-transform: scale(1.1);transform: scale(1.1);}

/* 关于我们 */
.about {margin: 50px 0; margin-top: 0;}
/* 二级栏目 */
.bannerTwoNav {width: 100%; bottom: 0; z-index: 1;border-bottom:1px solid #ddd;margin-bottom: 50px;}
.bannerTwoNav ul {display: flex;justify-content: center;flex-wrap: wrap;}
.bannerTwoNav ul li a {padding:.25rem .4rem;display: block; transition: .5s;}
.bannerTwoNav ul li a {font-size: var(--font18); color: #333;}
.bannerTwoNav ul li:hover a {background: #E3C855;color:#fff  }
.bannerTwoNav ul li.on a {background: #E3C855;color:#fff  }
/* 荣誉资质 */
.application {}
.application ul {display: grid;grid-template-columns: repeat(4,1fr); gap: .3rem;}
.application li {width: 100%; position: relative; overflow: hidden; margin-top: 30px;}
.application li a {display: block;}
.application li .imgBox {overflow: hidden;}
.application li .imgBox  img {display: block;width: 100%; object-fit: cover; height: 100%; transition: .5s;}
.application li .application-title {width: 100%; transition: .5s; background: #f5f5f5; padding: .1rem; text-align: center;}
.application li .application-title h6 {font-size: 18px;color: #333;position: relative;}
.application li:hover .imgBox > img {transform: scale(1.1);}


/* 服务体系 */
.serves {margin: 50px 0;}















































/* 小电脑分辨率 */
@media screen and (min-width: 200px) and (max-width: 1500px) {nav {width: 50%; margin-left: 2%;}}
/* @media screen and (min-width: 200px) and (max-width: 1400px) {nav {width: 50%; margin-left: 2%;}} */



/* 视频弹出层 */
.acquisition-info {padding: 2rem;box-sizing: border-box; background-color: #fff; width: 110%; display: none;}
.acquisition-info .box-title {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; padding-bottom: 1rem;}
.acquisition-info .box-title h3 {font-size: 1.6rem; color: #000; font-weight: bold;}
.acquisition-info .box-title span {font-size: 2.5rem; cursor: pointer; color: #000; line-height: 30px;}
.acquisition-info dl {margin-top: 2rem;}

/* 搜索页面 */
.search-page {padding-top: 1rem;border-top: 1px solid #eee;}
.search-page .box {}
.search-page form {width: 75%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .searchCon {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 23px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size:contain; filter: brightness(0); -webkit-filter:brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #E3C855; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px; flex-wrap: nowrap; justify-content: center;}
.search-page li .le {width: 95%;}
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}
@media screen and (min-width: 200px) and (max-width: 640px){
  .search-page form {
      width: 90%;
      margin-bottom: 40px;
  }
}

/* 分页 */
.fy { padding: 0.5rem 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap;}
.fy a {background: #F5F5F5; display: flex; align-items: center; justify-content: center; color: #999; font-size: 14px; transition: .4s; margin:5px;  padding: 5px 13px; border-radius: 3px;}
.fy a:hover {color: #fff; background: #E3C855;}
.fy .layui-laypage-curr {color: #fff; background: #E3C855; font-size: 14px;  margin: 0 5px; padding: 5px 13px; border-radius: 3px;}
