*{
    font-size: 16px;
    font-family: "微软雅黑";
    color:#585858;
    list-style: none;
}
img{
    width: 100%;
    height: 100%;
}
body,p,img,ul,li,ol,h1,h2,h3,h4{
    margin:0;
    padding:0;
    border: none;
    list-style: none;
    font-weight: normal;
}
input{
	border: none;
	border-style: none;
	outline: none;
}
a{
    text-decoration: none;
    margin:0;
    padding: 0;  
}
a:hover{
    color: #056eef;
}
/* top */
.maximum {
	padding-bottom: 60px;
}
.Region {
	width: 100%;
	overflow: hidden;	
}
.auto {
	width: 100%;
	overflow: hidden;
}
.nav {
	width: 100%;
	overflow: hidden;
	height: 60px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	background:white;
	top: 0px;
	left: 0px;
	z-index: 9999;
	box-shadow: 0px 2px 2px  rgba(18, 20, 19, 0.3);
}
.login{
    display: flex;
	margin-right: 5%;
	margin-top: 18px;
}
.login a{
	font-size:0.9rem;
	color: black;
}
.nav .logo {
	width: 40%;
	margin-left: 5%;
	margin-top:12px;
}
.nav .open {
	width:7%;
	margin-top: 18px;
	margin-left: 5%;
}
.nav div img {
	width: 100%;
	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: 28%;
	height: 36px;
	line-height: 36px;
	background-color: white;
	border: 1px solid #3ace4f;
	box-sizing: border-box;
}
.top_input div span{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 32px;
	text-align: center;
}
.top_input .option-ul{
   top: 36px;
   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{
   position: relative;
   width: 80%;
   height: 36px;
   margin: 10px auto 0;
   display: flex!important;
   justify-content: space-between;
}
.top_input div span{
   color: #343434;
}
.top_input img{
   width: 20px;
   height: 20px;
}
.top_input input[type=text]{
   padding: 0!important;
   height: 36px!important;
   line-height: 36px!important;
   width:90%;
   text-indent: 16px;
   border: 1px solid #3ace4f;
   box-sizing: border-box;
   background-color: white;
   border-right: none;
}
.top_input button{
    height: 36px;
   border: 1px solid #3ace4f;
   box-sizing: border-box;
   padding: 0!important;
   width: 22%;
   color: white;
   line-height: 30px;
   background-color: #3ace4f;
   border-left: none;
}
.top_input button img{
   width: 32px;
   height: 30px;
}

/* nav */
.ns-nav {
	margin-top: 10px!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;
    margin-top: 10px;
    width: 25vw;
    height: 25vw;
    align-content: center;
    flex-wrap: wrap;
}
.ns-nav a span{
    width: 4em;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}
.ns-nav a img{
    width: 60%;
    height: auto;
    padding: 0 calc(40%/2);
}

/*流程图*/
.shurff {
	width:100%;
	margin:0px auto 0;
	border-radius: 5px;
}
.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: #3ace4f !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: 70px;
}

.advbox{
	width: 100%;
	margin: 10px auto;
	display: block;
}
.advbox a{
	display: block;
	width: 100%;
	height: 80px;
}
.advbox img{
	width: 100%;
	height:100%;
}
/* news */
.ftitbox{
    width: 96%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.ftitbox div{
    width: 170px;
    height: 56px;
    background: url(../images/titbg.png) no-repeat left center;
    background-size: 100% 100%;
    padding-left: 8px;
    padding-top: 2px;
}

.ftitbox div span{
    font-size: 22px;
    letter-spacing: 2px;
    color: white;
}
.ftitbox div p{
    color: #f9de35;
    text-transform:uppercase;
    font-size: 12px;
    margin-top: -2px;
}
.ftitbox a {
    color: white;
    background-color: #5cde55;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    font-size: 12px;
    width: 80px;
    height: 20px;
}
.tab1{ 
    width:96%;
     margin:0 auto;
}
.tab1-hd {  
    overflow:hidden;
    zoom:1;
    display: flex;
}
.tab1-hd li{ 
    width: 24%;
    font-size: 20px;
    cursor:pointer;
}
.tab1-hd li.active{ 
    color: #24bf1c;
}
.tab1-bd li{
    display:none; 
    padding-top:10px; 
    border-top:0 none; 
}
.conlist{
    width: 92%;
}
.conlist a{
    display: block;
    width: 100%;
    line-height: 36px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.conlist a::before{
    content: ">";
    position: absolute;
    top:0px;
    left: 0;
    color: #3eba39;
    line-height: 36px;
}

.tab1-bd li.thisclass{ display:list-item;}
.newsrt{
    width: 96%;
    margin: 10px auto 0;
    height: 51px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 10px;
    background: url(../images/newsrtbg.png) no-repeat center;
    background-size: 100% 100%;
}
.conlist2{
    width: 96%;
    margin: 0 auto;
}
.conlist2 a{
    display: block;
    width: 92%;
    line-height: 40px;
    padding-left: 26px;
    border-bottom: 1px solid #e6e6e6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.conlist2 a::before{
    content: "";
    position: absolute;
    top:16px;
    left:4px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #fbb240;
}

/* supply */
.picbig{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.picbig a{
    display: block;
    width: 32%;
    height: 100px;
	margin-bottom: 6px;
}
.supbox a img{
    width: 100%;
    height: 100%;
}
.suplist1{
    width: 96%;
    margin: 0 auto;
}
.suplist1 li{
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}
.suplist1 li span{
    width:20%;
    color: #3fc737;
}
.suplist1 li p{
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.suplist1 li a{
    width: 20%;
    text-align: right;
    color: #f16d1d;
}

/* pur */
.purbig1{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.purlpb{
    width: 40%;
}
.purlpb a{
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
}
.purlpb a img{
    width: 100%;
    height: 100%;
}
.purlist{
    width: 58%;
}
.purlist a{
    display: block;
    width: 100%;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.purlist a span{
    color: #3fc737;
}

/* comp */
.compbox{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.compbox a{
    display: block;
    width: 32%;
    position: relative;
    margin-bottom: 10px;
}
.compbox a img{
    width: 100%;
    height: 110px;
    border: 1px solid #60af54;
}
.compcbox{
    width: 96%;
    margin: 0 auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.compbox1{
    width: 49%;
}
.compbox1 a{
    display: block;
    width: 100%;
    margin-top: 10px;
}
.compbox1 a h1{
    font-size: 18px;
    font-weight: normal;
    color: black;
    padding-left: 16px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.compbox1 a h1::before{
    content: "";
    position: absolute;
    top:8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #41bd3b;
}
.compbox1 p{
    padding-left: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
}

/* exh */
.exhboxb{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.exh-banner{
    width: 96%;
    margin:0 auto;
}
.exhbox2{
    width: 96%;
    margin: 0 auto;
}
.exhbox2 a{
    display: block;
    width: 96%;
    position: relative;
    padding-left: 16px;
    margin-top: 8px;
}
.exhbox2 a::before{
    content: "";
    position: absolute;
    top:10px;
    left:4px;
    width: 4px;
    height: 20px;
    background-color: #41bd3b; 
}
.exhbox2 a h1{
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #50ae4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exhbox2 a p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}















.marbb{
    margin-bottom: 20px;
}
.bah p{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}


/*底部*/
.footer {
	background-color: #f1f1f1;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-top: 1px solid #bfbfbf;
}
.footer ul {
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
}
.footer ul li {
	list-style: none;
}
.footer ul li p {
	text-align: center;
}
.footer ul li p a {
	color: #555555;
	font-size: 14px;
	display: block;
}