.inner__items .inner__img,
.house_img,
.pop_icon,
.pop__boxs p,
.innerContain .swiper-slide dl dd i,
.blue_icon,
.white_icon,
.pop_icon span,
.sale_tbox_left dl,
.sale_tbox_left dl::before {
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
}

.newpro-bg-box,
.inner__items .inner__img,
.house_img,
.outContain .swiper-slide .outImg_bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.solu__alls {
	width: 100%;
	padding: 60px 0;
}

.solu__alls .the_solut_inner {
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
}

.inner__items {
	width: 18%;
	/* height: 350px; */
	/* float: left; */
	display: inline-block;
	border-radius: 3px;
	margin-right: 13px;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.inner__items_4 {
	width: 24%;
	height: 450px;

}

.inner__items:nth-child(5n) {
	margin-right: 0;
}

.inner__items:nth-child(-n+5) {
	margin-top: 0;
}

/* .inner__items::after,
.house_left::after,
.house_right_item::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	transform: translate(0, 80px);
	background-color: #ffffff;
	transform-origin: bottom;
	transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1);
} */

.inner__items:hover::after,
.house_left:hover::after,
.house_right_item:hover::after {
	transform: translate(0, 0px);
}

.inner__items .inner__img,
.house_img {
	width: 100%;
	height: 100%;
}

.pop__title {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

.pop__title,
.pop__boxs {
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	position: absolute;
	top: 55px;
	left: 40px;
	font-weight: 550;
	z-index: 10;
}

.pop_icon {
	min-width: 70%;
	position: absolute;
	bottom: 40px;
	left: 15%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pop_icon img {
	max-width: 45px;
}

.house_right_item .pop_icon,
.house_left .pop_icon {
	width: 84%;
	left: 8%;
}

.pop_icon span {
	font-size: 16px;
	color: #004798;
	float: right;
	padding-top: 5px;
	display: none;
}

.the_solut_onediv2 {
	margin-top: 60px;
}

.house_tainer {
	padding-top: 20px;
}

.house_left {
	width: 654px;
	height: 533px;
	/* width: 100%;
	height: 480px; */
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 3px;
}

.house_right {
	width: 530px;
	box-sizing: border-box;
}

.house_right_item {
	width: 100%;
	height: 260px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.house_right_item:nth-child(2) {
	margin-top: 14px;
}

.house_boxs {
	position: relative;
}

.pop__boxs h4 {
	position: static;
}

.pop__boxs p {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 300;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}

.city-box-pop {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0, 71, 152, 0.3);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
	transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.inner__items:hover .inner__img,
.house_left:hover .house_img,
.house_right_item:hover .house_img {
	/* transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px); */

	-webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}

.house_left:hover .pop__boxs p,
.house_right_item:hover .pop__boxs p {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.inner__items:hover .pop_icon,
.house_right_item:hover .pop_icon,
.house_left:hover .pop_icon {
	transform: translateY(22px);
	-webkit-transform: translateY(22px);
	-moz-transform: translateY(22px);
}

.inner__items:hover,
.house_left:hover,
.house_right_item:hover {
	box-shadow: 0 0 10px 0 rgb(208, 208, 208, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgb(208, 208, 208, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgb(208, 208, 208, 0.2);
}

.inner__items:hover .white_icon,
.blue_icon,
.house_left:hover .white_icon,
.blue_icon,
.house_right_item:hover .white_icon,
.blue_icon {
	display: none;
}

.inner__items:hover .blue_icon,
.white_icon,
.house_left:hover .blue_icon,
.white_icon,
.house_right_item:hover .blue_icon,
.white_icon {
	display: block;
	transition-delay: 2s;
}

.inner__items:hover .pop_icon span,
.house_left:hover .pop_icon span,
.house_right_item:hover .pop_icon span {
	display: block;
}

.inner__items:hover .city-box-pop,
.house_left:hover .city-box-pop,
.house_right_item:hover .city-box-pop {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

/* 医疗卫生 */
.solut_Inner_box {
	width: 100%;
	background: #fff;
	padding: 60px 0 0;
}

.Inner_firsts {
	padding-bottom: 100px;
}

.newpro-bg-box {
	height: 436px;
	position: relative;
}

.newpro-bg-box .newpro-desc-box {
	width: 86%;
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.98);
	padding: 45px 35px;
	border-bottom: 1px #004798 solid;
}

/*.newpro-bg-box .newpro-desc-box::after{*/
/*	content: "";*/
/*	width: 150px;*/
/*	height: 150px;*/
/*	display: block;*/
/*	background: url(../img/strate/inner_icon.png) no-repeat center;*/
/*	background-size: 130px;*/
/*	position: absolute;*/
/*	right: 5%;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*}*/
.newpro-desc-box h4 {
	font-size: 32px;
	line-height: 34px;
	color: #004798;
	margin-bottom: 20px;
}

.newpro-desc-box p {
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: justify;
	padding-right: 260px;
	box-sizing: border-box;
}

.newpro_icon_right {
	position: absolute;
	right: 80px;
	top: 60%;
	transform: translateY(-50%);
}

.newpro_icon_right img {
	width: 130px;
}

.Inner_seconds {
	height: 535px;
	padding-bottom: 60px;
}

.Inner_seconds .Inner_sec_box {
	width: 1260px;
	height: 100%;
	margin: auto;
}

.outContain {
	height: 100%;
	padding: 0 30px;
	width: calc(100% - 60px);
}

.outContain .swiper-slide,
.outContain .swiper-slide .outImg_bg {
	width: 100%;
	height: 100%;
}

.outContain .swiper-slide {
	max-width: 1200px;
	position: relative;
}

.outContain .out_text_box {
	max-width: 720px;
	position: absolute;
	top: 76px;
	left: 66px;
}

.outContain .out_text_box h4 {
	font-size: 24px;
	line-height: 34px;
	color: #004798;
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
}

.outContain .out_text_box h4::before {
	content: '';
	width: 4px;
	height: 24px;
	background-color: #004798;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}

.outContain .out_text_box p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding-left: 20px;
}

.outContain .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	right: 0;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
	z-index: 10;
}

.outContain .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: solid 1px #bfbfbf;
	background: transparent;
	outline: none;
	opacity: 1;
	margin: 12px 0 !important;
}

.outContain .swiper-pagination-bullet-active {
	background: #004798;
	border: solid 1px #004798;
}

.innerContain {
	position: absolute;
	height: 265px !important;
	bottom: 50px;
	text-align: center;
	width: 90%;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
}

.innerContain .swiper-slide {
	display: flex;
	justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto !important;
	cursor: pointer;
}

.innerContain .swiper-slide dl dt {
	height: 150px;
	display: flex;
	align-items: center;
}

.innerContain .swiper-slide dl dt img {
	max-width: 90%;
	max-width: 220px;
}

.innerContain .swiper-slide dl dd {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding: 10px;
}

.innerContain .swiper-slide dl dd i {
	opacity: 0;
}

.innerContain .swiper-slide a:hover dd i {
	opacity: 1;
	margin-left: 10px;
}

.outContain .swiper-button-next,
.outContain .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/strate/next.png);
	right: 10px;
	left: auto;
	background-size: 16px 27px;
	outline: none;
}

.outContain .swiper-button-prev,
.outContain .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/strate/prev.png);
	left: auto;
	background-size: 16px 27px;
	outline: none;
}

.tjmch1 {
	width: 1200px !important;
}

.casebtnl {
	left: 0;
}

.casebtnr {
	right: 0;
}


/* 加入我们 */
.joins_tainer {
	width: 100%;
	background: #fff;
}

.whychose_join1,
.whychose_join2 {
	width: 100%;
	background: #F5F5F5;
	padding: 60px 0;
}

.whychose_join2 {
	background: #FFF;
}

.oin1_pBoxs {
	width: 1200px;
	margin: 60px auto 20px;
	text-align: center;
}

.oin1_pBoxs img {
	display: block;
	margin: auto;
}

.whychose {
	padding: 60px 0 30px;
	background: #F5F5F5;
}

.employerTain {
	padding: 0 20px 45px;
}

.employerTain.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0 !important;
	outline: none;
}

