.borr{
    border-right: 1px solid #e5e5e5;
}
.borbot{
    border-bottom: 1px solid #e5e5e5;
}
/* top */
.Region {
	width: 100%;
	overflow: hidden;
}
.auto {
	width: 100%;
	overflow: hidden;
}
.nav {
	width: 100%;
	overflow: hidden;
	height: 60px;
    background-color: white;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	box-shadow: 0px 2px 2px  rgba(18, 20, 19, 0.3);
}
.login{
	margin-right: 5%;
	margin-top:4%;
    display:flex;
}
.login a{
	font-size:1rem;
}
.nav .logo {
	width: 40%;
	margin-left:10%;
	margin-top:4%;
}
.nav .open {
	width:7%;
    margin-top: 4%;
	margin-left: 5%;
}
.nav div img {
	width: 90%;
	height: auto;
}
nav {
	overflow: hidden;
	position: fixed;
	z-index: 99;
	background-color: #fff;
	transform: translateX(0px);
	box-shadow: 1px 2px 3px #eaeaea;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
}
nav.nav-open {
	transform: translateX(-1100px);
	border-radius: 0% 0% 0% 0%;
	background: rgba(255, 255, 255, 0.6);
}
nav .nav-links {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 900ms cubic-bezier(0.9, 0, 0.33, 1);
	padding-top: 55px;
}
nav .nav-links.fade-in {
	opacity: 1;
	transform: translateX(0px);
}
nav .nav-links .link {
	padding: 1rem 0;
	text-decoration: none;
	font-family: sans-serif;
	display: block;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
}
/* 搜索框 */
.colf{
    padding: 10px 0;
    background: #fff;
}
.top_input div{
	width: 20%;
	height: 30px;
	line-height: 30px;
	background-color: white;
	border: 1px solid #019545;
	box-sizing: border-box;
}
.top_input div span{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 28px;
	text-align: center;
}
.top_input .option-ul{
   top: 30px;
   height: 200px;
   line-height: 40px;
   width: 20%;
   position: absolute;
   z-index: 8;
   flex-wrap: wrap;
}
.top_input .option-ul span{
	display: block;
	width: 100%;
}
.top_input{
   width: 80%;
   height: 32px;
   margin: 10px auto 0;
   display: flex!important;
   justify-content: space-between;
}
.top_input div span{
   color: #343434;
}
.top_input img{
   width: 20px;
   height: 26px;
   margin-top: 4px;
}
.top_input input[type=text]{
   padding: 0!important;
   height: 32px!important;
   line-height: 32px!important;
   width:80%;
   text-indent: 16px;
   border: 1px solid #019545;
   box-sizing: border-box;
   background-color: white;
   border-right: none;
}
.top_input button{
   box-sizing: border-box;
   padding: 0!important;
   width: 20%;
   height: 32px;
   background: white;
   border: 1px solid #019545;
   border-left: none;
}
.top_input button img{
    width:22px;
    height: 20px;
}
.hots{
    width: 80%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.hots a{
    display: block;
    margin-right: 10px;
    color: #019545;
}
/* nav */
.ns-nav {
	margin-top: 20px!important;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ns-nav a img{
    width: 60px;
    height: 50px;
    padding: 0;
}
.ns-nav a{
    display: flex;
    width: 24.8vw;
    height: 24vw;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 1%;
}
.ns-nav a span{
    width: 4em;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}
.ns-nav a img{
    width: 70%;
    height: auto;
    padding: 0 calc(30%/2);
}

/*流程图*/
.shurff {
	width:100%;
	margin: 0px auto 0;
}
.swiper-slide a{
	display: block;
	height: 220px;
}
.swiper-slide img {
	width: 100%;
	height: 220px;
}

.swiper-pagination span {
	width: 6px;
	height: 6px;
}

.swiper-pagination-bullet {
	background:white !important;
	opacity: 0.6 !important;
	margin: 0px 4px !important;
}

.swiper-pagination-bullet-active {
	background: #009944 !important;
	opacity: 1 !important;
}

/* advbox */
.nav_img2 {
	width: 100%;
	overflow: hidden;
	margin:10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.nav_img2 a{
    margin-top: 10px;
	display: block;
	width: 49%;
}
.nav_img2 a img{
	width: 100%;
	height: 90px;
}

.advbox{
	width: 100%;
	margin: 10px auto;
	display: block;
}
.advbox a{
	display: block;
	width: 100%;
	height: 90px;
}
.advbox img{
	width: 100%;
	height:100%;
}
/* news */
.ftitbig{
    width: 98%;
    height: 62px;
    margin: 0 auto 10px;
    background: url(../images/titbg.jpg) no-repeat center center;
    background-size:100% 100%;
    box-shadow: 10px 10px 20px #e5e5e5;
}
.ftitbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ftitbox h1 {
    font-size:0.5em;
    font-weight: bold;
    color:#019545;
    margin-left: 1%;
    line-height: 60px;
}
.ftitbox a{
    background-color: #019545;
    color: white;
    width: 50px;
    line-height: 16px;
    height: 18px;
    padding: 0 2px;
    font-size:0.2em;
    text-align: center;
    margin-right: 1%;
    margin-top:22px;
}
.ftitbox div{
    margin-left: -16px;
    margin-top:8px;
}
.ftitbox div h2{
    text-align: center;
    color: #019545;
    font-size: 18px;
    font-weight: bold;
}
.ftitbox div p{
    text-align: center;
    color: #e2e2e2;
    font-size: 12px;
    margin-top: 4px;
    text-transform:uppercase;

}
.news1box{
    width: 96%;
    margin: 0 auto;
}
.zcbox h1{
    font-size: 20px;
    text-align: center;
    margin: 10px 0 20px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #019545;
    background: url(../images/newst1bg.png) no-repeat center bottom;
    background-size: 60% 100%;
}
.zcbox h2,.news2box h1{
    width: 100%;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zcbox p{
    margin-top: 20px;
    line-height: 30px;
    color: #6a6a6a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslist1{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newslist1 li{
    width: 50%;
}
.newslist1 li a{
    display: block;
    width:90%;
    font-size: 18px;
    line-height: 36px;
    position: relative;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist1 li a::before{
    content: "";
    position: absolute;
    top:10px;
    left: 0;
    width: 4px;
    height: 16px;
    background-color:#ff7f00 ;
}

.wrap{
    width: 96%;
    margin: 0 auto;
}
.newsg{
    background-color: white;
    box-shadow: 5px 5px 5px #e5e5e5;
    margin-bottom: 16px;
    padding-top: 20px;
}
.tab1{
    width:100%;
    }
.tab-hd {
    width: 100%;
    margin: 0 auto;
    display: flex;
    overflow:hidden;
    zoom:1;
    }
.newsg .tab-hd{
    width: 86% !important;
    height: 60px;
    background: url(../images/news3tbg.jpg) no-repeat center top;
    background-size:90% 60px;
    padding-left:14%;
}
.newsg .tab-hd li{
    width: 27%;
    color:#177040;
    line-height: 40px;
    font-weight: bold;
}
.tab-hd li{
    font-size: 18px;
    text-align:center;
    cursor:pointer;}
.tab-hd li.active{
    color: white;
    font-weight: bold;
}
.tab-bd li{
    display:none;
    border-top:0 none;
}
.tab-bd li.thisclass{ 
    display:list-item;
}
.news3box{
    width: 96%;
    margin: 0 auto;
    background-color: white;
}
.news3box h1{
    text-indent: 60px;
    line-height: 40px;
    color: white;
    font-size: 24px;
    height: 60px;
    font-weight: bold;
    background: url(../images/news3tbg.jpg) no-repeat center top;
    background-size:334px 60px ;
}
.news3box p{
    line-height: 30px;
    font-size: 18px;
    margin: 0px auto 10px;
    color: black;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.news3box .nmore{
    display: block;
    text-align: right;
    color: #ff7f00;
}
.news3box div{
    margin: 10px auto;
    padding-bottom: 10px;
}
.news3box div a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    position: relative;
    text-indent: 30px;
}
.news3box div a::before{
    content: "";
    position: absolute;
    top:6px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/news3lc.jpg) no-repeat left center;
    background-size: 100% 100%;
}
/* supply */
.suppg{
    margin-top: 16px;
}
.suppg .tab-hd{
    width: 100%;
    height: 40px;
    background: url(../images/supt1bg.png) no-repeat center top;
    background-size: 100% 100%;
}
.suppg .tab-hd li{
    width: 24%;
    color: white;
    font-size: 14px;
    line-height: 34px;
    text-indent: 10px;
}
.suplcon{
    width: 100%;
    margin-top:10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.supl1{
    display: block;
    width: 30%;
    height: 140px;
}
.supl1 img{
    width: 100%;
    height: 100%;
}
.suprcon{
    width: 69%;
    display: flex;
    justify-content: space-between;
}
.suprcon div{
    width: 32%;

}
.suprcon div img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 86px;
}
.suprcon div p{
    color: #272727;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.suprcon div a{
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: #39c179;
    color: white;
    line-height: 24px;
    font-size:0.1em;
}
.tuijian .tab-hd{
    width: 100%;
    height: 50px;
    background: url(../images/suprtbg.png) no-repeat center center;
    background-size: 100% 100%;
}
.tuijian .tab-hd li{
    line-height: 40px;
    text-indent: 20px;
}
.tuijian .tab-hd a{
    display: block;
    width: 44%;
    line-height: 36px;
    text-align: right;
    color: white;
}
.tuilist{
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.tuilist span{
    color: #fb9027;
}
.tuilist a{
    display: block;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tuilist i{
    width: 22%;
    height: 20px;
    text-align: right;
    font-style: normal;
    overflow: hidden;
}
/* buy */
.buylbox{
    width: 96%;
    margin: 16px auto 0;
}
.buylbox .suprcon{
    width: 100%;
}
.buylbox .suprcon div{
    width: 32%;
}
.buyrbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.buyrbox a{
    display: block;
    width: 31%;
    padding: 2% 1%;
    border-right: 1px solid #c9e1b1;
    border-bottom: 1px solid #c9e1b1;
}
.buyrbox a:nth-child(3n){
    border-right: none;
}
.buyrbox a h1{
    width: 100%;
    color: #272727;
    font-size:18px ;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buyrbox a p{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buyrbox a p span{
    color: #399f6a;
    margin-left: 10px;
}
.buyrbox a p i{
    color: #ffa10c;
    font-style: normal;
    margin-left: 10px;
}
/* comp */
.fbigbox{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.compbox{
    width: 49%;
    position: relative;
    height: 330px;
}
.compbox img{
    display: block;
    height: 170px;
    width:98%;
    margin: 0 auto;
    box-shadow: 5px 5px 5px #e2e2e2;
}
.compbox div{
    width: 80%;
    background-color: white;
    margin: 0 auto;
    position: absolute;
    top:150px;
    left: calc(20%/2);
}
.compbox div h1{
    padding: 20px 20px 0;
    font-size: 20px;
    color: #525252;
    font-weight: bold;
    line-height: 28px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.compbox div h1::before{
    content: "";
    position: absolute;
    top:8px;
    left:20px;
    width: 30px;
    height: 6px;
    background-color: #39c179;
}
.compbox div p{
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 6px;
}
.compbox div a{
    color: #019545;
}
.complist{
    width:96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.complist li{
    width: 48%;
}
.complist li a{
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    text-indent: 40px;
    position: relative;
    border-bottom: 1px dashed #7bb743;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.complist li a::before{
    content: "";
    position: absolute;
    top:17px;
    left:10px;
    border-top:8px solid transparent ;
    border-bottom:8px solid transparent ;
    border-left:10px solid #019545 ;
}
.complist li:nth-child(n+5) a{
    border-bottom: none;
}
/* exh */
.tab1{
    width:100%;
    }
.tab-hde {
    width: 100%;
    margin: 0 auto;
    display: flex;
    overflow:hidden;
    zoom:1;
    }

.tab-hde li{
    width: 27%;
    color:#9c9c9c;
    line-height: 40px;
    font-weight: bold;
}
.tab-hde li{
    font-size: 18px;
    text-align:center;
    cursor:pointer;}
.tab-hde .activee{
    color: black;
    font-weight: bold;
}
.tab-bde li{
    display:none;
    border-top:0 none;
}
.tab-bde li.thisclass{ display:list-item;}
.exhcon{
    width: 100%;
    border-top: 1px solid #e1eed4;
    padding-top: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.exhl1,.exhl2{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.exhcon .exhl1 img{
    width: 32%;
    height: 90px;
    border: 1px solid #dfe1e0;
}
.exhcon .exhl1 div{
    width: 65%;
}
.exhcon .exhl1 div p{
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.exhcon .exhl1 div a{
    padding:4px 16px;
    display: block;
    background-color: #39c078;
    color: white;
    border-radius: 5px;
    width: 5em;
    text-align: center;
}
.exhl2 p{
    margin-top: 10px;
    width: 49%;
    font-size: 12px;
    color: #939393;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exhl2 p span{
    font-size: 14px;
    color: black;
}
.bah{
text-align:center;
}
.bah a{
display: inline;
}
