@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
select,
input,
textarea,
main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	vertical-align: middle;
}

li {
	list-style: none outside none;
}

body {
	line-height: 1;
}

:focus {
	outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}

mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}

del {
	text-decoration: line-through;
}

em {
	font-style: normal;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

input,
select,
textarea {
	vertical-align: middle;
	outline: none;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif
}

textarea {
	outline: none;
}

button {
	border: none;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border-radius: 0;
	background: none;
}

img {
	width: auto;
	max-width: 100%;
}

body {
	font-family: "Noto sans sc", "Microsoft YaHei", Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}

:-ms-input-placeholder {
	color: #888;
}

::-webkit-input-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
	opacity: 1 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fixit {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
}

.overflow {
	overflow: hidden;
}

.dis-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.dis-tablerow {
	display: table-row;
}

.dis-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.dis-block {
	display: block;
}

.dis-inlineblock {
	display: inline-block;
	vertical-align: top;
}

.dis-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.dis-none {
	display: none;
}

.body-wrap {
	width: 100%;
	max-width: 1920px;
	/*min-width: 1340px;*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.w1340 {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
}

.fullwidth {
	width: 100%;
}

.halfwidth {
	width: 100%;
}

/*****************************************

       		网站公共部分

*****************************************/

/************ 头部 ***********/
.header {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 1920px;
	transform: translate(-50%, 0);
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2% 5%;
	transition: all .4s ease;
}

.header .menu-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 72px;
	position: relative;
	left: 0;
	transition: all .4s ease;
	z-index: 2;
}

.header .top-menu-button {
	width: 33px;
	height: 30px;
	box-sizing: content-box;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: rgba(221, 221, 221, 0);
	/*padding: 0.15rem 0.2rem 0.1rem;*/
	cursor: pointer;
	z-index: 2;
}

.header .top-menu-button .menu-button-container {
	position: relative;
	display: block;
	margin-top: 13px;
}

.header .top-menu-button .menu-button-container:before,
.header .top-menu-button .menu-button-container:after {
	position: absolute;
	top: -12px;
	left: 0;
	content: ' ';
}

.header .top-menu-button .menu-button-container:after {
	top: 12px;
}

.header .top-menu-button .menu-button-container,
.header .top-menu-button .menu-button-container:before,
.header .top-menu-button .menu-button-container:after {
	width: 100%;
	height: 3px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #fff;
}

.header .site-menu {
	position: absolute;
	left: -20vw;
	top: 0;
	background: #0b4da1;
	width: 320px;
	height: 100vh;
	z-index: 1;
	padding: 0 0 30px 0;
	transition: all .4s ease;
	opacity: 0;
}

.header .site-menu .menu-logo {
	background: #fff;
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 15px 7px rgba(0, 0, 0, .15);
	transition: all .4s ease;
}

.header .site-menu .menu-content {
	height: calc(100vh - 280px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.header .site-menu .menu-list {
	padding: 35px 0;
}

.header .site-menu .menu-list .menu-item {
	font-size: 0;
	position: relative;
}

.header .site-menu .menu-list .menu-item .link {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	padding: 10px 40px;
	width: 100%;
}

.header .site-menu .side-hezuo a {
	padding: 10px 40px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;

}

.header .site-menu .side-hezuo a .icon {
	margin-right: 10px;
}

.header .site-menu .menu-list .menu-item:hover .link {
	background: rgba(255, 255, 255, .35);
}

.header .site-menu .menu-list .menu-item .menu-click {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	z-index: 1;
	cursor: pointer;
}

.header .site-menu .menu-list .sub-menu {
	display: none;
}

.header .site-menu .menu-list .sub-menu .sub-link {
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 40px 10px 80px;
}

.header .site-menu .menu-list .sub-menu .sub-link:hover {
	background: rgba(255, 255, 255, .35);
}

.header .site-menu .conatct {
	padding: 30px 30px 30px 40px;
	height: 140px;
	color: #fff;
}

.header .site-menu .conatct .mt {
	font-size: 14px;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}

.header .site-menu .conatct .mt:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	border-bottom: 3px #fff solid;
}

.header .site-menu .conatct .mc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	color: #fff;
}

.header .site-menu .conatct .mc .icon {
	font-size: 34px;
}

.header .site-menu .conatct .mc .link {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding-left: 10px;
}

.header.menu-open .menu-box {
	left: 180px;
}

.header.menu-open .menu-box .wenzi {
	visibility: hidden;
}

.header.menu-open .top-menu-button {
	/*height: 0.17rem;*/
}

.header.menu-open .top-menu-button .menu-button-container:before,
.header.menu-open .top-menu-button .menu-button-container:after {
	top: 0;
}

.header.menu-open .top-menu-button .menu-button-container:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #00aeef;
}

