* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

ul {
	list-style: none;
}

a {
	color: #191919;
	text-decoration: none;
	cursor: pointer;
	font-size: 1rem;
}

a:hover {
	/* color: #0042ff; */
	text-decoration: none;
}

.main {
	width: 100%;
	min-width: 67.5rem;
}

.container-box {
	width: 100%;
	/* max-width: 79.125rem; */
	padding: 0 6.25rem;
}

.nav-top {
	display: flex;
	height: 2.8125rem;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 5rem;
}

.logo img {
	/* width: 100%; */
	height: 3rem;
}

.nav-ul {
	display: flex;
	width: calc(100% - 22rem);
	align-items: center;
}

.nav-ul li {
	font-size: 1rem;
	padding: .5rem 1rem;
}

.nav-ul li a {
	font-size: 1rem;
	padding-bottom: 0.125rem;
}

.nav-ul li a:hover {
	color: #0042ff;
	font-weight: 600;
	border-bottom: 2px solid #0042ff;
}

.nav-ul li a.active {
	color: #0042ff;
	font-weight: 600;
	border-bottom: 1px solid #0042ff;
}

.nav-search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 12rem;
}

.nav-search-search {
	width: 1rem;
	height: 1rem;
}

.nav-search-search img {
	width: 1rem;
}

.nav-search-lianxi img {
	width: 1rem;
}

.nav-search-lianxi,
.nav-search-shiyong {
	font-size: 1rem;
	padding: .5rem 1rem;
	border-radius: 4px;
	color: #fff;
	background-color: #0042ff;
	line-height: 1rem;
	display: flex;
	align-items: center;
}

.nav-search-lianxi span {
	padding-left: .5rem;
}

.dropdown {
	position: relative;
}

.dropdown-btn {
	position: relative;
}

.dropdown-btn-sanjiao::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-btn-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-btn-menu a {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-btn-menu a:hover {
	border-bottom: none !important;
}


/* 首页轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideBox .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 1;
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px;
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on {
	background: #00a2ff;
	color: #fff;
}

.slideBox .hd .hover {
	width: 40px;
	height: 15px;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li{
	position: relative;
}
.slideBox .bd li img {
	width: 100%;
	/* width: 85.375rem; */
	vertical-align: top;
}

.banner1-a{
	display: block;
	width: 11.713%;
	height: 10.752%;
	position: absolute;
	top: 70.537%;
	left: 31.039%;
	/* background-color: rgba(0, 0, 0, .5); */
}
.banner2-a{
	display: block;
	width: 13.697%;
	height: 11.773%;
	position: absolute;
	top: 77.064%;
	left: 4.427%;
	/* background-color: rgba(0, 0, 0, .5); */
}
.banner3-a {
	display: block;
	width: 11.458%;
	height: 10.550%;
	position: absolute;
	top: 67.737%;
	left: 38.281%;
	/* background-color: rgba(0, 0, 0, .5); */
}

.banner4-a {
	display: block;
	width: 34.895%;
	height: 14.373%;
	position: absolute;
	top: 77.982%;
	left: 11.458%;
	/* background-color: rgba(0, 0, 0, .5); */
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../imgs/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 上面面是前/后按钮代码，如果不需要删除即可 */

.tanchuang-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: .5;
}

.tanchuang-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.fade {
	transition: opacity .15s linear;
}

