/* 首页 */
.index-sw{
	width: 100%;
	height: 665px;
}
.index-sw .swiper-slide{
	overflow: hidden;
}
.index-sw .swiper-slide img{
	margin-left: 50%;
	transform: translateX(-50%);
}
.index-sw .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	transition: opacity 300ms;
	background-color: #ffffff;
	opacity: 0.3;
}
.index-sw .swiper-pagination-bullet-active{
	opacity: 1;
}

.section{
	box-sizing: border-box;
	height: 377px;
	padding: 78px 0 91px;
}
.section .min-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section .sel-box{
	transition: background-color 300ms;
	width: 283px;
	height: 208px;
	box-shadow: 0 8px 13px rgba(0,0,0,0.13);
	background-color: #ffffff;
}
.section .sel-box:hover{
	background-color: #f16622;
}
.section .sel-box .icon-box{
	width: 66px;
	height: 66px;
	position: relative;
	overflow: hidden;
	margin: 30px auto 0;
}
.section .sel-box .icon-box img{
	position: absolute;
	top: 0;
	left: 0;
}
.section .last-img{
	z-index: 10;
	transition: opacity 300ms;
}
.section .sel-box:hover .last-img{
	opacity: 0;
}
.section .title-size{
	font-size: 18px;
	color: #f16622;
	font-weight: bold;
	transition: color 300ms;
	position: relative;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 10px;
}
.section .sel-box:hover .title-size{
	color: #ffffff;
}
.section .title-size::after{
	content: "";
	transition: background-color 300ms;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #f16622;
	left: 50%;
	transform: translateX(-50%);
	top: -12px;
}
.section .sel-box:hover .title-size::after{
	background-color: #ffffff;
}
.section .det-text{
	text-align: center;
	transition: color 300ms;
	color: #34323f;
	font-size: 16px;
}
.section .sel-box:hover .det-text{
	color: #ffffff;
}

