*{
    font-size: 13px;
    font-family: "微软雅黑";
    color:#585858;
    list-style: none;
}
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: #fe0001;
}
/* 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:#a1a1a1;
	top: 0px;
	left: 0px;
	z-index: 9999;
	box-shadow: 0px 2px 2px  rgba(18, 20, 19, 0.3);
}
.login{
	margin-right: 5%;
	margin-top: 14px;
    display: flex;
}
.login a{
	font-size:1rem;
	color: white;
}
.nav .logo {
	width: 40%;
	margin-left:8%;
	margin-top: 14px;
}
.nav .open {
	width:7%;
	margin-top: 14px;
	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 #2d59a8;
	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{
   position: relative;
   width: 80%;
   height: 34px;
   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: 34px!important;
   line-height: 34px!important;
   width:90%;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   text-indent: 16px;
   border: 2px solid #fe0001;
   border-radius: 20px;
   box-sizing: border-box;
   background-color: white;
   border-right: none;
}
.top_input button{
   box-sizing: border-box;
   padding: 0!important;
   width: 38px;
   height: 34px;
   background: none;
   border: none;
   border-left: none;
   position: absolute;
   right:30px;
   top:0;
}
.top_input button img{
   width: 38px;
   height: 34px;
}

/* 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: 24vw;
    height: 24vw;
    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: #fe0001 !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{
	display: block;
	width: 49%;
    margin-top: 10px;
}
.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: 100%;
    border-bottom: 2px solid #535353;
    display: flex;
    justify-content: space-between;
}
.ftitbox h1 {
    font-size: 16px;
    background-color: #a1a1a1;
    color: white;
    padding: 2px 10px;
    border-bottom: 1px solid #fe0001;
}
.ftitbox h1 img{
    width: 10px 10px;
    margin-right: 4px;
}
.ftitbox a{
    display: block;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    margin-top: 4px;
}
.supbox1{
    width: 100%;
    background-color: #f6f6f6;
    padding-bottom: 10px;
    border-bottom: 2px solid white;
}
.supbox1 h1{
    width: 100%;
    border-bottom: 1px solid white;
    position: relative;
    text-indent: 20px;
    line-height: 30px;
}
.supbox1 h1::before{
    content: "";
    position: absolute;
    top:9px;
    left: 10px;
    width: 2px;
    height: 12px;
    background-color: #fe0001;
}
.supbox a{
    display: block;
    width: 96%;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
}
.supbox img{
    width:32%;
    height: 80px;
}
.supbox div{
    width: 66%;
}
.supbox div h2{
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.supbox div p{
    font-size: 14px;
    line-height: 22px;
    color: #a1a1a1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.supbody{
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.supbody .suplist{
    width: 100%;
    padding: 1% 2%;
    margin: 0 auto;
    background-color: #f6f6f6;
}
.suplist li a{
    display: block;
    width: 100%;
    line-height: 32px;
    text-indent: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.suplist li a::before{
    content: "";
    position: absolute;
    top:13px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 20px;
    background-color:#535353 ;
}
.supic{
    width: 38%;
}
.picbox{
    width: 100%;
    position: relative;
    margin-top:10px;
}
.picbox a{
    display: block;
    width: 100%;
    height: 120px;
}
.picbox a img{
    width: 100%;
    height: 100%;
}
.picbox p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 30px;
    opacity: 0.9;
    text-align: center;
    background-color: #979796;
    color: white;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* supply */
.mainbody{
    width: 100%;
    padding-bottom: 10px;
    background-color: #f6f6f6;
}
.supicbox{
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.picbox1{
    width: 32%;
    margin-top: 10px;
    background-color: white;
}
.picbox1 a{
    display: block;
    width: 100%;
    height: 120px;
}
.picbox1 a img{
    width: 100%;
    height: 100%;
}
.picbox1 p{
    width: 100%;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.suppbox{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.suppbox .supplist{
    width: 98%;
    margin: 0 auto;
}
.suppbox .supplist li a{
    display: block;
    width: 90%;
    line-height: 36px;
    text-indent: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.suppbox .supplist li a::before{
    content: "";
    position: absolute;
    top:12px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 2px solid #fe0203;
    border-radius: 20px;
}

/* Business */
.buslbig{
    width: 96%;
	margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buslbig a{
    display: block;
    width: 32%;
    height: 120px;
    margin-bottom: 10px;
}
.buslbig a img{
    width: 100%;
    height: 100%;
    border: 1px solid #c3c3c3;
}
.busmbox{
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.busbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.busbox ul{
    width:100%;
}
.busbox ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.busbox ul li span{
    color: #fe0001;
    line-height: 28px;
}
.busbox ul li a{
    display: block;
    width: 70%;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.busrpic{
    width: 38%;
}
.busrpic a{
    display: block;
    width: 100%;
    height: 170px;
}
.busrpic a img{
    width: 100%;
    height: 100%;
}
/* exhibition */
.exhlp1{
    width: 96%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.exhbox{
    width:49%;
    position: relative;
}
.exhbox a{
    display: block;
    width: 100%;
    height: 160px;
}
.exhbox a img{
    width: 100%;
    height: 100%;
}
.exhbox p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 30px;
    text-align: center;
    background-color: #979796;
    color: white;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.9;

}
.exhrp a{
    display: block;
    width: 96%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.exhrp img{
    width:110px;
    height: 100px;
}
.exhrp div{
    width: 68%;
}
.exhrp div h1{
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exhrp div p{
    font-size: 14px;
    line-height: 22px;
    color: #a1a1a1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 3;
}









/*底部*/
.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;
}