.header.menu-open .top-menu-button .menu-button-container:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #00aeef
}

.header.menu-open .top-menu-button .menu-button-container {
	background-color: transparent;
}

.header.menu-open .site-menu {
	left: 0;
	opacity: 1;
}

.header .menu-box .wenzi {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin-left: 15px;
	position: relative;
	z-index: 1;
	transition: all .4s ease;
	visibility: visible;
}

.header.menu-open .menu-box .wenzi {
	color: #00aeef;
}

.header .site-menu-cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
	display: none;
}

.header .headr-logo {
	width: 217px;
	height: 62px;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -108px;
	margin-top: -31px;
}

.header .headr-logo .link {
	width: 100%;
	height: 100%;
}

.header .headr-logo .link img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.header .headr-logo .link .black-wenzi {
	display: none;
}


.header .header-gongneng {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


.header .header-gongneng .header-news,
.header .header-gongneng .header-hezuo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	margin-right: 40px;
	cursor: pointer;
}

.header .header-gongneng .header-news .icon,
.header .header-gongneng .header-hezuo .icon {
	width: 28px;
	font-size: 0;
	margin-right: 10px;
}

.header .header-gongneng .top-email .icon {
	width: 22px
}

.header .header-gongneng .top-tel .icon {
	width: 17px
}

.header .header-gongneng .header-news .icon img,
.header .header-gongneng .header-hezuo .icon img {
	width: 100%;
	filter: brightness(100);
}

.header .header-gongneng .header-news .wenzi,
.header .header-gongneng .header-hezuo .wenzi {
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
}

.header .header-gongneng .search {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 35px;
	display: none;
}

.header .header-gongneng .search:before {
	font-size: 20px;
	padding-right: 5px;
}

.header .header-gongneng .select-site {
	position: relative;
}

.header .header-gongneng .select-site .selected-wenzi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	cursor: pointer;
}

.header .header-gongneng .select-site .selected-wenzi .text {
	padding-right: 15px;
}

.header .header-gongneng .select-site .select-list {
	position: absolute;
	right: 0;
	top: 30px;
	padding: 10px;
	background: rgba(255, 255, 255, .8);
	border-radius: 10px;
	display: none;
}

.header .header-gongneng .select-site .select-list .list-item {
	text-align: right;
}

.header .header-gongneng .select-site .select-list .list-item .link {
	white-space: nowrap;
	color: #00aeef;
	font-size: 16px;
	line-height: 2;
}

.header .header-gongneng .select-site .select-list .list-item .link:hover {
	text-decoration: underline
}

.header .header-gongneng .select-site:hover .select-list {
	display: block;
}

.header .header-gongneng .header-lang {
	font-size: 0;
	padding-left: 20px;
}

.header .header-gongneng .header-lang .lang-item {
	color: #fff;
	font-size: 15px;
	line-height: 2;
}

.header .header-gongneng .header-lang .lang-item:hover,
.header .header-gongneng .header-lang .lang-item.on {
	color: #fff;
}

.header .header-gongneng .header-lang .lang-item:before {
	content: "/";
	padding-left: 10px;
	padding-right: 10px;
}

.header .header-gongneng .header-lang .lang-item:hover:before,
.header .header-gongneng .header-lang .lang-item.on:before {
	color: #ccc;
}

.header .header-gongneng .header-lang .lang-item:first-child:before {
	display: none;
}


.header.small-header {
	padding-top: 0.1%;
	padding-bottom: 0.1%;
	background: rgba(255, 255, 255, .8);
}

