@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:16px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff;min-width: 1299px; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{width:1299px; margin:0 auto}


.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.line4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}


.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-ccc{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}
.flex-cw{display: flex; align-items: center; flex-wrap: wrap;}
.flex-dc{display: flex; flex-direction: column;}
.flex-w{display: flex; flex-wrap: wrap;}
.flex-sbcw{display: flex;justify-content: space-between; align-items: center;  flex-wrap: wrap;}


/*字体引入*/

@font-face {
  font-family: "PFMedium";
  src: url("../font/PINGFANG MEDIUM.TTF");
}

@font-face {
  font-family: "PFBold";
  src: url("../font/PINGFANG BOLD.TTF");
}

  @font-face {
    font-family: "DIN";
    src: url("../font/DIN-Bold.otf");
  }

  @font-face {
    font-family: "siyuan";
    src: url("../font/思源黑体 CN Normal.otf");
  }



/* 公共头部 */
.header{position: fixed; height: 90px; top: 10px; width: 100%; z-index: 222;} 
.head-box{height: 90px; }
.pc-logo a img{display: block;}
.pc-logo a img.logo{display: block;}
.pc-logo a img.wap-logo{display: none;}
.head-right{width: 62.89%; }
.pc-nav{width: 81%;}


.pc-nav ul{display: flex;  justify-content: space-between;}
.pc-nav ul li {position: relative;   height: 90px; display: flex; align-items: center;}
.pc-nav ul li h3{display: block; font-size: 17px; line-height: 54px; color: #fff; position: relative; padding: 0 8px;}
.pc-nav ul li h3::after{position: absolute; content: ''; width: 0; height: 3px; background: #e50817; border-radius: 2px; transition: 0.6s; left: 50%; bottom: 0;}
.pc-nav ul li:hover h3::after,.pc-nav ul li.on h3::after{width: 100%; left: 0;}


.pc-nav ul li .subnav-box{transform: translateY(50px);opacity: 0;pointer-events: none;width: 302px;  height: 193px; left: 0%;position: absolute;top: 100%;transition: all 0.4s ease;}
.pc-nav ul li .subnav {display: flex; justify-content: space-between;  padding: 27px 19px 24px 0; box-sizing: border-box; border-bottom-right-radius: 20px;   z-index: 3;background: #f9f9f9;    }
.pc-nav ul li .subnav .pic{width: 147px; border-radius: 10px;}
.pc-nav ul li .subnav .pic img{display: block; width: 100%;}
.pc-nav ul li .subnav .list{}
.pc-nav ul li .subnav .list a{display: block; font-size: 16px;  line-height: 38px; color: #606060;position: relative;box-sizing: border-box; text-indent: 36px;}
.pc-nav ul li .subnav .list a:hover{color: #e50817;}
.pc-nav ul li:hover .subnav-box {transform: translateY(0);opacity: 1;pointer-events: auto;}
.pc-nav ul li:nth-child(3) .subnav .list a{text-indent: 18px}


.heSearch .seBox {width: 1.375rem; height: 1.375rem; }
.heSearch .seBox img {display: block;}
.pub_search_box_case {position: fixed;z-index: 1; left: 0;top: 0;z-index: 8; transition: all .5s ease; transform: translateY(-120%); width: 100%;}
.pub_search_box_case.on {transform: translateY(0%); }
.pub_search_box_case.on .pub_sea_sha {display: block;}
.pub_search_box_case .pub_sea_sha {position: absolute; width: 100vw; height: 100vh; left: 0; top: 0; z-index: 2; display: none;}
.pub_search_case { padding: 2% 8%;box-sizing: border-box;  background:#e50817; box-shadow: 0 1px 3px rgb(0 0 0 / 12%); position: relative; z-index:999;display: block;}
.pub_search_case .zhan_c {display:flex; justify-content: space-between;    align-items: flex-start;}
.pub_search_case .zhan_c .close {cursor: pointer;}
.pub_search_box {width: 50%; margin: auto; padding:4rem 0 2rem 0}
.pub_search_box .sea_t {color: #fff; font-size: 1rem; margin-bottom: 1rem;}
.pub_search_box button {border: none; background: none;}
.search_form {display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #fff; padding-bottom: 0.3rem;}
.search_form input {width: 90%; height: 2.5rem; border: none;outline: none; background: none; color: #fff; font-size: 1rem;}
.search_form button {width: 4%; cursor: pointer;}
.search_form button img {max-width: 100%; display: block;}
.headfixed{background: #141f28; padding: 10px 0; top:0}
.pc-logo a img.pc-logo{display: block;}
.pc-logo a img.wap-logo{display: none;}




/* banner */
.banner{overflow: hidden;height:846px}
.bannerSwiper {position: relative; overflow: hidden;}
.banner .swiper-slide {overflow: hidden;}
.banner .imgBox {height:846px; display: flex; align-items: center; background-size: cover!important;}
.banner .imgBox .container{ position: absolute; left: 0; right: 0; margin: auto;  color: #fff;  text-align: center; top: 34%;}
.banner .imgBox .info h2{display: block; font-size: 58px; line-height: 58px;  font-weight: 800; margin-bottom: 13px; font-family: "PFBold";}
.banner .imgBox .info h3{display: block; font-size: 23px; }
#banner-num{bottom: 60px;}
#banner-num span{width: 13px; height: 13px; background: #e0dcd9; border-radius: 50%; margin: 0 10px; opacity: 1;}
#banner-num span.swiper-pagination-bullet-active{background: #e50817;}
#banner-prev,#banner-next{background: url(../images/banner-arrow.png) no-repeat center; width: 24px;  height: 42px;  opacity: 0.45;}
#banner-prev{left: 1%;}
#banner-next{right: 1%; transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
#banner-prev:hover,#banner-next:hover{opacity: 1;}




.pannel{background: url(../images/index-bg.jpg) no-repeat center top; padding: 107px 0 46px; background-size: cover;}
.index-title strong{display: block; font-size: 56px; color: #fff; line-height: 56px; font-family: "PFBold";}
.index-more a{ width: 129px; height: 55px; background: #e50817; border-radius: 28px; justify-content: space-around; z-index: 3; position: relative;}
.index-more em{font-size: 17px; color: #fff;}
.index-more a:before {content: ''; z-index: -1; transition: 1s; border-radius: 30px;   box-sizing: border-box;transform: scale(1); opacity: 1; width: 100%; height: 100%;background: #e50817;   position: absolute; top: 0;right: 0;bottom: 0; left: 0;}
.index-more a:hover:before{transform: scale(1.2) scaleY(1.3); opacity: 0; visibility: hidden;}
.service .index-title{margin-bottom: 64px}
.service-list{overflow: hidden; padding-bottom: 136px;}
.service-list ul {display: flex; }
.service-list ul li {position: relative;overflow: hidden; transition: .5s;flex: 0.49;margin-right: 11px; border-radius: 15px; }
.service-list ul li:last-child{margin-right: 0;}
.service-list ul li.on {flex: 1.17;}
.service-list ul li .pic{border-radius: 15px; }
.service-list ul li .pic img{filter:grayscale(50%);}
.service-list ul li .name{ transition: 0.6s;position: absolute; content: ''; bottom: 0;  background: url(../images/service-name.png) no-repeat center bottom; width: 100%; height: 282px; }
.service-list ul li .name h3{font-family: "PFBold"; display: block; font-size: 20px; color: #fff; text-align: center; transform: translateY(80px);}
.service-list ul li .info{ transition: 0.6s; position: absolute; content: ''; bottom: 0; display: none;  background: url(../images/service-name.png) no-repeat center; width: 100%; height: 100%; background-size: cover; color: #fff; padding:0 24px; box-sizing: border-box;}
.service-list ul li .info strong{display: block; font-size: 30px; line-height: 30px;   font-family: "PFBold"; margin-bottom: 16px;}
.service-list ul li .info h4{display: block; font-size: 15px; line-height: 24px; margin-bottom: 54px;}
.service-more { width: 120px;  height: 43px;  background: #e50817;  border-radius: 22px;justify-content: space-evenly; z-index: 3; position: relative; }
.service-more em{font-size: 15px; color: #fff;}
.service-more:before {content: ''; z-index: -1; transition: 1s; border-radius: 30px;   box-sizing: border-box;transform: scale(1); opacity: 1; width: 100%; height: 100%;background: #e50817;   position: absolute; top: 0;right: 0;bottom: 0; left: 0;}
.service-more:hover:before{transform: scale(1.2) scaleY(1.3); opacity: 0; visibility: hidden;}
.service-list ul li:hover .name,.service-list ul li.on .name{bottom: -100%;}
.service-list ul li:hover .info,.service-list ul li.on .info{display: flex;}
.service-list ul li:hover .pic img{filter:grayscale(80%);}
.about .index-title{margin-bottom: 21px}
.about .info{width: 42.34%; color: #fff;}
.about .info h3{display: block; font-size: 16px; line-height: 28px; margin-bottom: 73px;}
.about-num{margin-bottom: 80px;}
.about-num ul li span{display: inline-block; font-size: 46px; line-height: 40px;}
.about-num ul li sup{display: inline-block;font-size: 25px;line-height: 14px;vertical-align: top;}
.about-num ul li h4{display: block; font-size: 16px; margin-top: 5px;}
.about .map{width: 49.88%;}
.about .map img{display: block; width: 100%;}



/* 我们的优势 */
.ys{background: url(../images/ys-bg.jpg) no-repeat center; background-attachment: fixed; padding: 100px 0 132px;}
.ys .index-title{padding-bottom: 73px;}
.ys .index-title strong{color: #fff; text-align: center;}
.ys-list ul li{color: #fff;  text-align: center; height: 276px; border-right: 1px solid rgba(255,255,255,0.2); width: 25%; padding-top: 10px; box-sizing: border-box;}
.ys-list ul li:last-child{border-right: none;}
.ys-list ul li h3{display: block; font-size: 22px;  font-family: "PFBold"; margin-bottom: 12px;}
.ys-list ul li h4{display: block; font-size: 16px; line-height: 34px;}
.ys-list ul li .ys-icon{margin-bottom: 18px; transition: 0.6s;}
.ys-list ul li .line{margin-bottom: 19px;}
.ys-list ul li:hover .ys-icon{  transform: rotateY(180deg);  -webkit-transform: rotateY(180deg); /* Safari 与 Chrome */}


/* 最新动态 */
.news{padding: 75px 0 135px;}
.news .index-title{margin-bottom: 70px;}
.news .index-title strong{color: #252A2F; text-align: center;}
.industry{width: 839px; font-family: "siyuan";}
.industry ul{width: 100%;}
.industry ul li{width: 406px;}
.industry ul li .pic{overflow: hidden;}
.industry ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.industry ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.industry ul li .info{background: #ececec; height: 256px; padding: 20px 26px 0; box-sizing: border-box;}
.industry ul li .info span{display: inline-block; font-size: 14px; color: #2f2f2f; line-height: 26px; position: relative; margin-bottom: 10px;}
.industry ul li .info span::after{position: absolute; content: ''; bottom: 0; width: 100%; height: 2px;  background: #dc0e1f; left: 0;}
.industry ul li .info h3{font-size: 22px; color: #2F2F2F; font-weight: 500;}
.industry ul li .info h4{font-size: 14px; line-height: 24px; color: #2F2F2F; margin-bottom: 38px;}
.industry ul li .info em{display: block; font-size: 16px; color: #2F2F2F;}
.industry ul li:hover .info h3{color: #e50817;}
.latest-news{width: 435px; height: 535px; background: #f4f4f4; padding: 43px 27px 0; box-sizing: border-box; font-family: "siyuan";}
.latest-news span{display: inline-block; font-size: 14px; color: #2f2f2f; line-height: 26px; position: relative; margin-bottom: 24px;}
.latest-news span::after{position: absolute; content: ''; bottom: 0; width: 100%; height: 2px;  background: #dc0e1f; left: 0;}
.latest-news ul li{border-bottom: 1px solid rgba(46,46,46,0.05); padding-bottom: 17px; margin-bottom: 13px;}
.latest-news ul li:last-child{border-bottom: none; padding-bottom: 0; margin-bottom: 0;}
.latest-news ul li h4{font-size: 20px; color: #2f2f2f; font-weight: 500; margin-bottom: 3px;}
.latest-news ul li em{display: block; font-size: 16px; color: #2f2f2f; font-weight: 400;}
.latest-news ul li:hover  h4{color: #e50817;}



/* 公共底部 */
.footer-top{background: #252a2f; padding-bottom: 65px;}
.foot-left{padding-top: 49px;}
.foot-logo a img{margin-bottom: 31px;}
.foot-tel .text{margin-left: 10px;}
.foot-tel em{display: block; font-size: 16px; color: rgba(255,255,255,0.4); line-height: 16px;}
.foot-tel span{display: block; font-size: 26px; color: #fff;}
.foot-nav{padding-top: 75px; width: 70%;}
.foot-nav dl dt{display: block; font-size: 17px; line-height: 17px; color: #fff; margin-bottom: 20px;}
.foot-nav dl dd,.foot-nav dl dd a{display: block; font-size: 15px; line-height: 33px; color: rgba(255,255,255,0.55); }
.foot-nav dl dd a:hover{color: rgba(255,255,255,1);}
.footer-copy{background: #000; padding: 17px 0;}
.footer-copy p{font-size: 15px; color: rgba(255,255,255,0.46);}
.footer-copy a{color: rgba(255,255,255,0.46);}
.footer-copy a:hover{color: rgba(255,255,255,1);}



/* 内页样式 */
.ny-banner{height:600px}
.ny-banner .imgBox {height:600px; }
.ny-banner .imgBox .container{top: auto;}

.ny-main{margin-top: 25px; margin-bottom:100px;}
.position{height:52px; line-height:52px; font-size:14px; border-bottom: solid 1px #dfdfdf; margin-bottom: 30px;}
.position span>img{margin-right: 10px;}
.position a{background:url(../images/position-arrow.png) no-repeat right; padding-right:20px; margin-right:10px;}
.position a:last-child{background: transparent;}
.position .on{color: #e50817;}
.position a:hover{color: #e50817;}



.main-box{align-items: flex-start;}
.ny-left{width: 280px;     position: sticky;top: 80px;}
.column-title{position: relative; background: #141f28 }
.column-title .icon{width: auto;height: 100px;background: url(../images/icon-pro1.png) no-repeat center left 34px;padding-left: 105px;}
.column-title:before{content: ""; position: absolute;width: 268px;height: 88px;border: 1px solid #fff;top: 5px;left: 5px;}
.column-title h3{font-size: 28px;color: #fff;font-weight: bold;line-height: 28px;padding: 26px 0 2px;    margin-bottom: 2px;}
.column-title span{color: #fff;font-family: arial; text-transform: uppercase;}
.ctitle1{width: 100%;border:2px solid #141f28;border-top: none;padding: 20px 10px 12px 10px;box-sizing: border-box;}
.ctitle1>li{float: left;margin-bottom: 8px;width: 100%;background: #141f28}
.ctitle1>li>a{display: block;width: 100%;padding-left: 20px;height: 50px;line-height: 50px;color: #fff;font-size: 16px;transition: all 0.5s;position: relative;box-sizing: border-box;}
.ctitle1>li>a:after{content: "";width: 0px;height: 2px;background: #fff;position: absolute;left: 0;top: 24px;transition: all 0.2s; left: 20px;}
.ctitle1>li:hover,.ctitle1>li.on{background: #e50817}
.ctitle1>li:hover>a:after,.ctitle1>li.on>a:after{width: 10px;}
.ctitle1>li:hover>a,.ctitle1>li.on>a{padding-left: 40px;}

.ny-contact {background: #fafafa; padding: 30px 0 10px;}
.ny-contact .bg{display: block; width: 230px;padding-left: 20px; height: 100px;background: url(../images/ny-contact.jpg) no-repeat center center;}
.ny-contact span,.ny-contact em{display: block;color: #fff;}
.ny-contact span{font-size: 18px;line-height: 18px;padding-top: 30px;}
.ny-contact em{font-family: arial;}箱
.ny-contact ul{padding: 20px 10px;background: #f2f2f2;margin-bottom: 20px;}
.ny-contact ul li span,.ny-contact ul li img,.ny-contact ul li a{display: block;margin: 0 auto;}
.ny-contact ul .ny-qcode{padding-bottom: 20px;border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.ny-contact ul .ny-qcode span{color: #4c4c4c;line-height: 14px;padding-top: 10px;}
.ny-contact ul .ny-tel{font-size: 24px;font-family: arial;color: #e50817;padding-left: 60px;background: url(../images/telIcon.png) no-repeat center left 6px;margin-bottom: 20px; margin-left: 20px;}


.ny-right {width: 970px;}
.right-title{background: #f9f9f9;position: relative;display: flex;align-items: center;padding: 16px 0;margin-bottom: 2.5rem;}
.right-title h2{display: block;font-size: 24px;line-height: 24px;color: #333;border-left: 5px solid #e50817;font-weight: bold;padding-left: 15px;/* margin-left: -5px; */}


.picture-list{}
.picture-list ul li{width: 31%; margin-bottom: 30px;}
.picture-list ul::after{content: ""; width: 31%;}
.picture-list ul li .pic{overflow: hidden;}
.picture-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.picture-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.picture-list ul li h3{display: block; font-size: 16px; line-height: 45px; color: #333; background: #fcfcfc; text-align: center;}
.picture-list ul li:hover h3{background: #e50817; color: #fff;}




.product-list{overflow: hidden;}
.product-list ul::after{content: ""; width: 31%;}
.product-list ul li{width: 31%; margin-bottom: 30px;}
.product-list ul li .pic{overflow: hidden; position: relative;}
.product-list ul li .pic>img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.product-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.product-list ul li .hide{position: absolute; content: ''; width: 100%; height: 100%; background:transparent; top: 0; display: flex; align-items: center; justify-content: center;}
.product-list ul li .hide>img{transform: scale(0);}
.product-list ul li:hover .hide>img{transform: scale(1);}
.product-list ul li .info{background: #fafafa; height: 167px; text-align: center;}
.product-list ul li .info h3{display: block; font-size: 20px; color: #444;   font-family: "PFBold"; padding: 25px 0 22px;}
.product-list ul li .info span{transition: 0.6s; display: block; width:159px; font-size: 15px;       line-height: 45px; color: #828282; background: #fff;  margin: 0 auto; }
.product-list ul li:hover .info span{background: #e50817;  color: #fff;}






/* 新闻详情页 */
.nynews-title h3{display: block; font-size: 28px; color: #333; font-weight: bold; text-align: center; margin-bottom: 30px;}
.news-editbox{padding: 50px 0;}
.news-link{border-top: 1px solid #f2f2f2; padding-top: 57px; margin-top: 50px;}
.news-link p{display: block; font-size:16px; color: #333; display: flex; align-items: center;}
.news-link p img{margin-right: 15px;}
.news-link p a{color: #333;}
.news-link p:last-child{}
.news-link p:last-child img{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); margin-left: 15px; margin-right: 0;}
.news-link p a:hover{color: #e50817;}
.news-link .xq-back a{margin:0 auto;}
.xq-back a{transition:0.6s; display: block; width: 144px; font-size: 16px; line-height: 42px; color: #fff;  background: #000; border-radius: 21px; text-align: center; margin: 40px auto 0}
.xq-back a>img{display: inline-block; margin-right: 11px; vertical-align: middle;}
.xq-back a:hover{background: #e50817;}
.nynews-date{background: #f5f5f5; padding: 10px 0; margin-bottom: 25px;}
.nynews-date span{margin: 0 10px;}



/* 内页新闻列表页 */
.newslist {width: 100%;}
.newslist li {margin-bottom: 35px;}
.newslist li a {display: flex;justify-content: space-between;background: #fafafa;padding: 30px;box-sizing: border-box;align-items: center;}
.newslist li .imgBox {width: 28%;overflow: hidden;}
.newslist li .imgBox img {width: 100%; min-height: 150px; object-fit: cover; transition: .5s;}
.newslist li .con {width: 68%;}
.newslist li h6 {font-size: 18px;color: #333;font-weight: bold;}
.newslist li p {margin-top: 5px;color: #666;font-size: 15px;}
.newslist li .more {transition: all .5s;margin-top: 13px;background: #808080;color: #fff;width: 130px;height: 45px;border-radius: 50px;font-size: 15px;}
.newslist li .more svg {margin-left: 15px;}
.newslist li:hover .more {background: #e50817;}
.newslist li:hover .imgBox img {transform: scale(1.1);}







/* 内页新闻详情页 */
.newsCon {background: #ffffff;box-shadow: 0rem 0rem 4px 0rem rgba(226,225,224,0.42);padding: 40px 40px 50px;box-sizing: border-box;}
.newsxq-title {border-bottom: 1px solid #ddd;padding-bottom: 26px;}
.newsxq-title strong {display: block;font-size: 25px;color: #333;margin-bottom: 10px;}
.newsxq-title span {display: block;font-size: 16px;color: #777;margin: 10px 3px 0 0;}
.newsxq-title .titleDisc {display: flex; flex-wrap: wrap;}
.newsxq-editbox {margin: 30px 0 50px;}
.newsxq-editbox img {max-width: 100%; height: auto !important;}
.newsxq-box .nynews-right {width: 29%;background: #fff; border-radius: .1rem;box-shadow: 0rem 0rem 3px 0rem rgba(226,225,224,0.42); padding: .4rem;box-sizing: border-box; position: relative;}
.newsxq-box .nynews-right {position: sticky; top: 1.5rem;}


.newsxq-page {display: flex; justify-content: space-between; align-items: center; margin-top: 1rem;}
.newsxq-page a {display: flex; align-items: center;}
.news-prev,.news-next{transition:0.6s; display: flex; align-items: center; justify-content: center; width: 0.78rem;height: 0.78rem;min-width: 35px;min-height: 35px;   border: 1px solid #333;}
.news-prev svg {transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
.newsxq-page em {display: inline-block; font-size: var(--font16); color: #333;}
.prev-link em {margin-left: 17px;}
.next-link em {margin-right:17px;}
.next-link {flex-direction: row-reverse;}
.backlist a {width: 125px;/* min-width: 125px; *//* min-height: 42px; */height: 42px;background: #000;color: #fff;}
.backlist svg {margin-right: .1rem;}
.backlist a:active,.backlist a:hover {background: #e50817;}
.newsxq-page a:active .news-prev,.newsxq-page a:active .news-next {background: #e50817; border-color: #e50817; }
.newsxq-page a:active svg path {fill: #fff;}
@media (any-hover: hover) {
    .newsxq-page a:hover .news-prev,.newsxq-page a:hover .news-next {background: #e50817; border-color: #e50817; }
    .newsxq-page a:hover svg path {fill: #fff;}
}




/*分页*/
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #e50817;}
.fy .layui-laypage-curr {color: #fff; background: #e50817; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}




/* 搜索页面 */
.search-page .container15 {width: 1200px;}
.search-page .box {margin-top: 1rem;}
.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: 90%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 25px;  height: 25px; display: flex; align-items: center; cursor: pointer;  outline: none; border: none; background: transparent;}
.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: #e50817;color: #fff;/* font-size: 12px; *//* padding: 2px 5px; */font-size: 1rem;padding: 0.5%;}
.search-page li h3 {font-size: 1.125rem;color: #000000;font-weight: 700;margin: 10px 0;}
.search-page li p {font-size: 1rem;color: #666;line-height: 1.5rem;}
.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;padding: 3px 20px;}
  .search-page form .searchCon {width: 80%;}
}
#c-placeholder{height: 13rem;}



.partner-list ul li{border: 1px solid #ccc;width: 13%; box-sizing: border-box; border-radius: 15px; margin-bottom: 25px }
.partner-list ul li .pic{}
.partner-list ul li .pic img{display: block;width: 100%; border-radius: 15px;}