.employerTain .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.employerTain .swiper-pagination-bullet-active {
	background-color: #004798;
}

.chose_boxs {
	box-sizing: border-box;
}

.chose_boxs dl {
	width: 32%;
	float: left;
	margin-right: 2%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 1px 23px 0px rgba(238, 238, 238, 0.75);
	border-radius: 3px;
}

.chose_boxs dl:last-child {
	margin-right: 0;
}

.chose_boxs dl dd {
	padding: 26px 30px;
}

.chose_boxs dl dd h5 {
	font-size: 16px;
	line-height: 26px;
	color: #004798;
	margin-bottom: 8px;
}

.chose_boxs dl dd p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.chose_boxs dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.chose_boxs dl dt img {
	/* max-width: 100%;
	margin: auto; */
	width: 100%;
	display: block;
}

.InTica_box {
	width: 100%;
	padding: 60px 0 30px;
	background: #fff;
}

.InTica_tainer {
	width: 100%;
	height: 420px;
	padding-bottom: 43px;
}

.InTica_tainer .swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.InTica_tainer .swiper-pagination-fraction {
	bottom: 0 !important;
}

.InTica_tainer .swiper-pagination-bullet {
	background: #004798;
}

.InTica_tainer .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	outline: none;
}

.InTica_tainer .swiper-pagination-bullet-active {
	opacity: 1;
	background: #004798;
	border-radius: 10px !important;
}