.header.small-header .top-menu-button .menu-button-container,
.header.small-header .top-menu-button .menu-button-container:before,
.header.small-header .top-menu-button .menu-button-container:after {
	background-color: #0b4da1;
}

.header.small-header.menu-open .top-menu-button .menu-button-container {
	background-color: transparent;
}

.header.small-header .menu-box .wenzi,
.header.small-header .header-gongneng .search,
.header.small-header .header-gongneng .select-site .selected-wenzi,
.header.small-header .header-gongneng .header-news,
.header.small-header .header-gongneng .header-hezuo,
.header.small-header .header-gongneng .header-lang .lang-item,
.header.small-header .header-gongneng .header-lang .lang-item:hover,
.header.small-header .header-gongneng .header-lang .lang-item.on {
	color: #0b4da1;
}

.header.small-header .header-gongneng .header-news .icon img,
.header.small-header .header-gongneng .header-hezuo .icon img {
	filter: none;
}

.header.small-header .headr-logo .link .white-wenzi {
	display: none;
}

.header.small-header .headr-logo .link .black-wenzi {
	display: inline-block;
}


.header.small-header .site-menu .menu-logo {
	height: 77px;
}

/*************** 主体 ***********/
.body-main {
	position: relative;
	z-index: 0;
}

/************** 页脚 ***********/
.footer {
	position: relative;
	z-index: 1;
	background: #f7f7f7;
	/*border-top: 10px #fff solid;*/

}

.footer .footer-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 3.9% 0;
}

.footer .footer-copyright {
	width: 100%;
	color: #000;
	font-size: 13px;
	line-height: 2.4;
	font-weight: 300;
	padding: 10px;
	text-align: center;
	border-top: 1px #ddd solid;
}

.footer .footer-copyright a {
	color: #000;
}

.footer .footer-container .footer-logo {
	width: 288px;
	height: 78px;
	font-size: 0;
	margin-top: 30px;
}

.footer .footer-container .footer-logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.footer .footer-container .footer-info {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	padding: 15px 50px 0 50px;
	width: calc(100% - 288px - 155px);
}

.footer .footer-container .footer-info .info-box {
	width: 470px;
	border-right: 1px #ddd solid;
	padding-right: 50px;
}

.footer .footer-container .footer-info .info-box .bt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer .footer-container .footer-info .info-box .bt .wenzi {
	color: #0b4da1;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	padding-right: 15px;
}

.footer .footer-container .footer-info .info-box .bt .icon {
	font-size: 0;
	width: 27px;
	height: 35px;
}

.footer .footer-container .footer-info .info-box .bt .icon img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.footer .footer-container .footer-info .info-box .bc {
	color: #000;
	font-size: 15px;
	line-height: 2.4;
	font-weight: 300;
}

.footer .footer-container .footer-info .contact-box {
	width: 350px;
	padding-left: 60px;
}

.footer .footer-container .footer-info .contact-box .bt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 35px;
	color: #0b4da1;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	padding-right: 15px;
}

.footer .footer-container .footer-info .contact-box .contact-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 10px;
}

.footer .footer-container .footer-info .contact-box .contact-item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
}

.footer .footer-container .footer-info .contact-box .contact-item .icon img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.footer .footer-container .footer-info .contact-box .contact-item .wenzi,
.footer .footer-container .footer-info .contact-box .contact-item a {
	color: #111;
	font-size: 16px;
	line-height: 20px;
}

.footer .footer-container .footer-info .contact-box .contact-item .wenzi {
	width: calc(100% - 20px);
	padding-left: 10px;

}

.footer .footer-container .footer-qr {
	width: 150px;
	/*display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;*/
	text-align: center;
}

.footer .footer-container .footer-qr .img-box {
	width: 130px;
	height: 130px;
	background: #fff;
	/*display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;*/
	display: inline-block;
}

.footer .footer-container .footer-qr .img-box img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.footer .footer-container .footer-qr .text-box {
	color: #999;
	font-size: 16px;
	line-height: 1;
	/*white-space: nowrap;*/
}

