@charset "utf-8";

@font-face {font-family: 'Bahnschrift'; src: url("https://www.greenmallb2b.com/fonts/Bahnschrift.eot"); /* IE9 Compat Modes */ src: url("https://www.greenmallb2b.com/fonts/Bahnschrift.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("https://www.greenmallb2b.com/fonts/Bahnschrift.woff") format('woff'), /* Modern Browsers */ url("https://www.greenmallb2b.com/fonts/Bahnschrift.ttf") format('truetype'), /* Safari, Android, iOS */ url("https://www.greenmallb2b.com/fonts/Bahnschrift.svg#Bahnschrift") format('svg'); /* Legacy iOS */ } 

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 6px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:rgba(0,0,0,.3);} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background:#006fa9;} 

/* 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:1600px){
	html {font-size: 60%;}
}
@media only screen and (max-width:1440px){
	html {font-size: 58%;}
}
@media only screen and (max-width:1280px){
	html {font-size: 56%;}
}
@media only screen and (max-width:1024px){
	html {font-size: 54%;}
}
@media only screen and (max-width:800px){
	html {font-size: 52%;}
}
@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:"Microsoft YaHei",sans-serif; -webkit-font-smoothing: antialiased; font-size:14px; font-size:1.4rem; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color:#006fa9;}

.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;}
.ftb{font-family: 'Bahnschrift';}
.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;}

@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;}
}

.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:#065f8d;}
.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("https://www.greenmallb2b.com/images/side-icon02.png");}
.cbbfixed .gotop:hover {background-color:#2d2a2b;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover {background:#434343;}
.cbbfixed .cweixin div {background: url("https://www.greenmallb2b.com/images/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("https://www.greenmallb2b.com/images/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;}
}

@media only screen and (max-width:1366px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:940px) {}
@media only screen and (max-width:800px) {}
@media only screen and (max-width:560px){}

/*container*/
.container{width: 100%; max-width: 1600px; margin: 0 auto;}
@media only screen and (max-width:1600px) {
	.container{width: 92%;}
}

/*head*/
.header{position: fixed; left: 0; top: 0; z-index: 999; width: 100%; padding: 1% 2%; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header:hover, .header.fixed{background:#fff; box-shadow: 0 0 15px rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1);}

.header .logo{width: 10%;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:35%; overflow: hidden; display: block; background: url("https://www.greenmallb2b.com/images/logo1.png") no-repeat left center; background-size: 100%;}
.header:hover .logo a, .header.fixed .logo a{background: url("https://www.greenmallb2b.com/images/logo.png") no-repeat left center; background-size: 100%;}

.headerbox{width: 65%; display: flex; align-items: center; justify-content: flex-start;}

.lagwx{width: 15%; display: flex; justify-content: space-between;}
.lag{width: 68%; padding: 0 10%; background: #006fa9; border-top-left-radius: 10px; border-bottom-left-radius: 10px; display: flex; align-items: center; justify-content: space-around;}
.lag a{color: #fff; transition: .5s;}
.lag a:hover{color: #b9dbec;}
.wx{width: 32%; padding: 5% 0; position: relative; cursor: pointer; outline: 0; border: 0; background: #d1e7f2; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
.wx .wx-title{color: #006fa9;}
.wx .wx-box{position: absolute; top: 100%; left: 50%; transform: translate(-50%, 30px); background: #fff; width: 6vw; min-width: 80px; box-shadow: 0 4px 12px rgba(0, 0, 0, .1); opacity: 0; display: none; transition: .3s;}
.wx:focus .wx-box, .wx:active .wx-box{transform: translate(-50%, 10px); opacity: 1; display: block;}
.wx .wx-box img{width: 100%;}

.nav{flex: 1; width: 100%; height: 100%; margin-right: 4%;}
.nav .nav_pc{width: 100%; height: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; height: 100%; display: flex; align-items: center; justify-content:center;}
.nav ul li .f_a{height: 100%;}
.nav ul li .f_a a{color: #fff; width: 100%; height: 100%; padding-bottom: 10px; margin-top: 10px; display:inline-block; border-bottom: 2px solid rgba(255,255,255,0); display: flex; align-items: center; justify-content:center;}
.header:hover .nav ul li .f_a a, .header.fixed .nav ul li .f_a a{color: #222;}
.header:hover .nav ul li:hover .f_a a, .header:hover .nav ul li.hovert .f_a a, .header.fixed .nav ul li:hover .f_a a, .header.fixed .nav ul li.hovert .f_a a{color: #006fa9;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:140%; width: 180px; background:rgba(255,255,255,1); border: 1px solid rgba(0,0,0,.1); z-index: 9;}
.nav ul li .s_navbox .s_a a{color: #555; text-transform:uppercase; display:block; text-align: center; padding: 10px 15px; border-bottom: 1px solid rgba(0,0,0,.07);}
.nav ul li .s_navbox .s_a a:last-child{border-bottom: none;}
.nav ul li .s_navbox .s_a a:hover{background:#006fa9; color: #fff;}

.m_nav{display:none}
.m_img{display: none}

@media screen and (max-width: 1600px){
	.header .logo{border-bottom-right-radius: 25px;}
	.headerbox{width: 75%;}
	
	.lag{border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
	.wx{border-top-right-radius: 8px; border-bottom-right-radius: 8px;}
}
@media screen and (max-width: 1366px){
	.nav ul li .s_navbox{top:120%; width: 160px;}
}
@media screen and (max-width: 1280px){
	.header .logo{border-bottom-right-radius: 20px;}
	
	.lag{border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
	.wx{border-top-right-radius: 6px; border-bottom-right-radius: 6px;}
	.wx .wx-title{font-size: 24px; font-size: 2.4rem;}
}
@media screen and (max-width: 1024px){
	.header .logo{border-bottom-right-radius: 15px;}
	.headerbox{width: 80%;}
	
	.lag{font-size: 14px; font-size: 1.4rem; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
	.wx{border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
	.wx .wx-title{font-size: 20px; font-size: 2rem;}
	
	.nav{margin-right: 2%;}
	.nav ul li .s_navbox{top:100%; width: 130px;}
}

/*移动端导航*/
@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("https://www.greenmallb2b.com/images/plus.png") 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url("https://www.greenmallb2b.com/images/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%;}
.banner-top{position: absolute; bottom: 30%; left: 0;}

.banner .swiper-wrapper{width: 100%;}
.banner .swiper-slide{position: relative; width: 100%;}
.banner .swiper-slide img{width: 100%;}
.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-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,0.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#006fa9;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:#006fa9;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,.4); color: #fff; border-radius:18px; width: 45px; height: 45px; --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: #006fa9; color: #fff;}

@media only screen and (max-width:1366px){
	.banner .swiper-button-prev, .banner .swiper-button-next{top: 50%; border-radius:13px; width: 35px; height: 35px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 60px;}
	
	.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-top{bottom: 35%;}

	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius:6px; width: 23px; height: 23px;}
}

/**首页产品**/
.indexproduct{background: #e7f4fa; padding: 4% 0;}
.indexproductcat{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductcat .list{position: relative; width: calc((100% - 10%) / 6); transition: .4s;}
.indexproductcat .list:hover{margin-top: -15px;}
.indexproductcat .list .title{width: 90%; padding: 10% 10%; background: #fff; border-radius: 5px; box-shadow: 0 0 20px -3px rgba(0,111,169,.2); transition: .5s;}
.indexproductcat .list:hover .title{background: #006fa9; color: #fff;}
.indexproductcat .list .title p:nth-child(2){color: #888;}
.indexproductcat .list:hover .title p:nth-child(2){color: #d3e9f4;}
.indexproductcat .list .ico{position: absolute; right: 0; top: 50%; transform: translate(0, -50%); width: 25%; background: #006fa9; border-radius: 5px; overflow: hidden;}
.indexproductcat .list:hover .ico{background: #fff;}
.indexproductcat .list .ico p{position: relative; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden;}
.indexproductcat .list .ico img{width: 100%; transition: .3s;}
.indexproductcat .list:hover .ico img{margin-top: -100%;}

.indexproductbox{margin-top: 4%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductbox .list{width:calc((100% - 1.2%) / 2); margin: 0.6% 0; padding: 0 1%; background: #fff; box-shadow: 0 0 25px -3px rgba(0,111,169,.1); display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.indexproductbox .list:hover{box-shadow: 0 0 45px -3px rgba(0,111,169,.6);}
.indexproductbox .list .box{width: 40%; margin-left: 5%;}
.indexproductbox .list .box .title{color: #006fa9;}
.indexproductbox .list .box .desc{color: #555; margin-top: 3%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.indexproductbox .list .box .td{margin: 8% 0; color: #555; line-height: 2; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.indexproductbox .list .box .more{display: flex; align-items: center; justify-content: flex-start;}
.indexproductbox .list .box .more a{display: inline-block; padding: 5px 5%; background: #006fa9; border: 1px solid #006fa9; color: #fff; border-radius: 1000px; transition: .4s;}
.indexproductbox .list .box .more a:hover{background: none; color: #006fa9;}
.indexproductbox .list .box .more a:nth-child(2){margin-left: 5%; background: none; color: #006fa9;}
.indexproductbox .list .box .more a:nth-child(2):hover{background: #006fa9; color: #fff;}
.indexproductbox .list .img{position: relative; width: 60%; height: 0; padding-bottom: 55%; overflow: hidden;}
.indexproductbox .list .img p{position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center;}
.indexproductbox .list .img img{width: 100%; max-width: 100%; height: 100%; max-height: 100%; transition: .5s;}
.indexproductbox .list:hover .img img{transform: scale(1.15);}

@media screen and (max-width: 1366px){
	.indexproductbox .list .box .title{font-size: 34px; font-size: 3.4rem;}
	.indexproductbox .list .box .desc{font-size: 18px; font-size: 1.8rem;}
	.indexproductbox .list .box .td{line-height: 1.8;}
}
@media screen and (max-width: 1280px){
	.indexproductcat .list{width: calc((100% - 8%) / 6);}
	.indexproductcat .list:hover{margin-top: -12px;}
	.indexproductcat .list .title p:first-child{font-size: 18px; font-size: 1.8rem;}
	
	.indexproductbox .list .box .title{font-size: 28px; font-size: 2.8rem;}
	.indexproductbox .list .box .desc{font-size: 16px; font-size: 1.6rem;}
	.indexproductbox .list .box .td{line-height: 1.6;}
}
@media screen and (max-width: 1024px){
	.indexproductcat .list{width: calc((100% - 8%) / 6);}
	.indexproductcat .list:hover{margin-top: -10px;}
	
	.indexproductbox .list{padding: 2% 1%;}
	.indexproductbox .list .box .title{font-size: 24px; font-size: 2.4rem;}
	.indexproductbox .list .box .td{margin: 5% 0; line-height: 1.5;}
}
@media screen and (max-width: 800px){
	.indexproductcat .list{width: calc((100% - 9%) / 3); margin-bottom: 2%;}
	
	.indexproductbox .list .box .more a{padding: 3px 2%;}
}
@media screen and (max-width: 560px){
	.indexproductcat .list{width: calc((100% - 6%) / 2);}
	.indexproductcat .list:hover{margin-top: -5px;}
	
	.indexproductbox .list{width: 100%; margin: 2% 0;}
	.indexproductbox .list .box{width: 45%;}
	.indexproductbox .list .box .title{font-size: 20px; font-size: 2rem;}
	.indexproductbox .list .box .desc{font-size: 15px; font-size: 1.5rem;}
	.indexproductbox .list .box .more a{padding: 3px 3%;}
	.indexproductbox .list .img{width: 55%;}
}

/**关于我们**/
.indexabout{display: flex; justify-content: space-between; flex-flow: wrap; flex-direction:row-reverse;}
.indexabout .indexaboutimg{position: relative; width: 50%;}
.indexabout .indexaboutimg img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.indexabout .indexaboutbox{width: 50%; padding: 7% 0; background: #006fa9; display: flex; align-items: center; justify-content: flex-end;}
.indexabout .indexaboutbox .box{width: 100%; max-width: 800px; padding-right: 13%;}
.indexabout .indexaboutbox .box .indexabouttitle{color: #fff;}
.indexabout .indexaboutbox .box .ftitle{color: #fff; font-weight: 300; padding: 5% 0; border-bottom: 1px solid rgba(255,255,255,.18);}
.indexabout .indexaboutbox .box .desc{margin-top: 2%; line-height: 2; color: #d3e9f4; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.indexabout .indexaboutbox .box .desc p{margin-top: 3%;}

.indexmore a{display: inline-block; padding: 10px 15px; background: #006fa9; color: #fff; border-radius: 1000px;}
.indexmore a i{margin-left: 1vw;}
.indexabout .indexaboutbox .box .indexaboutmore{margin-top: 10%;}
.indexabout .indexaboutbox .box .indexaboutmore a{background: #fff;  color: #006fa9;}

@media screen and (max-width: 1600px){
	.indexabout .indexaboutbox{padding: 7% 4%;}
	.indexabout .indexaboutbox .box{padding-right: 0;}
}
@media screen and (max-width: 1366px){
	.indextitle{font-size: 48px; font-size: 4.8rem;}
	
	.indexabout .indexaboutbox .box .ftitle{font-size: 38px; font-size: 3.8rem; padding: 4% 0;}
	.indexabout .indexaboutbox .box .desc{margin-top: 1%; line-height: 1.8;}
	.indexabout .indexaboutbox .box .indexaboutmore{margin-top: 8%;}
}
@media screen and (max-width: 1024px){
	.indextitle{font-size: 40px; font-size: 4rem;}
	
	.indexabout .indexaboutbox .box .ftitle{font-size: 30px; font-size: 3rem; padding: 3% 0;}
	.indexabout .indexaboutbox .box .desc{line-height: 1.6;}
}
@media screen and (max-width: 800px){
	.indexabout .indexaboutimg{width: 100%; height: 0; padding-bottom: 65%; overflow: hidden;}
	
	.indexabout .indexaboutbox{width: 100%; padding: 6% 4%;}
	.indextitle{font-size: 30px; font-size: 3rem;}
	
	.indexabout .indexaboutbox .box .ftitle{font-size: 22px; font-size: 2.2rem; padding: 2% 0;}
	.indexabout .indexaboutbox .box .desc p{margin-top: 2%;}
	.indexabout .indexaboutbox .box .indexaboutmore{margin-top: 5%;}
}
@media screen and (max-width: 560px){
	.indexabout .indexaboutbox{padding: 8% 4%;}
	.indexmore a{padding: 7px 10px;}
}

/**新闻中心**/
.indextitle{color: #006fa9;}

.indexnews{padding: 4% 0;}
.indexnews-top{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexnews-top .indexnewstitlecat{display: flex; align-items: baseline; justify-content: space-between; flex-flow: wrap;}
.indexnews-top .indexnewstitlecat .indextitle{margin-right: 5vw; }
.indexnews-top .indexnewstitlecat .cat{display: flex; align-items: center; justify-content: flex-start;}
.indexnews-top .indexnewstitlecat .cat a{margin-right: 6vw; transition: .5s;}
.indexnews-top .indexnewstitlecat .cat a:first-child, .indexnews-top .indexnewstitlecat .cat a:hover{font-size: 22px; font-size: 2.2rem; color: #225ba2;}

.indexnewslist{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexnewslist::after{content: ""; width: calc((100% - 4%) / 3);}
.indexnewslist .list{position: relative; width: calc((100% - 4%) / 3); margin: 1% 0; background:url("https://www.greenmallb2b.com/images/logo-1.png") #e7f4fa no-repeat 10% 80%; background-size: 10%; padding: 2% 2%; display: flex; justify-content: space-between; transition: .5s;}
.indexnewslist .list:hover{box-shadow: 0 0 25px -3px rgba(0,111,169,.6);  background:url("https://www.greenmallb2b.com/images/logo-1.png") #006fa9 no-repeat 10% 80%; background-size: 10%;}
.indexnewslist .list:hover .time{color: #fff;}
.indexnewslist .list .box{flex: 1; width: 100%; margin-left: 10%;}
.indexnewslist .list .box .cat{color: #006fa9;}
.indexnewslist .list:hover .box .cat{color: #fff;}
.indexnewslist .list .box .cat i{margin-right: 5px;}
.indexnewslist .list .box .title{color: #000; margin: 5% 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexnewslist .list:hover .box .title{color: #fff;}
.indexnewslist .list .box .desc{line-height: 1.6; color: #888; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.indexnewslist .list:hover .desc{color: #d4e9f4;}
.indexnewslist .list .box .more{margin-top: 4%; color: #888;}
.indexnewslist .list:hover .box .more{color: #b8d4e8;}

@media screen and (max-width: 800px){
	.indexnewslist::after{width: calc((100% - 2%) / 2);}
	.indexnewslist .list{width: calc((100% - 2%) / 2);}
}
@media screen and (max-width: 560px){
	.indexnews{padding: 8% 0;}
	
	.indexnews-top .indexnewstitlecat .cat{margin-top: 4%;}
	.indexnews-top .indexnewsmore{display: none;}
	
	.indexnewslist::after{width: 100%;}
	.indexnewslist .list{width: 100%; padding: 5% 5%;}
}

/**外贸业务**/
.indextrade{background: #e7f4fa; padding: 5% 0;}
.indextrade .container{display: flex; justify-content: space-between; flex-flow: wrap;}
.indextradebox{width: 25%;}
.indextradebox .ftitle{margin: 8% 0;}
.indextradebox .desc{color: #888; line-height: 1.8; text-align: justify;}
.indextradebox .indexmore{margin-top: 8%;}

.indextradeimg{width: 70%;}
.indextradeimg img{max-width: 100%;}

@media screen and (max-width: 1366px){
	.indextradebox .ftitle{font-size: 26px; font-size: 2.6rem;}
}
@media screen and (max-width: 1280px){
	.indextradebox .ftitle{font-size: 22px; font-size: 2.2rem;}
}
@media screen and (max-width: 800px){
	.indextradebox{width: 100%;}
	.indextradebox .ftitle{margin: 3% 0;}
	.indextradebox .indexmore{margin-top: 3%;}
	
	.indextradeimg{width: 100%; margin-top: 3%;}
}
@media screen and (max-width: 800px){
	.indextrade{padding: 8% 0;}
}

/**联系我们**/
.indexcontact{padding: 4% 0;}
.indexcontacttitle{color: #888; margin-top: 1%;}
.indexcontactbox{margin-top: 4%; display: flex; justify-content:flex-start; flex-flow: wrap;}
.indexcontactbox .list{width: calc((100% - 3%) / 4); margin: 0 1% 1% 0; border: 1px solid #d3e8f3;}
.indexcontactbox .list:nth-child(4n){margin-right: 0;}
.indexcontactbox .list .title{background: #006fa9; color: #fff; padding: 3% 5%;}
.indexcontactbox .list .box{ padding: 2% 5%; color: #888; display: flex; align-items: center; justify-content: space-between;}
.indexcontactbox .list .box .l{flex: 1; width: 100%; margin-right: 2%;}
.indexcontactbox .list .box .l i{margin-right: 10px; color: #006fa9;}
.indexcontactbox .list .box .l .phone{margin: 4% 0;}
.indexcontactbox .list .box .l .add{display: flex; align-items: center; justify-content: flex-start;}
.indexcontactbox .list .box .r{width: 28%;}
.indexcontactbox .list .box .r img{width: 100%; border: 1px solid rgba(0,0,0, .1);}
.indexcontactbox .list .box .r p:nth-child(2){margin-top: 5px;}


@media screen and (max-width: 1600px){
	.indexcontactbox .list{width: calc((100% - 3%) / 3); margin: 0 1% 1% 0;}
	.indexcontactbox .list:nth-child(3n){margin-right: 0;}
	.indexcontactbox .list:nth-child(4n){margin: 0 1% 1% 0;}
}
@media screen and (max-width: 800px){
	.indexcontactbox .list{width: calc((100% - 2%) / 2); margin: 0 2% 2% 0;}
	.indexcontactbox .list:nth-child(2n){margin-right: 0;}
}
@media screen and (max-width: 560px){
	.indexcontact{padding: 8% 0;}
	
	.indexcontactbox .list{width: 100%; margin: 1% 0 2% 0;}
	.indexcontactbox .list .box{font-size: 16px; font-size: 1.6rem;}
	.indexcontactbox .list .box .phone{margin: 4% 0;}
}

/*.indexcontact{padding: 4% 0;}
.indexcontacttitle{color: #888; margin-top: 1%;}
.indexcontactbox{margin-top: 4%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexcontactbox .list{width: calc((100% - 3%) / 5); border: 1px solid #d3e8f3;}
.indexcontactbox .list .title{background: #006fa9; color: #fff; padding: 3% 5%;}
.indexcontactbox .list .box{padding: 8% 5%; color: #888;}
.indexcontactbox .list .box i{margin-right: 10px; color: #006fa9;}
.indexcontactbox .list .box .phone{margin: 6% 0;}
.indexcontactbox .list .box .add{display: flex; align-items: center; justify-content: flex-start;}

@media screen and (max-width: 800px){
	.indexcontactbox .list{width: calc((100% - 4%) / 2); margin-top: 4%;}
}
@media screen and (max-width: 560px){
	.indexcontact{padding: 8% 0;}
	
	.indexcontactbox .list{width: 100%; margin-top: 3%;}
	.indexcontactbox .list .box{padding: 4% 5%; font-size: 16px; font-size: 1.6rem;}
	.indexcontactbox .list .box .phone{margin: 4% 0;}
}*/



/**底部**/
.footer{background: #006fa9; color: #d4e9f4;}

.footerbox{padding-top: 4%; display: flex; justify-content: space-between;}

.footer-logocontact{width: 34%;}
.footer-logocontact .footer-logo{width:40%;}
.footer-logocontact .footer-logo img{width: 100%;}

.footer-logocontact .footer-contact{margin-top: 10%;}
.footer-logocontact .footer-contact .list{margin: 4% 0; color: #fff; display: flex; align-items: center; justify-content: flex-start;}
.footer-logocontact .footer-contact .list:first-child{margin-top: 0;}
.footer-logocontact .footer-contact .list:last-child{margin-bottom: 0;}
.footer-logocontact .footer-contact .list i{margin-right: 10px;}

.footer-nav{flex: 1; width: 100%; margin-left: 4%; display: flex; justify-content: space-between;}
.footer-nav .list .title a{color: #fff;}
.footer-nav .list .listlist{margin-top: 1vw;}
.footer-nav .list .listlist a{color: #d4e9f4; display: block; line-height: 2.6;}
.footer-nav .list .listlist a:hover{color: #fff;}

.footer-copy{border-top: 1px solid rgba(255,255,255,.07); line-height: 1.6; margin-top: 5%; padding: 1.5% 0 2% 0; color: #d4e9f4; display: flex; align-items: center; justify-content: space-between;}
.footer-copy a{color: #d4e9f4;}
.footer-copy a:hover{color: #fff;}

.zqkj{display: inline-block; background: url("https://www.greenmallb2b.com/images/zqkj.png") no-repeat; background-size: 100%; width: 108px; height: 12px;}

@media only screen and (max-width:800px){
	.footer-logocontact{width: 100%;}
	.footer-logocontact .footer-logo{width: 100%;}
	.footer-logocontact .footer-logo img{width: 30%;}
	.footer-logocontact .footer-contact{margin-top: 3%;}
	.footer-logocontact .footer-contact .list{justify-content: flex-start;}
	
	.footer-nav{display: none;}
}
@media only screen and (max-width:560px){
	.footerbox{padding-top: 8%;}
	.footer-logocontact .footer-logo img{width: 50%;}
	
	.footer-copy{flex-flow: wrap;}
}


/*侧边客服*/
#chat_f1,#chat_f2{font-size:12px}
#chat_f1{position:fixed; z-index: 99999; right:5px; top:50%; transform: translate(0, -50%); width:93px;}
#chat_f1_main{height:107px; background:url("https://www.greenmallb2b.com/images/c2.png") no-repeat}
#close{display:block; width:17px; height:17px; margin-left:76px; cursor:pointer;}
#chat_f1_bottom{height:3px; width:82px; overflow:hidden; background:url("https://www.greenmallb2b.com/images/c2.png") 0px -112px no-repeat;}
.chat_f1_expr{width:82px; height:0px; overflow:hidden}
.chat_f1_expr .list{height:25px; border:1px solid #dbdbdb; border-bottom: none; overflow:hidden; color:#787878; background:#fff }
.chat_f1_expr .list .name{line-height:25px}
.chat_f1_expr .list .arrow{color:#fff; margin-left: 15px;}
.chat_f1_expr .list .detail{position:absolute; margin-left:-120px; margin-top:-26px; display:none; text-align: center; width:120px; padding:10px; border:1px solid #dbdbdb; background:#fff; line-height:18px}
.chat_f1_expr .list .send_sms{display:inline-block; width:82px; height:25px; background:url("https://www.greenmallb2b.com/images/c2.png") 0px -115px no-repeat;vertical-align:middle}
.chat_f1_expr .list .mt{margin:2px 0}
.chat_f1_expr .list .mt10{margin-top:10px}
.chat_f1_expr .list .detail .border{position:absolute; z-index: 222; width:1px; height:25px; margin-left:108px; background:#fff; margin-top:-10px}
#chat_f2{display:none; position:fixed; z-index: 9999; right:5px; top:50%; transform: translate(0, -50%); border:1px solid #ccc; background:#fff; padding:1px 3px; width:20px; color:#ce0402; cursor:pointer;}


/*内页*/
.mainbody{margin-top: -1%; padding-bottom: 3%;}
.mainbody_content{line-height:2; text-align:justify; color: #444;}
.mainbody_content p{margin:1.6% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:800px){
	.mainbody{margin-top: 3%;}
	.mainbody_content{line-height:1.8;}
}
@media only screen and (max-width:560px){
	.mainbody{margin-top: 5%;}
	.mainbody_content{line-height:1.6;}
	.mainbody_content p{margin:3% 0;}
}

/*about-nav*/
.about-navbox{display: flex; align-items: flex-end; justify-content: space-between; position: relative; z-index: 9; transform: translate(0, -50%);}
.about-navbox-title{padding:2% 5%; border-radius: 10px; border-bottom-right-radius: 0; background: url("https://www.greenmallb2b.com/images/logo-1.png") #006fa9 no-repeat center center; background-size: 28%;}
.about-navbox-title p:first-child{color: #fff;}
.about-navbox-title p:nth-child(2){color: rgba(255,255,255,.5); text-transform: uppercase;}

.about-nav{flex: 1; width: 100%; background: #fff; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: flex-start; box-shadow: 0 0 40px rgba(0,0,0,.15);}
.about-nav a{position: relative; overflow: hidden; transition: .5s; padding: 3% 0; margin-left: 4%; padding-left: 20px; background: url("https://www.greenmallb2b.com/images/about-nav-ico.png") no-repeat left center; display: flex; align-items: center; justify-content: center; transition: .5s;}
.about-nav a:hover{color: #006fa9; background: url("https://www.greenmallb2b.com/images/about-nav-hoverico.png") no-repeat left center;}
.about-nav a.cur{color: #006fa9; background: url("https://www.greenmallb2b.com/images/about-nav-hoverico.png") no-repeat left center; font-weight: bold;}

@media only screen and (max-width:1600px){
	.about-navbox-title p:first-child{font-size: 32px; font-size: 3.2rem;}
	.about-navbox-title p:nth-child(2){font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.about-navbox-title p:first-child{font-size: 2.8px; font-size: 2.8rem;}
	.about-navbox-title p:nth-child(2){font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1024px){
	.about-navbox-title p:first-child{font-size: 2.4px; font-size: 2.4rem;}
	.about-navbox-title p:nth-child(2){font-size: 20px; font-size: 2rem;}
	
	.about-nav a{margin-left: 5%;}
}
@media only screen and (max-width:800px){
	.about-navbox{margin-top: 4%; transform: translate(0, 0);}
	.about-navbox-title{display: none;}
	
	.about-nav{border:none; border-radius: 8px; background: #006fa9; flex-flow: wrap;}
	.about-nav a{color: #fff; background: url("https://www.greenmallb2b.com/images/about-nav-ico1.png") no-repeat left center; margin:0 2.5%; padding-left: 18px;}
	.about-nav a:hover,.about-nav a.cur{color: #dbf3ff; background: url("https://www.greenmallb2b.com/images/about-nav-hoverico1.png") no-repeat left center;}
}
@media only screen and (max-width:560px){
	.about-nav{border-radius: 5px;}
	.about-nav a{margin:0 1.7%; padding-left: 16px;}
}


/**内页联系我们**/
.contact-contact{border: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between;}
.contact-contact .contactus{padding-left: 5%;}
.contact-contact .contactus .companyname p:first-child{color: #006fa9;}
.contact-contact .contactus .companyname p:nth-child(2){color: #999; text-transform: uppercase; margin: 2% 0 3% 0;}
.contact-contact .contactus .companyname p:nth-child(3){width: 2vw; min-width: 35px; height: 4px; background: #006fa9;}
.contact-contact .contactus .contact{margin-top: 5%; color: #666;}
.contact-contact .contactus .contact p{margin: 7% 0; display: flex; align-items: center; justify-content: flex-start;}
.contact-contact .contactus .contact p i{color: #006fa9; margin-right: 10px;}
.contact-contact .code{margin: 0 5%;}
.contact-contact .code img{width: 9vw; min-width: 100px; border: 1px solid rgba(0,0,0,.1);}
.contact-contact .code p{color: #666; margin-top: 5%;}
.contact-contact .phone{width: 30%; background: #006fa9; padding: 6% 5%; color: #fff;}
.contact-contact .phone .phonephone{line-height: 2;}
.contact-contact .phone .phonex{width: 2vw; min-width: 35px; height: 4px; background: #fff; margin: 10% 0;}
.contact-contact .phone .phonetime{color: #afd9ee; margin-top: 10%;}

.contact-map{margin: 3% auto;}
.contact-map img{width: 100%;}

.contactmapbox{position: relative; width: 100%; height: 0; padding-bottom: 40%; overflow: hidden; border: 1px solid rgba(0,0,0,.1);}
.contactmapbox #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactmapbox iframe, #map{width: 100%; height: 100%;}

@media only screen and (max-width:1280px){
	.contact-contact .phone{width: 34%; padding: 6% 4%;}
}
@media only screen and (max-width:1024px){
	.contact-contact .phone .phonephone p:nth-child(2){font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:800px){
	.contact-contact{padding-top: 5%; flex-flow: wrap;}
	.contact-contact .code{margin-right: 5%;}
	.contact-contact .phone{width: 100%; padding: 5% 5%;}
	.contact-contact .phone .phonephone{line-height: 2;}
	.contact-contact .phone .phonex{margin: 4% 0;}
	.contact-contact .phone .phonetime{margin-top: 4%;}
	
	.contact-map{margin: 5% auto;}
	.contactmapbox{padding-bottom: 50%;}
}
@media only screen and (max-width:560px){
	.contact-contact .contactus .companyname p:first-child{font-size: 26px; font-size: 2.6rem;}
	.contact-contact .contactus .companyname p:nth-child(2){font-size: 12px; font-size: 1.2rem;}
	.contact-contact .contactus .contact{font-size: 18px; font-size: 1.8rem;}
	.contact-contact .code{margin:3% 5%;}
	.contact-contact .phone .phonex{height: 3px;}
	.contact-contact .phone .phonephone p:nth-child(2){font-size: 28px; font-size: 2.8rem;}

	.contactmapbox{padding-bottom: 70%;}
}

/**在线留言**/
.message-title{padding-bottom: 3%; border-bottom: 1px solid rgba(0,0,0,.1);}
.message-title p:first-child{color: #000;}
.message-title p:nth-child(2){color: #888; margin-top: 1%;}

.message form{padding: 3% 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: calc((100% - 1%) / 2); position: relative; margin: 0.5% 0; border: 1px solid rgba(0,0,0,.15); border-radius: 5px; transition: .5s;}
.message .list:hover{border: 1px solid #006fa9; background: #e7f4fa;}
.message .list:nth-child(3){width: 100%;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list p{position: absolute; right: 70px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.msg_input{width: 100%; border: none; background: none; padding: 13px 15px; font-family:"Microsoft YaHei",sans-serif; border-radius: 5px;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; height: 20vh; background: none; border: none; padding: 13px 15px; line-height: 1.4; font-family:"Microsoft YaHei",sans-serif; border-radius: 5px;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 13px 15px; background: #006fa9; color: #fff; text-transform: uppercase; border: none;}	


@media only screen and (max-width:1280px){
	.message-title p:first-child{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.message-title p:first-child{font-size: 28px; font-size: 2.8rem;}

	.msg_input{padding: 10px 10px;}
	.msg_textarea{height: 80px; padding: 10px 10px;}
	.msg_submitt{width: 100%; padding: 10px 10px;}
}
@media only screen and (max-width:800px){
	.message form{padding: 3% 0;}
	.message .list{width: 100%;}
}
@media only screen and (max-width:560px){
	.message-title{padding: 5% 3%;}
}

/*内页图片列表*/
.productny-list{display: flex; justify-content: space-between; flex-wrap: wrap;}
.productny-list:after{content: ''; width:calc((100% - 5%) / 3);}
.productny-list .list{position: relative; width:calc((100% - 5%) / 3); margin-bottom:3vh; transition: .5s;}
.productny-list .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0,.15);}
.productny-list .list .img p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.productny-list .list:hover .img img {transform: scale(1.2);}

.productny-list .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0,.15);}
.productny-list .list .imgt p{position: absolute; width: 92%; height: 91%; top: 4.5%; left: 4%; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .imgt p img{max-width: 100%; max-height: 100%; transition: all .4s;}
.productny-list .list:hover .imgt img {transform: scale(1.2);}

.productny-list .list .title{margin-top: 5px; padding: 4% 1%; background: rgba(0,0,0,.1); transition: .3s;}
.productny-list .list:hover .title{background: #006fa9; color: #fff;}
.productny-list .list .title p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}


@media only screen and (max-width:800px){
	.productny-list:after{content: ''; width:48%;}
	.productny-list .list{width:48%;}
}
@media only screen and (max-width:560px){
	.productny-list:after{content: ''; width:100%;}
	.productny-list .list{width:100%;}
}

/*内页产品列表*/
.bodyproductbox{margin-top: 0;}
.bodyproductbox .list{border: 1px solid rgba(0,111,169,.2);}


/*内页产品详情*/
.productshow{border: 1px solid rgba(0,0,0,.15); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.productshow .img{width: 45%; position: relative; height: 0; padding-bottom: 45%;}
.productshow .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productshow .img p img{max-width: 100%; max-height: 100%; transition: all .4s;}

.productshow .box{width: 45%; margin-right: 5%;}
.productshow .box .title{line-height: 1.6; color: #000;}
.productshow .box .desc{text-align: justify; line-height: 1.8; padding: 2% 0 4% 0; color: #555; border-bottom: 1px solid rgba(0,0,0,.15);}
.productshow .box .desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden;}
.productshow .box .td{color: #555; background: rgba(0,0,0,.05); margin-top: 5%; padding: 3%; line-height: 2;}
.productshow .box .phone{margin-top: 5%;}
.productshow .box .phone span{color: #e40000;}

.productshow-title{margin-top: 4%; background: rgba(0,0,0,.08); border-top-left-radius: 1000px; border-bottom-left-radius: 1000px;}
.productshow-title p{display: inline-block; background: #006fa9; color: #fff; padding: 15px 3vw; border-radius: 1000px;}

@media only screen and (max-width:1366px){
	.productshow-title p{padding: 12px 3vw;}
}
@media only screen and (max-width:1024px){
	.productshow-title{font-size: 24px; font-size: 2.4rem;}
	.productshow-title p{padding: 10px 4vw;}
}
@media only screen and (max-width:800px){
	.productshow{padding: 0 4% 4% 4%;}
	.productshow .img{width: 100%; padding-bottom: 60%;}
	.productshow .box{width: 100%; margin-right:0; margin-top: 3%;}
	.productshow .box .title{font-weight: bold;}

}
@media only screen and (max-width:560px){
	.productshow .box .title{font-size: 24px; font-size: 2.4rem;}
	.productshow .box .phone{font-size: 18px; font-size: 1.8rem;}
	.productshow .box .phone span{font-size: 26px; font-size: 2.6rem;}
	
	.productshow-title{font-size: 22px; font-size: 2.2rem;}
	.productshow-title p{padding: 7px 5vw;}
}

/*内页专利技术*/
.downloadlist{display: flex; justify-content: space-between; flex-flow: wrap;}
.downloadlist .list{position: relative; width: calc((100% - 2%) / 2); margin-bottom: 2%; display: flex; justify-content: space-between; transition: .5s;}
.downloadlist .list:hover{background: #e7f4fa;}
.downloadlist .list .titletime{flex: 1; width: 100%; padding: 0 4%; border: 1px solid rgba(0,0,0,.15); border-right:none; display: flex; align-items: center; justify-content: space-between;}
.downloadlist .list:hover .titletime{border: 1px solid #006fa9; border-right:none;}
.downloadlist .list .titletime .title{flex: 1; width: 100%;}
.downloadlist .list:hover .titletime .title{color: #006fa9;}
.downloadlist .list .titletime .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.downloadlist .list .titletime .time{margin-right: 3%; color: #888;}
.downloadlist .list .ico{padding:4% 4%; background:rgba(0,0,0,.4); color: #fff; transition: .5s;}
.downloadlist .list:hover .ico{background: #006fa9;}

@media only screen and (max-width:800px){
	.downloadlist .list{width: 100%;}
}

/*内页新闻列表*/
.bodyindexnewslist{margin-top: 0;}


/*内页招投标列表*/
.newslist{display: flex; justify-content:space-between; flex-flow: wrap;}
.newslist:after{content: ""; width: calc((100% - 4%) / 3);}
.newslist .list{position: relative; width: calc((100% - 4%) / 3); padding: 2%; margin-bottom: 2%; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; transition: .3s;}
.newslist .list:hover{border: 1px solid #006fa9; background: #e7f4fa;}
.newslist .list .title{color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; transition: .3s;}
.newslist .list:hover .title{color: #006fa9; font-weight: bold;}
.newslist .list .desc{color: #999; margin: 4% 0; text-align: justify;}
.newslist .list .desc p{line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.newslist .list .cattime{border-top: 1px solid rgba(0,0,0,.15); padding-top: 4%; display: flex; align-items: center; justify-content: space-between;}
.newslist .list .cattime .cat i{margin-right: 8px;}
.newslist .list .time{color: #888; transition: .3s;}
.newslist .list .time i{margin-right: 5px;}

@media only screen and (max-width:800px){
	.newslist:after{content: ""; width: calc((100% - 2%) / 2);}
	.newslist .list{position: relative; width: calc((100% - 2%) / 2); margin-bottom: 2%; padding: 3%;}
}
@media only screen and (max-width:560px){
	.newslist:after{content: ""; width: 100%;}
	.newslist .list{position: relative; width: 100%; margin-bottom: 4%; padding: 5%;}
}

/*内页新闻详情推荐*/
.mainbodynews{padding-bottom: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.mainbodynews-left{width: 66%; padding-right: 6%; border-right: 1px solid #ededed;}
.mainbodynews-right{width: 34%; padding-left: 6%;}

.newsshow-title{color: #000; line-height: 1.6;}
.newsshow-info{color: #acacac; padding-bottom:2%; margin-top: 1%; border-bottom: 1px solid rgba(0,0,0,.1);}

.newsshowzx{}
.newsshowzx .newsshowzx-title{color: #000; padding-bottom: 7%; margin-bottom: 7%; border-bottom: 1px solid #ededed;}
.newsshowzx .list{position: relative; margin: 6% 0; display: flex; align-items: center; justify-content: flex-start;}
.newsshowzx .list .num{width: 1vw; min-width: 18px; height: 1vw; min-height: 18px; border-radius: 3px; margin-right: 10px; background: #cfcfcf; color: #fff; display: flex; align-items: center; justify-content: center;}
.newsshowzx .list:first-child .num{background: #e54346;}
.newsshowzx .list:nth-child(2) .num{background: #f18545;}
.newsshowzx .list:nth-child(3) .num{background: #f4ac2e;}
.newsshowzx .list .num p{line-height: 1;}
.newsshowzx .list .title{flex: 1; width: 100%; color: #777;}
.newsshowzx .list:hover .title{color: #006fa9; text-decoration: underline;}
.newsshowzx .list .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}

@media only screen and (max-width:800px){
	.mainbodynews{padding: 5% 0;}
	.mainbodynews-left{width: 100%; padding-right: 0; border-right:none;}
	.mainbodynews-right{width: 100%; padding-left: 0; margin-top: 6%;}
	.newsshow-title {line-height: 1.5; font-size: 26px; font-size: 2.6rem;}
	
	.newsshowzx .newsshowzx-title{padding-bottom: 3%; margin-bottom: 3%;}
	.newsshowzx .list{margin: 3% 0;}
}
@media only screen and (max-width:560px){
	.newsshow-title {font-size: 22px; font-size: 2.2rem;}
}

/*内页新闻、图片详细内容*/
.right_content_top{width: 100%;}
.right_content_title{width: 100%; font-size: 42px; text-align: center; line-height: 50px; color: #000; padding: 15px 0; }
.right_content_info{width: 100%; height:40px;line-height:40px;text-align:center; margin:15px 0; border-bottom: 1px solid rgba(0,0,0,.1); border-top: 1px solid rgba(0,0,0,.1); color:#666; font-size: 15px;}
.right_content_info small{margin-left:18px;margin-right:3px;color:#999;font-size:14px;}
.right_content_desc{margin:30px 0 15px; padding:5px 10px; line-height:25px; border:1px solid #f4e4b4; background:#fffff0; font-size:14px;}
.right_content_content{line-height:1.75; margin-top: 3%; text-align: justify;}
.right_content_content p{margin: 1.3% 0;}
.right_content_content img{max-width:100%;}

@media only screen and (max-width:1599px){
	.right_content_title{font-size: 30px; line-height: 40px; padding: 12px 0;}
}
@media only screen and (max-width:1359px){
	.right_content_title{font-size: 25px; line-height: 40px; padding: 12px 0;}
	
	.right_content_content p{margin: 8px 0;}
}
@media only screen and (max-width:1023px){
	.right_content_title{font-size: 20px; line-height: 30px; padding: 10px 0;}
	
	.right_content_content p{margin: 5px 0;}
}
@media only screen and (max-width:560px){
	.right_content_title{font-size: 16px; line-height:22px;}
	.right_content_info{height:30px; line-height:30px; margin: 0 0; text-align:center; font-size: 12px;}
	.right_content_info small{margin-left:0;margin-right:0;font-size:12px;}
	
	.right_content_content{line-height: 160%;}
}


/*详细页上一页下一页收藏打印*/
.preNext{width: 100%; margin-top: 20px; border-top: 1px solid rgba(0,0,0,.1); position: relative;}
.preNext .text{color:#999; margin-top: 20px; line-height: 30px;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url("https://www.greenmallb2b.com/images/actbox-ico.gif");background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -70px;}
.preNext .actBox li#act-pnt{background-position:4px -105px;}

@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){
	.preNext{margin-top: 0;}
	.preNext .text{margin-top: 10px; line-height: 20px;}
	.preNext .actBox{top:7px;}
}

/*分页样式*/
.page_info{text-align:center; padding-top:30px; color:#333; font-size: 14px; font-size: 1.5rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #d13f47;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:15px; font-size: 1.5rem; margin-top:30px;}
.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,.4); margin: 0 4px; border-radius: 6px; color:#777; text-align:center; padding:4px 12px; border-radius: 2px;}
.page_list a:hover,.page_list a.on{color:#fff; background: #006fa9; border: 1px solid #006fa9;}


@media only screen and (max-width:800px){
	.page_info{font-size: 14px; padding-top:5px;}
	.page_list{font-size: 14px; line-height:22px; margin-top:20px;}
	.page_list a{padding:2px 9px; margin:0 3px;}
}
@media only screen and (max-width:560px){
	.page_info{font-size: 12px;}
	.page_list{font-size: 12px; line-height:18px; margin-top:10px;}
	.page_list div{padding: 0 2px;}
	.page_list a{padding:1px 7px; margin:1px 1px;}
}

/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

