.wrap{

	width: 1260px;

	height: 100%;

	margin: 0 auto;

	position: relative;

	box-sizing:  border-box;

}

.header-top{

	background: #f9f9f9;

	overflow: hidden;

	height: 34px;

	line-height: 34px;

	text-align: right;

}

.header-top span{

	font-size: 12px;

	color:#9a9a9a;

	display: inline-block;

	margin-left: 20px;

}

.header-main{

    height: 80px;

    overflow: hidden;

}

.header{

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	background: #fff;

	z-index: 21;

}

.two-menu h1 img{

	margin-right: 10px;

	display: none;

}

.main{

	padding-top: 114px;

}

.logo{

	position: absolute;

	left: 0;

	top: 23px;

	width: 198px;

}

.logo img{

	width: 100%;

}

.nav{

	

	position:  absolute;

		

	left: 260px;

		

	right: 150px;

		

	bottom: 0;

}

#fuwu .nav-block ul,#luyan .nav-block ul{

	text-align: center;

}

#fuwu .nav-block li,#luyan .nav-block li{

    width: 33.33%;

    box-sizing: border-box;

    margin: 0 0 10px 0;

    text-align: center;

}

.header-lag{

    position: absolute;

    right: 0;

    top: 30px;

}

.header-lag a{

	margin-left: 15px;

}

.nav ul{

	overflow: hidden;

}

.nav li{

	float: left;

	padding: 0 17px 30px;

}

.nav li.nav-up-selected a{

	color: #005bac;

}

.nav li a{

	color: #333;

	font-size: 16px;

}

.nav li:hover > a{

	color:#005bac;

}

.nav-block{

	overflow: hidden;

	margin-bottom: 10px;

}

.fl .nav-block{

	float: left;

	margin-right: 18px;

}

.fl .nav-block ul{

	float: left;

	margin-right: 10px;

}

.fl .nav-block li{

	float: none;

}

.two-menu {

	background: #fff;

	position: fixed;

	top: 114px;

	left: 0;

	width: 100%;

	z-index: 20;

	overflow:  hidden;

	padding: 20px 0;

	display:  none;

	border-top:1px solid #005bac;

}

.two-menu h1{

	font-size: 16px;

	color: #333;

	margin-bottom: 15px;

    padding-left: 25px;

}

.two-menu h1 a{

	color: #333;

}

.two-menu ul{

	overflow: hidden;

}

.two-menu li{

	float: left;

	color: #333;

	padding: 5px 25px;

	margin: 0 10px 10px 0;

}

.two-menu li a{

	color: #333;

}

.two-menu li a:hover{

	color:#005bac;

}

.mobile-header {

	display: none;

	position: fixed;

	left: 0;

	top: 0;

	right: 0;

	height: 48px;

	z-index: 111;

	background: rgba(255, 255, 255, 0.9);

}



.mobile-header .logo {

	position: absolute;

	left: 12px;

	top: 10px;

	width: 140px;

}



.mobile-header .logo img {

	width: 100%;

	display: block;

}



.mobile-header .mobile-menu {

	background-color: rgba(0, 105, 164, 0.8);

	width: 48px;

	height: 48px;

	position: absolute;

	top: 0px;

	right: 0px;

}



.mobile-header .mobile-menu .mobile-header-icon {

	color: #ffffff;

	height: 100%;

	font-size: 25px;

	text-align: center;

	float: right;

	width: 100%;

	position: relative;

	-webkit-transition: background 0.5s;

	-moz-transition: background 0.5s;

	-o-transition: background 0.5s;

	transition: background 0.5s;

}



.mobile-header .mobile-menu .mobile-header-icon:hover {

	background-color: rgba(255, 255, 255, 0.2);

	cursor: pointer;

}



.mobile-header .mobile-menu .mobile-header-icon span {

	position: absolute;

	left: calc((100% - 25px) / 2);

	top: calc((100% - 1px) / 2);

	width: 25px;

	height: 1px;

	background-color: white;

}