/************** 返回顶部 ****************/
/*********** 右侧悬浮 ************/
.fright {
	position: fixed;
	right: 0;
	bottom: 5.2vw;
	z-index: 10;
	width: 60px;
	display: none;
}

.fright .fright-item {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	background: rgba(1, 149, 255, .51);
	cursor: pointer;
	position: relative;
}

.fright .fright-item:first-child {
	background-image: linear-gradient(to right, #0b4da7, #267ff1);
	border-top-left-radius: 25px;
}

.fright .fright-item:last-child {
	border-bottom-left-radius: 25px;
	background: #1f2833;
}



.fright .fright-item .item-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	flex-direction: column;
}

.fright .fright-item .item-content .icon {
	width: 30px;
	height: 24px;
	font-size: 0;
	margin-bottom: 5px;
}

.fright .fright-item .item-content .icon img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.fright .fright-item .item-content .wenzi {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase
}


.fright .fright-item .box-content {
	position: absolute;
	right: 60px;
	top: 0;
	background: rgba(1, 149, 255, .51);
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	white-space: nowrap;
	display: none;
}

.fright .fright-item .box-content a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.fright .fright-item:hover .box-content {
	display: flex;
}


.fright .fright-item .btt {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	cursor: pointer;
}

.fright .fright-item .btt i {
	font-size: 1.25vw;
}

/************** 首页宣传 ***************/
.index-xuanchuan {
	background: #2a416c;
	padding: 5.4% 0 3.6% 0;
	width: 100vw;
	display: table-cell;
	vertical-align: middle;
}

.index-xuanchuan .content {
	text-align: center;
	color: #fff;
}

.index-xuanchuan .title {
	font-size: 27px;
	line-height: 1;
	color: #4faac5;
	margin-bottom: 25px;
}

.index-xuanchuan .sub-title {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 35px;
}

.index-xuanchuan .more {}

.index-xuanchuan .more .link {
	width: 180px;
	height: 60px;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	background: #0195ff;
	margin: 0 auto;
}

/**************** Cooperation弹窗 ***************/
.hezuo-popup,
.video-popup,
.xunpan-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .15);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}

.hezuo-popup .popup-cover,
.video-popup .popup-cover,
.xunpan-popup .popup-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hezuo-popup .popup-box,
.video-popup .popup-box,
.xunpan-popup .popup-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 70vh;
}

.hezuo-popup .popup-box .box-content,
.video-popup .popup-box .box-content,
.xunpan-popup .popup-box .box-content {
	width: 50vw;
	background: #fff;
	margin-bottom: 70vh;
}

.hezuo-popup .popup-box .box-container,
.video-popup .popup-box .box-container,
.xunpan-popup .popup-box .box-container {
	padding: 6.25% 12.5% 10.4% 12.5%;
}

.hezuo-popup .popup-box .box-container .closeit,
.video-popup .popup-box .box-container .closeit,
.xunpan-popup .popup-box .box-container .closeit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.82vw;
	cursor: pointer;
	color: #0b4da1;
}

.hezuo-popup .popup-box .box-container .closeit .icon,
.video-popup .popup-box .box-container .closeit .icon,
.xunpan-popup .popup-box .box-container .closeit .icon {
	font-size: 2vw;
	margin-right: 10px;
	line-height: 0.8;
}

.hezuo-popup .popup-box .box-container .closeit .wenzi,
.video-popup .popup-box .box-container .closeit .wenzi,
.xunpan-popup .popup-box .box-container .closeit .wenzi {
	font-size: 0.9375vw;
	line-height: 1;
	font-weight: 300;
}

.hezuo-popup .popup-box .box-container .popup-bd {}

.hezuo-popup .popup-box .box-container .popup-bd .bt,
.xunpan-popup .popup-box .box-container .popup-bd .bt {
	text-align: center;
	color: #111;
	font-size: 1.5625vw;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 2.6vw;
}

.hezuo-popup .popup-box .box-container .popup-bd .bc,
.xunpan-popup .popup-box .box-container .popup-bd .bc {
	max-width: 28.125vw;
	margin: 0 auto;
}