.tanchuang-modal-dialog-centered {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.tanchuang-modal-dialog {
	position: relative;
	width: 100%;
	/* 	margin: .5rem;
	pointer-events: none; */
}

.tanchuang-modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.tanchuang-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.tanchuang-modal-title {
	margin-bottom: 0;
}

.tanchuang-modal-header h5 {
	font-size: 1.1rem;
}

.tanchuang-modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.ytxtqlc {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #fff;
	padding: 2.5rem 0 2.5rem 0;
}

.ytxtqlc h3 {
	font-size: 1.875rem;
	color: #000000;
}

.ytxtqlc h3 b {
	font-size: 2.25rem;
	padding-left: 1rem;
	/* color: #2e69ff; */
}

.ytxtqlc img {
	margin-top: 2.5rem;
	width: 61.375rem
}

.qyjj {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 40rem;
	background: url(../images/qyjj-bg.png) top left no-repeat;
	background-size: cover;
	padding: 1.875rem 0 2.5rem 0;
}

.qyjj h3 {
	font-size: 1.5rem;
	color: #fff;
}

.qyjj p {
	margin-top: 0.625rem;
	width: 46rem;
	font-size: 0.875rem;
	line-height: 1.5rem;
	/* text-indent: 2rem; */
	color: #fff;
	/* text-align: center; */
}

.qyjj video {
	margin-top: 1.25rem;
	width: 52.5rem;
	height: 29.6875rem;
	border-radius: 0.3125rem;
	box-shadow: 0px 0px 1px 2px #adacac;
}

/* 量身订制 */
.lsdz {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 40rem;
	background: url(../images/lsdz-bg.png) bottom left no-repeat;
	background-size: contain;
	padding: 6.25rem 0 2.5rem 0;
}

.lsdz h3 {
	font-size: 2rem;
}

.lsdz h3 b {
	font-size: 1.5rem;
	padding-left: 1rem;
}

.lsdz-card {
	width: 53.625rem;
	height: 13.5rem;
	background: url(../images/tdfkbj.png) no-repeat center bottom;
	background-size: cover;
	margin-top: 11rem;
	padding: 1.5rem 1rem;
	display: flex;
}

.lsdz-card-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.333333%;
	height: 10.25rem;
}

.lsdz-card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% - 2px);
}

.lsdz-card-div {
	width: 100%;
	padding: 10px 10px 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lsdz-card-div h4 {
	font-size: 1.375rem;
	color: #0042ff;
}

.lsdz-card-div p {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin-top: 1rem;
	text-align: center;
	color: #0042ff;
}

.lsdz-card-body img {
	height: 12rem;
	margin-top: -12rem;
}

.line-line {
	display: block;
	height: 10.25rem;
	width: 2px;
	background-color: #769cff;
	bottom: 2rem;
}

.scqytd {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 40rem;
	background-color: #2e69ff;
	padding: 2.5rem 0 2.5rem 0;
}

.scqytd h3 {
	font-size: 1.5rem;
	color: #fff;
}

.scqytd h3 b {
	font-size: 2rem;
	padding-left: 1rem;
}

.multipleColumn {
	position: relative;
	margin-top: 2.5rem;
	/* width: 52.5rem; */
	width: 53rem;
}

.multipleColumn .bd {
	position: relative;
	z-index: 0;
}

.multipleColumn .bd li {
	float: left;
	width: 16.875rem;
	height: 13.375rem;
	display: flex;
	flex-direction: column;
	border-radius: 0.3125rem;
	background-color: #fff;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
	align-items: center;
	color: #0042ff;
}

.multipleColumn .bd li img {
	width: 16.875rem;
	height: 8.5rem;
}

.multipleColumn .bd li h5 {
	font-size: 1.25rem;
	padding: .8rem 0;
}

.multipleColumn .bd li p {
	font-size: 0.75rem;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.multipleColumn .prev,
.multipleColumn .next {
	position: absolute;
	left: -3rem;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../imgs/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.multipleColumn .next {
	left: auto;
	right: -3rem;
	background-position: 8px 5px;
}

.multipleColumn .prev:hover,
.multipleColumn .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 上面面是前/后按钮代码，如果不需要删除即可 */

/* 
.gnqda {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 40rem;
	background-color: #fff;
	padding: 2.5rem 0 2.5rem 0;
}

.gnqda h3 {
	font-size: 1.5rem;
	color: #000000;
}

.gnqda h3 b {
	font-size: 2rem;
	padding: 0 .5rem;
	color: #2e69ff;
}

.gnqda ul {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	width: 53rem;
	justify-content: space-between;
}

.gnqda ul li {
	margin-top: 0.625rem;
	width: 25rem;
	height: 5.375rem;
	position: relative;
	border-radius: 0.625rem;
}

.gnqda ul li img {
	width: 25rem;
	height: 5.375rem;
	border-radius: 0.625rem;
}

.gnqda ul li .gnqda-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 25rem;
	height: 5.375rem;
	color: #fff;
	padding: 1rem;
	border-radius: 0.625rem;
	background: linear-gradient(to right, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, 0) 100%);
}

.gnqda ul li .gnqda-txt h6 {
	font-size: 1rem;
}

.gnqda ul li .gnqda-txt p {
	font-size: 0.625rem;
	margin-top: .5rem;
	width: 60%;
	line-height: 1rem;
} */

.gnqda {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 40rem;
	height: 50rem;
	background-color: #fff;
	padding: 2.5rem 0 2.5rem 0;
}

.gnqda h3 {
	font-size: 1.5rem;
	color: #000000;
}

.gnqda h3 b {
	font-size: 2rem;
	padding: 0 .5rem;
	color: #2e69ff;
}

.gnqda ul {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	width: 53rem;
	justify-content: space-between;
}

.gnqda ul li {
	margin-top: 0.625rem;
	width: 25rem;
	height: 5.375rem;
	height: 7.375rem;
	position: relative;
	border-radius: 0.625rem;
}

.gnqda ul li img {
	width: 25rem;
	height: 5.375rem;
	height: 7.375rem;
	border-radius: 0.625rem;
}

.gnqda ul li .gnqda-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 25rem;
	height: 5.375rem;
	height: 7.375rem;
	color: #fff;
	padding: 1rem;
	border-radius: 0.625rem;
	background: linear-gradient(to right, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, 0) 100%);
}

.gnqda ul li .gnqda-txt h6 {
	font-size: 1rem;
	font-size: 1.2rem;
}

.gnqda ul li .gnqda-txt p {
	font-size: 0.625rem;
	font-size: 0.75rem;
	margin-top: .5rem;
	width: 60%;
	width: 65%;
	line-height: 1rem;
}
/* 增大结束 */

.shiyonghy {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 32.125rem;
	background-color: #fff;
	background: url(../images/shiyonghy-bg.png) no-repeat left top;
	background-size: 100%;
	padding: 2.5rem 0 2.5rem 0;
}

.shiyonghy h3 {
	font-size: 1.5rem;
	color: #fff;
}

.shiyonghy h3 b {
	font-size: 2rem;
	padding-left: 1rem;
}

.shiyonghy ul {
	margin-top: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	width: 70rem;
	justify-content: space-between;
}

.shiyonghy ul li {
	width: 6.25rem;
	height: 18.125rem;
	position: relative;
}

.shiyonghy ul li img {
	width: 6.25rem;
	height: 18.125rem;
}

.shiyonghy ul li .shiyonghy-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 6.25rem;
	height: 18.125rem;
	color: #fff;
	padding: 1rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 100%);
}

