@charset "utf-8";
html,body{
	font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
}
html{
	font-size: 16px;
}
body{
	min-width: 960px;
}
.bodynosc{
	height: 100vh;
	overflow-y: hidden;
}
*{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.mb5{
	margin-bottom: 5rem;
}
.img-fluid{
	width: 100%;
}
.txtoverflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
/*通用nav*/
.header_place{
	padding: 2.66667rem;
	display: block;
	overflow: hidden;
	font-size: 0;
}
.header_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2.66667rem;
	background-color: rgba(255, 255, 255, .72);
	z-index: 3;
}
.header_iconbox{
	position: fixed;
	left: 3.23rem;
	top: 0.5rem;
	padding: 12px 13px 8px 13px;
	/*background-color: rgba(0, 0, 0, .15);*/
	border-radius: 100%;
	z-index: 11;
}
.header_icon {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.header_icon span {
		background-color: #000;
		position: absolute;
		transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-moz-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-ms-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		width: 100%;
		height: 1px;
		transition-duration: 500ms
}

.header_icon span:nth-child(1) {
    top: 0px;
    left: 0px;
}

.header_icon span:nth-child(2) {
    top: 14px;
    left: 0px;
    opacity: 1;
}

.header_icon span:nth-child(3) {
    bottom: 1px;
    left: 0px;
}

.header_icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
}

.header_icon.open span:nth-child(2) {
    opacity: 0;
}

.header_icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
}
.header_icon.open span {
	background-color: #fff;
}
.header_logo{
	position: fixed;
	/*top: 1.86rem;*/
	top: 0.4rem;
	right: 3.07rem;
	z-index: 4;
}
.logo{
	/*height: 1.52rem;*/
	height: 4.52rem;
	display: block;
}
/*首页*/
.container-md{
	width: 73.958334%;
	margin: 0 auto;
}
.indtop_video{
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 1.0);
}
.indtop_video .indtop_video_cont{
	position: relative;
	width: 100%;
    height: 100%;
}
.indtop_video .play_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.6rem;
	height: 2.6rem;
	margin-left: -1.3rem;
	margin-top: -1.3rem;
	opacity: 0.8;
	z-index: 8;
}
.indtop_video .video_u{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    -o-object-fit: cover;
    object-fit: cover;
}
.indtop_video .scroller{
	height: 41px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 60;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
    padding: 4rem;
    -webkit-animation: todown 2s infinite linear;
    animation: todown 2s infinite linear;
}
@-webkit-keyframes todown {
    0% {
        bottom: 80px
    }

    50% {
        bottom: 60px
    }

    to {
        bottom: 80px
    }
}

@keyframes todown {
    0% {
        bottom: 80px
    }

    50% {
        bottom: 60px
    }

    to {
        bottom: 80px
    }
}
.ind_header_iconbox{
	position: fixed;
	left: 3.23rem;
	top: 0.5rem;
	padding: 12px 13px 8px 13px;
	background-color: rgba(0, 0, 0, .15);
	border-radius: 100%;
	z-index: 11;
}
.ind_header_icon {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.ind_header_icon span {
		background-color: #fff;
		position: absolute;
		transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-moz-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-ms-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		width: 100%;
		height: 1px;
		transition-duration: 500ms
}

.ind_header_icon span:nth-child(1) {
    top: 0px;
    left: 0px;
}

.ind_header_icon span:nth-child(2) {
    top: 14px;
    left: 0px;
    opacity: 1;
}

.ind_header_icon span:nth-child(3) {
    bottom: 1px;
    left: 0px;
}

.ind_header_icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
}

.ind_header_icon.open span:nth-child(2) {
    opacity: 0;
}