.hezuo-popup .popup-box .box-container .popup-bd .text,
.xunpan-popup .popup-box .box-container .popup-bd .text {
	border: 1px #ddd solid;
	margin-bottom: 1.04vw;
	height: 3.33vw;
	border-radius: 0.78125vw;
	padding: 0 1.04vw;
	color: #454545;
	font-size: 0.9375vw;
	font-weight: 300;
	line-height: 3.22vw;
}

.hezuo-popup .popup-box .box-container .popup-bd .textarea,
.xunpan-popup .popup-box .box-container .popup-bd .textarea {
	border: 1px #ddd solid;
	border-radius: 0.78125vw;
	margin-bottom: 1.04vw;
	padding: 10px 1.04vw;
	color: #454545;
	font-size: 0.9375vw;
	line-height: 1.5;
	font-weight: 300;
	height: 8.33vw;
}

.hezuo-popup .popup-box .box-container .popup-bd .bd-button,
.xunpan-popup .popup-box .box-container .popup-bd .bd-button {
	height: 3.33vw;
	border-radius: 0.78125vw;
	font-size: 0.9375vw;
	font-weight: 300;
	background: #0b4da1;
	color: #fff;
}

.hezuo-popup .popup-box .box-container .popup-bd .fs-wrap {
	width: 100%;
	margin-bottom: 1.04vw;
	position: relative;
}

.hezuo-popup .popup-box .box-container .popup-bd .fs-label-wrap {
	border-radius: 0.78125vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 3.33vw;
	padding: 0 1.04vw;
}

.hezuo-popup .popup-box .box-container .popup-bd .fs-label-wrap .fs-label {
	width: 100%;
	padding: 4% 0px;
	font-size: 0.9375vw;
	color: #454545;
}

.hezuo-popup .popup-box .box-container .popup-bd .fs-arrow {
	border-left-width: 8px;
	border-right-width: 8px;
	border-top-width: 8px;
	border-top-color: #454545;
	right: 1.5625vw;
}

.hezuo-popup .popup-box .box-container .popup-bd .fs-dropdown {
	width: 100%;
	margin-top: 0;
}

.hezuo-popup .popup-box .box-container .popup-bd .fs-option,
.hezuo-popup .popup-box .box-container .popup-bd .fs-search,
.hezuo-popup .popup-box .box-container .popup-bd .fs-optgroup-label,
.fs-no-results {
	padding: 0 1.04vw !important;
	color: #454545;
	font-size: 0.9375vw;
	font-weight: 300;
	line-height: 3.22vw;
}

/****************cookie弹窗 ********************/
/****** 换算规则：100vw=1920px *******/
.cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	padding: 6.77% 5.2% 5.2% 5.2%;
	text-align: center;
}

.cookies .mt {
	color: #111;
	font-size: 1.5625vw;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 1.5625%;
}

.cookies .mc {}

.cookies .mc .info {
	color: #454545;
	font-size: 0.9375vw;
	line-height: 2;
	padding-bottom: 3%;
}

.cookies .mc .buttons {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

.cookies .mc .buttons .cookie-button {
	border: 1px #0195ff solid;
	width: 10.9vw;
	height: 3.125vw;
	color: #0195ff;
	font-size: 1.04vw;
	margin: 0 1.5625vw;
	cursor: pointer;
}

.cookies .mc .buttons .cookie-button:hover {
	background: #0195ff;
	color: #fff;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:1023px) {}

@media screen and (max-width:850px) {
	.cookies .mt {
		font-size: 16px;
	}

	.cookies .mc .info {
		font-size: 12px;
	}

	.cookies .mc .buttons .cookie-button {
		width: 120px;
		height: 40px;
		font-size: 12px;
	}

}

@media screen and (max-width:767px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {}

/*********************** 20220630 ********************/
.header .site-menu .menu-logo{justify-content: flex-start;padding:0 20px;}
.header .site-menu .menu-logo img{
	height: auto;
	max-height: 60px;
}

/******************** 20220805 ********************/
.footer .footer-container .footer-info .info-box{padding-right:20px;}
.footer .footer-container .footer-info .contact-box{padding-left:30px;}