.shiyonghy ul li .shiyonghy-txt h6 {
	height: 0.875rem;
	text-align: center;
}

.shiyonghy .left-li-radius {
	border-top-left-radius: 0.625rem;
	border-bottom-left-radius: 0.625rem;
}

.shiyonghy .right-li-radius {
	border-top-right-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
}

.zhongduanhulian {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 40rem;
	background-color: #fff;
	padding: 2.5rem 0 2.5rem 0;
}

.zhongduanhulian h3 {
	font-size: 1.5rem;
	color: #000000;
}

.zhongduanhulian h3 b {
	font-size: 2rem;
	padding-left: 1rem;
	color: #2e69ff;
}

.zhongduanhulian img {
	margin-top: 2.5rem;
	width: 61.375rem;
}

.fuwulc {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 23rem;
	background-color: #fff;
	background: url(../images/fuwulc-bg.png) no-repeat left top;
	background-size: 100%;
	padding: 2.5rem 0 2.5rem 0;
}

.fuwulc h3 {
	font-size: 1.5rem;
	color: #fff;
}

.fuwulc p {
	padding-top: 0.625rem;
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
}

.fuwulc-list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 2.875rem;
	width: 60rem;
}

.fuwulc-list img {
	width: 2.25rem;
	height: 0.9375rem;
}

.fuwulc-list-yuan {
	display: flex;
	width: 9.375rem;
	height: 9.375rem;
	position: relative;
	border-radius: 50%;
}

.fuwulc-list-yuan img {
	width: 9.375rem;
	height: 9.375rem;
	border-radius: 50%;
}