.ind_header_icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
}
.ind_header_logo{
	position: fixed;
	top: 0.4rem;
	right: 3.07rem;
	z-index: 5;
}
.ind_logo{
	height: 4.52rem;;
	display: block;
}
.menu_box{
	position: fixed;
    top: 0;
    left: -100%;
    width: 560px;
    height: 100vh;
    border-bottom: 1px solid #eaeaea;
    background-color: rgba(0, 0, 0, 0.82);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 10;
    padding: 4rem 7.5rem;
    overflow-y: auto;
    text-transform:uppercase;
}
.menu_box.open{
	left: 0;
}
.menu_box .menu_logo{
	position: absolute;
	top: 1.86rem;
    right: 3.07rem;
    z-index: 4;
}
.menu_box .menu_logo img{
	height: 1.52rem;
    display: block;
}
.menu_box .menu_lang{
	position: absolute;
	bottom: 5.88rem;
	left: 7.5rem;
	font-size: 1.25rem;
	color: #999;
}
.menu_box .menu_lang a{
	color: #fff;
}
.menu_box .menu_box_l{
	margin-top: 1rem;
	height: 30rem;
	width: 100%;
	overflow: hidden;
}
.menu_box .menu_one{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin: .2rem;
}
.menu_box .menu_one a{
	margin: .8rem 0;
	display: inline-block;
	color: #fff;
	height: 21px;
	overflow: hidden;
	line-height: 1.5;
	padding-right: 1rem;
}
.menu_box .menu_two{
	position: absolute;
	left: 95%;
	top: -50%;
	width: 130%;
	padding: 15%;
	overflow: hidden;
	display: none;
}
/* .menu_box .menu_two:not(.open){
	display: none;
} */
.menu_two:hover{
	display: block;
	/* height:auto; */
}
.menu_box .menu_two .menu_two_item{
	font-size: 12px;
	margin: 1.2rem 0;
}
.menu_box .menu_two .menu_two_item a{
	margin: .4rem 0;
	display: block;
	color: #fff;
	height: 18px;
	line-height: 1.5;
	overflow: hidden;
}
.menu_one .en, .menu_two .en{
	display: block;
}
.menu_one .cn, .menu_two .cn{
	display: block;
}
.menu_one a:hover .en, .menu_two a:hover .en{
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	/*display: none;*/
}
.menu_one a:hover .cn, .menu_two a:hover .cn{
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	/*display: block;*/
}
/* .ind_banner{
	height: 100vh;
} */
.ind_banner .swiper-slide img{
	width: 100%;
	/* height: 100%;
	min-width: 100%; */
	display: block;
}
.in_product_cate{
	margin: 6.25rem -0.522rem 0 -0.522rem;
	overflow: hidden;
}
.in_product_cate a{
	display: block;
	position: relative;
}
.in_product_cate a h4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.7rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	height: 2.55rem;
	text-align: center;
	overflow: hidden;
}
.in_product_cate a:hover .en, .in_product_cate a:hover .cn{
	/* transform: translate(-50%, 80%); */
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}
.in_product_cate .in_product_item{
	float: left;
	width: calc(33.333333% - 1.042rem);
	margin: 0 0.521rem 1.042rem 0.521rem;
}
.in_product_cate a .en, .in_product_cate a .cn{
	display: block;
}
.in_product_item a:nth-child(1){
	display: block;
	margin-bottom: 1.042rem;
}
.in_product_cate .in_product_item .in_product_img{
	width: 100%;
	overflow: hidden;
}
.in_product_cate .in_product_item a:hover .in_product_img img{
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
.in_product_more{
	margin-top: 2.02rem;
	margin-bottom: 6.25rem;
	text-align: center;
}
.in_product_more .in_product_btn{
	display: inline-block;
	border: 1px solid #232323;
	padding: 0.5rem 2.4rem;
	font-size: 0.94rem;
	color: #222;
	font-weight: 600;
}
.in_product_more .in_product_btn:hover{
	border: 1px solid #232323;
	background-color: #000;
	color: #fff;
}
.in_life{
	position: relative;
}
.in_life h3{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
	font-size: 3.75rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.8;
	height: 6.75rem;
	overflow: hidden;
	text-transform:uppercase;
}
.in_life h3:after{
	position: absolute;
	content: '';
	bottom: 1px;
	left: 50%;
	margin-left: -3rem;
	width: 5.5rem;
	height: 4px;
	background-color: #fff;
}
.in_life a {
	display: block;
	color: #fff;
}
.in_life h3 span{
	display: block;
}
.in_life h3:hover a{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.in_lifelist{
	margin-top: 3.95rem;
	margin-bottom: 0;
	margin-left: -0.521rem;
	margin-right: -0.521rem;
	display: block;
	overflow: hidden;
	padding-bottom: 7px;
}
.in_lifelist .in_lifeitem{
	float: left;
	width: calc(50% - 1.042rem);
	margin: 0 0.521rem;
}
.in_lifelist .in_lifeitem:hover{
	background-color: #fff;
	box-shadow: 4px 4px 6px 0px rgba(223, 223, 223, 0.56);
}
.in_lifelist .in_lifeitem .in_life_img{
	width: 100%;
	overflow: hidden;
	height: 24.3rem;
}
.in_lifelist .in_lifeitem .in_life_img img{
	min-height: 100%;
}
.in_lifelist .in_lifeitem:hover .in_life_img img{
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
.in_lifelist .in_lifeitem .in_life_info{
	padding: 1.198rem;
	background-color: #f5f5f5;
}
.in_life_info .in_life_tit{
	font-size: 1.25rem;
	color: #333;
	font-weight: 500;
	margin-bottom: 0;
	height: 1.5rem;
	margin-bottom: 1.25rem;
	overflow: hidden;
}
.in_life_info .in_life_date{
	font-size: 1rem;
	color: #999;
	margin-bottom: .318rem;
}
.in_life_info .in_life_desc{
	font-size: 1.05rem;
	color: #878787;
	margin-top: .8rem;
	margin-bottom: .318rem;
	height: 3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.in_about{
	margin-top: 3.385rem;
	margin-bottom: 4.3rem;
	display: block;
	overflow: hidden;
}
.in_about .in_about_img{
	float: right;
	width: 36.458rem;
	overflow: hidden;
}
.in_about .in_about_img:hover img{
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
.in_about .in_about_info{
	float: left;
	width: 29.47rem;
	/*padding-top: 1.8rem;
	padding-left: 4.8rem;
	padding-right: 4.8rem;*/
	font-size: 0.9375rem;
	color: #666;
	line-height: 1.7;
}
.in_about .in_about_info h4{
	margin-top: 5rem;
	margin-bottom: 1.2rem;
	font-size: 1.6667rem;
	font-weight: 600;
	color: #212024;
}
/*公共底部*/
.noyj{
	border-radius: 0;
}
.footer{
	position: relative;
	background-color: #1B1B1C;
	padding: 3.5rem 0 2.2rem 0;
	color: #ccc;
}
.footer:before{
	position: absolute;
	top: 20%;
	left: 19%;
	content: '';
	width: 62%;
	height: 56%;
	background-image: url('../images/logo-h.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	z-index: 0;
}
.footer .container-md{
	position: relative;
}
.footer_t{
	overflow: hidden;
}
.foot_link{
	float: left;
	width: 26rem;
	margin: 0 -.5rem;
}
.foot_link .foot_link_item{
	float: left;
	width: calc(50% - 1rem);
	margin: .38rem .5rem;
	font-size: 1rem;
	line-height: 2;
}
.foot_link .foot_link_item a{
	color: #ccc;
}
.foot_link .foot_link_item a:hover{
	color: #fff;
}
.foot_sendph{
	position: relative;
	float: right;
	width: 18rem;
	margin: 0;
}
.foot_sendph h4{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 1.44rem;
}
.foot_sendph form{
	position: relative;
}
.foot_sendph .enter_inp{
	background: none;
	padding: 1.8rem 3.5rem 1.8rem 0;
	font-size: 0.95rem;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.foot_sendph .enter_inp:focus{
	box-shadow: none;
}
.foot_sendph .enter_inp:focus+.item_check_icon{
	background-position: left 0 top 75%;;
}
.foot_sendph .item_check_icon{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 3rem;
	height: 100%;
	background-image: url('../images/enter_ph.png');
	background-repeat: no-repeat;
	background-position: left 100% top 75%;
	background-size: 200%;
	z-index: 1;
}
.foot_sendph .enter_btn{
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	width: 3.46rem;
	height: 100%;
	z-index: 2;
}
.foot_sendph .enter_btn img{
	height: 100%;
}
.foot_b{
	margin-top: 2.5rem;
}
.foot_icon{
	float: right;
}
.foot_icon .foot_icon_item{
	position: relative;
	float: left;
	margin-left: 2rem;
	text-align: center;
}
.foot_icon .foot_icon_item .qrcode_img{
	position: absolute;
	bottom: 120%;
	left: -6.6rem;
	padding: 0.52rem;
	background-color: #fff;
	display: none;
}
.foot_icon .foot_icon_item .qrcode_img:after{
	position: absolute;
	content: '';
	bottom: -8%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color:#fff transparent transparent transparent;
}
.foot_icon .foot_icon_item .qrcode_img img{
	width: 15rem;
	height: auto;
	display: block;
}
.foot_icon img{
	display: block;
	margin: 0 auto;
	width: 2.8rem;
	height: 2.8rem;
}
.foot_copyright{
	margin-top: .68rem;
	float: left;
	font-size: 12px;
	line-height: 1.2;
	color: #ccc;
}
.gotop{
	position: fixed;
	bottom: 9rem;
	right: 1.5rem;
	background-color: rgba(0,0,0,.58);
	width: 3.68rem;
	height: 3.68rem;
	border-radius: 100%;
	text-align: center;
	z-index: 2;
	display: none;
}
.gotop span{
	position: relative;
	top: calc(50% - 0.3rem);
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: .6rem;
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.gocart{
	position: fixed;
	top: 40%;
	right: 1.5rem;
	background-color: rgba(0,0,0,.58);
	width: 3.68rem;
	height: 3.68rem;
	border-radius: 100%;
	text-align: center;
	z-index: 2;
	display: none;
}
.gotop:hover, .gocart:hover{
	background-color: rgba(0,0,0,.86);
}
.gocart a{
	display: block;
	    padding: 0.9rem 0.5rem;
}
.gocart img{
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
}
/*home*/
.banner{
	position: relative;
}
.banner h3{
	position: absolute;
	top: 43%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 3.75rem;
	font-weight: 600;
	color: #fff;
	line-height: 2.5;
	height: 9.3rem;
	overflow: hidden;
	text-transform:uppercase;
}
.banner h3:after{
	position: absolute;
	content: '';
	bottom: 1px;
	left: 50%;
	margin-left: -3rem;
	width: 6rem;
	height: 5px;
	background-color: #fff;
}
.banner a{
	display: block;
	color: #fff;
}
.banner span{
	display: block;
}
.banner h3:hover a{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.lifelist{
	margin: 6.25rem -0.521rem;
	display: block;
	overflow: hidden;
	padding-bottom: 7px;
}
.lifelist .lifeitem{
	float: left;
	width: calc(50% - 1.042rem);
	margin: 0 0.521rem 1.042rem 0;
}
.lifelist .lifeitem:hover{
	background-color: #fff;
	box-shadow: 4px 4px 6px 0px rgba(223, 223, 223, 0.56);
}
.lifelist .lifeitem .life_img{
	width: 100%;
	overflow: hidden;
	height: 24.3rem;
}
.lifelist .lifeitem .life_img img{
	min-height: 100%;
}
.lifelist .lifeitem:hover .life_img img{
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
.lifelist .lifeitem .life_info{
	padding: 1.198rem;
	background-color: #f5f5f5;
}
.life_info .life_tit{
	font-size: 1.25rem;
	color: #333;
	font-weight: 500;
	margin-bottom: 0;
	height: 1.5rem;
	margin-bottom: 1.25rem;
	overflow: hidden;
}
.life_info .life_date{
	font-size: 1rem;
	color: #999;
	margin-bottom: .318rem;
}
.life_info .life_desc{
	font-size: 1.05rem;
	color: #878787;
	margin-top: .8rem;
	margin-bottom: .318rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3rem;
	overflow: hidden;
}
/*详情*/
.cont_box{
	margin: 3.125rem 0;
	padding: 0 14rem;
	display: block;
}
.cont_box .title{
	font-size: 1.25rem;
	color: #0d0d0d;
	line-height: 1.3;
}
.cont_box .add_info{
	color: #999;
	font-size: .73rem;
	margin: 1.05rem 0;
}
.cont_box .add_time{
	display: inline-block;
	padding-left: 1.6rem;
	background-image: url('../images/time_icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.4rem 1.4rem;
}
.cont_box .add_user{
	display: inline-block;
	margin-left: 1.6rem;
}
.main_cont{
	margin: 2.05rem 0 6rem 0;
	color: #666;
	font-size: .9375rem;
	line-height: 1.6;
}
.main_cont img{
	max-width: 100%;
}
.main_cont video{
	max-width: 100%;
}
/*about*/
.aboutbox{
	margin-top: 4.5rem;
	display: block;
}
.aboutbox .aboutitem{
	margin-bottom: 6.25rem;
}
.aboutbox .aboutitem .about_img{
	float: right;
	width: 58%;
	overflow: hidden;
}
.aboutbox .aboutitem.aboutitem2 .about_img{
	float: left;
}
.aboutbox .aboutitem .img-fluid{
	width: 100%;
}
.aboutbox .aboutitem .about_info{
	width: 32%;
	float: left;
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	-o-transform: translateY(20%);
}
.aboutbox .aboutitem.aboutitem2 .about_info{
	width: 38%;
	float: right;
}
.aboutbox .aboutitem .about_info h4{
	font-size: 1.667rem;
	font-weight: 600;
	margin: 2.8rem 0 1.7rem 0;
	color: #212024;
}
.aboutbox .aboutitem .about_info p{
	font-size: .94rem;
	font-weight: 400;
	line-height: 1.8;
	color: #666;
}
.aboutbox .aboutitem:hover .about_img img{
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
/*home*/
.homelist{
	position: relative;
	margin: 6rem 0 6rem 0;
	column-count: 3;
	column-gap: 1.06rem;
}
.homelist .nomore{
	position: absolute;
	bottom: -4.3rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	color: #999;
}
.homelist .nomore a{
	color: #999;
}
.homelist .homeitem{
	width: 100%;
	break-inside: avoid;
	margin-bottom: 1.06rem;
}
.homelist .homeitem img{
	width: 100%;
}
/*yifu*/
.yifubox{
	position: relative;
	margin: 6rem 0;
	display: block;
	overflow: hidden;
}
.yifulogo{
	margin-bottom: 3.14rem;
}
.yifulogo img{
	max-width: 100%;
	height: 2.3rem;

}
.yifulist{}
.yifubox .yifu_czb{
	position: absolute;
	top: 15px;
	right: 0;
	overflow: hidden;
}
.yifubox .yifu_czb .swiper-button-prev{
	position: relative;
	float: left;
	left: 0;
    width: 19px;
    height: 33px;
    cursor: pointer;
    -moz-background-size: 19px 33px;
    -webkit-background-size: 19px 33px;
    background-size: 19px 33px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-right: 10px;
}
.yifubox .yifu_czb .swiper-button-next{
	position: relative;
	float: left;
	right: 0;
    width: 19px;
    height: 33px;
    cursor: pointer;
    -moz-background-size: 19px 33px;
    -webkit-background-size: 19px 33px;
    background-size: 19px 33px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
}
/* contact */
.lxlist{
	margin: 4.74rem 0 2rem 0;
	overflow: hidden;
}
.lxlist .lxitem{
	float: left;
	width: 50%;
	margin-bottom: 1.23rem;
	background-color: #fff;
	padding: .8rem;
	font-size: 1.46rem;
	color: #666;
	line-height: 1.4;
}
.lxlist .lxitem h4{
	font-size: 1.875rem;
	margin: 1.6rem 0 2.8rem 0;
	font-weight: 600;
	color: #333;
}
.lxaddress{
	height: 26.6667rem;
	margin-bottom: 6rem;
}
.joinsearch{
	position: relative;
	margin-top: 3.2rem;
}
.joinsearch .join_inp{
	width: 17.8rem;
	font-size: 0.9735rem;
	padding: 1.04rem 0;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	color: #333;
	float: left;
	margin-right: 1rem;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.joinsearch .join_btn{
	float: right;
	padding: 0.52rem 3.8rem;
	border: 1px solid #232323;
	background: none;
	font-size: 0.9735rem;
	color: #333;
}
.joinlist{
	margin-top: 3.54rem;
	margin-bottom: 6rem;
}
.joinitem{
	position: relative;
	padding: 2.08rem 3.44rem 2.08rem 1.51rem ;
	margin-bottom: 1.045rem;
	border: 1px solid #e6e6e6;
}
.joinitem .join_showicon{
	position: absolute;
	right: 0;
	top: 1rem;
	width: 3rem;
	height: 3rem;
	background-image: url('../images/up_arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 65%;
	z-index: 2;
	transition: all .3s;
}
.joinitem.open .join_showicon{
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.joinitem .join_tit{
	color: #333;
	overflow: hidden;
}
.joinitem .join_tit .col{
	float: left;
	font-size: 1.458rem;
}
.joinitem .join_tit .col2{
	float: right;
	font-size: 0.9735rem;
}
.joinitem .join_tj{
	font-size: 0.9735rem;
	color: #666;
	margin-top: 1.5rem;
	overflow: hidden;
}
.joinitem .join_tj .col{
	float: left;
	margin-right: 2.15rem;
}
.joinitem .join_cont{
	display: none;
	font-size: 0.9735rem;
	color: #808080;
	line-height: 1.8;
	transition: height 3s ease;
}
.joinitem.open .join_cont{
	display: block;
}
.joinitem .join_cont p{
	margin-bottom: 0;
}
.joinitem .join_cont{
	margin-top: 2.08rem;
}
.joinitem .jointd_btn{
	font-size: 0.9735rem;
	border: 1px solid #232323;
	color: #333;
	padding: 0.785rem 4.8rem;
	display: inline-block;
	margin: 1.8rem auto 0.48rem auto;
}
.join_modal{
	margin-top: -20px;
	padding: 1.2rem;
}
.join_modal h4{
	text-align: center;
	font-size: 1.7rem;
	color: #333;
	margin-bottom: 1.4rem;
}
.join_modal label{
	font-size: 1rem;
}
.join_modal .form-group{
	margin-bottom: 1.5rem;
}
.join_modal .form-control{
	font-size: 1rem;
	height: calc(1.5em + 1rem + 2px);
}
.join_modal textarea.form-control{
	height: auto
}

/*loading*/
.loadings{
	background-color: #222;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	margin-top: 0px;
	top: 0px;
}
.loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
.loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.object:nth-child(2n+0) {
	margin-right: 0px;

}
.object_one{
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
	}
.object_two{
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
	}
.object_three{
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
	}
.object_four{
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
	}

@-webkit-keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg);
   	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	}

}
@keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg);
   	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	}
}
@-webkit-keyframes object_one{
50% {
    -ms-transform: translate(20px,20px);
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}
@keyframes object_one{
50% {
     -ms-transform: translate(20px,20px);
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}
@-webkit-keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px);
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}
@keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px);
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}
@-webkit-keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px);
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}
@keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px);
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}
@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px);
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px);
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}

