﻿@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;
}
.fullwidth {
	width: 100%;
}

.halfwidth{
	width: 50%;
}

.container{
	width: 87.5vw;
	max-width: 1680px;
	margin: 0 auto;
}

/*****************************************

       		网站公共部分

*****************************************/

/************ 头部 ***********/
.header{
	width: 100%;
	z-index: 10;
	background: #fff;
	transition: all .4s ease;
	position: relative;
	z-index: 1;
}

.header .header-top{
	border-bottom: 1px #dadada solid;
	position: relative;
	z-index: 1;
}

.header .header-top .top-gongneng{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 52px;
	padding: 5px 0;
}

.header .header-top .top-news,
.header .header-top .top-hezuo,
.header .header-top .top-email{
	border-right: 1px #dadada solid;
	padding-right: 25px;
	margin-right: 25px;
	height: 38px;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}

.header .header-top .top-news .icon,
.header .header-top .top-hezuo .icon,
.header .header-top .top-email .icon{
	width: 27px;
	font-size: 0;
	margin-right: 20px;
}

.header .header-top .top-news .icon,
.header .header-top .top-hezuo .icon{
	margin-right: 15px;
}

.header .header-top .top-news .icon i,
.header .header-top .top-hezuo .icon i{
	color: #818181;
		font-size: 24px;
		line-height: 1;
}

.header .header-top .top-email .icon img{
	width: auto;
	max-width: 100%;
}

.header .header-top .top-news .wenzi,
.header .header-top .top-hezuo .wenzi,
.header .header-top .top-email .wenzi{
	color: #818181;
	font-size: 12px;
	line-height: 1;
}

