/*---------------------------------common-style--------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
fieldset,
input,
button,
textarea,
p,
th,
td,
b,
i,
strong {
	padding: 0;
	margin: 0;
	font-family: 'yaheiformac', Microsoft YaHei, '宋体', Microsoft JhengHei, sans-serif, Arial;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

img {
	border: 0;
}

li,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #333;
}

body,
html {
	font-family: Microsoft YaHei, Hiragino Sans GB, Microsoft JhengHei, sans-serif, Arial;
	background: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body{
	min-width: 1280px;
}
body, img, a {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.childFL li {
	float: left;
}

.dis_n {
	display: none;
}
.dis_b {
	display: block;
}
.m_l_0 {
	margin-left: 0 !important;
}
.m_l_1 {
	margin-left: 24px !important;
}
.c_white {
	color: #ffffff !important;
}
.b_bottom{
	border-bottom: 0 !important;
}

div,
li {
	box-sizing: border-box;
}

.container {
	min-height: calc(100vh - 10vh - 70px);
    background: url('../images/bg.png') center no-repeat;
	background-size:100% 100%;
}

.item_container {
	padding-top: 18vh;
	padding-left: 18vw;
	color: #fff;
}
.item_container h1 {
	font-size: 58px;
	padding-bottom: 40px;
}
.item_container span {
	font-size: 24px;
	margin-bottom: 20px;
	opacity: 0.9;
}
.items {
	margin-top: 50px; 
	display: flex;
}
.btns {
	margin-right: 55px;
}
.btn_item {
	cursor: pointer;
	border-radius: 40px;
	background-color: #fff;
	color: #0082e0;
	display: flex;
	align-items: center;
	font-size: 20px;
	padding: 8px 16px;
	margin-bottom: 60px;
	/*width: 260px;*/
}
.qc {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0.9;
}
.qc img{
	width: 180px;
	margin-bottom: 20px;
}

/*-------------------------------base--style----------------------------------*/
.outside_nav,
.outside_footer,
.outside_banner,
.copyRight_outside,
.outside_header {
	width: 100%;
}

.header,
.nav,
.content,
.banner,
.cooperativeAgency,
.footer,
.copyright {
	width: 1280px;
	margin: 0 auto;
}
.outFixedHeader{
	position: fixed;
	z-index: 99;
	height: 70px;
	background-color: #ffffff;
}

.outside_header{
	position: fixed;
	z-index: 99;
	background-color: #ffffff;
}
/*----------------------------------------header-style--------------------------------------*/
.header {
	width: 960px!important;
	height: 70px;
	line-height: 70px;
}
.header .logo {
	height: 70px;
	line-height: 70px;
	cursor: pointer;
}
.fixedHeader .logo {
	height: 70px;
	line-height: 70px;
}
.header .logo img {
	vertical-align: middle;
	width: 140px;
}
.header .navigation ul {
	width: auto;
	height: 70px;
	color: #565656;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}
.header .navigation ul a {
	color: #666;
}
.fixedHeader .navigation ul {
	width: auto;
	height: 70px;

}
.header .navigation ul li {
	height: 100%;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.header .navigation ul li:hover {
	color: #22489a;
	background: #f1f1f1;
	/* border-bottom: 4px solid #22489a; */
}
.header .navigation ul li.active {
	width: 140px;
	height: 40px;
	border-radius: 60px;
	background: #2A82E4;
	color: #fff;
	line-height: 40px;
	/* border-bottom: 4px solid #22489a; */
}

/*-------------------------------------------copyRight_outside-style-----------------------------------------------------*/
.copyRight_outside {
	background: #fff;
}
.copyright {
	padding-top: 20px;
	height: 10vh;
	text-align: center;
	color: #666!important;
}
.copyright .fill {
	height: 22px;
}
.copyright p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.copyright p a {
	color: #666;
}

.outside_nav img{
	width: 100%;
}