@charset "utf-8";

@font-face {font-family: 'AliLight'; src: url('/fonts/AlibabaPuHuiTi-3-45-Light.ttf');} 
@font-face {font-family: 'AliRegular'; src: url('/fonts/AlibabaPuHuiTi-3-55-Regular.ttf');} 
@font-face {font-family: 'AliMedium'; src: url('/fonts/AlibabaPuHuiTi-3-65-Medium.ttf');} 
@font-face {font-family: 'AliSemiBold'; src: url('/fonts/AlibabaPuHuiTi-3-75-SemiBold.ttf');} 
@font-face {font-family: 'AliBold'; src: url('/fonts/AlibabaPuHuiTi-3-85-Bold.ttf');} 
@font-face {font-family: 'AliExtraBold'; src: url('/fonts/AlibabaPuHuiTi-3-95-ExtraBold.ttf');} 

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:rgba(0,0,0,.2);} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background:#016500;} 

/* CSS Document */
*{margin:0 auto; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-sizing:border-box;}
html {font-size: 62.5%; /*10÷16=62.5% */ overflow-x: hidden;}

@media only screen and (max-width:1024px){
	html {font-size: 60%;}
}
@media only screen and (max-width:800px){
	html {font-size: 54%;}
}
@media only screen and (max-width:560px){
	html {font-size: 50%;}
}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
span, a, ul, li {margin:0;padding:0;border:0;list-style-type:none;}
input, button, textarea{outline:none; appearance:none;}
body{font-family:"AliRegular","Microsoft YaHei",sans-serif; -webkit-font-smoothing: antialiased; font-size:14px; font-size:1.4rem; margin:0 auto; color:#555; PADDING-TOP:0px; overflow-x: hidden; background: #f0f2f6;}
a{color:#555; text-decoration:none;}
a:hover{color:#016500;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}
.w100{width:100%; margin:0 auto;}

.fw{font-family: PingFangSC-Medium, sans-serif;}
.AliLight{font-family: 'AliLight';}
.AliRegular{font-family: 'AliRegular';}
.AliMedium{font-family: 'AliMedium';}
.AliSemiBold{font-family: 'AliSemiBold';}
.AliBold{font-family: 'AliBold';}
.AliExtraBold{font-family: 'AliExtraBold';}


.b{font-weight: bold;}
.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}
.clearfix:after{content:"";display:block;clear:both;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%;border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; padding: .5% 0; border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom; border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border-right:1px solid #ddd; border-bottom:1px solid #ddd}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*gotop*/
.cbbfixed {position:fixed; right:10px; transition: bottom ease .3s; bottom:-85px; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block; background-color:#000;}
.cbbfixed .gotop {transition:background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background:url(side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#016500;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover {background:#434343;}
.cbbfixed .cweixin div {background: url(erwei.png) no-repeat left center;width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0); -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background:url(side-icon01.png);}

@media only screen and (max-width:800px){
	.cbbfixed{-webkit-transform:scale(.8, .8); transform:scale(.8, .8); transition: all 1s; right:5px;}
}

/*container*/
.container{width: 92%; max-width: 1280px; margin: 0 auto;}

@media only screen and (max-width:1280px){
	.container{width: 100%;}
}


/*head*/
.header{position: fixed; left: 50%; top: 0; transform: translate(-50%, 0); z-index: 999; height: 70px; padding:0 1.5%; border-bottom: 1px solid rgba(255,255,255,.26); display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header.fixed, .aboutheader{background: #fff; box-shadow: 0 0 40px rgba(0,0,0,.2);}

.header .logo{width: 10%; transition: .5s;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:28%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%;}
.header.fixed .logo a, .aboutheader .logo a{background: url(logo1.png) no-repeat left center; background-size: 100%;}

.lag{line-height: 1; display: flex; align-items: center; justify-content: center;}
.lag a{color: #fff;}
.lag a:first-child::after{content: "|"; font-size: 12px; font-size: 1.2rem; padding: 0 10px; color: #fff;}
.header.fixed .lag a, .header.fixed .lag a:first-child::after, .aboutheader .lag a, .aboutheader .lag a:first-child::after{color: #000;}
.header.fixed .lag a:hover, .header.fixed .lag a:first-child, .aboutheader .lag a:hover, .aboutheader .lag a:first-child{color: #016500;}

.nav{width: 45%;}
.nav ul{width: 100%; height: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; height: 100%;}
.nav ul li a{color: #fff; padding-bottom: 3px; margin-top: 3px; display:inline-block; display: flex; align-items: center; justify-content:center;}
.header.fixed .nav ul li a, .aboutheader .nav ul li a{color: #000;}
.header.fixed .nav ul li a:hover, .header.fixed .nav ul li.hovert a, .aboutheader .nav ul li a:hover, .aboutheader .nav ul li.hovert a{color: #016500;}
.nav ul li.hovert a, .header.fixed .nav ul li.hovert a, .aboutheader .nav ul li.hovert a{border-bottom: 3px solid #016500;}

.m_nav{display:none}
.m_img{display: none}


/*移动端导航*/
@media screen and (max-width:800px) and (min-width: 0px){
	.header{display:none}
	.m_img{display:block; height:60px; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd; display: flex; justify-content:space-between;}
	.m_img .headlf{padding:0 1%; height: 100%; float: left; display: flex; align-items: center; justify-content: center;}
	.m_img .headlf .m_logo{height:40px; display: block;}
	.m_img .headrg{padding-right:2%; padding-top:21px;}
	.m_img .headrg a .m_menuimg{height:16px; vertical-align:top; display: block}
	.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #232530}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}

/*banner*/
.banner{position: relative; width: 100%; height: 0; padding-bottom: 43%; overflow: hidden;}
.aboutbanner{margin-top: 70px;}

.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.banner .swiper-slide{width: 100%; height: 100%;}

.banner .swiper-slide .banner1-text{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -35%); z-index: 12; width: 100%; color: #fff;}
.banner .swiper-slide .banner1-text .banner1-text-p1{width: 90%; margin: 0 auto;}
.banner .swiper-slide .banner1-text .banner1-text-p2{line-height: 2; width: 67%; margin: 2% auto;}
.banner .swiper-slide .banner1-text .banner1-more{}
.banner .swiper-slide .banner1-text .banner1-more a{padding: 5px 18px; border-radius: 100px; color: #fff; background: #016500;}

.banner .swiper-slide .swiper-slide-img{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img p{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img p:first-child{display: none;}
.banner .swiper-slide .swiper-slide-img p img{width: 100%; height: 100%; object-fit: cover;}

.banner .swiper-wrapper .swiper-pagination{text-align: center; position:absolute; top:calc(100% - 30px);}
.banner .swiper-pagination-bullet{background:none;opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,.2); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#016500;height:1px;width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0;background:#016500;position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 45%; background:rgba(0,0,0,.2); color: #fff; border-radius:15px; width: 35px; height: 35px; --swiper-navigation-size: 15px; outline: none;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #016500; color: #fff;}

@media only screen and (max-width:800px){
	.banner{margin-top: 60px; padding-bottom: 60%;}
	.aboutbanner{padding-bottom: 43%;}
	
	.banner .swiper-slide .banner1-text{transform: translate(-50%, -50%);}
	.banner .swiper-slide .banner1-text .banner1-text-p1{font-size: 34px; font-size: 3.4rem;}
	.banner .swiper-slide .banner1-text .banner1-text-p2{width: 90%; margin: 5% auto;}
	.banner .swiper-slide .swiper-slide-img p:first-child{display: block;}
	.banner .swiper-slide .swiper-slide-img p:nth-child(2){display: none;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius:10px; width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.banner{padding-bottom: 70%;}
	.aboutbanner{padding-bottom: 43%;}
	
	.banner .swiper-slide .banner1-text .banner1-text-p1{font-size: 28px; font-size: 2.8rem;}
	.banner .swiper-slide .banner1-text .banner1-text-p2{line-height: 1.4; font-size: 14px; font-size: 1.4rem;}
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius:6px; width: 23px; height: 23px;}
}

/**首页栏目标题 / 更多**/
.indextitle{color: #016500;}
.indextitledesc{color: #000; margin-top: 10px;}

.indexmore a{position: relative; top: 0; width: 35px; height: 35px; border-radius: 50%; display: inline-block; background: url(jt1.png) #016500 no-repeat 54% center; background-size: 16%; color: #fff; transition: .5s;}
.indexmore a:hover{top: -10px; background: url(jt1.png) #000 no-repeat 54% center; background-size: 16%; box-shadow: 0 0 30px rgba(0,0,0,.2);}

@media only screen and (max-width:1024px){
	.indextitledesc{font-size: 26px; font-size: 2.6rem;}
	
	.indexmore a{width: 32px; height: 32px;}
}
@media only screen and (max-width:560px){
	.indextitledesc{font-size: 24px; font-size: 2.4rem;}
	
	.indexmore a{width: 30px; height: 30px;}
}

/**伟普简介**/
.indexabout{padding: 5% 5%; background:url("logo-bg.png") #fff no-repeat 1% 99%; background-size: 21%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}

.indexabout .indexaboutbox{width: 50%;}
.indexabout .indexaboutbox .desc{margin-top: 16%; margin-left: 18%; line-height: 1.8; color: #666; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden;}
.indexabout .indexaboutbox .indexmore{margin-top: 8%;}

.indexabout .indexaboutimg{width: 40%;}
.indexabout .indexaboutimg p{position: relative; width: 100%; height: 0; padding-bottom: 116%; overflow: hidden; background: #000;}
.indexabout .indexaboutimg p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); opacity: .6; transition: .5s;}
.indexabout .indexaboutimg:hover p img{filter: grayscale(0); opacity: 1;}

@media screen and (max-width: 1024px){
	.indexabout .indexaboutbox .desc{margin-top: 12%;}
}
@media screen and (max-width: 800px){
	.indexabout{padding: 8% 5%;}
	.indexabout .indexaboutbox{width: 100%;}
	.indexabout .indexaboutbox .desc{margin-top: 8%; margin-left: 0%;}
	
	.indexabout .indexaboutimg{width: 100%; margin-top: 8%;}
	.indexabout .indexaboutimg p{padding-bottom: 60%;}
}

/**伟普优势**/
.indexadv{padding: 5% 5%;}
.indexadv .indextitledesc{color: #fff;}
.indexadvbox{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexadvbox .left{width: 44%;}
.indexadvbox .left .indexadv-desc{color: #ccc; text-align: justify; line-height: 1.8;}
.indexadvbox .left .indexadv-desc p{margin-bottom: 3%;}
.indexadvbox .left .indexadv-desc p:last-child{margin-bottom: 0;}
.indexadvbox .left .indexmore{margin-top: 8%;}

.indexadvbox .right{width: 40%;}
.indexadvbox .right .indexadv-honor{color: #fff; text-align: justify; line-height: 1.8;}

@media screen and (max-width: 800px){
	.indexadv{padding: 8% 5%;}
	.indexadvbox .left{width: 100%;}
	.indexadvbox .left .indexmore{margin-top: 8%;}
	
	.indexadvbox .right{width: 100%; margin-top: 8%;}
}

/**主营产品**/
.indexproduct{padding: 5% 5%; background: #fff;}
.indexproductbox .list{border-bottom: 1px solid rgba(0,0,0,.07); padding: 4% 0; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexproductbox .list:first-child{padding-top: 0;}
.indexproductbox .list:nth-child(2n){flex-direction:row-reverse;}
.indexproductbox .list .box{width: 41%;}
.indexproductbox .list .box .cat{color: #016500;}
.indexproductbox .list .box .title{color: #000;}
.indexproductbox .list .box .desc{margin: 6% 0; text-align: justify;}
.indexproductbox .list .box .desc p{margin: 2% 0;}
.indexproductbox .list .img{width: 50%;}
.indexproductbox .list .img p{position: relative; width: 100%; height: 0; padding-bottom: 67%; overflow: hidden;}
.indexproductbox .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.indexproduct-more{margin-top: 6%;}
.indexproduct-more a{position: relative; top: 0;display: inline-block; padding: 1.2% 9%; border-radius: 100px; color: #fff; background: #016500; transition: .5s;}
.indexproduct-more a:hover{top: -10px; background: #000; box-shadow: 0 0 30px rgba(0,0,0,.2);}

@media only screen and (max-width:1024px){
	.indexproductbox .list .box .title{font-size: 26px; font-size: 2.6rem;}
	
	.indexproduct-more a{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:800px){
	.indexproduct{padding: 8% 5%;}
	.indexproductbox .list .box{width: 100%;}
	.indexproductbox .list .box .desc{margin: 4% 0; font-size: 16px; font-size: 1.6rem;}
	.indexproductbox .list .img{width: 100%; margin-top: 5%;}
}
@media only screen and (max-width:560px){
	.indexproductbox .list .box .title{font-size: 24px; font-size: 2.4rem;}
	.indexproductbox .list{padding: 8% 0;}
	
	.indexproduct-more a{font-size: 24px; font-size: 2.4rem;}
}

/**新闻中心**/
.indexnews{padding: 5% 5%; background: #e9eaec;}

.indexnewsbox{margin-top: 4%; padding-bottom: 4%; position: relative; overflow: hidden;}
.indexnewsbox .swiper-slide{width: 100%; padding-bottom: 4%; border-bottom: 1px solid rgba(0,0,0,.07); overflow: hidden;}
.indexnewsbox .swiper-slide .title{color: #000; min-height: calc(1.8em * 2); line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; transition: .5s;}
.indexnewsbox .swiper-slide:hover .title{color: #016500; text-decoration: underline;}
.indexnewsbox .swiper-slide .desc{margin: 4% 0; min-height: calc(1.5em * 3); line-height: 1.5; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexnewsbox .swiper-slide .time{color: #000;}
.indexnewsbox .swiper-pagination{bottom: 0; z-index: 99; text-align: right;}
.indexnewsbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0,.15); opacity: 1; outline:none; transition: .3s;}
.indexnewsbox .swiper-pagination-bullet-active{background: #016500; opacity: 1;}

@media only screen and (max-width:800px){
	.indexnews{padding: 8% 5%;}
	.indexnewsbox{margin-top: 6%; padding-bottom: 5%;}
}
@media only screen and (max-width:560px){
	.indexnewsbox{margin-top: 8%;}
}

/**底部**/
.footer{padding: 2.5% 5%; background: #000; color: #888;}
.footer-logo{width: 10%;}
.footer-logo img{width: 100%; min-width: 110px;}

.footer-box{margin-top: 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}

.footer-copy p{margin: 1.5% 0;}
.footer-copy a{color: #888;}
.footer-copy a:hover{color: #fff;}
.zqkj{display: inline-block; background: url(zqkj.png) no-repeat; background-size: 100%; width: 108px; height: 12px; margin-left: 5px;}

.footer-sj{width: 90px;}
.footer-sj img{width: 100%;}

@media only screen and (max-width:800px){
	.footer{padding: 5% 5%;}
	.footer-sj{margin-top: 3%;}
}
@media only screen and (max-width:560px){
	.footer-copy p{margin: 3% 0;}
}

/*内页*/
.mainbody{background: #fff; padding: 5% 5%;}
.mainbody-title{color: #000; margin-top: 7%;}
.mainbody-desc{color: #555; margin-top: 1%; max-width: 40%; text-align: justify;}

.mainbody_content{line-height:1.8; text-align:justify;}
.mainbody_content p{margin:1.6% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:800px){
	.mainbody{padding: 8% 5%;}
	.mainbody-title{margin-top: 12%; font-size: 38px; font-size: 3.8rem;}
	.mainbody-desc{max-width: 100%;}
}
@media only screen and (max-width:560px){
	.mainbody-title{margin-top: 15%; font-size: 34px; font-size: 3.4rem;}
	
	.mainbody_content{line-height:1.6;}
	.mainbody_content p{margin:3% 0;}
}

/**内页-我们-伟普简介**/
.aboutus-jj{padding: 0 5%; background:url("logo-bg.png") #fff no-repeat 1% 99%; background-size: 21%;}
.aboutus-jj .box{padding: 10% 0 5% 0; border-bottom: 1px solid rgba(0,0,0,.07);}
.aboutus-jj .desc{padding: 4% 0 0 26%; text-align: justify; line-height: 1.8; color: #666;}
.aboutus-jj .desc p{margin: 1.5% 0;}
.aboutus-jj .desc img{max-width: 100%;}

@media only screen and (max-width:800px){
	.aboutus-jj .box{padding: 13% 0 8% 0;}
	.aboutus-jj .desc{padding: 4% 0 0 0%;}
}

/**内页-我们-企业文化**/
.aboutus-cluture{padding: 0 5%; background: #fff;}
.aboutus-cluture .box{padding: 10% 0 5% 0; border-bottom: 1px solid rgba(0,0,0,.07);}
.aboutus-cluture .desc{padding: 4% 0 0 0; text-align: justify; line-height: 1.8; color: #666;}
.aboutus-cluture .desc p{margin: 1.5% 0;}
.aboutus-cluture .desc img{max-width: 100%;}

@media only screen and (max-width:800px){
	.aboutus-cluture .box{padding: 13% 0 8% 0;}
	.aboutus-cluture .desc{padding: 4% 0 0 0%;}
}

/**内页-我们-厂容厂貌**/
.aboutus-factory{padding: 6% 5% 5% 5%; background: #fff;}
.aboutus-factorybox{margin-top: 4%; padding-bottom: 4%; position: relative; overflow: hidden;}
.aboutus-factorybox .swiper-slide{width: 100%; overflow: hidden;}
.aboutus-factorybox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 59%; border:1px solid rgba(0,0,0,.1); overflow: hidden;}
.aboutus-factorybox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.aboutus-factorybox .swiper-slide:hover .img img{transform: scale(1.1);}
.aboutus-factorybox .swiper-slide .title{margin-top: 3%; color: #000; line-height: 1.8; transition: .5s;}
.aboutus-factorybox .swiper-slide:hover .title{color: #016500;}
.aboutus-factorybox .swiper-pagination{bottom: 0; z-index: 99; text-align: center;}
.aboutus-factorybox .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0,.15); opacity: 1; outline:none; transition: .3s;}
.aboutus-factorybox .swiper-pagination-bullet-active{background: #016500; opacity: 1;}
.aboutus-factorybox .swiper-button-prev, .aboutus-factorybox .swiper-button-next{top: 35%; background:rgba(0,0,0,.2); color: #fff; border-radius:15px; width: 35px; height: 35px; --swiper-navigation-size: 15px; outline: none;}
.aboutus-factorybox .swiper-button-prev{left:1%;}
.aboutus-factorybox .swiper-button-next{right:1%;}
.aboutus-factorybox .swiper-button-prev:hover, .aboutus-factorybox .swiper-button-next:hover{background: #016500; color: #fff;}

@media only screen and (max-width:800px){
	.aboutus-factory{padding: 8% 5% 8% 5%;}
	.aboutus-factorybox{padding-bottom: 6%;}
	.aboutus-factorybox .swiper-button-prev, .aboutus-factorybox .swiper-button-next{border-radius:10px; width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.aboutus-factorybox .swiper-button-prev, .aboutus-factorybox .swiper-button-next{border-radius:6px; width: 23px; height: 23px;}
}



/**内页-产品**/
.bodyproduct{padding: 3% 0 5% 0;}
.bodyproduct .list{padding-top: 4%;}
.bodyproduct .list:first-child{padding-top: 0;}
.bodyproduct .list .content{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodyproduct .list:nth-child(2n) .content{flex-direction:row-reverse;}
.bodyproduct .list .box{width: 41%;}
.bodyproduct .list .box .cat{color: #016500;}
.bodyproduct .list .box .title{color: #000;}

.bodyproductswiper{position: relative; max-height: 21vh; margin-top: 6%; overflow: hidden;}
.bodyproductswiper .swiper-wrapper{width: 100%; height: 100%;}
.bodyproductswiper .swiper-slide{text-align: justify; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 20px;}
.bodyproductswiper .swiper-slide p{margin: 2% 0;}
.bodyproductswiper .swiper-slide p:first-child{margin-top: 0;}
.bodyproductswiper .swiper-slide p:last-child{margin-bottom: 0;}
/*.bodyproduct .list .box .desc{margin-top: 6%; text-align: justify;}
.bodyproduct .list .box .desc p{margin: 2% 0;}*/

.bodyproduct .list .img{width: 50%;}
.bodyproduct .list .img p{position: relative; width: 100%; height: 0; padding-bottom: 67%; overflow: hidden;}
.bodyproduct .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.bodyproduct .list .xnsjmore{cursor: pointer; margin-top: 2%; padding-bottom: 1%; border-bottom: 1px solid rgba(0,0,0,.07); display: flex; align-items: center; justify-content: space-between;}
.bodyproduct .list .xnsjmore .xnsj{color: #016500;}
.bodyproduct .list .xnsjmore .indexmore a{width: 30px; height: 30px;}

.bodyproduct-desc{display: none; padding: 2% 0; border-bottom: 1px solid rgba(0,0,0,.07); text-align: justify; line-height: 1.6; color: #444;}
.bodyproduct-desc p{margin: 1.5% 0;}
.bodyproduct-desc img{max-width: 100%;}

@media only screen and (max-width:1024px){
	.bodyproduct .list .box .title{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:800px){
	.bodyproduct{padding: 10% 0 8% 0;}
	.bodyproduct .list{padding-top: 8%;}
	
	.bodyproduct .list .box{width: 100%;}
	.bodyproductswiper{}
	.bodyproductswiper .swiper-slide{font-size: 16px; font-size: 1.6rem;}

	/*.bodyproduct .list .box .desc{margin-top: 6%;}*/
	.bodyproduct .list .img{width: 100%; margin-top: 5%;}
	.bodyproduct .list .xnsjmore{margin-top: 4%; padding-bottom: 3%;}
	.bodyproduct .list .xnsjmore .indexmore a{width: 26px; height: 26px;}
	
	.bodyproduct-desc{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:560px){
	.bodyproduct .list .box .title{font-size: 24px; font-size: 2.4rem;}
	.bodyproduct .list .xnsjmore .indexmore a{width: 22px; height: 22px;}
}

/*内页-应用*/
.bodyapplication{padding: 3% 0;}
.bodyapplication .list{padding: 4% 0; border-bottom: 1px solid rgba(0,0,0,.07); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodyapplication .list:nth-child(2n){flex-direction:row-reverse;}
.bodyapplication .list .box{width: 40%;}
.bodyapplication .list .box .title{color: #000;}
.bodyapplication .list .box .desc{margin-top: 5%; color: #666; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyapplication .list .box .desc p{width: 45%; margin: 1.2% 0;}
.bodyapplication .list .box .desc p::before{content: "·"; margin-right: 3px; font-weight: bold;}
.bodyapplication .list .box .desc img{max-width: 100%;}
.bodyapplication .list .img{width: 50%;}
.bodyapplication .list .img p img{width: 100%;}

@media only screen and (max-width:800px){
	.bodyapplication .list{padding: 6% 0;}
	.bodyapplication .list .box{width: 100%;}
	.bodyapplication .list .img{margin-top: 5%; width: 100%;}

}
@media only screen and (max-width:560px){

}




/*内页-新闻*/
.bodynews{padding: 5% 0;}
.bodynews .list{position: relative; padding: 5% 0 2% 0; border-bottom: 1px solid rgba(0,0,0,.07); transition: .3s;}
.bodynews .list .title{color: #000; text-align: justify; transition: .5s;}
.bodynews .list:hover .title{color: #016500; text-decoration: underline;}
.bodynews .list .desc{margin: 1.5% 0 2.5% 0; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.bodynews .list .timemore{cursor: pointer; margin-top: 2%; display: flex; align-items: center; justify-content: space-between;}
.bodynews .list .timemore .time{color: #000;}
.bodynews .list .timemore .indexmore a{width: 30px; height: 30px;}

@media only screen and (max-width:800px){
	.bodynews .list{padding: 8% 0 3% 0;}
	.bodynews .list .desc{margin: 4% 0;}
	.bodynews .list .timemore .indexmore a{width: 26px; height: 26px;}
}
@media only screen and (max-width:560px){
	.bodynews .list .title{font-size: 20px; font-size: 2rem;}
	.bodynews .list .timemore .indexmore a{width: 22px; height: 22px;}
}

/*内页新闻详情*/
.bodynewsshow{margin-top: 10%;}

.newsshow-title{color: #000;}
.newsshow-info{color: #999; padding-bottom:2%; margin-top: 2%; border-bottom: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.newsshow-info p{margin-right: 15px;}
.newsshow-info p:last-child{margin-right: 0;}

/**内页联系我们**/
.bodycontact{margin-top: 8%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycontact .left{width: 48%;}
.bodycontact .left .title{color: #000;}
.bodycontact .left .mainbody_content{margin-top: 5%;}

.bodycontact .right{width: 50%;}
.bodycontact .right p{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden; background: #000;}
.bodycontact .right p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); opacity: .6; transition: .5s;}
.bodycontact .right:hover p img{filter: grayscale(0); opacity: 1;}

@media only screen and (max-width:800px){
	.bodycontact .left{width: 100%;}
	.bodycontact .right{width: 100%; margin-top: 4%;}
	.bodycontact .right p{padding-bottom: 50%;}
}
@media only screen and (max-width:560px){

}


/*详细页上一页下一页收藏打印*/
.preNext{width: 100%; padding-top: 2%; border-top: 1px solid rgba(0,0,0,.1);}
.preNext li{margin: 1% 0 0 0;}

@media only screen and (max-width:800px){
	.preNext li{margin: 3% 0 0 0;}
}
@media only screen and (max-width:560px){

}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 15px; font-size: 1.5rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #000;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:14px; font-size: 1.4rem;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; border: 1px solid rgba(0,0,0,.2); margin: 0 4px; border-radius: 5px; color:#666; text-align:center; padding:3px 10px;}
.page_list a:hover,.page_list a.on{color:#fff; background: #000; border: 1px solid #000;}

@media only screen and (max-width:800px){
	.page_info{font-size: 14px; padding-top:5px;}
	.page_list{font-size: 14px; line-height:22px;}
	.page_list a{padding:2px 9px; margin:0 3px;}
}
@media only screen and (max-width:560px){
	.page_list div{padding: 2px 15px;}
	.page_list a{padding:1px 7px; margin: 0 2px; border-radius: 3px;}
}
