@charset "UTF-8";
* {
	-webkit-tap-highlight-color: transparent;
	vertical-align: baseline;
	outline: 0;
}
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: none;
}
del {
	text-decoration: line-through;
}
input::-ms-clear {
	display: none !important;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input {
	border: none;
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select {
	font-size: 100%;
	font-weight: 400;
	font-family: inherit;
}
button {
	cursor: pointer;
}
button,
input,
select,
textarea {
	outline: 0;
	border: none;
	font-size: inherit;
	font-family: inherit;
}
input:-webkit-autofill {
	box-shadow: inset 0 0 0 100px #fff;
}
a {
	text-decoration: none;
	color: #666;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font: 12px/1.5 Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
		Microsoft YaHei, 微软雅黑, Arial, sans-serif;
	color: #333;
	background: #fff;
}
body,
html {
	height: 100%;
}
html {
	box-sizing: border-box;
}
a,
a:focus,
a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
.wrapper {
	width: 1000px;
}
.wrapper,
.wrapper1 {
	position: relative;
	margin: 0 auto;
}
.wrapper1 {
	width: 1168px;
}
.topbar {
	background-color: #000;
}
.topbar_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	font-size: 16px;
	color: #fff;
}
.topbar_logo {
	width: 149px;
	height: 32px;
	background: url(../images/logo.png) 50% no-repeat;
}
.topbar_menu {
	transition: color 0.25s linear;
}
.topbar_menu:hover {
	color: hsla(0, 0%, 100%, 0.6);
}
.topbar_tel {
	padding-left: 30px;
	height: 26px;
	background: url(../images/tel.png) 0 no-repeat;
}
.banner {
	position: relative;
	min-width: 1000px;
	height: 630px;
	background: url(../images/banner.jpg) 50% no-repeat;
}
.banner .lx_content {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.banner .lx_content .lx_list {
	display: flex;
	justify-content: center;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.banner .lx_content .lx_item {
	/* width: 80px; */
	display: block;
	width: 7.5%;
	height: 90px;
	margin-right: 10px;
	/* border: 1px solid red; */
	/* box-sizing: border-box; */
}

.title_head {
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}
.title_head,
.title_head .title {
	display: flex;
	align-items: center;
}
.title_head .title {
	font-size: 38px;
	font-weight: 700;
	color: #000;
}
.title_head .title:after,
.title_head .title:before {
	content: '';
	width: 98px;
	height: 10px;
	background: url(../images/title_line.png) no-repeat;
}
.title_head .title:before {
	margin-right: 20px;
}
.title_head .title:after {
	margin-left: 20px;
}
.title_head .subtit {
	font-size: 22px;
	color: #8d8d8d;
	text-align: center;
}
.kefu {
	width: 224px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #000;
	text-align: center;
	background-color: #fcd32d;
	border-radius: 10px;
	transition: all 0.25s linear;
	cursor: pointer;
}
.kefu:hover {
	background-color: #ecbe02;
	transform: translate3d(0, -3px, 0);
	box-shadow: 0 3px 10px #ecbe02;
}
.kefu1 {
	margin: auto;
	width: 340px;
	height: 56px;
	line-height: 56px;
	font-size: 28px;
	color: #000;
	text-align: center;
	background-color: #fcd32d;
	border-radius: 10px;
	transition: all 0.25s linear;
	cursor: pointer;
}
.kefu1:hover {
	background-color: #ecbe02;
	transform: translate3d(0, -3px, 0);
	box-shadow: 0 3px 10px #ecbe02;
}
.cglx_know {
	margin-top: 48px;
}
.cglx_know_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cglx_know_item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	width: 240px;
	height: 86px;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	background-color: #289cf6;
	border-radius: 10px;
	text-align: center;
}
.yuyue_form_wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	box-sizing: border-box;
}
.yuyue_form_inner {
	display: flex;
	position: relative;
	z-index: 10;
}
.yuyue_form .title {
	margin-bottom: 10px;
	font-size: 36px;
	color: #fff;
}
.yuyue_form_item {
	margin-right: 20px;
	padding: 0 15px;
	width: 300px;
	height: 58px;
	background-color: #fff;
	border: 1px solid #34affa;
	box-sizing: border-box;
}
.yuyue_form_item input {
	width: 100%;
	height: 100%;
	font-size: 20px;
	background-color: transparent;
}
.yuyue_form .submit {
	width: 214px;
	height: 58px;
	line-height: 58px;
	font-size: 30px;
	color: #000;
	text-align: center;
	background-color: #fcd32d;
	transition: all 0.25s linear;
}
.yuyue_form .submit:hover {
	background-color: #ecbe02;
	transform: translate3d(0, -3px, 0);
	box-shadow: 0 3px 10px #ecbe02;
}
.yuyue_form1 {
	margin-top: 50px;
}
.yuyue_form1_wrap {
	padding: 32px 0 0 70px;
	height: 190px;
	background-color: #34affa;
}
.yuyue_form1_wrap:after {
	content: '';
	position: absolute;
	top: -28px;
	right: -40px;
	width: 276px;
	height: 166px;
	background: url(../images/form1_bg.png) no-repeat;
}
.yuyue_form2 {
	margin-top: -50px;
	height: 280px;
	background: url(../images/form2_bg.jpg) 50% no-repeat;
}
.yuyue_form2_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 118px;
}
.yuyue_form3 {
	margin: 50px 0 60px;
}
.yuyue_form3_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1166px;
	height: 188px;
	background-color: #4b7bf2;
	border-radius: 20px;
}
.yuyue_form3 .yuyue_form_item {
	width: 250px;
}
.lxfangan {
	margin-top: 50px;
}
.lxfangan .swiper-container {
	margin-bottom: 20px;
	width: 425px;
	height: 320px;
}
.lxfangan .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.lxfangan .swiper-pagination-bullet-active {
	background: #289cf6;
}
.lxfangan_item {
	position: absolute;
	width: 240px;
}
.lxfangan_item.item1 {
	top: 20px;
	left: 0;
	text-align: right;
}
.lxfangan_item.item2 {
	bottom: 90px;
	left: 0;
	text-align: right;
}
.lxfangan_item.item3 {
	top: 30px;
	right: 0;
}
.lxfangan_item.item4 {
	bottom: 90px;
	right: 0;
}
.lxfangan_item h5 {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	color: #1d5af0;
}
.lxfangan_item p {
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
.step14 {
	margin-top: 70px;
}
.step14 h3 {
	font-size: 46px;
	font-style: italic;
	line-height: 46px;
	color: #c9c9c9;
}
.step14_img {
	width: 1185px;
	height: 370px;
	background: url(../images/step14.jpg) no-repeat;
}
.lxsq .ctitle {
	margin-bottom: 24px;
	font-size: 34px;
	color: #34affa;
	text-align: center;
}
.lxsq .yxtj {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 30px;
	padding: 10px 56px 10px 10px;
	width: 1000px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}
.lxsq .lxgh {
	margin: auto;
	width: 885px;
	height: 187px;
	background: url(../images/lxgh_item.png) no-repeat;
}
.lxsq .kefu_more {
	float: right;
	width: 180px;
	height: 180px;
	cursor: pointer;
}
.lxsq .lxcondition {
	margin: 0 auto;
}
.lxsq_white .ctitle,
.lxsq_white .title {
	color: #fff;
}
.lxsq_white .subtit {
	color: hsla(0, 0%, 100%, 0.6);
}
.mglxsq {
	margin-top: 50px;
}
.mglxsq .lxtj {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.mglxsq .lxtj_item {
	padding: 56px 20px 0;
	width: 284px;
	height: 283px;
	font-size: 19px;
	line-height: 36px;
	color: #000;
	background: url(../images/mgdgzlx.jpg) no-repeat;
	box-sizing: border-box;
}
.mglxsq .lxtj_item:nth-child(2) {
	background-image: url(../images/mgdbklx.jpg);
}
.mglxsq .lxtj_item:nth-child(3) {
	background-image: url(../images/mgdss.jpg);
}
.mglxsq .lxtj_item:nth-child(4) {
	background-image: url(../images/mgdbs.jpg);
}
.mglxsq .lxcondition {
	margin-bottom: 50px;
	width: 1000px;
	height: 340px;
	background: url(../images/mgbklxtj.jpg) 50% no-repeat;
}
.yglxsq {
	margin-top: 50px;
	padding-top: 35px;
	height: 1356px;
	box-sizing: border-box;
	background: url(../images/yglxsq_bg.jpg) 50% no-repeat;
}
.yglxsq .lxgh {
	margin-top: -10px;
	margin-bottom: 10px;
}
.yglxsq .lxcondition {
	margin-bottom: 40px;
	width: 1115px;
	height: 530px;
	background: url(../images/ygbklxtj.png) 50% no-repeat;
}
.jndlxsq {
	margin-top: 50px;
}
.jndlxsq .lxcondition {
	margin-bottom: 20px;
	width: 1057px;
	height: 672px;
	background: url(../images/jndlxtj.jpg) 50% no-repeat;
}
.azlxsq {
	margin-top: 30px;
	padding-top: 45px;
	height: 1260px;
	box-sizing: border-box;
	background: url(../images/axlxsq_bg.jpg) 50% no-repeat;
}
.azlxsq .lxcondition {
	margin-bottom: 40px;
	width: 1143px;
	height: 596px;
	background: url(../images/axlxtj.jpg) 50% no-repeat;
}
.azlxsq .kefu1 {
	width: 435px;
}
.yzlx {
	display: flex;
	align-items: center;
	height: 158px;
	background-color: #2d44f0;
}
.yzlx .title_head {
	margin-bottom: 0;
}
.yzlxsq {
	padding: 30px 0 60px;
	background-color: #4b7bf2;
}
.yzlxsq .lxcondition {
	margin-bottom: 40px;
	width: 1000px;
	height: 134px;
	background: url(../images/yzlxtj.jpg) 50% no-repeat;
}
.yzlxsq .lxcondition_oz {
	background: url(../images/ozlxtj.jpg) 50% no-repeat;
}
.service {
	margin-top: 50px;
}
.service_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service_item {
	margin: 20px 0;
	width: 319px;
	font-size: 20px;
	line-height: 33px;
	color: #000;
	text-align: justify;
}
.service_item img {
	margin-bottom: 16px;
	width: 100%;
}
.service_item p {
	padding: 0 5px;
}
.service .lxgh {
	margin: 0 auto 40px;
	width: 707px;
	height: 187px;
	background: url(../images/lxgh_item1.jpg) no-repeat;
}
.service .kefu1 {
	width: 260px;
}
.bjts {
	margin-top: 70px;
	padding-top: 65px;
	height: 716px;
	box-sizing: border-box;
	background: url(../images/bjts_bg.jpg) 50% no-repeat;
}
.bjts_img {
	margin: 52px 0;
	width: 1167px;
	height: 313px;
	background: url(../images/bjtsfa.png) no-repeat;
}
.bjts .kefu1 {
	width: 424px;
}
.bjtsxm {
	margin-top: 55px;
}
.bjtsxm_img {
	width: 1166px;
	height: 342px;
	background: url(../images/bjtsxm.jpg) no-repeat;
}
.footer {
	padding: 25px 0;
	min-width: 1130px;
	background-color: #000;
}
.footer .wrapper {
	width: 1130px;
}
.footer_links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #fff;
}
.footer_link {
	transition: color 0.25s linear;
}
.footer_link:hover {
	color: hsla(0, 0%, 100%, 0.6);
}
.footer_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.footer_bottom_l img {
	display: block;
	width: 473px;
}
.footer_bottom_c {
	margin: 0 25px;
}
.footer_bottom_c .txt {
	font-size: 13px;
	line-height: 26px;
	color: #fff;
}
.footer_bottom_r img {
	display: block;
	width: 97px;
}
