/* dibuyangshi  */
/* 侧边样式 */
.flexapp {
	position: fixed;
	bottom: 165px;
	right: 0%;
	width: 105px;
	z-index: 90;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.flexapp .list, .flexapp .list3, .flexapp .list2 {
	width: 70px;
	height: 70px;
	background: linear-gradient(0deg, #1e76fa 0%, #45aafb 100%);
	text-align: center;
	display: flex;
	align-content: center;
	cursor: pointer;
}
.flexapp .list {
	position: relative;
}
.flexapp .img {
	width: 70px;
	height: 70px;
}
.flexapp .img > div:first-child {
	height: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexapp .img > div:last-child {
	height: 30%;
}
.flexapp .list img {
	width: 27px;
	object-fit: cover;
}
.flexapp .list1 .qrimg img {
	width: 105px;
	height: 105px;
	object-fit: cover;
	border-radius: 10px;
}
.flexapp .list2 {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexapp .list2 .topimg img {
	width: 34px;
	height: 39px;
	object-fit: cover;
}
.flexapp .list3 .img img {
	width: 27px;
	height: 27px;
	object-fit: cover;
}
.flexapp .text {
	color: #fafafa;
	font-size: 12px;
}
.flexapp .list .img {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;/* z-index: 210; */
}
.flexapp .list1 {
}
.flexapp .list1 .qrimg {
	font-size: 0;
	margin-top: 0;
}
.phoneapp .imgs {
	height: 70px;
	width: 70px;
}
.flexapp .list .phoneapp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	background: linear-gradient(0deg, #1e76fa 0%, #45aafb 100%);
	height: 70px;
	width: 155px !important;
	position: absolute;
	top: 0;
	right: 0px;
	color: #fff;
	font-size: 20px;
	text-align: right;
}
.flexapp .list:hover .phoneapp {
	opacity: 1;
	/* display: flex; */
	right: 60px;
	filter: alpha(opacity=100);
}
.phoneapp > div {
	float: left;
}
.phoneapp > div:first-child {
	width: 100%;
	line-height: 70px;
}
.flexapp .imgs > div:first-child {
	height: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexapp .imgs > div:last-child {
	height: 30%;
}
/* 顶部样式 */
.layout_top {
	width: 100%;
	height: 75px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 1000px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.center_right ul {
	height: 100%;
	float: left;
	display: flex;
	font-size: 18px !important;
}
.center_right ul .pageActive a {
	position: relative;
	color: #FFA400 !important;
}
.center_right ul .pageActive a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-radius: 1px;
	margin-left: -15px;
	height: 2px;
	width: 30px;
	background: #FFA400;
}
.center_right ul li {
	padding: 0 20px;
	color: #F5F6FA;
	font-size: 16px;
	cursor: pointer;
}
.center_right a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
/*头部字体颜色是黑色 2021*/
.center_right .black_text {
	color: #323232 !important;
}
.center_right > > > .el-tabs__nav-wrap::after {
    display: none;
}
.center_right >>> .el-tabs__header {
    margin: 0;
}
.center_right >>> .el-tabs__item {
    height: 75px;
    line-height: 75px;
    color: #f5f6fa;
    font-size: 18px;
}
.center_right >>> .el-tabs__item.is-active {
    color: #ffa400;
    font-size: 18px;
}
.center_right >>> .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
 padding-left: 20px;
}
.center_right >>> .el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 20px;
}
.center_right >>> .el-tabs__active-bar {
    height: 2px;
    background-color: #ffa400;
    border-right: 2px;
}
.center_rights {
	height: 100%;
	float: left;
	display: flex;
	font-size: 18px !important;
}
.center_rights a {
	height: 75px;
	line-height: 75px;
	text-decoration: none;
	color: #323232;
	font-size: 18px;
}
.center_rights >>> .el-tabs__nav-wrap::after {
    display: none;
}
.center_rights >>> .el-tabs__header {
    margin: 0;
}
.center_rights >>> .el-tabs__item {
    height: 75px;
    line-height: 75px;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
}
.center_rights >>> .el-tabs__item.is-active {
 color: #ffa400;
 font-size: 18px;
}
.center_rights >>> .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
 padding-left: 20px;
}
.center_rights >>> .el-tabs--top .el-tabs__item.is-top:last-child {
 padding-right: 20px;
}
.center_rights >>> .el-tabs__active-bar {
 height: 2px;
 background-color: #ffa400;
 border-right: 2px;
}
.top-right {
    float: right;
	color: #ffa400;
	display: flex;
	align-items: center;
	margin-top: 12px;
	font-size: 16px;
	min-width: 170px;
	font-family: PingFang SC-Bold, sans-serif;
	font-weight: 700;
}
.top-right .img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.top-right img {
	width: 18px;
	height: 16px;
	object-fit: cover;
}
.top-left {
	width: 144px;
    float: left;
    margin-top: 7px;
}
.top-left img {
	width: 144px;
	object-fit: cover;
}
.top_center {
    width: 65%;
    float: left;
    margin: 12px 0 0 5%;
}


@media (max-width: 1920px) {
    .center_right>>> .el-tabs__item {
        padding: 0 25px;
    }
    .center_rights >>> .el-tabs__item {
        padding: 0 25px;
    }
}

/* (min-width:960px) and (max-width:1200px) */
@media (min-width:1680px) and (max-width:1920px) {
    .center_right >>> .el-tabs__item {
        padding: 0 25px;
    }
    .center_rights >>> .el-tabs__item {
        padding: 0 25px;
    }
}

@media (min-width:1366px) and (max-width:1680px) {
    .center_right >>> .el-tabs__item {
        padding: 0 22px;
    }
    .center_rights >>> .el-tabs__item {
        padding: 0 22px;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .center_right >>> .el-tabs__item {
        padding: 0 20px;
    }
    .center_rights >>> .el-tabs__item {
        padding: 0 20px;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .center_right >>> .el-tabs__item {
        padding: 0 15px;
    }
    .center_rights >>> .el-tabs__item {
        padding: 0 15px;
    }
}

@media (max-width: 1024px ) {
    .center_right >>> .el-tabs__item {
        padding: 0 13px;
    }
    .center_rights >>> .el-tabs__item {
        padding: 0 13px;
    }
}
/**/

.layout_bottom {
	padding: 70px 0px 25px 0px;
	width: 100%;
	text-align: center;
	background-image: url(../images/bottom-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.bottom {
	box-sizing: border-box;
	width: 65.5%;
	margin: 0 auto;
}

@media (max-width: 1920px) {
.bottom {
	/* max-width:62.5%   !important; */
	width: 65.5%;
}
.bottom-center-left {
	width: 51%;
}
}

@media (min-width:1680px) and (max-width:1920px) {
.bottom {
	width: 70%;
}
.bottom-center-left {
	width: 50%;
}
}

@media (min-width:1366px) and (max-width:1680px) {
.bottom {
	width: 70%;
}
.bottom-center-left {
	width: 45%;
}
}

@media (min-width:1280px) and (max-width:1366px) {
.bottom {
	width: 80%;
}
.bottom-center-left {
	width: 51%;
}
}

@media (min-width:1024px) and (max-width:1280px) {
.main {
	width: 80%;
}
.bottom {
	width: 90%;
}
.bottom-center-left {
	width: 45%;
}
.bottom-center-right {
	width: 50%;
}
}

@media (max-width: 1024px ) {
.bottom {
	width: 95%;
}
.bottom-center-left {
	width: 45%;
}
/* .bottom-center-right{
        margin-top: 40px;
    } */
}
.bigimg img {
	width: 233px;
	height: 70px;
	object-fit: cover;
}
.samllimg {
	margin-top: 20px;
}
.samllimg img {
	width: 175px;
	height: 15px;
	object-fit: cover;
}
.bottom-center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
	width: 100%;
	min-width: 540px;
}
.bottom-center-left {
	display: flex;
	justify-content: space-between;
	color: #fafafa;
	font-size: 16px;
	margin-right: 30px;
}
.bottom-center-left > div {
	text-align: left;
}
.bottom-center-left .title {
	font-size: 20px;
	opacity: 0.5;
}
.bottom-center-right {
	color: #fafafa;
	font-size: 16px;
	text-align: left;/* margin-left: 30px; */
}
.bottom-center-right .title {
	font-size: 20px;
}
.moreimg {
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}
.moreimg > div:nth-child(1) {
	margin-right: 30px;
}
.moreimg > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.iconimg1 img {
	width: 28px;
	height: 28px;
	object-fit: cover;
}
.iconimg2 img {
	width: 28px;
	height: 28px;
	object-fit: cover;
}
.iconimg1, .iconimg2 {
	margin-right: 15px;
	display: flex;
	align-items: center;
}
.bottom_location {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	margin-top: 25px;
}
.bottom_location img {
	width: 28px;
	height: 28px;
	object-fit: cover;
}
.bottom_location .locationimg {
	margin-right: 15px;
}
.locationimg {
	display: flex;
	align-items: center;
}
.qrimg {
	margin-top: 32px;
}
.qrimg img {
	width: 125px;
	height: 125px;
	object-fit: cover;
	border-radius: 10px;
}
.connect-text {
	color: #fafafa;
	font-size: 14px;
	margin-top: 60px;
	width: 80%;
	margin: 60px auto 35px;
	min-width: 540px;
}
.connect-text span {
	opacity: 0.5;
}
.bottom-text {
	display: flex;
	justify-content: center;
	/* margin-top: 35px; */
	color: #fafafa;
	font-size: 12px;
}
.bottom-text img {
	width: 20px;
	height: 20px;
	object-fit: cover;
}
.bottom-text > div:nth-child(2) {
	margin-left: 23PX;/* opacity: 0.5; */
}
.bottom-center-left a, .connect-text a, .bottom-text a {
	color: #fafafa;
	text-decoration: none;
	opacity: 0.5;
}
.connect-text a + a {
	margin-left: 7px;
}
.connect-text a, .bottom-text a, .bottom-text span {
	font-family: PingFangSC-Ultralight, sans-serif;
	font-weight: 300;
	opacity: 0.5;
}
.layout_bottom a:hover {
	color: #fafafa;
	opacity: 1;
	text-decoration: underline;
}
.bottom-center-right a {
	color: #fafafa;
	text-decoration: none;
}

@media(max-width: 1560px) {
.flexapp {
	right: 0 !important;
	margin-right: -0px !important;
}
}
/* 静止框 */
.flexapp {
	position: fixed;
	bottom: 165px;
	right: 0%;
	width: 105px;
	z-index: 90;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flexapp .list, .flexapp .list3, .flexapp .list2 {
	width: 70px;
	height: 70px;
	background: linear-gradient(0deg, #1e76fa 0%, #45aafb 100%);
	text-align: center;
	display: flex;
	align-content: center;
	cursor: pointer;
}
/* .flexapp .list2{
    margin-top: 5px;
} */
.flexapp .list {
	position: relative;
}
.flexapp .img {
	width: 70px;
	height: 70px;
}
.flexapp .img > div:first-child {
	height: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexapp .img > div:last-child {
	height: 30%;
}
.flexapp .list img {
	width: 27px;
	object-fit: cover;
}
.flexapp .list1 .qrimg img {
	width: 105px;
	height: 105px;
	object-fit: cover;
	border-radius: 10px;
}
.flexapp .list2 {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexapp .list2 .topimg img {
	width: 34px;
	height: 39px;
	object-fit: cover;
}
.flexapp .list3 .img img {
	width: 27px;
	height: 27px;
	object-fit: cover;
}
.flexapp .text {
	color: #fafafa;
	font-size: 12px;
}
.flexapp .list .img {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;/* z-index: 210; */
}
.flexapp .list1 {
	margin-left: -17.5px;
}
.flexapp .list1 .qrimg {
	font-size: 0;
}
.phoneapp .imgs {
	height: 70px;
	width: 70px;
}
.flexapp .list .phoneapp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	background: linear-gradient(0deg, #1e76fa 0%, #45aafb 100%);
	height: 70px;
	width: 155px !important;
	position: absolute;
	top: 0;
	right: 0px;
	color: #fff;
	font-size: 20px;
	text-align: right;
}
.flexapp .list:hover .phoneapp {
	opacity: 1;
	/* display: flex; */
	right: 60px;
	filter: alpha(opacity=100);
}
.phoneapp > div {
	float: left;
}
.phoneapp > div:first-child {
	width: 100%;
	line-height: 70px;
}
.flexapp .imgs > div:first-child {
	height: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexapp .imgs > div:last-child {
	height: 30%;
}
.solu_list {
	margin-top: 40px;
}