.InTica_tainer.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0 !important;
}

.toTalent {
	width: 1200px;
	height: 236px;
	margin: auto;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 1px 23px 0px rgba(238, 238, 238, 0.75);
	display: flex;
	align-items: center;
}

.talen_img {
	max-width: 50%;
	width: 50%;
}

.talen_img img {
	width: 100%;
}

.talen_Txt {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.talen_Txt a {
	font-size: 24px;
	line-height: 18px;
	letter-spacing: 2px;
	color: #02359d;
	display: block;
}

.talen_Txt a i {
	margin-left: 150px;
}


/* 售后服务 */
.after_saleAll {
	padding: 60px 0;
	width: 100%;
	background: #fff;
}

.sale_join1 {
	height: 658px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.sale_join_tain {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.sale_join_itemChange {
	display: none;
}

.sale_join_tain .both3 {
	color: #fff;
}

.sale_tbox_left {
	width: 785px;
}

.sale_tbox_left dl {
	width: 378px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.sale_tbox_left dl::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sale_tbox_left dl>a {
	width: 100%;
	display: block;
	padding-top: 36px;
}

.sale_tbox_left dl:nth-child(2n) {
	margin-right: 0;
}

.sale_tbox_left dl dt {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 10px;
}

.sale_tbox_left dl dd h5,
.sale_tbox_right h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #004798;
}

.sale_tbox_left dl dd p,
.sale_tbox_right p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #333333;
}

.sale_tbox_right {
	width: 395px;
	height: 420px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.88);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sale_tbox_left dl:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

.sale_tbox_left dl:hover::before {
	opacity: 1;
}

.sale_tbox_right h5 {
	padding-top: 15px;
}

.sale_join_tboxII {
	width: calc(1200px - 120px);
	padding: 60px;
	background: rgba(255, 255, 255, 0.88);
	display: flex;
}

.join_tboxII-items {
	width: 33%;
	text-align: center;
}

.join_tboxII-items p {
	text-align: left;
}

.join_tboxII-items .introImg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.introImg1 {
	padding-top: 30px;
}

.introImg3 {
	padding-top: 80px;
}

.introImg3_phone {
	display: none !important;
}

/* 在线留言 */
.appointPage {
	margin-top: 113px;
}

.appoint_Form {
	padding: 40px 0;
}

.app_Forms h4 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 25px;
}

.form_box_labels input,
.form_box_labels textarea {
	background-color: #fafafa;
	border: solid 1px #e5e5e5;
	width: calc(100% - 2em);
}

.form_box_labels input {
	height: 42px;
	line-height: 42px;
	padding: 0 1em;
}

.form_box_labels input::-webkit-input-placeholder,
.form_box_labels textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 0.5;
}

.form_box_labels textarea {
	padding: 10px 1em;
	resize: none;
}

.form_box_labels label {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
}

.form_box_labels label sup {
	color: red;
	font-size: 20px;
	vertical-align: top;
}

.formOneBox {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
	float: left;
}

.formOneBox:nth-child(2n) {
	margin-right: 0;
}

.form_box_labels_2 .formOneBox {
	width: 23.5% !important;
}

.form_box_labels_2 .formOneBox:nth-child(2) {
	margin-right: 2%;
}

/* .submit_form a{
	color: #004798;
	border: 1px #004798 solid;
	margin: 20px 0 0;
	float: right;
} */


/* 故障查询 */
.se-head {
	margin-top: 0;
	height: auto;
}

.tab_tableBoxs {
	padding: 40px 0 0;
}

.tab_tableBoxs tr {
	border-bottom: 1px #e1e1e1 solid;
}