.header .header-top .select-zhandian{
	position: relative;
	margin-right: 30px;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header .header-top .select-zhandian .selected-wenzi{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	color: #818181;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.header .header-top .select-zhandian .selected-wenzi i{
	margin-left:10px;
}

.header .header-top .select-zhandian .zhandian-list{
	position: absolute;
	right: 0;
	top:40px;
	border:1px #dadada solid;
	border-radius: 5px;
	width: 200px;
	background:#fff;
	padding: 15px 20px;
	display: none;
}

.header .header-top .select-zhandian .zhandian-list .list-item{
	margin-top: 10px;
}

.header .header-top .select-zhandian .zhandian-list .list-item:first-child{
	margin-top: 0;
}

.header .header-top .select-zhandian .zhandian-list .list-item .link{
	color: #818181;
	font-size: 14px;
	line-height: 1.5;
}

.header .header-top .select-zhandian .zhandian-list:before{
	content: "";
	position: absolute;
	right: 40px;
	top:-12px;
	border-bottom: 12px #dadada solid;
	border-left: 8px transparent solid;
	border-right: 8px transparent solid;
}

.header .header-top .select-zhandian:hover .zhandian-list{
	display: block;
}

.header .header-top .top-lang{
	font-size: 0;
}

.header .header-top .top-lang .lang-item{
	color: #818181;
	font-size: 16px;
	line-height: 1;
	padding: 0 20px;
	border-left: 1px #8799af solid;
}

.header .header-top .top-lang .lang-item:first-child{
	border-left: none;
}


.header .header-top .search-button{
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 0;
	margin-right: 25px;
}

.header .header-top .search-button img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.header .header-top .header-qr{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .header-top .header-qr .icon{
	color: #818181;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.header .header-top .header-qr .qr{
	position: absolute;
	left: 50%;
	top:40px;
	transform: translate(-50%,0);
	border: 1px #dadada solid;
	border-radius: 5px;
	background:#fff;
	padding: 10px;
	font-size: 0;
	display: none;
}

.header .header-top .header-qr .qr:before{
	content: "";
	position: absolute;
	left: 50%;
	top:-12px;
	margin-left: -8px;
	border-bottom: 12px #dadada solid;
	border-left: 8px transparent solid;
	border-right: 8px transparent solid;
}

.header .header-top .header-qr .qr img{
	width: auto;
	max-width: 130px;
}

.header .header-top .header-qr:hover .qr{
	display: block;
}

.header .header-main{
	position: relative;
}

.header .header-main .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 126px;
}

.header .header-main .top-logo{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header .header-main .top-logo .link{
	font-size: 0;
	max-width: 272px;
	max-height: 78px;
}

.header .header-main .top-logo .link img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.header .header-main .main-menu{
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/*.header .header-main .main-menu:after{
	content: "";
	position: absolute;
	left: 0;
	top: 126px;
	width: 100%;
	height: 70px;
	background: rgba(45,49,53,.95);
	z-index: 0;
	display: none;
}*/

.header .header-main .main-menu.hovered:after{
	content: "";
	position: absolute;
	left: 0;
	top: 126px;
	width: 100%;
	height: 70px;
	background: rgba(45,49,53,.95);
	z-index: 0;
}

.header .main-menu .menu-item{
	position: relative;
	height: 100%;
	margin-left: 40px;
}

.header .main-menu .menu-item:first-child{
	margin-left: 0;
}

.header .main-menu .menu-item .link{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	color: #454545;
	font-size: 18px;
}

.header .main-menu .menu-item .link i{
	margin-left: 10px;
}

.header .main-menu .menu-item .link:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 0;
	border-bottom: 3px rgba(11,77,161,.35) solid;
	border-radius: 3px;
	display: none;
}

.header .main-menu .menu-item .sub-menu{
	position: absolute;
	right: 0;
	top:126px;
	height: 70px;
	line-height: 70px;
	z-index: 1;
	font-size: 0;
	white-space: nowrap;
	text-align: right;
	display: none;
}

.header .main-menu .menu-item .sub-menu .sub-item{
	display: inline-block;
	line-height: 70px;
	margin-left: 70px;
}

.header .main-menu .menu-item .sub-menu .sub-item:first-child{
	margin-left: 0;
}

.header .main-menu .menu-item .sub-menu .sub-item .sub-link{
	color: #fff;
	font-size: 15px;
	line-height: 1;
	display:inline-block;
	vertical-align: middle;
}

.header .main-menu .menu-item.on .link,
.header .main-menu .menu-item:hover .link{
	color: #0b4da1;
	font-weight: 600;
}

.header .main-menu .menu-item.on .link:after,
.header .main-menu .menu-item:hover .link:after{
	display: block;
}

.header .main-menu:hover:after{
	display: block;
}

.header .main-menu .menu-item:hover .sub-menu{
	display: block;
}


/*************** 主体 ***********/
.main{
	position: relative;
	z-index: 0;
}

/************** 页脚 ***********/
.footer{
	background-color: #252525;
}

.footer .footer-top{
	background-image: url(../images/footer-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5.98% 0 2.08% 0;
}

.footer .footer-top .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer .footer-top .footer-info{
	width: 30.35%;
}

.footer .footer-top .footer-info .footer-logo{
	font-size: 0;
	margin-bottom: 3.13%;
}

.footer .footer-top .footer-info .footer-logo img{
	width: 100%;
	max-width: 154px;
}

	.footer .footer-top .footer-info .footer-jianjie {
		color: #fff;
		font-size: 16px;
		line-height: 1.75;
		font-weight: 300;
		margin-bottom: 5px;
	}

.footer .footer-top .footer-fastlink{
	
}

.footer .footer-top .footer-fastlink .bt{
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 3.92%;
}

.footer .footer-top .footer-fastlink .bc{
	font-size: 0;
	padding-left: 10px;
}

.footer .footer-top .footer-fastlink .bc a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-left: 10px;
	background: #2e2e2e;
}

.footer .footer-top .footer-menu{
	width: 31.54%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.footer .footer-top .footer-menu .menu-list{
	
}

.footer .footer-top .footer-menu .menu-list .mt{
	color: #fff;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 50px;
}

.footer .footer-top .footer-menu .menu-list .mc{
	
}

.footer .footer-top .footer-menu .menu-list .menu-item{
	min-width: 215px;
}

.footer .footer-top .footer-menu .menu-list .menu-item .menu-link{
	color: #fff;
	font-size: 18px;
	line-height: 42px;
}

.footer .footer-top .footer-menu .menu-list .menu-item .bt{
	color: #fff;
	font-size: 18px;
	line-height: 42px;
}

.footer .footer-top .footer-menu .menu-list .menu-item .bt:before{
	margin-right: 10px;
}

.footer .footer-top .footer-menu .menu-list .menu-item .bt.zhuan:before{
	transform: rotate(180deg);
}

.footer .footer-top .footer-menu .menu-list .menu-item .bc{
	display: none;
}

.footer .footer-top .footer-menu .menu-list .menu-item .bc .sub-item{
	padding-left: 44px;
}

.footer .footer-top .footer-menu .menu-list .menu-item .bc .sub-link{
	color: rgba(255,255,255,.4);
	font-size: 16px;
	line-height: 30px;
}

.footer .footer-top .footer-bd{
	width: 17.85%;
}

.footer .footer-top .footer-bd .mt{
	color: #fff;
		font-size: 22px;
		line-height: 1;
		font-weight: 500;
		margin-bottom: 50px;
		pointer-events: none;
}

.footer .footer-top .footer-bd .text{
	width: 100%;
	max-width: 136px;
	height: 54px;
	line-height: 52px;
	border: 1px #fff solid;
	border-radius: 3px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

.footer .footer-top .footer-bd .text:-ms-input-placeholder,
.footer .footer-top .footer-bd .textarea:-ms-input-placeholder{
 color: #fff;
}
.footer .footer-top .footer-bd .text::-webkit-input-placeholder,
.footer .footer-top .footer-bd .textarea::-webkit-input-placeholder{
 color: #fff;
}
.footer .footer-top .footer-bd .text::-moz-placeholder,
.footer .footer-top .footer-bd .textarea::-moz-placeholder{
 color: #fff;
 opacity: 1!important;
}

	.footer .footer-top .footer-bd .textarea {
		width: 100%;
		border: 1px #fff solid;
		border-radius: 3px;
		padding: 10px 15px;
		font-size: 16px;
		line-height: 30px;
		height: 124px;
		margin-bottom: 15px;
		color: #fff;
	}

.footer .footer-top .footer-bd .submit{
	width: 133px;
	height: 54px;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	background: #0b4da1;
	letter-spacing: 10px;
	text-indent: 10px;
}


.footer .footer-copyright{
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
	text-align: center;
}
	.footer .footer-copyright a {
		color: #fff;
	}
	/*********** 右侧悬浮 ************/
	.fright {
		position: fixed;
		right: 0;
		bottom: 100px;
		z-index: 10;
		width: 60px;
		display: none;
	}

.fright .fright-item{
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	background: rgba(1,149,255,.51);
}

.fright .fright-item:first-child{
	border-top-left-radius: 25px;
	background-image: linear-gradient(135deg ,#0b4da7 ,#2680f2);
}

.fright .fright-item:last-child{
	background: #1f2833;
	border-bottom-left-radius: 25px;
}

.fright .fright-item .item-content{
	width: 100%;
	height: 100%;
	position: relative;
}

.fright .fright-item .item-content .link{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-align: center;
}

.fright .fright-item .item-content .link .img{
	width: 30px;
	height:24px;
	line-height: 24px;
	font-size: 0;
}

.fright .fright-item .item-content .link .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.fright .fright-item .item-content .link .wenzi{
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-top: 5px;
}

.fright .fright-item .item-content .search-box{
	position: absolute;
	top: 0;
	right: 60px;
	background: rgba(1,149,255,.51);
	padding: 10px 0 10px 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: none;
}

.fright .fright-item .item-content:hover .search-box{
	display: block;
}

.fright .fright-item .item-content .search-box .text{
	width: 308px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	color: #454545;
	background: #fff;
}

.fright .fright-item .item-content .search-box .link{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
	color: #454545;
	display:block;
	color:#fff;
	white-space: nowrap;
}


.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: 24px;
	margin-top: -5px;
}

/************ 中小屏菜单 ****************/
.header .top-menu-button {
	width: 30px;
	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: 1;
	display: none;
}
.header .top-menu-button .menu-button-container {
	position: relative;
	display: block;
	margin-top: 15px;
}
.header .top-menu-button .menu-button-container:before, 
.header .top-menu-button .menu-button-container:after {
	position: absolute;
	top: -6px;
	left: 0;
	content: "";
}
.header .top-menu-button .menu-button-container:after {
	top: 6px;
}
.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: 2px;
	-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: rgba(197,198,199,.85);
}

.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: rgba(197,198,199,.85);
}
.header.menu-open .top-menu-button .menu-button-container:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: rgba(197,198,199,.85)
}
.header.menu-open .top-menu-button .menu-button-container {
	background-color: transparent;
}


.side-menu{
	position: absolute;
	right:0;
	top:66px;
	width: 0;
	height: calc(100vh - 66px);
	overflow: hidden;
	transition: all .4s ease;
	background: #0b4da1;
}


.side-menu .side-nav{
	width: 100%;
	padding: 20px 20px 0 0;
}

.side-menu .side-nav .menu-item{
	position: relative;
}

.side-menu .side-nav .menu-item .link{
	width: 100%;
	position: relative;
	z-index: 0;
	height: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 50px;
}

.side-menu .side-nav .menu-item .menu-click{
	position: absolute;
	right: 0;
	top:0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	z-index: 1;
	cursor: pointer;
}

.side-menu .side-nav .sub-menu{
	padding: 0 0 0 70px;
	display: none;
}

.side-menu .side-nav .sub-menu .sub-item{
	
}

.side-menu .side-nav .sub-menu .sub-item .sub-link{
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 30px;
}


.header.menu-open .side-menu{
	width: 20vw;
}


.side-menu .side-hezuo{
	padding: 20px;
		text-align: center;
		color: #fff;
}

.side-menu .side-hezuo .top-hezuo{
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.side-menu .side-hezuo .top-hezuo .icon{
	margin-right: 10px;
}

.side-menu .side-zhandian{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 20px;
}

.side-menu .side-zhandian .select-zhandian{
	width: 100%;
	position: relative;
	z-index: 1;
	
}

.side-menu .side-zhandian .select-zhandian .selected-wenzi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.side-menu .side-zhandian .select-zhandian .zhandian-list{
	display: none;
}

.side-menu .side-zhandian .select-zhandian .zhandian-list .list-item{
	
}

.side-menu .side-zhandian .select-zhandian .zhandian-list .list-item .link{
	color: #fff;
	font-size: 14px;
	line-height: 2;
}

.side-menu .side-lang{
	text-align: center;
	padding: 0 20px;
}

.side-menu .side-lang .top-lang{
	
}

.side-menu .side-lang .top-lang .lang-item{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	padding: 0 10px;
}



/***************** 弹出表单 *****************/
.hezuo-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{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hezuo-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{
	width: 50vw;
	background: #fff;
		margin-bottom: 70vh;
}

.hezuo-popup .popup-box .box-container{
	padding: 6.25% 12.5% 10.4% 12.5%;
}

.hezuo-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{
	font-size: 2vw;
	margin-right: 10px;
	line-height: 0.8;
}

.hezuo-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{
	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{
	max-width: 28.125vw;
	margin: 0 auto;
}

.hezuo-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{
	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{
	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;
}


.error {
	border: 1px #0b4da1 solid !important;
}


.header.small-header{
	position:fixed;
}

.header.small-header .header-top{
	display:none;
}