.mobile-header .mobile-menu .mobile-header-icon span:nth-child(1) {

	transform: translateY(4px) rotate(0deg);

}



.mobile-header .mobile-menu .mobile-header-icon span:nth-child(2) {

	transform: translateY(-4px) rotate(0deg);

}



.mobile-header .mobile-menu .mobile-header-icon-click span:nth-child(1) {

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: clickfirst;

}



.mobile-header .mobile-menu .mobile-header-icon-click span:nth-child(2) {

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: clicksecond;

}



@keyframes clickfirst {

	0% {

		transform: translateY(4px) rotate(0deg);

	}

	100% {

		transform: translateY(0) rotate(45deg);

	}

}



@keyframes clicksecond {

	0% {

		transform: translateY(-4px) rotate(0deg);

	}

	100% {

		transform: translateY(0) rotate(-45deg);

	}

}



.mobile-header .mobile-menu .mobile-header-icon-out span:nth-child(1) {

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: outfirst;

}



.mobile-header .mobile-menu .mobile-header-icon-out span:nth-child(2) {

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: outsecond;

}



@keyframes outfirst {

	0% {

		transform: translateY(0) rotate(-45deg);

	}

	100% {

		transform: translateY(-4px) rotate(0deg);

	}

}



@keyframes outsecond {

	0% {

		transform: translateY(0) rotate(45deg);

	}

	100% {

		transform: translateY(4px) rotate(0deg);

	}

}



.ph-menu-wrapper {

	position: fixed;

	top: 49px;

	right: -100%;

	bottom: 0;

	z-index: 12;

	width: 100%;

	min-height: calc(100% - 50px);

	background: rgba(6, 73, 111, 0.8);

	overflow-y: auto;

	overflow-x: hidden;

}



.ph-menu-wrapper.ph-menu-list {

	overflow-y: scroll;

}



.footer {

	overflow: hidden;

	position:  relative;

	z-index: 20;

}



.foot-top {

	overflow: hidden;

	background: #000;

	padding: 25px 0;

}



.foot-bottom {

	overflow: hidden;

	background: #000;

	padding: 20px 0;

	border-top: 1px solid #55524c;

}



.foot-bottom p {

	font-size: 14px;

	color: #727171;

	text-align: center;

}



.foot-info {

	overflow: hidden;

	float: left;

	width: 50%;

}



.foot-info h1 {

	font-weight: normal;

	font-size: 24px;

	color: #fff;

	padding-bottom: 15px;

	margin-bottom: 17px;

	line-height: 1;

}



.foot-info-cell {

	position: relative;

	font-size: 14px;

	color: #fff;

	padding-left: 35px;

	margin-bottom: 10px;

	width: 50%;

	float:  left;

	box-sizing:  border-box;

}



.foot-info-cell img {

	position: absolute;

	left: 0;

	top: 0;

}

.foot-info-cell a{

	color:#fff;

}


.foot-ewm {
	width: 60px;
	overflow: hidden;
}

.foot-ewm-main-title{
	color: white;
	font-size: 18px;
	font-weight: 500;
    letter-spacing: 6px;
	margin-left: 42px;
	line-height: 32px;
}


.foot-ewm-main {

    float: left;
    width: 44px;
    margin: 20px 0px 0px 0px;

}


