*{
    font-size: 16px;
    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;
}


/* banner */
.bigbox{
    width:100%;
    margin-bottom: 10px;
}
.bbox{
    width:1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.bbox>ul{
    height: 370px;
    width: 220px;  
    background: #f7f7f7;
    float: left;
    overflow-y: scroll;
}
.bbox>ul::-webkit-scrollbar{
    width: 3px;
    background-color: #d3d3d3;
}
.bbox>ul::-webkit-scrollbar-track{
    display: none;
}
.bbox>ul::-webkit-scrollbar-thumb{
    background-color: #a1a1a1;
}
.bbox>ul>li{     
    line-height: 60px;
    width:203px;
    margin: 0 auto;
    background-color: #a1a1a1;
    border-bottom: 2px #d3d3d3 solid;

}
.bbox>ul>li:last-child{
    border-bottom: none;
}
.bbox ul li span{
    display: block;
    display: flex;
    justify-content: space-between;
}

.bbox ul li span a{
    color: white;
    font-size: 16px;
    padding-left: 35px;
}
.bbox ul li span em{
    margin-right: 35px;
    color: white;
}
.bbox ul li span a:hover{
    font-weight: bold;
}
.flright{
    display: none;
    position: absolute;
    text-align: left !important;
    left: 213px;
    top:0px;
    width: 600px;
    height:368px;
    overflow-y: scroll;
    background:white;
    opacity: 0.9;
    border: 1px solid #f3f3f3;
    z-index: 999999;
}
.flright::-webkit-scrollbar{
    width: 3px;
    background-color: #fff;
}
.flright::-webkit-scrollbar-track{
    display: none;
}
.flright::-webkit-scrollbar-thumb{
    background-color: #a1a1a1;
}
.flright a{
    color: #4d4d4d !important;
    margin: 10px;
}
.bbox ul li:hover .flright{
    display: block;
}
.rfenlei{
    margin-left: 10px;
}
.rfenlei span{
    font-weight: bold;
}
/*流程图*/
.shurff {
	width:700px;
    float: left;
    margin: 4px 4px 0;
}

.swiper-slide img {
	width: 100%;
	height: 366px;
}

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

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

.swiper-pagination-bullet-active {
	background: #fe0001 !important;
	opacity: 1 !important;
}
/* member  */
.memberr{
    width: 270px;
    margin-top: 4px;
    float: right;
    background-color: #f6f6f6;
}
.memberr img{
    display: block;
    margin: 12px auto;
    width: 56px;
    height: 56px;
}
.memberr p{
    text-align: center;
}
.memberr .inputbox{
    width:90%;
    margin: 12px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inputbox a{
    display: block;
    width: 48%;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height:30px;
    border: 1px solid #fe0001;
    color: #fe0001;
}
.inputbox a:hover{
    background:#fe0001;
    color: white;
}
.membox{
    width: 99%;
    margin: 10px auto 0;
    border-top: 2px solid white;
    padding-bottom: 8px;
}
.membox h1{
    line-height: 30px;
    font-size: 16px;
    text-indent: 30px;
    background: url(../images/hot.png) no-repeat 10px center;
    background-size: 10px 16px;    
}
.hotbox a{
    display: block;
    width: 96%;
    margin: 4px auto 0;
    display: flex;
    justify-content: space-between;
}
.hotbox a img{
    width: 86px;
    height: 80px;
    margin: 0;
}
.hotbox a div{
    width: 64%;
}
.hotbox a div h2{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 14px;
}
.hotbox a div p{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #a1a1a1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
}

/* advertising */
.advbox{
    width: 1200px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advbox a{
    display: block;
    width: 33%; 
    height: 130px;
    margin-bottom: 10px;
}
.advbox a img{
    width:100%;
    height:100%;
}
.advbox2{
    width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.advbox2 a{
    display: block;
    width: 49%;
    height:120px;
}
.advbox2 a img{
    width: 100%;
    height:100%;
}
.advbox3 {
    width: 1200px;
    margin: 10px auto;
}
.advbox3 a {
    display: block;
    width: 100%;
    height: 120px;
}
.advbox3 a img {
    width: 100%;
    height: 100%;
}
/* news*/
.ftitbig{
    width: 1200px;
    margin: 0 auto;
}
.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;
}
.fbigbox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.supbox1{
    width: 38%;
    background-color: #f6f6f6;
}
.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;
}
.supbox1 .suplist{
    width: 96%;
    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: 23%;
}
.picbox{
    width: 100%;
    position: relative;
    margin-bottom: 4px;
}
.picbox a{
    display: block;
    width: 100%;
    height: 210px;
}
.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 */
.supbody{
    width: 1180px;
    margin: 0 auto 20px;
    background-color: #f6f6f6;
    padding: 10px;
}
.supicbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.picbox1{
    width: 16%;
    background-color: white;
}
.picbox1 a{
    display: block;
    width: 100%;
    height: 150px;
}
.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: 10px 0;
    display: flex;
    justify-content: space-between;
}
.suppbox .supplist{
    width: 48%;
}
.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;
}
/* buy */
.buybody{
    width: 1180px;
    margin: 0 auto;
    background-color: #f6f6f6;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.buylbox{
    width: 50%;
    
}
.buylbox1{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buylbox .picbox1{
    width: 33%;
    margin-bottom: 10px;
}
.buyl{
    display: block;
    width: 100%;
    height:96px;
}
.buyl img{
    width: 100%;
    height: 100%;
}
.buyrbox a{
    display: block;
    width: 100%;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}
.buyrbox div{
    width: 72%;
    margin-left: 4%;
}
.buyrbox div p{
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buyrbox div h2{
    color: #fe0001;
}
.buyrbox img{
    width:130px ;
    height: 80px;
}
/* Business */
.busbody{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; 
}
.buslbig{
    width: 76%;
}
.busrpic{
    display: block;
    width: 23%;
    height:350px;
}
.busrpic img{
    width: 100%;
    height: 100%;
}
.buslbox{
    width: 98%;
    padding:0.5% 1% 0;
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
}
.buslbox ul{
    width: 42%;
}
.buslbox ul li{
    width: 100%;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.buslbox ul li em{
    color: #fe0001;
    font-style:normal
}
.buslbox ul li span{
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buspic{
    width: 56%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buspic a{
    display: block;
    width: 32%;
    height: 150px;
    margin-bottom: 10px;
}
.buspic a img{
    width: 100%;
    height: 100%;
}
/* exh */
.exhlp1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.exhbox{
    width:49%;
    position: relative;
}
.exhbox a{
    display: block;
    width: 100%;
    height: 208px;
}
.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: 94%;
    margin-left: 4%;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.exhrp img{
    width:110px;
    height: 100px;
}
.exhrp div{
    width: 78%;
}
.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;
}
/* link */
.linkbox{
    width: 1200px;
    margin: 0 auto;
}
.linkbox h1{
    text-align: center;
    margin-top: 10px;
}
.link{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    
}
.link a{
    display: block;
    margin: 10px 20px 0;
}

