@charset "utf-8";
/* CSS Document */

.com1200{
	width: 1200px;
	margin: 0 auto;
}

.bg_f5{
	background: #f5f5f5;
}

.com1200_w{
	background: #fff;
}
/* 头部公用css  -s */
.com_header{}
.header_t{
	height: 40px;
	background: #f5f5f5;
	color: #000000;
}
.header_t img{
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.header_t a{
	display: block;
	color: #ff7427;
	margin: 0 10px 0 5px;
}
.header_t span{}
.header_t p{}
.header_b{
	height: 70px;
}
.header_logo{}
.header_menus{}
.menus_l{}
.menu_li{
	margin: 0 20px;
	position: relative;
}
.menu_lia{
	color: #000;
	font-size: 16px;
	position: relative;
	display: block;
	line-height: 40px;
}
.menu_lia img{
	display: inline-block;
	vertical-align: middle;
}
.menu_lia.act,.menu_li:hover .menu_lia{
	color:#ff7427;
}
.menu_lia.act:after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 80%;
	height: 2px;
	background: #ff7427;
	left: 10%;
}
.menu_more{
	position: absolute;
	display: none;
	top: 38px;
	/* width: 100px; */
	padding: 10px 5px;
	z-index: 10;
	left: 0;
}
.menu_li:hover .menu_more{
	display: block;
}
.menu_more_us{
	box-shadow: 0 0 5px 6px rgba(150,150,150,.1);
	background: #fff;
	padding: 10px 20px;
	width: 110px;
	border-radius: 10px;
}
.menu_more_us a{
	display: flex;
	align-items: center;
	color: #000;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 16px;
}
.menu_more_us a:hover{
	color: #ff7427;
}
.menu_more_us a img{
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.menus_r{
	margin-left: 20px;
	position: relative;
}
.menus_r a{
	background: #ff7427;
	color: #fff;
	height: 40px;
	width: 120px;
	border-radius: 20px;
	font-size: 16px;
}
.menus_r_code{
    position:absolute;
    top: 50px;
    left: 0;
    z-index: 10;
}
.menus_r_code.none{
    display: none;
}
.menus_r_code img{
    display: block;
    width: 140px;
    height: 140px;
}


.menu_more_ul{
	width: 480px;
    background: #fff;
    position: relative;
    left: -200px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 9px rgba(0,0,0,.2);
}
.menu_more_li{
	display: flex;
    align-items: center;
    color: #000;
    width: 230px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.menu_more_li:nth-child(2n+1){
	margin-right: 20px;
}
.menu_more_li_l{
	display:block;
	width: 40px;height: 40px;
	margin-right: 10px;
	border-radius: 6px;
}
.menu_more_li_r{
	width: calc(100% - 10px);
}
.menu_more_li_r div{
	font-size: 15px;
}
.menu_more_li:hover .menu_more_li_r div{
	color: #0157ff;
}
.menu_more_li_r p{
	font-size: 13px;
    color: #999;
    line-height: 1.6;
    margin-top: 5px;
}

/* 头部公用css  -e */

/* 脚部公用css  -s */
.footer_box{
	background: #1f242d;
}
.footer_t{
	display: flex;
	align-items: center;
	height: 108px;
	background-image: linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
	background-image: -webkit-linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
}
.footer_t_li{
	display: flex;
	align-items: center;
}
.footer_t_li img{
	display: block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
.footer_t_li div{
	color: #fff;
}
.footer_t_li h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}
.footer_t_li p{
	font-size: 14px;
	line-height: 1.5;
}
.footer_c{
	color: #fff;
}
.footer_c a{
	color: #ccc;
}
.footer_c a:hover{
	color: #ff7427;
}
.footer_content{
	padding: 25px 0;
}
.fc_t{
	display: flex;
	padding-bottom: 25px;
	justify-content: space-between;
}
.fc_t_title{
	width: 120px;
	font-size: 20px;
	padding-top: 10px;
}
.fc_t_right{
	width: calc(100% - 140px);
}
.fc_t_types{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.fc_t_types a{
	color: #fff;
	display: block;
	line-height: 36px;
	margin-right: 45px;
	font-size: 17px;
}
.fc_t_types a.act{
	border-bottom: 1px solid #f5f5f5;
}
.fc_t_address{}
.fc_t_address a{
	font-size: 16px;
	line-height: 30px;
	margin-right: 15px;
}
.fc_b{
	display: flex;
	justify-content: space-between;
}
.fc_ba{
	width: 300px;
	border-right: 1px solid #5a5e64;
	padding-right: 40px;
}
.fc_ba .txt{
	line-height: 2;
}
.fc_ba .title{
	font-size: 20px;
	padding: 15px 0;
}
.fc_ba .phone{
	font-size: 30px;
	margin-bottom: 15px;
}
.fc_ba .phone span{
	margin-left: 30px;
	font-size: 14px;
}
.fc_ba .kf{
	background: #07c260;
	padding: 5px 10px;
	border-radius: 4px;
	width: 100px;
	margin-top: 15px;
	cursor: pointer;
	color: #fff;
}
.fc_ba .kf img{
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.fc_bb{
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 40px;
	align-items: center;
}
.fc_bb:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 150px;
	background: #5a5e64;
}
.fc_bb div{
	font-size: 16px;
	margin-bottom: 20px;
}
.fc_bb a{
	line-height: 30px;
}
.fc_bc{
	display: flex;
	flex-direction: column;
	margin-left: 40px;
}
.fc_bc div{
	font-size: 16px;
	margin-bottom: 20px;
}
.fc_bc img{
	display: block;
	width: 136px;
	height: 136px;
	margin-top: 15px;
}
.footer_b{
	padding: 15px 10px;
	border-top: 1px solid #fff;
}
.footer_b div{
	text-align: center;
	color: #fff;
}
.footer_b a{
	color: #fff;
}
.footer_b a:hover{
	color: #ff7427;
}

/* 脚部公用css  -e */

/* 首页公用标题样式 -s */
.com_title{
	margin: 20px auto;
	text-align: center;
}
.com_title p{
	color: #fe6140;
	font-size: 14px;
}
.com_title div{
	position: relative;
	font-size: 36px;
	font-weight: 600;
	padding: 10px 0 14px;
}
.com_title div::after{
	position: absolute;
	content: '';
	width: 120px;
	height: 4px;
	background: #fe6140;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.com_title2 div::after{
	/* position: absolute; */
	/* content: ''; */
	width: 100%;
	/* height: 4px;
	background: #fe6140;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0; */
}


.com_banner{
	position: relative;
	overflow: hidden;
}
.com_banner img{
	position: relative;
	display: block;
	width: 1920px;
	height: 380px;
	left: calc(50% - 960px);
}

/* 富文本样式 */
.rich_box{
	padding: 20px;
	line-height: 1.6;
	color: #000;
	min-height: 160px;
}
.rich_box img,.rich_box table{
	max-width: 100%!important;
}

/* 首页公用标题样式 -e */

/* 公用固定右侧边栏样式 - s */
.fixed_box{
	position: fixed;
	z-index: 1000;
	right: 0;
	top: calc(50% - 70px);
	display: flex;
	flex-direction: column;
}
.fixed_li{
	width: 50px;
	height: 50px;
	background: #333333;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
}
.fixed_li:hover,.fixed_li.act{
	background: #fe5737;
}
.fixed_li .ico{
	display: block;
	width: 100%;
	height: 100%;
}
.fixed_li_more{
	position: absolute;
	left: -174px;
	bottom: 0;
	background: #f8f8f8;
	width: 164px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 16px 16px 8px;
	display: none;
}
.fixed_li_more.act{
	display: block;
}
.fixed_li_more img{
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}
.fixed_li_more p{
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	color: #666;
}


/* 公用固定右侧边栏样式 - e */


.ma_box{
	margin-top: 100px;
	margin-bottom: 100px;
}
.ma_ul{
	flex-wrap: wrap;
}
.ma_li{
	width: 240px;
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
	margin-right: 80px;
}
.ma_li:nth-child(4n){
	margin-right: 0;
}
.ma_li_img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.ma_li_img:before{
	position: absolute;
	content: '';
	width: 150px;
	height: 150px;
	background: #f7f9fb;
	border-radius: 100%;
	z-index: 0;
	transition:2s;
}
.ma_li_img img{
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 2;
}
.ma_li_txt{
	height: 110px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.ma_li_txt div{
	font-size: 16px;
	line-height: 40px;
}
.ma_li_txt p{
	display: none;
	color: #999;
	font-size: 13px;
}
.ma_li:hover{
	box-shadow: 0 0 5px 6px rgba(150,150,150,.1);
}
.ma_li:hover .ma_li_img:before{
	width: 500px;
	height: 500px;
}
.ma_li:hover p{
	display: block;
}


.mb_box{
	margin-top: 100px;
	margin-bottom: 100px;
}
.mb_title{
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 10px;
}
.mba_box{}
.mba_ul{}
.mba_li{
	width: 330px;
	border-radius: 10px;
	overflow: hidden;
}
.mba_li img{
	display: block;
	width: 100%;
	height: 210px;
}
.mba_li p{
	height: 90px;
	box-sizing: border-box;
	padding: 12px;
	line-height: 22px;
}
.mbb_ul{
	flex-wrap: wrap;
}
.mbb_li{
	width: 240px;
	margin-right: 80px;
	margin-bottom: 30px;
}
.mbb_li:nth-child(4n){
	margin-right: 0;
}
.mbb_li img{
	display: block;
	width: 72px;
	height: 72px;
	margin: 10px auto 20px;
}
.mbb_li div{
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}
.mbb_li p{
	color: #666;
	line-height: 1.5;
}
.mc_box{
	margin-top: 100px;
	margin-bottom: 120px;
}
.mc_ul{}
.mc_li{}
.mc_li img{
	display: block;
	width: 300px;
	height: 428px;
}

.md_box{
	margin-top: 100px;
	margin-bottom: 120px;
}
.md_ul{
	flex-wrap: wrap;
}
.md_li{
	width: 400px;
	margin-bottom: 20px;
}
.md_li img{
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto;
}
.md_li p{
	font-size: 16px;
	padding: 16px 0;
	text-align: center;
}
.me_box{
	margin-top: 100px;
	margin-bottom: 130px;
}
.me_ul{
	flex-wrap: wrap;
}
.me_li{
	width: 280px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 5px 6px rgba(100,100,100,.1);
}
.me_li img{
	display: block;
	width: 280px;
	height: 168px;
}
.me_li p{
	font-size: 16px;
	font-weight: 600;
	padding: 6px 0;
	line-height: 2;
	text-align: center;
}


.mf_box{
	position: relative;
	margin-top: 100px;
	margin-bottom: 135px;
}
.mf_ul{
	width: 1100px;
	margin: 0 auto;
}
.mf_li{
	display: block;
}
.mf_li img{
	width: 100%;
}
.mf_btn{
	position: absolute;
	top: 100px;
	height: 220px;
}
.mf_btn img{
	display: block;
	width: 34px;
	height: 60px;
}
.mf_l{
	left: 0;
}
.mf_r{
	right: 0;
}
.mga_box{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.mga_ul{
	width: 380px;
	height: 550px;
	background: #f6f8fb;
	overflow: hidden;
	border-radius: 5px;
}
.mga_ul_img{
	width: 100%;
	height: 128px;
}
.mga_li{
	display: flex;
	align-items: center;
	color: #000;
	margin: 0 20px;
	border-bottom: 1px solid #eee;
}
.mga_li:last-child{
	border-bottom: 0;
}
.mga_li p{
	line-height: 58px;
	height: 58px;
	font-size: 16px;
	width: calc(100% - 30px);
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.mga_li:hover{
	color: #ff7427;
}
.mga_li img{
	display: block;
	width: 20px;
	height: 20px;
}
.mgb_box{
	background: #f6f8fb;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.mgb_l{
	width: 50px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 10px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	background-image: linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
	background-image: -webkit-linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
}
.mgb_r{
	width: 1120px;
}
.mgb_main{
	display: flex;
	padding: 10px 0;
	align-items: center;
}
.mgb_main:first-child{
	border-bottom: 1px solid #ccc;
}
.mgb_main div{
	width: 90px;
	line-height: 40px;
	font: 16px;
}
.mgb_main p{
	width: calc(100% - 100px);
}
.mgb_main p a{
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	margin-right: 10px;
}
.mgb_main p a:hover{
	color: #ff7427;
}



/* 关于我们3 */
.usc_box{
	margin-top: 100px;
	margin-bottom: 100px;
}
.usc_ul{
	display: flex;
	flex-wrap: wrap;
}
.usc_li{
	width: 370px;
	height: 145px;
	background: #f1f1f1;
	display: flex;
	margin-right: 45px;
	margin-bottom: 40px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px 30px;
}
.usc_li:nth-child(3n){
	margin-right: 0;
}
.usc_li_l{
	display: block;
	width: 72px;
	height: 72px;
}
.usc_li_r{
	width: calc(100% - 90px);
	display: flex;
	flex-direction: column;
	min-height: 80px;
	justify-content: space-between;
}
.usc_li_r div{
	font-size: 20px;
	color: #fc6029;
}
.usc_li_r p{
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}
.usc_li_only .usc_li_l{
	width: 100px;
	height: 100px;
}
.usc_li_only .usc_li_r{
	width: calc(100% - 120px);
	min-height: 60px;
}
.usc_li_only .usc_li_r div{
	color: #000;
	font-size: 16px;
}


.usc_main_box{
	position: relative;
	overflow: hidden;
}
.usc_main_bg{
	position: relative;
	display: block;
	width: 1920px;
	height: 350px;
	left: calc(50% - 960px);
}
.usc_main{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	height: 200px;
	top: calc(50% - 100px);
	flex-direction: column;
	z-index: 2;
}
.usc_main_text{
	position: relative;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.usc_main_btn{
	width: 220px;
	height: 44px;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 3px;
	font-size: 16px;
	border-radius: 30px;
}
.usc_main_btn:hover{
	color: #fc6029;
	background-color: #fff
}


/* 案例详情底部联系我们样式 -s */
.bubble-1 {
	position: absolute;
	top: -120px;
	left: 50%;
	z-index: 7;
	margin-left: -120px;
	width: 240px;
	height: 240px;
	border-radius: 100%;
	background: #ff6c00;
	animation: bubble-animate-1 linear 10s infinite
}

.bubble-2 {
	position: absolute;
	top: 50px;
	left: 34%;
	z-index: 8;
	width: 360px;
	height: 360px;
	background: #ff4800;
	border-radius: 100%;
	animation: bubble-animate-2 linear 12s infinite
}

.bubble-3 {
	position: absolute;
	top: 50px;
	left: 48%;
	z-index: 9;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background: #ff3800;
	animation: bubble-animate-3 linear 11s infinite
}

@keyframes bubble-animate-1 {
	from {
		top: -120px
	}

	50% {
		top: -180px
	}

	to {
		top: -120px
	}
}

@keyframes bubble-animate-2 {
	from {
		top: 50px;
		left: 34%
	}

	50% {
		top: 80px;
		left: 24%
	}

	to {
		top: 50px;
		left: 34%
	}
}

@keyframes bubble-animate-3 {
	from {
		top: 50px;
		left: 48%
	}

	50% {
		top: 80px;
		left: 58%
	}

	to {
		top: 50px;
		left: 48%
	}
}
.anli_main_box{
	position: relative;
	height: 200px;
	overflow: hidden;
	background-image: linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
	background-image: -webkit-linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
}

.anli_main{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	height: 200px;
	top: calc(50% - 100px);
	flex-direction: column;
	z-index: 10;
}
.anli_main_text{
	position: relative;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.anli_main_btn{
	width: 220px;
	height: 44px;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 3px;
	font-size: 16px;
	border-radius: 30px;
}
.anli_main_btn:hover{
	color: #fc6029;
	background-color: #fff
}


/* 案例详情底部联系我们样式 -e */

.team_box{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.team_img{
	position: absolute;
	display: block;
	width: 100%;
	z-index: 0;
	height: 500px;
}
.usa_js_box{
	margin-top: 80px;
	margin-bottom: 100px;
}
.usa_js_ul{
	align-items: flex-start;
}
.usa_js_li{
	width: 280px;
}
.usa_js_li img{
	display: block;
	width: 100px;
	height: 100px;
	padding: 5px;
	border-radius: 100%;
	background: #fedfd4;
	margin: 0 auto;
}
.usa_js_li div{
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	margin: 10px 0;
	font-weight:600;
}
.usa_js_li p{
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}


.usa_team_box{
	padding-top: 100px;
	padding-bottom: 100px;
}
.usa_team_ul{
	align-items: flex-start;
}
.usa_team_li{
	width: 200px;
}
.usa_team_li img{
	display: block;
	width: 170px;
	height: 170px;
	background: #fff;
	padding: 30px;
	border-radius: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.usa_team_li img.none{
	display: block;
	border: 1px solid #ccc;
}
.usa_team_li img.act{
	display: none;
	background-image: linear-gradient(0deg,#fe7427 40%,#fe6140 100%);
	background-image: -webkit-linear-gradient(0deg,#fe7427 40%,#fe6140 100%);
}
.usa_team_li:hover img.none{display: none;}
.usa_team_li:hover img.act{display: block;}
.usa_team_li div{
	text-align: center;
	font-size: 16px;
	margin: 15px 0;
	font-weight: 600;
}
.usa_team_li p{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}


.usa_info_box{
	margin: 100px 0;
	background: #f8f8f8;
	display: flex;
	justify-content: space-between;
}
.usa_info_l{
	width: 500px;
	height: 350px;
}
.usa_info_l img{
	display: block;
	width: 500px;
	height: 350px;
}
.usa_info_r{
	width: 625px;
	margin-right: 40px;
	padding: 20px 0;
}
.usa_info_r p{
	color: #333;
	line-height: 2;
	font-size: 16px;
    margin-bottom: 10px;
}

.usa_info_r p:last-child{
	margin-bottom: 0;
}


.usdd_box{}
.usdd_ul{
	display: flex;
	flex-wrap: wrap;
}
.usdd_li{
	width: 200px;
	margin-right: 50px;
	margin-bottom: 25px;
}
.usdd_li:hover{
	box-shadow: 0 0 5px 6px rgba(150,150,150,.1);
}
.usdd_li:nth-child(5n){
	margin-right: 0;
}
.usdd_li_img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 256px;
	margin: 0 auto;
	background: #f5f5f5;
}
.usdd_li_img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.usdd_li_txt{
	padding: 5px 10px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	height: 50px;
	box-sizing: initial;
}


.tabs_ul{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs_li{
	cursor: pointer;
	width: 160px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.tabs_li.act{
	background: #2e354b;
	color: #fff;
	border-radius: 50px;
}
.news_box{}
.news_ul{
	margin: 0 20px;
	padding: 20px 0;
	min-height: 200px;
}
.news_li{
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	padding: 30px 0;
	justify-content: space-between;
	color: #000;
}
.news_li_img{
	display: block;
	width: 215px;
	height: 130px;
}
.news_li_txt{
	width: calc(100% - 245px);
}
.news_li_txt h3{
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6;
	color: #666;
}
.news_li_txt p{
	font-size: 15px;
	color: #666;
	line-height: 1.8;
}


.tabsb_ul{
	margin: 20px 30px 10px;
}
.tabsb_li{
	position: relative;
	line-height: 20px;
	margin: 0 20px;
	padding-left: 20px;
	font-size: 16px;
	cursor: pointer;
}
.tabsb_li.act{}
.tabsb_li:before{
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	width: 15px;
	height: 15px;
	background: url('../images/anli_c.png') no-repeat center;
	background-size: 100% 100%;
}
.tabsb_li.act:before{
	background-image: url('../images/anli_ca.png');
}
.anli_box{
	margin: 30px 0 0;
}
.anli_ul{
	display: flex;
	flex-wrap: wrap;
}
.anli_li{
	width: 390px;
	color: #000;
	margin-right: 15px;
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 3px solid #fe6c35;
	position: relative;
	overflow: hidden;
}
.anli_li:nth-child(3n){
	margin-right: 0;
}
.anli_li_img{
	display: block;
	width: 390px;
	height: 245px;
}
.anli_li_txt{
	margin: 10px 20px;
	line-height: 30px;
	font-size: 15px;
}
.anli_li_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(100% + 3px);left: 0;
	background: rgba(0,0,0,.5);
	transition:.5s;
}
.anli_li:hover .anli_li_mask{top: 0;}
.anli_li_mask img{
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 8px;
}
