body{
  min-width: 1000px;
}

.logo{
  color: #FF5C33;
	letter-spacing: 1px;
	font-size: 30px;
	/*border-right: 1px solid #eee;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 700;
  padding-right: 10px;
  position: relative;
}

.navText{
	color: #C9C6C6;
	display: flex;
  align-items: center;
  padding-left: 10px;
  
}

.navTitle{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666362;
  width: 1000px !important;
}

.navTitle button{
  margin: 0 0px;
  white-space:nowrap;
}

.navPhone{
	color: #FF5C33;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footerLinks{
  width:1050px;
  height: 200px;
  margin: auto;
  display: flex;
}

.footerLinkHeader{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footerLinkHeader a:hover{
	color: #BEBEBE !important;
	text-decoration: none !important; 
}
.footerTitle{
  float: left;
  color: #998D8A;
  font-size: 20px;
  margin: 20px auto;
  text-decoration: none;
  width: 100%;
}

.footerLinkBody{
  float: left;
  margin: 10px auto;
  color: #807573;
  width: 100%;
}

.icon{
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9;
}

.path{
  color: #666362;
  letter-spacing:2px;
  font-size: 15px;
  height: 30px;
  align-items: center;
}

.pagination{
  margin:30px auto;
  cursor: pointer;
}

.backToTop{
  margin-top: 10px;
}

.modal-content{
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #C51916;
}

.currentPage{
  background-color: #FF704C;
  color: #fff;
}

.prePage,.nextPage{
  color: #6D6968;
  margin: 20px auto;
}

.searchButton{
  cursor: pointer;
}

.dataName,.dataDownload{
  cursor: pointer;
}
.dataName{
   color: #212529;
   transition: color 0.2s;
   -webkit-transition: color 0.2s; /* Safari */
}
.certificationData:hover .dataName{
	color: #BEBEBE;
}
.foot{
	background: #332f2e;
  height:330px;
  position: relative;
  padding-top: 70px !important;
}
.foot_text{
	  color: #998d8a;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 13px;
}
.foot_text a{
		color: #998d8a;
    font-size: 13px !important;
}
.foot img{
	  width: 90px;
    position: absolute;
    top: 30%;
    margin-left: 70px;
}
.websiteService{
	cursor: pointer;
}
.backToTop{
	cursor: pointer;
}
.row_title{
	width: 1300px !important;
	margin: auto !important;
}