.fuwulc-list-yuan .fuwulc-list-yuan-txt {
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 9.375rem;
	height: 9.375rem;
	color: #fff;
	padding: 1rem;
	border-radius: 50%;
	/* background: linear-gradient(to top, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, 0) 100%); */
	/* background: rgba(0, 0, 0, .6); */
}

.fuwulc-list-yuan .fuwulc-list-yuan-txt h6 {
	margin-top: 1.5rem;
	height: 0.875rem;
	text-align: center;
}

.fuwulc-list-yuan .fuwulc-list-yuan-txt p {
	margin-top: .5rem;
	height: 0.875rem;
	text-align: center;
	padding: 0 .5rem;
}


.rongyuzz {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 31.25rem;
	background-color: #fff;
	padding: 4.5rem 0 2.5rem 0;
}

.rongyuzz h3 {
	font-size: 1.5rem;
	color: #000;
}

.rongyuzz p {
	padding-top: 0.625rem;
	font-size: 0.75rem;
	color: #000;
	text-align: center;
}

.rongyuzz p a {
	color: #000;
	font-size: 0.725rem;
	font-weight: 600;
}

.rongyuzz-slideBox {
	margin-top: 2.5rem;
	width: 53.75rem;
	position: relative;
	overflow: hidden;
}

.rongyuzz-slideBox ul {
	position: relative;
	display: flex;
	align-items: flex-end;
}

.rongyuzz-slideBox ul li {
	width: auto;
	height: auto;
	float: left;
	list-style: none;
	padding: 0 0.625rem;
}

.rongyuzz-slideBox li img {
	height: 18.75rem;
	width: auto;
	display: inline-block;
}

.model-dialog-img {
	display: none;
	/* padding: 30px 30px 30px 30px; */
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, -50%);
}

.model-dialog-img-close {
	position: absolute;
	border-radius: 50%;
	background-color: #3e4552;
	width: 24px;
	height: 24px;
	font-size: 16px;
	text-align: center;
	top: 20px;
	right: 20px;
	z-index: 999;
}

.model-dialog-img-body {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.model-dialog-img-body img {
	height: 100%;
}

.kehual {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #fff;
	padding: 2.5rem 0 2.5rem 0;
}

.kehual h3 {
	font-size: 1.5rem;
	color: #000000;
}


.kehual img {
	margin-top: 2.5rem;
	width: 45rem
}


.piaofuchuang {
	position: fixed;
	left: 0;
	top: 30%;
	width: 4.375rem;
	height: 7rem;
	height: 9.5rem;
	background-color: #fff;
	background: url(../images/piaofu-bg.png) no-repeat left top;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 1.2rem .5rem 1.2rem 0;
}

.piaofuchuang a {
	font-size: 0.75rem;
	color: #0042ff;
}

.footer {
	margin-top: 2.5rem;
	display: flex;
	background-color: #002993;
	width: 100%;
	height: 17.5rem;
/* 	justify-content: space-evenly;
	padding: 1.875rem 5rem; */
	
	justify-content: space-around;
	padding: 1.875rem 14rem;
}

.footer-left {
	display: flex;
	flex-direction: column;
	/* width: 6.6rem; */
	width: 8rem;
}

.footer-left label {
	margin-top: 1rem;
	color: #fff;
	font-size: 0.75rem;
}

.footer-left a {
	font-size: 1rem;
	color: #fff;
	line-height: 2rem;
}

.logo-bottom {
	width: 6.25rem;
}

.qrcode-down {
	margin-top: 1rem;
	width: 5.5rem;
}

.footer-left span {
	width: 5.5rem;
	font-size: 1rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
}

.footer-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 7.5rem;
}

.footer-center label {
	color: #fff;
	font-size: 1.375rem;
}

.footer-center-link {
	display: flex;
	margin-top: 0.625rem;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 7.5rem;
}

.footer-center-link a {
	font-size: 0.75rem;
	color: #fff;
	line-height: 1.2rem;

}

.footer-right {
	display: flex;
	flex-direction: column;
}

.footer-right label {
	color: #fff;
	font-size: 1.375rem;
}

.footer-right-address {
	display: flex;
	margin-top: 0.625rem;
	flex-direction: column;
}

.footer-right-address span {
	font-size: 0.75rem;
	color: #fff;
	line-height: 1.2rem;
}