.tab_tableBoxs tr:nth-child(1) {
	background-color: #004798 !important;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 400;
}

.tab_tableBoxs tr:nth-of-type(odd) {
	background: #fcfcfc;
}

.tab_tableBoxs tr th,
.tab_tableBoxs tr td {
	padding: 10px 20px;
	min-width: 130px;
}

.provideBoth {
	padding: 60px 0;
	background: #f8f8f8;
}

.provideBoth .proep1 {
	text-align: center;
	margin-bottom: 40px;
}

.provide_tab {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.provide_tab dl {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px #E9E9E9 dashed;
}

.provide_tab dl:last-child {
	border-right: none;
}

.provide_tab dl dd h5 {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #333333;
	margin-top: 10px;
}

.provide_tab dl dd p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #666666;
}

.telnum {
	color: #004798 !important;
}

/* 常见问题 */
.problem_tain {
	padding: 40px 0;
}

.problem_listbox ul li {
	float: left;
	width: 47%;
	margin-right: 6%;
	border-bottom: 1px #E1E1E1 solid;
}

.problem_listbox ul li:nth-child(2n) {
	margin-right: 0;
}

.problem_listbox ul li a {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
	padding: 10px 16px;
	display: block;
	background: url(../img/list-right.svg) no-repeat 98% center;
	background-size: 12px;
	position: relative;
}

.problem_listbox ul li a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #E1E1E1;
	display: block;
	position: absolute;
	left: 0;
	top: 21px;
}

.appointPage .page-content {
	width: 1200px;
	margin: auto;
	padding: 40px 0;
}

.appointPage .page-content .title-3 {
	margin-bottom: 30px;
	text-align: center;
}

.wel-case .slide {
	height: auto !important;
}

















@media screen and (max-width:1500px) {
	.sale_join_tbox.w12 {
		width: 1000px !important;
	}

	.sale_join_tbox.sale_join_tboxII.w12 {
		padding: 30px;
		width: calc(1000px - 60px) !important;
	}

	.join_tboxII-items .introImg img,
	.oin1_pBoxs img {
		max-width: 80%;
	}

	.sale_tbox_left {
		width: 66%;
	}

	.sale_tbox_left dl {
		width: 48%;
		margin-right: 3%;
	}

	.sale_tbox_right {
		width: 30%;
	}

	.appointPage .page-content {
		width: 1100px;
	}




	.toTalent {
		width: 1100px;
	}

	.inner__items {
		width: 18%;
		height: 340px;
	}

	/* .join_tboxII-items .introImg img,.oin1_pBoxs img {
		width: auto;
		max-width: initial !important;
	} */
	.house_left {
		width: 55%;
		height: 490px;
	}

	.house_right {
		width: 44%;
	}

	.house_right_item {
		height: 238px;
	}

	.Inner_seconds .Inner_sec_box {
		width: 1160px;
	}

	.wel-case .slide .con {
		bottom: -66% !important;
	}


}

@media screen and (max-width:1300px) {

	.w12,
	.w13,
	.toTalent {
		width: 1000px;
	}

	.inner__items {
		width: 18%;
		height: 280px;
		margin-right: 1%;
	}
}