.foot-ewm-main img {

	width: 100%;

	display: block;

}
.foot-ewm-main svg{
	width: 48px;
	height: 48px;
	fill:white;
}
.foot-ewm-main-weixin a .foot-ewm-weixin-pic{
	display: none;
	position: absolute;
	top: 120px;
	right: 3%;
    padding: 10px 20px;
	overflow: hidden;
	/*height: 120px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	border: 10px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px #ccc;
}

.foot-ewm-main-weixin a .foot-ewm-weixin-pic img{
	width: 80px;
	height: 80px;
	display: inline;
	margin: 3px 6px;
    border: 1px solid #d4d4d6;
}

.foot-ewm-weixin-pic li{
	display: block;
	float: left;
	list-style: none;
}

.foot-ewm-weixin-pic .weixin-pic-title{
	color: #333;
	text-align: center;
	display: block;
	margin-bottom: 6px;
}

.weixin-pic-box{
    display: block;
    width: 90px;
}

.weixin-pic-2 .weixin-pic-box {
    margin-right: 5px;
    margin-left: 5px;
}

.foot-ewm-weixin-pic .weixin-txt-title{
    display: block;
    text-align: center;
    color: black;
}

.foot-ewm-main-weixin a:hover .foot-ewm-weixin-pic{
	display: block;
}





/* 新底部 */
.footer-content-box1{
    width: 14%;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-content-box2{
    width: 15%;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-content-box6{
    width: 16%;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-content-box3{
    width: 16%;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-content-box3::before {
    position: absolute;
    top: 89px;
    right: 562px;
    transform: translateX(-50%);
    content: '';
    width: 1px;
    height: 240px;
    border-radius: 5px;
    background-color: #ddd;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.footer-content-box4{
    width: 39%;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-contet-wxpic{
    display: block;
    float: left;
}
.footer-contet-wxpic h2{
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 20PX;
    color: #fff;
}
.footer-contet-wxpic h2::before {
    position: absolute;
    bottom: 0;
    left: 18px;
    transform: translateX(-50%);
    content: '';
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: #df203d;
    color: #fff;
}
.footer-contet-wxpic img{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top:18px;
}
.footer-content-wxright{
    display: block;
    float: left;
    width: 320px;
    margin-left: 46px;
}
.footer-content-wxright i{
    font-size: 36px;
    line-height: 40px;
    color: #df203d;
    font-weight: 800;
    margin-top: 30px;
    display: block;
}
.footer-content-wxright li.se{
    margin-top:10px;
}
.footer-content-box5{
    width: 20%;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-content ul{
    display: inline-block;
}
.footer-content h2{
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 20PX;
    color: #fff;
}
.footer-content h2::before {
    position: absolute;
    bottom: 0;
    left: 18px;
    transform: translateX(-50%);
    content: '';
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: #df203d;
    color: #fff;
}

.footer-content li{
display: black;
}
.footer-content li a{
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    /*height: 50px;*/
}

.footer-content-box3 li{
    text-align: left;
}
.footer-content-box4 li img{
    display: inline-block;
    width: 22px;
    margin-right: 8px;
}
.footer-content-box5-title{
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    padding-bottom: 10px;
}
.footer-content-box5 span{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.footer-content-box5 li{
    float: left;
    width: 50%;
    display: block;
}
.footer-content-box5 li img{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 18px 29%;
}
.foot-bottom p{
    color: #fff;
}
/* 新底部 */

/* 留言表单 */
.liuyan {
	width:1200px;
	margin: 100px auto;
	padding-top: 70px;
    padding-left: 200px;
	text-align:center;
	clear: both;
}
.liuyan h3 {
	font-size:35px;
	line-height:50px;
    margin-right: 180px;
    margin-bottom: 60px;
    font-weight: 300;
}
.form-input{
    height: 48px;
    line-height: 48px;
    width: 40%;
    margin-right: 3%;
    float: left;
    margin-bottom: 25px;
    background-color: #efefef;
    position: relative;
}
.form-input-box{
    width: 76%;
    padding-right: 7%;
    border: none;
    height: 46px;
    line-height: 46px;
    background-color: #efefef;
    text-indent: 30px;
}
.form-textarea-box{
    width: 83%;
    border: none;
    padding: 20px 0;
    height: 50px;
    background: #f5f5f5;
    outline: none;
    text-indent: 20px;
    float: left;
}
.form-btn {
	height:60px;
	line-height:44px;
	width:240px;
	text-align:center;
	background-color:#005BAC;
	font-size:18px;
    letter-spacing: 6px;
	color:#fff;
	border:none;
	padding:0;
	margin-top:20px;
    margin-right: 160px;
	cursor:pointer;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	border-radius: 5px;
}
.form-icon {
    display: inline-block;
    background-color: #005BAC;
    font-size: 16px;
    height: 48px;
    vertical-align: middle;
    width: 64px;
    color: #fff;
    float: left;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
input:focus{
        outline: 1px #005BAC solid;
        outline-offset: 0px;
}
.form-margin-1{
    margin-top: 12rem;
}
.form-margin-2{
    margin-top: 2rem;
}
.from-height-100{
    height: 100px;
}
.from-margin-3{
    margin-bottom: 45px;
}
/* 留言表单 */


/*笔记本*/

/* 屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.25) {

.footer-content-box3::before {
    right: 570px;
}

}

/* 屏幕分辨率放大为 150 */
@media (-webkit-min-device-pixel-ratio: 1.5) {

.footer-content-box3{
    width: 13%;
}

.footer-content-box4{
    width: 42%;
}

.footer-content-wxright{
    display: block;
    float: left;
    width: 300px;
    margin-left: 30px;
}

.footer-content-box3::before {
    position: absolute;
    top: 89px;
    right: 480px;
    transform: translateX(-50%);
    content: '';
    width: 1px;
    height: 240px;
    border-radius: 5px;
    background-color: #ddd;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
}

@media only screen and (min-width: 1367px) and (max-width: 1380px) {

    .form-margin-1{
    margin-top: 20rem;
}

}

@media only screen and (min-width: 1301px) and (max-width: 1366px) {

    .form-margin-1{
    margin-top: 4rem;
  }
    .form-margin-2{
    margin-top: 1rem;
   }
   .from-height-100{
    height: 3rem;
 }
}

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

	.main{

		padding-top: 94px;

	}

	.header-main{

		height: 60px;

	}

	.nav{

		left: 190px;

	}

	.wrap{

		width:90%;

		padding: 0 1%;

	}

	.list-banner-text .wrap{

		width: 97%;

	}

	.logo{

	    width: 120px;

	    left: 20px;

	    top: 18px;

	}

	.nav li{

	    padding: 0 2.5% 24px;

	}

	.nav li a{

		font-size: 16px;

	}

	.two-menu{

		top: 94px;

	}

	.header-lag{

	    right: 15px;

	    top: 20px;

	}

	.foot-top{

		padding: 20px 20px;

	}

	.foot-info h1{

		font-size: 18px;

		margin-bottom: 5px;

	}

	.foot-ewm-main{

	    width: 96px;

    	height: 120px;

	}

	.foot-ewm{

		width: 320px;

	}
	.liuyan {
	padding-top: 30px;
	padding-left: 12%;
    }
.form-margin-1{
    margin-top: 5rem;
}
.form-margin-2{
    margin-top: 2rem;
}
.from-height-100{
    height: 3rem;
}
.from-margin-3{
    margin-bottom: 2rem;
}

}

/*pad*/

@media only screen and (min-width: 701px) and (max-width: 1150px) {

	.nav li{

		padding: 0 1.8% 23px;

	}

	.logo{

		width: 100px;

		top: 21px;

	}

	.nav{

		left: 123px;

	}

	.nav li a{

		font-size: 14px;

	}
    .liuyan {
	width:1000px;
    padding-left: 12%;
    }
.form-margin-1{
    margin-top: 5rem;
}
.form-margin-2{
    margin-top: 2rem;
}
.from-height-100{
    height: 3rem;
}
.from-margin-3{
    margin-bottom: 2rem;
}
}

@media only screen and (min-width: 701px) and (max-width: 850px) {

	.nav li{

		padding: 0 1% 23px;

	}

	.nav li a{

		font-size: 12px;

	}
    .liuyan {
	width:850px;
	padding-top: 20px;
	padding-left: 12%;
    }
.liuyan h3 {
    margin-bottom: 30px;
    font-size:28px;
}
.form-input{
    width: 76%;
    margin-bottom: 20px;
}
.form-input-box{
    width: 76%;
}
.form-textarea-box{
    height: 50px;
}
.form-btn {
	height:50px;
	margin-top:20px;
}
.form-margin-1{
    margin-top: 16rem;
}
.form-margin-2{
    margin-top: 2rem;
}
.from-height-100{
    height: 6rem;
}
.from-margin-3{
    margin-bottom: 2rem;
}

}

/*手机*/

@media only screen and (min-width: 0px) and (max-width: 700px) {

	.mobile-header{

		display: block;

	}

	.header-top,.header-main{

		display: none;

	}

	.main{

		padding-top: 48px;

	}
	
	.header-lag {
	   right: 70px;
        top: 15px;
	}

	.wrap{

		width: 100%;

		padding: 0 1%;

	}

	.foot-info{

		width: 100%;

		padding:  0 10px;

		box-sizing:  border-box;

	}

	.foot-info h1{

		font-size: 16px;

		padding-bottom:  0;

		margin-bottom: 12px;

	}

	.foot-top{

		padding-top: 15px;
		padding-bottom: 0;

	}

	.foot-info-cell{

	    font-size: 12px;

	    padding-left: 28px;

	    width: 100%;

	    margin-bottom: 12px;

	}

	.foot-info-cell img{

		width: 21px;

	}

	.foot-ewm{

	    width: 100%;

	    padding: 0 10px;

	    box-sizing: border-box;

	}

	.foot-ewm-main{

        width: 20%;

    	margin: 0 5%;

	}

	.foot-bottom{

		padding: 40px 0;
		/*padding-bottom: 50px;*/

	}
    .liuyan {
	width:24rem;
	padding-top: 0;
	padding-left: 12%;
    }
.liuyan h3 {
    margin-bottom: 0;
    margin-right: 6rem;
   font-size: 1.1rem;
}
.form-input{
    width: 76%;
    margin-bottom: 10px;
    font-size: 0.8rem;
    height: 3rem;
    line-height: 3rem;
}
.form-input-box{
    width: 76%;
    padding-right: 0px;
    border: none;
    height: 3rem;
    line-height: 3rem;
    text-indent: 1rem;
}
.form-textarea-box{
    width: 76%;
    height: 6rem;
}
.form-btn {
	height:3rem;
	margin-top:1rem;
	margin-right: 6rem;
	line-height: 3rem;
    width: 6rem;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-right: 6rem;
     border-radius: 5px;
}
.form-icon {
    display: inline-block;
    background-color: #005BAC;
    font-size: 0.8rem;
    height: 3rem;
    line-height: 3rem;
    vertical-align: middle;
    width: 64px;
    color: #fff;
    float: left;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.form-margin-1{
    margin-top: 30%;
}
.form-margin-2{
    margin-top: 2rem;
}

}



/* mobile nav */



.s-side .s-firstItem i {

    font-size:20px;

}

.s-side a{

	display:block;

}



.s-side .s-firstItem span {

    display:inline-block;

    margin-left:10px;

    color: #fff;

}

.s-side .first {

    padding:10px 0;

    border-bottom:1px solid #dedede;

}

.s-side .d-firstNav{

	line-height: 25px;

}

.s-side .d-firstNav span {

    display:inline-block;

    margin-left:10px;

    color: #fff;

}

.s-thirdItem a{

	color:#fff;

}

.s-thirdItem{

	padding:5px 0;

}

.s-secondItem a{

	color:#fff;

}

.s-side .d-firstNav i.fr {

    font-size:25px

}

.s-side .s-secondNav,.s-side .s-secondItem {

    margin-left:50px;

    margin-top:10px;

    color: #fff;

}

.s-side .d-secondDrop {

    margin-left:100px;

    margin-top:10px

}

.iconRotate {

    transform:rotate(90deg);

    transition:transform .5s

}

.s-firstDrop,.s-secondDrop {

    display:none

}




.foot-mid {
    display: none;
}

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

    /* 隐藏不需要的区域 */
    .footer-content-box4 .footer-contet-wxpic {
        display: none;
    }

    .foot-mid {
        display: block;
    }

    /* 默认收起状态 */
    .footer-content-box1 ul,
    .footer-content-box2 ul,
    .footer-content-box6 ul,
    .footer-content-box3 ul,
    .footer-content-wxright ul {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
        /* 添加过渡动画 */
    }

    /* 展开状态 */
    .footer-content-box1.open ul,
    .footer-content-box2.open ul,
    .footer-content-box6.open ul,
    .footer-content-box3.open ul,
    .footer-content-wxright.open ul {
        max-height: 1000px;
        /* 设置足够大的高度以容纳内容 */
        opacity: 1;
        /* padding: 10px 15px; */
        overflow-y: auto;
    }

    /* 箭头过渡动画 */
    .footer-content-box1 h2::after,
    .footer-content-box2 h2::after,
    .footer-content-box6 h2::after,
    .footer-content-box3 h2::after,
    .footer-content-box4 h2::after,
    .footer-content-wxright h2::after {
        transition: transform 0.3s ease-in-out;
    }

    .footer-content-box1,
    .footer-content-box2,
    .footer-content-box6,
    .footer-content-box3,
    .footer-content-box4 {
        width: 100%;
        float: none;
        margin-bottom: 0;
        margin-top: 0;

    }

    /* 手风琴标题样式 */
    .footer-content-box1 h2,
    .footer-content-box2 h2,
    .footer-content-box6 h2,
    .footer-content-box3 h2,
    .footer-content-box4 h2 {
        cursor: pointer;
        padding: 10px 15px;
        margin: 0;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }

    /* 手风琴内容区域样式 */
    .footer-content-box1 ul,
    .footer-content-box2 ul,
    .footer-content-box6 ul,
    .footer-content-box3 ul,
    .footer-content-box4 .footer-content-wxright,
    .footer-content-wxright ul {
        /* padding: 10px 15px; */
        border-top: none;
        width: 100%;
    }

    .footer-content li {
      /*border-bottom: 1px solid #6d6c6c; */
        margin: 20px;
        display: inline;
    }
    
    .footer-content-wxright i {
        margin-top: 10px;
        font-size: 30px;
        line-height: 20px;
    }
    .footer-content li a {
        line-height: 35px;
    }

    .footer-content-box4 .footer-content-wxright {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    /* 箭头指示器 */
    .footer-content-box1 h2::after,
    .footer-content-box2 h2::after,
    .footer-content-box6 h2::after,
    .footer-content-box3 h2::after,
    .footer-content-wxright h2::after {
        content: '\25BC';
        /* 下箭头 */
        font-size: 14px;
        transition: transform 0.3s;
    }

    .footer-content-box1.open h2::after,
    .footer-content-box2.open h2::after,
    .footer-content-box6.open h2::after,
    .footer-content-box3.open h2::after,
    .footer-content-wxright.open h2::after {
        transform: rotate(180deg);
        /* 上箭头 */
    }

    /* 删除原有的样式 */
    .footer-content h2::before {
        content: '';
        background-color: unset;
    }

    .foot-order-link ul,
    .foot-order-icon ul {
        text-align: center;
        /*padding: 10px;*/

    }

    .foot-order-link ul li a,
    .foot-order-icon ul li img {
        color: white;
    }

    .foot-order-link ul li,
    .foot-order-icon ul li {
        text-align: center;
        display: inline-block;
        margin: 8px;
    }

    .foot-order-icon ul li {
        margin: 8px;
    }

    .foot-order-icon ul li img {
        width: 40px;
        height: 40px;
    }

    .foot-order-icon {
        position: relative;
    }

    /* 微信对话框样式 */
    .qr-dialog {
        position: fixed;
        display: none;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        width: 400px;
        /* height: 180px; */
        z-index: 1000;
    }

    .qr-dialog-header {
        padding: 10px 15px;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        font-size: 16px;
    }

    .qr-close {
        position: absolute;
        right: 15px;
        top: 8px;
        cursor: pointer;
        font-size: 20px;
    }

    .qr-dialog-content {
        padding: 20px;
        text-align: center;
        display: flex;
    }

    .qr-dialog-content img {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .qr-dialog-content p {
        color: #666;
        line-height: 1.5;
        margin: 0;
    }
}