.switch-area .min-box{
	border: solid 1px #b9b8b8;
	border-radius: 30px;
	min-height: 100px;
	box-sizing: border-box;
	padding: 25px 45px 22px;
	margin-bottom: 75px;
}
.switch-area .sw-area-title{
	display: block;
	width: 140px;
	margin: 0 auto;
	font-size: 26px;
	color: #f16622;
	margin-bottom: 47px;
}
.switch-area .sw-area-title img{
	margin-right: 10px;
}
.switch-area .sw-area-list{
	width: 100%;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	/*margin-bottom: 23px;*/
}
.switch-area .sw-title{
	height: 50px;
	width: 120px;
	background-color: #f16622;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	box-shadow: 0 4px 13px rgba(0,0,0,0.13);
	margin-bottom: 23px;

}
.switch-area .sw-links{
	margin-bottom: 23px;
	margin-left: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 13px rgba(0,0,0,0.13);
	width: 120px;
	height: 50px;
	transition: color 300ms;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.switch-area .sw-links:hover{
	color: #f16622;
}

.about-us{
	margin-bottom: 90px;
}
.about-us .title-box{
	background-color: #ffffff;
	margin-bottom: 60px;
}
.about-us .sw-boxs{
	width: 100%;
	height: 262px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-us .sw-boxs .left-list{
	width: 200px;
	height: 262px;
	cursor: pointer;
}
.about-us .sw-boxs .left-list .swiper-slide .sw-text{
	width: 140px;
	height: 100%;
	text-align: center;
	line-height: 60px;
	position: relative;
	color: #333333;
	position: relative;
	font-size: 18px;
	transition: background-color 300ms,color 300ms;
}
.about-us .sw-boxs .left-list .swiper-slide .sw-text::after{
	content: "●";
	position: absolute;
	font-size: 24px;
	line-height: 60px;
	right: -50px;
	top: 0px;
	color: #e7dddb;
	transition: background-color 300ms,color 300ms;
}
.about-us .sw-boxs .left-list .swiper-slide-thumb-active .sw-text{
	width: 140px;
	height: 100%;
	text-align: center;
	line-height: 60px;
	background-color: #f16622;
	position: relative;
	color: #ffffff;
	background-color: #f16622;
}
.about-us .sw-boxs .left-list .swiper-slide-thumb-active .sw-text::after{
	color: #f16622;
}
.about-us .sw-boxs .right-show-box{
	width: 940px;
	height: 262px;
}
.about-us .sw-boxs .right-show-box .swiper-slide .sw-img{
	width: 417px;
	height: 100%;
}
.about-us .sw-boxs .right-show-box .swiper-slide .sw-dateil-box{
	width: 485px;
	height: 100%;
	float: right;
}
.about-us .sw-boxs .right-show-box .swiper-slide .sw-dateil-box .sw-d-title{
	font-size: 20px;
	line-height: 40px;
	color: #f16622;
}
.about-us .sw-boxs .right-show-box .swiper-slide .sw-dateil-box .sw-d-dateil{
	font-size: 15px;
	line-height: 20px;
}

.service{
	background-color: #f2f2f2;
	height: 646px;
	margin-bottom: 76px;
	padding-top: 60px;
}
.service .title-box{
	background-color: #f2f2f2;
}
.service .service-list{
	width: 100%;
	height: 435px;
	margin-top: 63px;
}
.service .service-list .swiper-slide{
	background-color: #ffffff;
	height: 384px;
	box-shadow: 0.37px 7px 43px rgba(0,0,0,0.08);
	padding: 13px 11px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.service .service-list .swiper-slide .sw-ins-img{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.service .service-list .swiper-slide .sw-ins-img img{
	width: 100%;
	height: 100%;
}
.service .service-list .swiper-slide .sw-title{
	font-size: 18px;
	font-weight: bold;
	color: #f16622;
	line-height: 44px;
	border-bottom: solid 2px #f16622;
	margin-bottom: 14.4px;
}
.service .service-list .swiper-slide .sw-text{
	font-size: 15px;
}
.service .service-list .swiper-pagination-bullet{
	background-color: #f16622;
}

.why-choose-us{
	margin-bottom: 90px;
}
.why-choose-us .title-box{
	background-color: #ffffff;
	margin-bottom: 60px;
}
.why-choose-us .hover-box{
	width: 100%;
	height: 412px;
	display: flex;
	flex-wrap: wrap;
}
.why-choose-us .hover-box .chas-list{
	width: 50%;
	height: 50%;
	transition: color 300ms,background-color 300ms;
	color: #333333;
	background-color: #ffffff;
	box-sizing: border-box;
	padding:15px 20px;
}
.why-choose-us .hover-box .chas-list:hover{
	color: #ffffff;
	background-color: #f16622;
}
.why-choose-us .hover-box .chas-list .img-box{
	height: 166px;
}
.chas-text{
	width: 280px;
	height: 166px;
	float: right;
}
.chas-title{
	font-size: 18px;
	font-weight: bold;
	color: #f16622;
	line-height: 38px;
	transition: color 300ms;
}
.why-choose-us .hover-box .chas-list:hover .chas-title{
	color: #ffffff;
}

.on-message{
	height: 400px;
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.on-message .bgi-kf{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.on-message .min-box{
	height: 100%;
	position: relative;
	padding-top: 170px;
}
.on-message .min-box .phone-number{
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	right: 210px;
	top: 60px;
}
.on-message .min-box .phone-number img{
	margin-right: 10px;
}
.on-message .min-box .left-box{
	width: 500px;
	height: 203px;
	background-color: #f6f0f0;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding:35px 45px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.on-message .min-box .left-box p{
	max-width: 100%;
}
.on-message .min-box .left-box .left-title{
	font-size: 30px;
	color: #f16622;
	margin-bottom: 16px;
}
.on-message .min-box .left-box .left-ditter{
	top: -14px;
	left: 35px;
	position: absolute;
}
.on-message .min-box .right-box{
	width: 680px;
	height: 203px;
	background-color: #ffffff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	float: right;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	padding: 30px 70px 20px;
}
.on-message .min-box .right-box label{
	width: 40%;
	margin: 0 5%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border:solid 2px #f59b6e;
	height: 35px;
	border-radius: 35px;
	padding: 0 10px 0;
	color: #787878;
}
.on-message .min-box .right-box input{
	outline: none;
	width: 140px;
	border: none;
}
.on-message .min-box .right-box button{
	height: 32px;
	width: 90px;
	border-radius: 8px;
	background-color: #f16622;
	color: #ffffff;
	border:none;
	outline: none;
}

.news{
	margin-bottom: 86px;
}
.news .title-box{
	background-color: #ffffff;
}
.news .news-item{
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 55px;
}
.news .news-item .news-box{
	width: 380px;
	height: 400px;
	box-shadow: 0 0.7px 13px rgba(0,0,0,0.15);
	position: relative;
}
.news .news-item .news-box .img-box{
	width: 100%;
	height: 250px;
}
.news .news-item .news-box .flex-date{
	position: absolute;
	width: 80px;
	height: 60px;
	box-sizing: border-box;
	border: solid 1px #f16622;
	position: absolute;
	left: 24px;
	top: 210px;
}
.news .news-item .news-box .flex-date .day{
	background-color: #f16622;
	color: #ffffff;
	line-height: 34px;
	text-align: center;
	font-size: 24px;
}
.news .news-item .news-box .flex-date .date{
	background-color: #ffffff;
	text-align:center;
	line-height: 24px;
}
.news .news-item .news-box .btn-msg{
	width: 100%;
	height: 150px;
	/*background-color: red;*/
	box-sizing: border-box;
	padding: 25px;
}
.title-text{
	font-size: 18px;
	color: #f16622;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
	padding-bottom: 24px;
}
.title-text::after{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #f16622;
	left: 0;
	bottom: 12px;
}
.detail-text{
	font-size: 14px;
	line-height: 22px;
}