@media screen and (max-width:968px) {

	.w12,
	.w13,
	.toTalent,
	.oin1_pBoxs,
	.w14,
	.sale_join_tbox.w12 {
		width: 90% !important;
	}

	.toTalent {
		height: auto;
	}

	.solu__alls,
	.joins_thead,
	.whychose_join1,
	.whychose_join2,
	.after_saleAll,
	.tab_tableBoxs {
		padding: 30px 0;
	}

	.appointPage .page-content {
		padding: 0;
	}

	.provideBoth {
		display: none;
	}

	.whychose {
		padding: 30px 0 5px;
	}

	.InTica_box,
	.solut_Inner_box {
		padding: 30px 0 0;
	}

	.joins_tainer h3.both3 {
		margin-top: 0;
	}

	.the_solut_onediv2 {
		margin-top: 30px;
	}

	.solu__alls .the_solut_inner {
		padding-bottom: 0;
	}

	.inner__items{
		width: 20%;
		height: 210px;
		margin-right: 2%;
		margin-top: 7px;
	}

	.house_left {
		height: 255px;
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	.house_right {
		width: 100%;
		float: none;
	}

	.house_right_item {
		height: 160px;
	}

	.pop__title,
	.pop__boxs {
		top: 30px;
		font-size: 16px;
		font-weight: normal;
		left: 27px;
	}

	.pop_icon {
		bottom: 30px;
	}

	.pop__boxs p {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		opacity: 1;
	}

	.pop_icon img {
		width: 35px;
	}

	.newpro-desc-box h4 {
		font-size: 18px;
		margin-bottom: 2px;
	}

	.newpro-bg-box {
		height: 390px;
	}

	.newpro-bg-box .newpro-desc-box {
		width: 90%;
		left: 50%;
		bottom: -10px;
		background: #fff;
		padding: 20px 26px;
		box-sizing: border-box;
	}

	.newpro-bg-box .newpro-desc-box::after {
		display: none;
	}

	.newpro-desc-box p,
	.appointPage .page-content {
		width: 100%;
	}

	.Inner_firsts {
		padding-bottom: 30px;
	}

	.Inner_seconds {
		padding: 20px 0 40px;
	}

	.Inner_seconds .Inner_sec_box {
		width: 100%;
	}

	.innerContain .swiper-slide dl dd i {
		opacity: 1;
		filter: grayscale(1);
		margin-left: 10px;
	}

	.outContain {
		padding: 0 5% 40px;
		width: 90%;
	}

	.outContain .out_text_box {
		max-width: 90%;
		top: 30px;
		left: 5%;
	}

	.outContain .out_text_box h4 {
		font-size: 18px;
	}

	.outContain .swiper-pagination {
		width: 80%;
		top: auto;
		left: 10%;
		right: 10%;
		display: flex;
		justify-content: flex-end;
		bottom: 0;
	}

	.outContain .swiper-pagination-bullet {
		margin: 0 8px !important;
	}

	.Inner_seconds {
		height: 450px;
		min-height: 450px;
	}

	.innerContain .swiper-slide {
		align-items: center;
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: 53%;
	}

	.outContain .swiper-pagination-bullet {
		border: solid 1px #5a5a5a;
	}

	.tjmch1 {
		width: 90% !important;
	}

	.tjmch1 {
		margin-top: 15px !important;
	}

	.wel-case .slide {
		height: auto !important;
		/*min-height: 300px !important;*/
	}

	.InTica_tainer .swiper-pagination-bullet {
		margin: 0 8px !important;
	}

	.InTica_tainer {
		width: 100%;
		height: 265px;
		padding: 8px 0 40px;
	}

	.joins_thead p {
		text-align: justify;
	}

	.joins_thead p br {
		display: none;
	}

	.chose_boxs dl {
		width: 100%;
		margin-bottom: 0;
	}

	.chose_boxs dl:last-child {
		margin-bottom: 0;
	}

	.chose_boxs dl dd {
		padding: 20px 30px;
	}

	.toTalent {
		width: 90%;
		margin: 10px auto 0;
		display: block;
	}

	.talen_img {
		width: 100%;
		max-width: 100%;
	}

	.talen_Txt {
		width: 100%;
		padding: 30px 0;
	}

	.talen_Txt a {
		font-size: 20px;
	}

	.talen_Txt a i {
		display: none;
	}

	.inner__items::after,
	.house_left::after,
	.house_right_item::after,
	.blue_icon,
	.pop_icon span {
		display: none !important;
	}

	.inner__items:hover .white_icon,
	.house_left:hover .white_icon,
	.house_right_item:hover .white_icon {
		display: block !important;
	}

	.inner__items:hover .inner__img,
	.house_left:hover .house_img,
	.house_right_item:hover .house_img {
		transform: scale(1) translateY(0);
		-webkit-transform: scale(1) translateY(0);
		-moz-transform: scale(1) translateY(0);
	}

	.inner__items:hover .pop_icon,
	.house_right_item:hover .pop_icon,
	.house_left:hover .pop_icon {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
	}

	.oin1_pBoxs {
		margin: 30px auto 0;
		overflow: hidden;
		overflow-x: auto;
	}

	.chose_boxs dl dd h5 {
		font-size: 14px;
	}

	.sale_join_tain {
		width: 100%;
		top: 20px;
	}

	.sale_tbox_left,
	.sale_tbox_right,
	.join_tboxII-items {
		width: 100%;
		float: none;
	}

	.sale_tbox_left dl dt img {
		width: 30px !important;
	}

	.sale_tbox_left dl dd h5,
	.sale_tbox_right h5 {
		font-size: 16px;
		line-height: 24px;
	}

	.sale_tbox_left dl {
		height: 180px;
	}

	.sale_tbox_left dl:nth-child(-n+2) {
		margin-top: 0;
	}

	.sale_tbox_right {
		height: 255px;
	}

	.sale_tbox_right p img {
		width: 120px;
	}

	.sale_join_tbox.sale_join_tboxII.w12 {
		padding: 30px;
		width: calc(90% - 60px) !important;
		display: block;
	}

	.introImg3,
	.join_tboxII-items2 {
		display: none !important;
	}

	.introImg3_phone {
		display: flex !important;
		justify-content: space-between !important;
		margin-top: 20px;
	}

	.introImg3_phone img {
		display: inline-block;
		width: auto !important;
		height: 72px;
	}

	.join_tboxII-items .introImg img,
	.introImg1 img {
		width: 100%;
		margin-bottom: 40px;
	}

	.introImg3_phone img {
		width: 50px;
	}

	.appointPage {
		margin-top: 0;
	}

	.appoint_Form,
	.problem_tain {
		padding: 0 0 20px;
	}

	.app_Forms h4 {
		font-size: 18px;
		margin: 16px 0 10px;
	}

	.formOneBox,
	.form_box_labels_2 .formOneBox {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.tab_tableBoxs {
		overflow: hidden;
		overflow-x: auto;
	}

	.tab_tableBoxs tr th,
	.tab_tableBoxs tr td {
		padding: 10px;
		min-width: 200px;
	}

	.tab_tableBoxs tr td {
		color: #333;
		font-size: 14px;
	}

	.problem_listbox ul li {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.problem_listbox ul li a {
		line-height: 22px;
	}

	.page-content .title-3 h1.main {
		background: none;
	}

	.form_box_labels input,
	.form_box_labels textarea {
		width: calc(100% - 2.2em);
	}

	.InTica_tainer.swiper-container-horizontal>.swiper-pagination-bullets,
	.employerTain.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 5px !important;
	}

	.employerTain {
		padding: 0 20px 40px;
	}

	.outContain .out_text_box p {
		font-size: 14px;
	}

	.newpro_icon_right {
		display: none;
	}

	.newpro-desc-box p {
		padding-right: 0;
	}

	.sale_tbox_left dl>a {
		padding-top: 16px;
	}

	.innerContain,
	.Inner_seconds,
	.Inner_seconds .Inner_sec_box,
	.outContain {
		height: auto !important;
	}

	.outContain {
		padding-bottom: 0;
	}

	.Inner_seconds {
		min-height: auto !important;
	}

	.outContain .out_text_box,
	.innerContain {
		width: 100%;
		left: 0;
		top: 0;
		position: relative;
		margin: 0;
		transform: none;
	}

	.outContain .out_text_box,
	.innerContain {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.outContain .swiper-slide .outImg_bg {
		position: absolute;
		left: 0;
		top: 0;
	}

	.innerContain .swiper-slide dl dt {
		display: block;
		height: auto;
	}

	.innerContain {
		bottom: auto;
		margin-top: 20px;
	}

	.outContain .swiper-slide {
		padding: 30px 0;
		padding-bottom: 30px;
	}

	.outContain .swiper-slide .swiper-slide {
		padding: 0;
	}

	.outContain .swiper-pagination {
		position: relative;
		margin: 0;
		display: block;
		transform: none;
		padding: 0;
		left: 0;
		top: 0;
		width: 100%;
		text-align: right;
		padding-top: 30px;
	}

	.outContain .swiper-pagination span {
		display: inline-block;
	}

	.outslider {
		opacity: 0 !important;
		height: auto !important;
	}

	.outslider.swiper-slide-active {
		opacity: 1 !important;
		z-index: 3;
	}

	.innerContain .swiper-slide dl dt {
		height: 150px !important;
	}

	.innerContain .swiper-slide dl dt img {
		max-height: 100%;
		max-width: 100%;
	}

	.innerContain .swiper-slide dl dd {
		padding: 0;
		padding-top: 10px;
	}

	.outContain .swiper-button-prev,
	.outContain .swiper-button-next {
		top: auto;
		margin: 0;
		bottom: 22px;
	}

	.outContain .swiper-button-next {
		right: 5%;
	}

	.outContain .swiper-button-prev {
		left: 5%;
	}
}

@media screen and (max-width:425px) {

	.inner__items {
		width: 30%;
		height: 180px;
		margin-right: 1%;
	}
}