* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover {
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
	color: unset;
}

ul {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
}

button {
	cursor: pointer;
}

.active {
	display: block !important;
}

.activea {
	display: flex !important;
}

#header {
	height: auto;
}

.header {
	width: 100%;
	z-index: 999999999999;
	background: white;
	position: fixed;
	top: 0;
}

.navTop {
	height: 33px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 12px;
	color: #3c3c3c;
}

.navTop span {
	display: flex;
	align-items: center;
	margin: 0 7px;
}

.navTop span i {
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	margin: 0 5px;
	color: black;
	margin-top: 3px;
}

.nav {
	width: 100%;
	height: 90px;
	border-top: 1px solid #cccccc;
	margin-top: 5px;
}

.nav .content1080 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}

.logo {
	display: flex;
	width: 220px;
}

.logo img {
	width: 97%;
}

.navRigth {
	width: 100%;
	margin-left: 50px;
	display: flex;
	font-size: 14px;
}

.navRigth>li {
	width: 12.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.navRigth>li>button {
	margin: 0 3px;
	padding: 2px 9px;
	border: 0;
	background: none;
	border-radius: 5px;
}

.buttonBack {
	background: #352c66 !important;
	color: white;
	font-size: 12px;
}

.navRigth>li>a {
	height: 84px;
	display: flex;
	align-items: center;
}

.hoverNav {
	color: #352c66;
	border-bottom: 3px solid #352c66;
}


.navRigth li a:hover {
	color: #352c66;
	border-bottom: 3px solid #352c66;
}

.navRigth li.current-menu-item {
	color: #352c66;
	border-bottom: 3px solid #352c66;
}

.sub-menu {
	position: absolute;
	top: 84px;
	left: -20%;
	width: 140%;
	background: white;
	display: none;
	z-index: 999999999999;
}

.navRigth li .sub-menu li {
	width: 100%; border: none;
}

#topmeau li button.buttonBack a,#topmeau li button.buttonBack a:hover{ color: #fff;}
.sub-menu li a {
	width: 100%;
	height: 35px;
	display: flex;
	font-size: 14px;
	justify-content: center;
	align-items: center;
}


.sub-menu li a:hover {
	background: #cccccc;
	color: #352c66;
	border: 0 !important;
}

.footer {
	width: 100%;
	background: #3399cc;
	/* padding-bottom: 100px; */
}


.footer .content1080 {
	display: flex;
	padding: 40px 0;
	justify-content: space-between;
	color: white;
	border-bottom: 1px solid white;
}


.footer .content1080 ul li {
	height: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
}


.footer .content1080 ul li:hover {
	color: #352c66 !important;
}

.tousuFooter {
	display: flex;
	flex-direction: column;
}

.tousuFooter label {
	width: 190px;
	border-radius: 5px;
	display: flex;
	margin: 5px 0;
	overflow: hidden;
}

.tousuFooter button {
	cursor: pointer;
	width: 100%;
	border: 0;
	background: white;
	height: 25px;
	border-radius: 3px;
}

.tousuFooter label span {
	width: 30px;
	height: 30px;
	display: flex;
	background: #cccccc;
	align-items: flex-start;
	justify-content: center;
}

.tousuFooter label span img {
	max-width: 20px;
	margin-top: 8px;
}

.tousuFooter label input {
	width: 160px;
	height: 30px;
	padding-left: 10px;
	border: 0;
}


.tousuFooter label textarea {
	width: 160px;
	padding-left: 10px;
	padding-top: 5px;
	border: 0;
	height: 60px;
}

.footerTit {
	width: 90px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 700;
}


.erweima {
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 85px;
}



.footerbot {
	flex-direction: column;
	align-items: center;
	padding: 20px 0 !important;
	font-size: 14px;
	color: #d7d7d7;
}


.footerbot p {
	margin: 5px 0;
}

.iconXia::before {
	transition: all .5s;
}

.activeZhuan::before {
	transform: rotate(180deg);
}



























.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}


.content1080 {
	margin: 0 auto;
	width: 1080px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.icon-bianjiedaohang {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1110px) {
	.content1080 {
		width: 94%;
	}
}


@media(max-width:1000px) {
	.sub-menu {
		display: none !important;
	}

	.footer .content1080 {
		flex-wrap: wrap;
	}

	.navRigth {
		display: none;
	}

	.nav .content1080 {
		justify-content: space-between;
	}

	.icon-bianjiedaohang {
		display: block !important;
		font-size: 30px !important;
		cursor: pointer;
	}

	.header {
		position: fixed;
		top: 0;
	}

	.navRigth {
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 88px;
		left: 0;
		flex-direction: column;
		z-index: 9999999;
		background: white;
		padding-bottom: 20px;
	}

	.navRigth li {
		width: 100%;
	}

	.navRigth>li>a {
		height: 50px;
	}

	.nav {
		margin-top: 0;
	}
}


@media(max-width:700px) {
	.navTop {
		display: none;
	}

	.logo img {
		width: 60% !important;
	}

	.nav {
		height: 56px !important;
	}

	#header {
		/*height: 56px !important;*/
	}

	/*.listBox{*/
	/*  margin-top: 56px !important;*/
	/*}*/
	.navRigth {
		top: 56px !important;
	}

	.listBoxda p {
		display: flex;
		justify-content: center;
	}

	.listBoxdc {
		display: flex;
		justify-content: center;
	}
	.box1 .content1080 li div.ttzz p.p1 {
		width: 100%;
	}
	.box1 .content1080 li div.ttzz p.p1 span{ display: none;}
	.box1 .content1080 li div.ttzz p:last-child {
		display: none;
	}
}

@media(max-width:500px) {
	.erweima {
		margin-top: 117px !important;
	}
}

/* 市场合作页面 */
.cooperative_partner_section2_list {
    width: 830px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cooperative_partner_section2_list ul li .pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cooperative_partner_section2_list ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.cooperative_partner_section2_list ul li {
    float: left;
    width: 190px;
    height: 215px;
    background: url(https://birdsystem-group.s3.amazonaws.com/2022/03/cooperative_partner_section2_bj.png) no-repeat center;
    background-size: 100%;
    padding: 30px 5px;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.cooperative_partner_section2_list ul li .pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cooperative_partner_section2_list ul li .pic img {
    display: block;
    width: 160px;
    height: auto;
    margin: 0 auto;
}
.cooperative_partner_section2_list a {
    color: black;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

.cooperative_partner_section2_list ul li {
    list-style: none;
}
/* .cooperative_partner_section2_list ul li:nth-of-type(5){
    margin-left: 95px;
}*/

.cooperative_partner_section2_list li {
    text-align: -webkit-match-parent;
}

.cooperative_partner_section2_box {
    width: 100%;
    height: auto;
    padding: 60px 0;
    box-sizing: border-box;
}
.content_title {
    width: 100%;
    height: auto;
    /*padding-bottom: 60px;*/
    box-sizing: border-box;
}
.content_title h2 {
    font-size: 36px;
    color: #333333;
    line-height: 70px;
    font-weight: 600;
    text-align: center;
}
/* 市场合作页面 */
/*友情链接*/
.content1080 .footerbot .links{display: flex;
    padding: 5px 0;
    justify-content: space-between;
    color: white;}

/*友情链接*/