.homeSwipers {
	position: relative;
	margin: 10px auto;
	padding: 0;
}

.getContact {
	position: absolute;
	background-color: #FF704C;
	color: #fff;
	border-radius: 50px;
	height: 50px;
	width: 150px;
	bottom: 17%;
	left: 46%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.certificateService {
	display: flex;
	justify-content: center;
	font-size: 34px;
	font-weight: 700;
	margin-top: 100px;
}

.certificationImage {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.certification {
	position: relative;
	width: 380px;
	height: 470px;
	margin-right: 20px;
	border-radius: 8px;
	overflow: hidden;
	background: #FFF7F5;
}
.btn_box{
	text-align: center;
	width: 100%;
	padding-top: 20px;
}
.detail_btn {
	height: 40px;
	width: 100px;
	background-color: #FFF7F5;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	color: #95908F;
	border: 2px solid #F0E6E4;
}

.leftSpace {
	flex: 1;
}

.rightSpace {
	flex: 0.9;
}

.mouseEnter {
	background-color: #FF704C;
	color: #fff;
}

.inquiry {
	margin: 30px auto;
	position: relative;
}

.book,
.person {
	font-size: 20px;
	white-space: nowrap;
	display: flex;
	justify-content: center;
}

.book:before,
.person:before {
	display: none;
	content: '';
	width: 50px;
	border-bottom: 5px solid #FF704C;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 36%;
	border-radius: 30px;
}

.certificateData:before,
.legalData:before {
	display: none;
	content: '';
	width: 50px;
	border-bottom: 5px solid #FF704C;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 43%;
	border-radius: 30px;
}

.book.show:before,
.person.show:before,
.certificateData.show:before,
.legalData.show:before {
	display: block
}

.show {
	color: #FF704C;
}

.searchResult {
	height: 400px;
	background-color: #FAF6F5;
}

.inputBoxTitle {
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
}

.inputBox {
	align-items: center;
	justify-content: center;
}

.inputBoxText {
	height: 70px;
	width: 240px;
	padding-left: 5px !important;
	margin-right: 10px;
	flex: 1;
	font-size: 30px;
}

.searchTitle {
	display: flex;
	border-bottom: 1px solid #F0E8E6;
	margin: 30px auto;
	padding-bottom: 10px;
}

.searchName {
	flex: 1;
	display: flex;
	justify-content: center;
	color: #B0ABA9;
}

.searchUpshotTitle {
	display: flex;
}

.searchUpshot {
	flex: 1;
	display: flex;
	justify-content: center;
	color: #666261;
}

.flatForm {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	font-size: 28px;
}

.searchButtonHeader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.search_Button {
	background-color: #FF704C;
	border-radius: 20px;
	color: #fff;
	width: 120px;
}

.searchResult {
	height: 400px;
	background-color: #FAF6F5;
}

.introduction {
	position: relative;
	padding: 0;
	height: 685px;
	width: 100%;
	background: url(../../img/aboutus_bg.jpg)0px 0px no-repeat;
	background-size: 100% 100%;
}

.introductionDetail {
	height: 40px;
	width: 100px;
	background-color: #FF704C;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-left: 18px;
	margin-top: 25px;
}

.certificationData {
	background-color: #FAF5F3;
	height: 80px;
}

.dataName {
	display: flex;
	border-bottom: 1px solid #E5DCDA;
	height: 80px;
	align-items: center;
}

.dataDownload {
	display: flex;
	border-bottom: 1px solid #E5DCDA;
	height: 80px;
	align-items: center;
	justify-content: flex-end;
}

.loadMoreTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background-color: #FFF7F5;
}

.loadMore {
	height: 45px;
	width: 120px;
	background-color: #FFF7F5;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #95908F;
	border: 2px solid #F0E6E4;
	transition: background-color 0.2s;
   -webkit-transition: background-color 0.2s; /* Safari */
}
.loadMore:hover{
	background-color:white;
}
.onlineMessage {
	width: 530px;
	margin-left: 30px;
}

.contact {
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	margin: 0 5px;
	height: 60px;
	display: flex;
	align-items: center;
}

.contactWay {
	background-color: #EE6947;
	color: #fff;
	border: 0px;
	width: 100%;
	padding: 0 10px;
}

input,
textarea {
	outline: none;
}

.contactWay::-webkit-input-placeholder,
.leaveComment::-webkit-input-placeholder {
	color: #fff;
}

.contactWay:-moz-placeholder,
.leaveComment:-moz-placeholder {
	color: #fff;
}

.contactWay:-ms-input-placeholder,
.leaveComment:-ms-input-placeholder {
	color: #fff;
}

.comment {
	height: 200px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	width: 85%;
	margin: 10px 0 0 5px;
}

.leaveComment {
	background-color: #EE6947;
	color: #fff;
	border: 0px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 10px 10px;
}

.contactUploader {
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	width: 85%;
	margin: 15px 0 0 5px;
	border: 0px;
	outline: none !important;
}

.uploaderButton {
	padding: 0;
}
.links_con{
	background: url(../../images/home/link.jpg)0px 0px no-repeat;
	width: 100%;
	height: 300px;
	background-size: 100% 100%;
}
.links {
	padding-top: 200px;
	text-align: center;
}
.links a{
	margin-left: 15px;
	color: white !important;
} 
.links a:hover{
	color: #BEBEBE !important;
	text-decoration: none !important; 
}
.outLinks {
	float: left;
	flex: 1;
	align-items: center;
	text-decoration: none;
	display: flex;
}


/**/

.title_img {
	width: 100%;
	height: 180px;
}

.title_icon {
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	line-height: 100px;
	top: 122px;
	left: 140px;
	background: white;
}

/*.title_icon img {
	width: 60px;
	height: 60px;
}*/

.text_con {
	width: 320px;
	margin: auto;
	margin-top: 65px;
	text-align: center;
}

.text_con h5 {
	font-family: -webkit-body;
	font-weight: 600;
	text-align: center;
	color: #495057;
}

.text_con p {
	color: #999491;
	font-size: 15px;
	font-family: -webkit-body;
	line-height: 26px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-indent:2em;
}
.introduction h1{
	color: white;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.about{
	width: 1200px;
	margin: auto;
	display: flex;
}
.about_con{
	width: 660px;
	height: 420px;
	background: white;
	padding: 15px 20px;
}
.about_text{
	font-size: 18px;
    color: #8F8D8F;
    padding-top: 20px;
    font-family: inherit;
    line-height: 30px;
}
.about_num{
	display: flex;
	margin-top: 30px;
}
.about_num_li{
	margin-left: 15px;
}
.a_n_t{
	color: #FE7150;
	margin-bottom: 5px;
}
.a_n_t span{
	font-size: 33px;
	font-weight: 600;
	margin-right: 5px;
}
.a_n_li_p{
	color: #8F8D8F;
}
.us{
	width: 100%;
	height: 660px;
	background: #F46C49;	
}
.us_con{
	display: flex;
	width: 1200px;
	margin: auto;
	padding-top: 60px;
}
.contact_us{
    margin-left: 60px;
    padding-left: 100px;
    border-left: 1px solid #ffffff69;
    color: white;
    text-align: center;
}
.email span{
	font-size: 15px;
    font-family: -webkit-body;
}
.address span{
	font-size: 14px;
	font-size: 15px;
    font-family: -webkit-body;
}
.email img{
	width: 26px;
    height: 26px;
    margin-right: 5px;
}
.address img{
	width: 26px;
    height: 26px;
    margin-right: 5px;
}
.us_con h2{
	color: white;
	font-weight: 600;
	margin-bottom: 30px;
}
.carousel-item img{
	width: 100% !important;
}


.dow_box{
	width: 100%;
	background: #FAFAFA;
}
.dow_ul{
	width: 1200px;
	margin: auto;
	display: flex;
	background: #FAFAFA;
	padding-top: 20px;
	padding-bottom: 30px;
}
.dow_li{
	width: 360px;
	height: 380px;
	padding: 20px;
	background: white;
	margin-left: 10px;
	margin-right: 10px;
}
.dow_li_title{
	font-size: 18px !important;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ED9402;
}
.dow_li_info{
	height: 300px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}
.dow_li_info p{
	padding:0px;
	margin: auto;
  width: 100%;
  height: 24px; /* 根据需要设置高度 */
  line-height: 24px; /* 垂直居中 */
}
.dow_li_info .content{
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}