@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"; COLOR: #666;  background:#fff;min-width: 1300px; overflow-x: hidden;}
A {COLOR: #333; TEXT-DECORATION: none}
P{COLOR: #666;}
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:1300px;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;}
.flex-sac{display: flex; justify-content: space-around; align-items: center;}
.flex-end{display: flex; align-items: flex-end;}



/* 公共头部 */
.header{  z-index: 222;width: 100%;transition: 0.6s; height: 100px; justify-content: space-around; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); position: fixed; top: 0;}
.head-box{height: 100px;}
.pc-logo a img{display: block;}
.pc-logo .text{margin-left: 13px;}
.pc-logo .text strong{display: block; font-size: 24px; color: #333; line-height: 24px;}
.pc-logo .text span{display: block; font-size: 14px; color: #666666; letter-spacing: 0.39px; font-family: Arial;}
.pc-nav{width: 61%;}
.pc-nav ul li{width: calc(100% / 6); position: relative;  transition: 0.6s;}
.pc-nav ul li::after{position: absolute; content: ''; background: url(../images/nav-line.png) no-repeat right center; width: 8px; height: 17px; right: 0; top: 50%; transform: translateY(-50%);}
.pc-nav ul li:last-child::after{background: transparent;}
.pc-nav ul li:before{position: absolute; content: ''; background: url(../images/nav-icon.png) no-repeat center top; width: 9px; height: 8px; top: -100%; transition: 0.6s; left: 50%; transform: translateX(-50%); }
.pc-nav ul li a{height: 100px;}
.pc-nav ul li strong{letter-spacing: 0.64px;  color: #333; font-weight: normal; line-height: 16px;}
.pc-nav ul li span{ font-size: 14px; color: #333; font-family: Arial; }
.pc-nav ul li.on:before,.pc-nav ul li:hover:before{top: 0;}
.pc-nav ul li.on strong,.pc-nav ul li.on span,.pc-nav ul li:hover strong,.pc-nav ul li:hover span{color: #0353aa;}
.pc-nav ul li.on strong,.pc-nav ul li:hover strong{font-weight: bold;}
.head-tel{border-left: 1px solid #F2F2F2;  height: 100px; padding-left: 1.5%;}
.head-tel .text{margin-left: 13px;}
.head-tel span{display: block; color: #333333; line-height: 16px; margin-bottom: 9px;}
.head-tel strong{color: #0353aa; font-size: 20px; display: block;  font-family: Arial; line-height: 20px;}
.header-zw{height: 100px}

/* banner */
.banner{overflow: hidden; position: relative;}
.banner .pic{height: 700px;}
#banner-num{z-index: 33; cursor: pointer; bottom: 81px;}
#banner-num span{ margin: 0 7px; opacity: 1;  width: 22px; height: 21px; background: url(../images/banner-num.png) no-repeat center ;}
#banner-num span.swiper-pagination-bullet-active{background: url(../images/banner-num2.png) no-repeat center ;}
#banner-prev,#banner-next{transition: 0.6s; width: 53px;height: 53px;background: url(../images/banner-arrow.png) no-repeat center ;border: 1px solid #666666;}
#banner-prev{left: 8%;}
#banner-next{right: 8%; transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
#banner-prev:hover,#banner-next:hover{background: url(../images/banner-arrow2.png) no-repeat center #0353aa; border-color: #0353aa;}


/*  佰飞藤包装*/
.about-bg{background: url(../images/about-bg.jpg) no-repeat center top; padding-bottom: 96px; }
.about-pro{margin-bottom: 19px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.03); height: 120px;background: #fff;border-left: 3px solid #0353AA;padding: 0 2.6%;box-sizing: border-box; top:-46px; position: relative;z-index: 1;}
.about-pro .icon{ padding-right: 15px; margin-right: 27px; position: relative;}
.about-pro .icon::after{position: absolute; content: ''; width: 1px;height: 16px;background: #f2f2f2; top: 50%; transform: translateY(-50%); right: 0;}
.about-pro .text{margin-left: 13px;}
.about-pro .info strong{display: block; color: #333333; font-size: 20px; line-height: 20px;letter-spacing: 0.8px; margin-bottom: 6px;} 
.about-pro .info span{display: block; font-size: 16px; color: #333333; line-height: 12px; font-family: Arial;}
.about-pro .info h2{display: block; font-size: 16px; letter-spacing: 0.64px; color: #333; line-height: 16px; margin-bottom: 11px;}
.about-pro .info h3{display: block; font-size: 12px;font-family: Arial; color: #333333; line-height: 11px;}
.pro-more em{display: block; font-size: 16px; color: #0353aa; margin-right: 20px; transition: 0.6s;}
.pro-more:hover em{margin-right: 25px;}

.about-box .pic{width: 33.61%;}
.about-box .pic img{display: block; width: 100%;}
.about-box .info{width: 58.23%;}
.index-title{margin-bottom: 48px;}
.index-title strong{ font-size: 40px; line-height: 40px; color: #0353aa;}
.index-title span{display: inline-block; line-height: 13px;font-size: 18px;font-family: Arial; color: #666666; font-weight: normal; margin-left: 17px; text-transform: uppercase;}
.index-title h2{display: block; font-size: 24px; color: #333333; letter-spacing: 0.96px; font-weight: bold; margin-top: 24px;}
.index-title em{display: block; line-height: 14px;font-size: 14px;color: #333333; font-family: Arial; margin-bottom: 44px;}
.index-title img{display: block; width: 100%;} 
.about-box .info{}
.about-box .info h3{color: #666666; line-height: 28px; font-size: 16px; margin-bottom: 25px;}
.about-box .info h4{font-size: 14px; color: #666666;line-height: 22px; font-family:Arial ; margin-bottom: 52px;}

.index-more a{ width: 150px;height: 55px;background: #0353aa;  z-index: 3; position: relative;}
.index-more em{font-size: 16px; color: #fff;}
.index-more a:before {content: ''; z-index: -1; transition: 1s;  box-sizing: border-box;transform: scale(1); opacity: 1; width: 100%; height: 100%;background: #0353aa;   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;}


/* 产品展示 */
.product{padding: 84px 0 67px;}
.product .container-s{width: 80%; margin: 0 auto;}
.product-top{padding-bottom: 58px; border-bottom: 1px solid rgba(185,185,185,0.2); margin-bottom: 54px; position: relative;}
.product-top::after{position: absolute; content: '';  width: 32px;height: 3px;background: #0353aa; bottom: -1.5px; left: 0;}
.product-top .index-title{margin-bottom: 0; }
.product .container{width: 85.4%; margin: 0 auto;}
.product-box{position: relative;}
.product-list{position: relative; overflow: hidden;}
.product-list  ul li .pic{border: 1px solid #f2f2f2; 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 .icon{position: absolute; content: ''; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; top: 0; bottom: 0; }

.product-list  ul li .icon img{transition: 0.6s; transform: scale(0);}
.product-list  ul li:hover .icon img{transform: scale(1);}
.product-list  ul li .info{background: #f2f2f2; height: 78px; text-align: center; padding: 0 2%; box-sizing: border-box;}
.product-list  ul li .info h3{ font-size: 18px; color: #333; line-height: 18px; margin-bottom: 4px;}
.product-list  ul li .info span{color: #666666; font-size: 16px; font-family: Arial}

.product-list  ul li:hover .info {background: #0353aa;}
.product-list  ul li:hover .info h3,.product-list  ul li:hover .info span{color: #fff;}


#product-prev,#product-next{transition: 0.6s; width: 53px;height: 53px;background: url(../images/banner-arrow.png) no-repeat center ;border: 1px solid #666666;}
#product-prev{left: 0}
#product-next{right: 0; transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
#product-prev:hover,#product-next:hover{background: url(../images/banner-arrow2.png) no-repeat center #0353aa; border-color: #0353aa;}


@font-face {
    font-family: "DOUYINSANSBOLD";
    src: url("../font/DOUYINSANSBOLD.OTF");
  }
  
/* 联系我们 */
.contact{background: url(../images/contact-bg.jpg) no-repeat center; background-attachment: fixed; padding: 72px 0 75px;}
.contact .info strong{display: block;  font-size: 32px; letter-spacing: 1.28px;  color: #fff; line-height: 46px; margin-bottom: 10px;}
.contact .info b{font-size: 60px;font-family: "DOUYINSANSBOLD";font-style: italic;display: inline-block;text-shadow: -6px 2px 0px rgb(238, 0, 0); margin: 0 8px; width: 171px;}
.contact .info  span{display: block; font-size: 16px; color: #fff; font-family: Arial;  margin-bottom: 35px;}
.contact .text{width: 581px;height: 63px;background: #ffffff;border-radius: 32px; margin: 0 auto; position: relative; z-index: 2;}
.contact-box{position: relative;}
.contact-box:before{position: absolute; content: ''; width: 100%; height: 1px; background: rgba(255,255,255,0.2); top: 50%; transform: translateY(-50%); z-index: 1; left: 0; }
.contact .text em{font-size: 16px; color: #0353aa;}


/* 应用领域 */
.app{padding: 85px 0 73px;}
.app-left{width: 38.84%; background: url(../images/app-bg.jpg) no-repeat center; padding:  106px 3% 0; height: 597px; box-sizing: border-box; color: #fff;}
.app-left .index-title{padding-bottom: 53px; position: relative; border-bottom: 1px solid rgba(185,185,185,0.2); margin-bottom: 44px;}
.app-left .index-title::after{position: absolute; content: '';  width: 32px;height: 3px;background: #fff; bottom: -1.5px; left: 0;}
.app-left .index-title strong{color: #ffffff; margin-bottom: 17px; display: block;}
.app-left .index-title span{color: #ffffff; display: block; margin-left: 0; text-transform: uppercase;}
.app-left .info h2{color: #ffffff;line-height: 24px; font-size: 18px; margin-bottom: 26px;}
.app-left .info h3{display: block; font-size: 14px;font-family: Arial;color: #ffffff;line-height: 20px; margin-bottom: 55px;}

.app-right{width: 59.61%; border-bottom: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0;}
.app-right ul li{width: 50%; border: 1px solid #f0f0f0; height: 299px; box-sizing: border-box; position: relative; border-bottom: none; border-right: none;}
.app-right ul li .pic img{display: block; width: 100%; transition: 0.6s; transform: scale(0);}
.app-right ul li .info{position: absolute; content: ''; top:0; width: 100%; height: 100%; z-index: 2;}
.app-right ul li :hover .pic img{transform: scale(1);}
.app-right ul li :hover .info img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.app-right ul li .info em{display: block; font-size: 20px; color: #333333; letter-spacing: 0.8px; line-height: 20px; margin: 22px 0 4px;}
.app-right ul li .info span{display: block; font-size: 18px; color: #666666; font-family: Arial;}
.app-right ul li :hover .info em,.app-right ul li :hover .info span{color: #fff;}
.app-right ul li :hover .info em{font-weight: bold;}


/* 新闻中心 */
.news{background: #fcfcfc; padding: 55px 0 68px;}
.news-list {position: relative; overflow: hidden;}
.news-list ul li .pic{overflow: hidden;}
.news-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;}
.news-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;}
.news-list ul li .news-bottom img{filter: invert(47%) sepia(0%) saturate(0%) hue-rotate(236deg) brightness(86%) contrast(107%);}
.news-list ul li .info{background: #ffffff; height: 234px;}
.news-list ul li .text{padding:  30px 8% 21px; box-sizing: border-box; border-bottom: 1px solid #F2F2F2;}
.news-list ul li .info h3{ font-size: 18px; color: #333333; letter-spacing: 0.72px; line-height: 18px;}
.news-list ul li .info h4{ color: #666666; font-size: 14px; font-family: Arial; margin-bottom: 16px;}
.news-list ul li .info h5{ font-size: 14px; color: #666666; line-height: 24px;}
.news-list ul li .news-bottom{padding: 0 8%; box-sizing: border-box; height: 73px;}
.news-list ul li .info em{color: #666666; font-size: 14px; font-family: Arial;}
.news-list ul li .info em>img{margin-right: 7px;}
.news-list ul li .info span{color: #666666; font-size: 16px;}
.news-list ul li .info span>img{margin-left: 16px;}
.news-list ul li:hover .info h3,.news-list ul li:hover .info h4,.news-list ul li:hover .info em,.news-list ul li:hover .info span{color: #0353AA;}
.news-list ul li:hover .info em>img,.news-list ul li:hover .info span>img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}
#news-num{display: none;}


/* 公共底部 */
.footer{background: #50555b;}
.foot-top{padding: 84px 0 109px; }
.foot-left{width: 43%; border-right: 1px solid rgba(255,255,255,0.1); color: #fff;}
.foot-left h1{font-size: 24px; line-height: 24px; margin-bottom: 7px;}
.foot-left span{font-size: 16px;font-family: Arial; text-transform: uppercase; display: block; margin-bottom: 18px;}
.foot-left h2{font-size: 16px; color: #dddddd;letter-spacing: 0.64px;  margin: 30px 0 10px;}
.foot-left h3{font-size: 14px; color: #dddddd; line-height: 20px; font-family: Arial; width:71%; margin-bottom: 47px;}
.foot-more a{width: 150px;height: 54px;border: 1px solid #ffffff; transition: 0.6s;}
.foot-more em{font-size: 16px; color: #fff;}
.foot-more img{margin-right: 12px; display: inline-block;}
.foot-more a:hover{background: #0353aa; border-color: #0353aa;}
.foot-nav{width: 50%;}
.foot-nav dl:last-child{width: 304px;}
.foot-nav dl dt{font-size: 18px; color: #fff;  height: 55px; position: relative; margin-bottom: 27px;}
.foot-nav dl dt::after{position: absolute; content: ''; background: url(../images/foot-line.png) no-repeat center; bottom: 0; left: 0; width: 108px; height: 3px; }
.foot-nav dl dd{font-size: 15px; letter-spacing: 0.6px; color: #fff; margin-bottom: 8px;}
.foot-nav dl dd a{color: #fff;}
.foot-nav dl dd img{margin: auto; margin-left: 0; margin-right: 13px; margin-top: 6px;}
.footer-copy{border-top: 1px solid rgba(255,255,255,0.1);}
.footer-copy p{font-size: 14px; color: #d9d9d9; line-height: 63px;}
.footer-copy span{margin: 0 60px;}
.footer-copy a{ color: #d9d9d9;}
.foot-nav dl dd a:hover,.footer-copy a:hover{color: #fff;}


/* 内页样式 */
.ny-banner .pic{height: 520px;}
.ny-banner #banner-num{bottom: 30px;}

/* 面包屑*/
.mbx {padding: 18px 0; border-bottom: 1px solid #eee;}
.mbx b {padding-left: 10px;font-weight: normal;padding-left: 30px;background: url(../images/mbx-icon.png) no-repeat left center;font-size: 14px;color: #808080;}
.mbx a {color: #808080;font-size: 14px;}
.mbx span {padding: 0px 5px;}
.mbx a:hover {color: #0353aa;}



/* 内页产品列表页*/
.ny-main{padding: 50px 0;}
.nypro-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nypro-list ul:after{content: ''; width: 23%;}
.nypro-list ul li{width: 23%; margin-bottom: 2.5625rem; box-sizing: border-box; border: 0.0625rem solid #dddddd; text-align: center;  transition:0.6s}
.nypro-list ul li .pic{overflow: hidden; border-bottom: 0.0625rem solid #dddddd; }
.nypro-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;}
.nypro-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;}
.nypro-list ul li .info{padding: 22px 4%;}
.nypro-list ul li strong{font-size: 18px;color: #333;font-weight: normal;margin-bottom: 0.4375rem;}
.nypro-list ul li p{ font-size: 1rem; color: #777; margin-bottom: 1.8125rem; min-height: 56px; }
.nypro-list ul li .pro-btn{display: flex; justify-content: center;}
.nypro-list ul li em{display: block;width: 7.75rem;background: #333333; font-size: 0.9375rem; line-height: 2.5rem; color: #fff; margin-right: 0.25rem;}
.nypro-list ul li span{display: flex; align-items: center; justify-content: center; width: 2.8125rem;height: 2.5rem;background: #0353aa;}
.nypro-list ul li:hover{border-color: #0353aa;}
.nypro-list ul li:hover em{background: #0353aa;}



/* 内页产品详情页 */
.proxq-pic{width: 40%;}
.proxq-info{width: 55%;}
.propic-big { margin-bottom: 1.25rem;}
.propic-big ul li{box-sizing: border-box; border: 0.0625rem solid #eeeeee;}
.propic-big ul li .pic img{display: block; width: 100%;}

.propic-small ul li{background: #fff; position: relative;}

.propic-small ul li .pic{box-sizing: border-box; border: 0.0625rem solid #eeeeee;}
.propic-small ul li .pic img{display: block; width: 100%;}
.propic-small ul li.swiper-slide-thumb-active .pic{ border-color: #0353aa;}

.proxq-info strong{display: block;font-size: 25px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 14px;margin-bottom: 15px;}
.proxq-info .text{margin-bottom: 20px; font-size: 15px; color: #666;}
.proxq-info .text em,.proxq-info .text p{display: block; font-size: 1rem; line-height: 1.75rem; }
.proxq-info .text em{color: #0353aa;}
.proxq-info .text p{color: #333333; margin-bottom: 1.3125rem;}
.proxq-btn{ padding-bottom: 3.125rem; border-bottom: 1px solid #dbdbdb; margin-bottom: 2rem;}
.proxq-btn a{z-index: 0;position: relative;overflow: hidden;display: inline-block;width: 138px;font-size: 16px;line-height: 54px;background: #1954a7;border-radius: 0.3125rem;text-align: center;color: #fff;}
.proxq-btn a.order{background: #0353aa; margin-right: 0.9375rem;}
.proxq-btn a>img{display: inline-block; vertical-align: middle; margin-left: 6%;}
.proxq-btn a:before{content: "";position: absolute;width: 0;height: 100%;left: 50%;top: 0;z-index: -1;opacity: 2;transition: all 0.4s; }
.proxq-btn a.order:before{background: #0353aa;}
.proxq-btn a:before{background: #0353aa;}
.proxq-btn a:hover:before{width: 100%;left: 0;opacity: 1;}
.proxq-arrow{display: flex; justify-content: space-between; align-items: center;}
.proxq-arrow a{display: flex; align-items: center; }
.proxq-arrow i{display: block; display: flex;  align-items: center;  justify-content: center;  width: 3.125rem;  line-height: 2.875rem;  height: 3.125rem;  border-radius: 0.25rem;  border: 0.125rem solid #dbdbdb; transition:0.6s}
.proxq-arrow h5{display: block;font-size: 15px;color: #1a1a1a;}
.proxq-arrow a:first-child i { transform: rotateY(180deg); margin-right: 1.25rem;}
.proxq-arrow a:last-child i {    margin-left: 1.25rem;}
.proxq-arrow a:hover i{background: #0353aa;border-color: #0353aa;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #0353aa;}
.peculiarity{margin: 50px 0 80px;}
.peculiarity-title strong{display: block;font-size: 23px;color: #333;text-indent: 0.4375rem;border-bottom: 0.0625rem solid #ddd;padding-bottom: 1.125rem;margin-bottom: 1.875rem;}
.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: #0353aa;}



/* 内页图片列表页 */
.picture-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.picture-list ul:after{content: ''; width: 31%;}
.picture-list ul li{width: 31%; box-shadow: 0px 0px 0.8125rem 0px rgba(61,61,61,0.07);  margin-bottom: 2.75rem;}
.picture-list ul li .pic{overflow: hidden; position: relative;}
.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 .name{display: flex; align-items: center; justify-content: center; }
.picture-list ul li .name h3{display: block; font-size: 17px; color: #333333;  line-height: 55px; text-align: center;}
.picture-list ul li:hover .name{background: #0353aa; }
.picture-list ul li:hover .name h3{color: #fff;}


/* 内页图片详情页 */
.nycase-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: #0353aa;}
.news-link .xq-back a{margin:0 auto;}




/* 内页新闻列表页 */

.newslist {
  width: 100%;
}

.newslist li {
  margin-bottom: 35px;
}



.newslist li a {
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  padding: 30px 20px;
  box-sizing: border-box;
  align-items: center;
}

.newslist li .imgBox {
  width: 27%;
  overflow: hidden;
}

.newslist li .imgBox img {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
  transition: .5s;
}

.newslist li .con {
  width: 70%;
}

.newslist li h6 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.newslist li p {
  margin-top: 15px;
  color: #666;
  font-size: 15px;
}

.newslist li .more {
  transition: all .5s;
  margin-top: 30px;
  background: #808080;
  color: #fff;
  width: 130px;
  height:45px;
  min-width: 100px;
  min-height: 30px;
  border-radius: 50px;
  font-size: 15px;
}

.newslist li .more svg {
  margin-left: 15px;
}

.newslist li:hover .more {
  background: #0353aa;
}

.newslist li:hover .imgBox img {
  transform: scale(1.1);
}


.newsxq-box {
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.newsxq-box .news-left {
  width: 68%;
}

.news-left .newsCon {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(226, 225, 224, 0.42);
  padding: 60px 40px;
  box-sizing: border-box;
}

.newsxq-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.newsxq-title strong {
  display: block;
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
}

.newsxq-title span {
  display: block;
  font-size: 16px;
  color: #777;
  margin: 10px 30px 0 0;
}

.newsxq-title .titleDisc {
  display: flex;
  flex-wrap: wrap;
}

.newsxq-editbox {
  margin: 30px 0;
}

.newsxq-editbox img {
  max-width: 100%;
  height: auto !important;
}

.newsxq-box .nynews-right {
  width: 29%;
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0rem 0rem 0.3rem 0rem rgba(226, 225, 224, 0.42);
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

.newsxq-box .nynews-right {
  position: sticky;
  top:150px;
}

.relist li {
  padding: 30px 0;
  border-bottom: 1px solid #F2F2F2;
}

.relist li .time {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}

.relist span {
  color: #999999;
  font-size: 14px;
}

.relist h6 {
  color: #333333;
  font-size: 18px;
  transition: .35s;
  font-weight: 700;
  margin-top: 10px;
}

.relist li:hover h6 {
  color: #0353aa;
}

.relist li:hover .reImg img {
  transform: scale(1.05);
}

.nynews-right::after {
  content: "";
  background: #0353aa;
  width: 65%;
  position: absolute;
  left: 50%;
  bottom: -1%;
  height: 7px;
  transform: translate(-50%, -50%);
}

.newsxq-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.newsxq-page a {
  display: flex;
  align-items: center;
}

.news-prev,
.news-next {
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height:60px;

  border: 1px solid #0353aa;
}

.news-prev svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.newsxq-page em {
  display: inline-block;
  font-size: 16px;
  color: #333;
}

.prev-link em {
  margin-left: 17px;
}

.next-link em {
  margin-right: 17px;
}

.next-link {
  flex-direction: row-reverse;
}

.backlist a {
  width: 168px;
  min-width: 125px;
  min-height: 42px;
  height: 58px;
  background: #0353aa;
  color: #fff;
}

.backlist svg {
  margin-right: 10px;
}

.backlist a:active {
  background: #0353aa;
}

.newsxq-page a:active .news-prev,
.newsxq-page a:active .news-next {
  background: #0353aa;
  border-color: #0353aa;
}

.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: #0353aa;
    border-color: #0353aa;
  }

  .newsxq-page a:hover svg path {
    fill: #fff;
  }
}




/* 二维码弹窗 */
#c-code-pop { display: none; position: fixed;top: 0;left: 0; z-index: 910; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4);}
#c-code-pop .c-img-box {position: absolute;top: 50%; left: 50%;padding: 20px; width: 200px; border-radius: 5px;background: #fff;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
#c-code-pop .c-img-box .c-close {position: absolute; display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;bottom: -60px;left: 50%;margin-left: -20px; cursor: pointer; background-color: #fff; border-radius: 50%; transition: all 0.5s;}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {margin: 4px; width: 18px;height: 18px;}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path { fill: #333;transition: all 0.5s;}
#c-code-pop .c-img-box .c-close:hover {background: #0466d4;}
#c-code-pop .c-img-box .c-close:hover svg path {fill: #fff;}
#c-code-pop .c-img-box > img {width: 100%;}
#c-code-pop .c-img-box .c-text { padding-top: 10px; line-height: 1;text-align: center; color: #333;}
 

@media screen and (min-width: 200px) and (max-width: 768px){
  #c-code-pop .c-box .c-close {margin-top: -15px;margin-right: -15px;}
  #c-code-pop .c-box { padding: 25px;}
  #c-code-pop .c-box .tit {font-size: 24px;}
  #c-code-pop .c-box .inBox input {height: 48px;}
  #c-code-pop .c-box .inBox img {width: 100px; height: 40px;}
}


/*分页*/
.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: #4c70b6;}
.fy .layui-laypage-curr {color: #fff; background: #4c70b6; 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: #4c70b6;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;}

.about-editor {word-wrap: break-word;
  word-break: keep-all;text-wrap: wrap!important;
  }




@media screen and (min-width:200px)  and  (max-width:1575px)  {
	.pc-nav {
		width: 56%;
	}
	.product .container-s{width: 94%; margin: 0 auto;}
	.product .container{width: 88%; margin: 0 auto;}
	

}


@media screen and (min-width:200px)  and  (max-width:1391px)  {
.pc-nav {
    width: 53%;
}

}