@media screen and (max-width: 1720px) {
	.container-md{
		width: 80%;
	}
	.menu_box{
		width: 540px;
	}
	.lifelist .lifeitem .life_img, .in_lifelist .in_lifeitem .in_life_img {
    height: 26.33rem;
	}
}

@media screen and (max-width: 1600px) {
	.container-md{
		width: 84%;
	}
	.menu_box{
		width: 500px;
	}
	.lifelist .lifeitem .life_img, .in_lifelist .in_lifeitem .in_life_img {
    height: 27.7rem;
	}
}

@media screen and (max-width: 1440px) {
	.container-md{
		width: 88%;
	}
	.menu_box{
		width: 450px;
	}
	.lifelist .lifeitem .life_img, .in_lifelist .in_lifeitem .in_life_img {
    height: 29.03rem;
	}
}

@media screen and (max-width: 1280px) {
	.container-md{
		width: 90%;
	}
	.menu_box{
		width: 420px;
	}
	.lifelist .lifeitem .life_img, .in_lifelist .in_lifeitem .in_life_img {
    height: 29.67rem;
	}
}

@media screen and (max-width: 1024px) {
	.container-md{
		width: 94%;
	}
	.menu_box{
		width: 390px;
	}
	.lifelist .lifeitem .life_img, .in_lifelist .in_lifeitem .in_life_img {
    height: 31rem;
	}
}

@media screen and (max-width: 960px) {
	.container-md{
		width: 96%;
	}
	.menu_box{
		width: 370px;
	}
	.lifelist .lifeitem .life_img, .in_lifelist .in_lifeitem .in_life_img {
    height: 32.35rem;
	}
}

