/* *{margin: 0;padding: 0;box-sizing: border-box;text-decoration: none;list-style: none;}
html,body{width: 100%;height: 100%;} */
.footer_all{width: 100%;color: #fff;}

/* pc端底部 */
.pc_footer{background-image: url('../images/footer_bg.png');width: 100%;overflow: hidden;background-repeat: no-repeat;background-size:100% 100%;padding-top: 20px;display: flex;flex-direction: column;}
/* 顶部 */
.footer_top{border-top: 1px solid #fff;border-bottom: 1px solid #fff;display: flex;justify-content: center;}
.footer_top1{width: 82%;margin: 0 auto;}
.footer_top_item{padding: 15px 20px;}
.footer_top_item span{padding-left: 30px;font-size: 16px;}
/* 中间 */
.footer_cen{flex: 1;display: flex;justify-content: center;flex-direction: column;padding-top: 60px;}
/* 中间上方 */
.footer_cen1{width: 82%;margin: 0 auto;}
.footer_cen2{width: 84%;margin: 0 auto;}
/* 中间上方左侧 */
.footer_leftcen{border-right: 1px solid rgb(255,255,255,0.5);padding-right: 100px;}
.footer_lefttopcen>div:nth-child(1){font-size: 26px;text-align: right;color: #dedcdd!important;letter-spacing: 2px;}
.footer_lefttopcen>div:nth-child(2){color: #dedcdd!important;display: flex;margin: 20px 0px;align-items: center;}
.footer_lefttopcen>div:nth-child(2) span{flex: 1;text-align: right;}
.footer_leftbotcen{display: flex;}
.footer_leftbotcen_pic{width: 130px;display: flex;justify-content: flex-end;align-items: flex-end;padding-right: 30px;padding-bottom: 20px;}
.footer_leftbotcen_word{flex: 1;text-align: right;display: flex;flex-direction: column;}
.footer_leftbotcen_word1,.footer_leftbotcen_word2{display: flex;justify-content: space-between;align-items: center;}
.footer_leftbotcen_word1{padding-top: 20px;}
.footer_leftbotcen_word1 span:nth-child(1){font-size: 12px;color: #dedcdd!important;}
.footer_leftbotcen_word1 span:nth-child(2){font-size: 16px;letter-spacing: 2px;color: #dedcdd!important;}
.footer_leftbotcen_word2{padding-top: 20px;}
.footer_leftbotcen_word2 span:nth-child(1){font-size: 16px;letter-spacing: 2px;color: #dedcdd!important;}
.footer_leftbotcen_word2 span:nth-child(2){font-size: 32px;display: inline-block;letter-spacing: 2px;}
/* 中间上方中间 */
.footer_centercen{display: flex;justify-content: center;border-right: 1px solid rgb(255,255,255,0.5)}
.footer_pctcon {display: flex;flex-direction: column;padding: 0px 50px;}
.footer_pctcon a{color: #fff!important;margin-bottom: 25px;font-size: 14px;}
.footer_pctcon a:nth-child(5){margin-bottom: 0;}
.footer_pcttitle{font-size: 16px!important;}
/* 中间上方右侧 */
.footer_rightcen{padding-left: 100px;}
.footer_rightcen1 img{margin-right: 15px;}
.footer_rightcen2{position: relative;}
.footer_rightcen2 img{padding-top: 12px;}
.footer_rightcen2 p{padding-top: 8px;}
.footer_pcthtriangle{position: absolute;top:5px;left: 3px;-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);clip-path: polygon(50% 0%, 0% 100%, 100% 100%);background-color: #fff;width: 12px;height: 7px;}
/* 中间下方 */
.footer_cen2{padding-top: 60px;display: flex;padding-bottom: 40px;}
.footer_cen2>div{margin-right: 60px;}
.footer_cen2 img{margin-right: 5px;vertical-align: middle;}
.footer_cen2 span{vertical-align: middle;color: #dedcdd!important;}
/* 底部 */
.footer_bot{display: flex;justify-content: center;align-items: center;height: 40px;background-color: rgb(0,0,0,0.1);color: #fff;font-size: 12px;}

/* 移动端 */
/* 上方 */
.phone_footer{background-color: #cf0008;padding-top: 30px;}
.phone_topfooter{display: flex;flex-direction: column;}
.phone_topfooter_title{display: flex;justify-content: center;align-items: center;font-size: 18px;letter-spacing: 2px;}
.phone_topfooter_allword{display: flex;align-items: center;justify-content: center;padding: 0px 20px;}
.phone_topfooter_pic{width: 120px;}
.phone_topfooter_pic p{text-align: center;padding-top: 5px;width:100px;}
.phone_topfooter_word{flex: 1;padding-top: 20px;}
.phone_topfooter_word1{padding-top: 5px;display: flex;justify-content: center;align-items: center;}
.phone_topfooter_word1 span,.phone_topfooter_word2 span{font-size: 13px;}
.phone_topfooter_word2{padding-top: 5px;display: flex;justify-content: center;}

/* 中间 */
.phone_cenfooter{display: flex;justify-content: center;flex-direction: column;align-items: center;padding: 20px 0px;}
.phone_cenfooter p{padding-top: 10px;}
/* 下方 */
.phone_botfooter{display: flex;justify-content: center;align-items: center;height: 30px;background-color: rgb(0,0,0,0.1);color: #fff;font-size: 12px;}
.phone_botfooter p:nth-child(2){padding-left: 10px;}
/* 移动端 */
@media screen and (max-width:1023px) {
	.pc_footer{display: none;}
	.phone_footer{display: block;}
}
@media screen and (min-width:1024px) {
	.pc_footer{display: block;}
	.phone_footer{display: none;}
}
@media screen and (min-width:1024px) and  (max-width:1200px){
	/* .phone_footer{display: none;}
	.pc_footer{display: block;} */
	.footer_top{display: none;}
	.footer_leftcen{border: none;}
	.footer_centercen{border: none;}
	.footer_lefttopcen>div:nth-child(1){text-align: center;padding: 20px 0px;}
	.footer_rightcen1{display: none;}
	.footer_rightcen2{text-align: center;}
	.footer_leftcen{padding:0px;}
	.pc_footer{padding: 0px;}
	.footer_cen{padding: 0px;}
	.footer_leftbotcen{display: none;}
	.footer_cen2>div{margin: 0px;margin-right: 20px;}
	.footer_cen2{padding: 30px 0px;}
	.footer_rightcen{padding: 0px;}
	.footer_cen2{width: 100%;display: flex;justify-content: center;}
	.footer_pctcon a{margin-bottom: 20px;}
	.footer_pcthtriangle{display: none;}
}
@media screen and (min-width:1201px) and  (max-width:1400px){
 .footer_pctcon{padding: 0px 20px;}
 .footer_lefttopcen>div:nth-child(1) {font-size: 23px;padding-bottom: 30px;}
 .footer_leftbotcen_pic{width: 70px;padding-bottom:0}
 .footer_leftbotcen_pic>img{width: 70%;}
 .footer_leftcen{ padding-right: 50px;}
 .footer_rightcen {padding-left: 50px;}
 .footer_leftbotcen_word2 span:nth-child(2) {font-size: 23px;}
}
@media screen and (min-width:1401px) and  (max-width:1700px){
 .footer_pctcon{padding: 0px 35px;}
 .footer_lefttopcen>div:nth-child(1) {font-size: 26px;padding-bottom: 20px;}
 .footer_leftbotcen_pic {width: 70px;}
 .footer_leftbotcen_word2 span:nth-child(2) {font-size: 27px;}
}



	
			
			