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

img {
	max-width: 100%;
	display: block;
}

html {
	font-size: 16px;
}

body {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body {
	overflow-x: hidden;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

/* 头部 */
.header1 {
	width: 100%;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	justify-content: space-between;
	z-index: 999;
}

.header1_test {
	display: flex;
	align-items: center;
	max-width: 96px;
}

.header1 .imgs {
	width: calc(100% - 96px - 30px);
	margin: 0 20px 0 10px;
}

.header1 .imgs img {
	height: 42px;
}

.navbar-togger {
	/* float: right; */
	background: 0 0;
	border: none;
	padding: 22px 15px;
	display: inline-block;
	visibility: visible;
	transition: transform .44s .2s cubic-bezier(.04, .04, .12, .96), opacity .28s .36s cubic-bezier(.52, .16, .24, 1), -webkit-transform .44s .2s cubic-bezier(.04, .04, .12, .96);
}

.navbar-togger .icon_bar {
	width: 24px;
	height: 2px;
	background-color: #2381d9;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.open-menu .navbar-togger .icon_bar:first-child {
	-webkit-transform: translate(0, 7px) rotate(45deg);
	-ms-transform: translate(0, 7px) rotate(45deg);
	transform: translate(0, 7px) rotate(45deg);
}

.navbar-togger .icon_bar {
	width: 24px;
	height: 2px;
	background-color: #2381d9;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
	margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
	opacity: 0;
}

.open-menu .navbar-togger .icon_bar:last-child {
	-webkit-transform: translate(0, -7px) rotate(-45deg);
	-ms-transform: translate(0, -7px) rotate(-45deg);
	transform: translate(0, -7px) rotate(-45deg);
}

.app-sousuo {
	border-right: solid 1px #2381d9;
	padding-right: 15px;
	color: #2381d9;
	float: right;
	height: 22px;
}

.app-sousuo img {
	width: 22px;
}

/* 头部导航 */
.list_uls {
	position: fixed;
	width: 100%;
	top: 0;
	left: 100%;
	transition: left 0.5s;
	z-index: 1000;
	display: none;
	height: 100%;
	overflow: auto;
}

.list_uls_uls {
	display: none;
}

.list_uls {
	background-color: #fff;
	height: 100%;
	display: block;
}

.list_uls .text {
	background: #333;
	width: 100%;
	position: relative;
	height: 68px;
	line-height: 68px;
}

.list_uls .text h3 {
	font-size: 1.125rem;
	color: #fff;
	text-align: center;
}

.list_uls .text .x {
	position: absolute;
	width: 55px;
	height: 100%;
	top: 50%;
	right: 0;
	z-index: 1000;
	transform: translate(0, -50%);
}

.list_uls .text .x::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	left: 50%;
	background-color: #fff;
}

.list_uls .text .x::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	transform: translate(-50%, -50%) rotate(135deg);
	top: 50%;
	left: 50%;
	background-color: #fff;
}

.list_uls .uls>li>a {
	display: block;
	padding: 20px 0px 20px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.list_uls .uls>li {
	position: relative;
}

.list_uls .uls>li::after {
	position: absolute;
	content: ">";
	width: 62px;
	height: 62px;
	transition: all 0.5s;
	top: 0%;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
}

.list_uls .uls>li.active::after {
	transform: rotate(90deg);
}

.list_uls_uls>li>a {
	display: block;
	padding: 20px 0px 20px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-menu {
	position: absolute;
	top: 60px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	padding: 20px 15px;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 1s;
	-o-transition: visibility 0s linear 1s;
	transition: visibility 0s linear 1s;
}

.nav-list li .cate-item a {
	padding-left: 0;
}

.cate-item a {
	font-size: 16px;
	line-height: 48px;
	margin-right: 60px;
	display: block;
	color: #444;
}

.nav-list li:nth-child(2) {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	transition: opacity .29294s cubic-bezier(.52, .16, .52, .84) .13s, transform .45043s cubic-bezier(.52, .16, .52, .84) 95ms, -webkit-transform .45043s cubic-bezier(.52, .16, .52, .84) 95ms;
}

.category-tig {
	font-size: 14px;
	color: #888;
	text-align: right;
	line-height: 48px;
	width: 50px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

.nav-list li.open .category-cont {
	display: block;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}

.category-cont {
	display: none;
}

.header-app.open-menu .nav-list li {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}


.nav-list li {
	border-bottom: 1px solid #cfcfcf;
	opacity: 0;
	pointer-events: none;
}

.category-a::after {
	content: '';
	width: 0;
	height: 1px;
	background: #2381d9;
	position: absolute;
	bottom: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}

.nav-list li:nth-child(1) {
	-webkit-transform: translateY(-44px);
	-ms-transform: translateY(-44px);
	transform: translateY(-44px);
	transition: opacity .3345s cubic-bezier(.52, .16, .52, .84) .15s, transform .4669s cubic-bezier(.52, .16, .52, .84) .108s, -webkit-transform .4669s cubic-bezier(.52, .16, .52, .84) .108s
}

.header-app.open-menu .nav-list li:nth-child(1) {
	transition: opacity .3091s cubic-bezier(.32, .08, .24, 1) .03s, transform .3455s cubic-bezier(.32, .08, .24, 1) .02s, -webkit-transform .3455s cubic-bezier(.32, .08, .24, 1) .02s;
}

.nav-list li:nth-child(2) {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	transition: opacity .29294s cubic-bezier(.52, .16, .52, .84) .13s, transform .45043s cubic-bezier(.52, .16, .52, .84) 95ms, -webkit-transform .45043s cubic-bezier(.52, .16, .52, .84) 95ms
}

.header-app.open-menu .nav-list li:nth-child(2) {
	transition: opacity .32244s cubic-bezier(.32, .08, .24, 1) .05s, transform .35825s cubic-bezier(.32, .08, .24, 1) .04s, -webkit-transform .35825s cubic-bezier(.32, .08, .24, 1) .04s
}

.nav-list li:nth-child(3) {
	-webkit-transform: translateY(-36px);
	-ms-transform: translateY(-36px);
	transform: translateY(-36px);
	transition: opacity .26098s cubic-bezier(.52, .16, .52, .84) .11s, transform .43756s cubic-bezier(.52, .16, .52, .84) 82ms, -webkit-transform .43756s cubic-bezier(.52, .16, .52, .84) 82ms
}

.header-app.open-menu .nav-list li:nth-child(3) {
	transition: opacity .33467s cubic-bezier(.32, .08, .24, 1) .07s, transform .37539s cubic-bezier(.32, .08, .24, 1) .06s, -webkit-transform .37539s cubic-bezier(.32, .08, .24, 1) .06s
}

.nav-list li:nth-child(4) {
	-webkit-transform: translateY(-32px);
	-ms-transform: translateY(-32px);
	transform: translateY(-32px);
	transition: opacity .2386s cubic-bezier(.52, .16, .52, .84) .09s, transform .42827s cubic-bezier(.52, .16, .52, .84) 69ms, -webkit-transform .42827s cubic-bezier(.52, .16, .52, .84) 69ms
}

.header-app.open-menu .nav-list li:nth-child(4) {
	transition: opacity .34577s cubic-bezier(.32, .08, .24, 1) .09s, transform .39692s cubic-bezier(.32, .08, .24, 1) .08s, -webkit-transform .39692s cubic-bezier(.32, .08, .24, 1) .08s
}

.inner-banner .banner-font img {
	display: none
}

.nav-list li:nth-child(5) {
	-webkit-transform: translateY(-28px);
	-ms-transform: translateY(-28px);
	transform: translateY(-28px);
	transition: opacity .22581s cubic-bezier(.52, .16, .52, .84) .07s, transform .42259s cubic-bezier(.52, .16, .52, .84) 56ms, -webkit-transform .42259s cubic-bezier(.52, .16, .52, .84) 56ms
}

.header-app.open-menu .nav-list li:nth-child(5) {
	transition: opacity .35577s cubic-bezier(.32, .08, .24, 1) .11s, transform .42286s cubic-bezier(.32, .08, .24, 1) .1s, -webkit-transform .42286s cubic-bezier(.32, .08, .24, 1) .1s
}

.nav-list li:nth-child(6) {
	-webkit-transform: translateY(-24px);
	-ms-transform: translateY(-24px);
	transform: translateY(-24px);
	transition: opacity .20343s cubic-bezier(.52, .16, .52, .84) .05s, transform .41691s cubic-bezier(.52, .16, .52, .84) 43ms, -webkit-transform .41691s cubic-bezier(.52, .16, .52, .84) 43ms
}

.header-app.open-menu .nav-list li:nth-child(6) {
	transition: opacity .36577s cubic-bezier(.32, .08, .24, 1) .13s, transform .41718s cubic-bezier(.32, .08, .24, 1) .12s, -webkit-transform .41718s cubic-bezier(.32, .08, .24, 1) .12s
}

.nav-list li:nth-child(7) {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	transition: opacity .18105s cubic-bezier(.52, .16, .52, .84) .03s, transform .41123s cubic-bezier(.52, .16, .52, .84) .03s, -webkit-transform .41123s cubic-bezier(.52, .16, .52, .84) .03s
}

.header-app.open-menu .nav-list li:nth-child(7) {
	transition: opacity .37577s cubic-bezier(.32, .08, .24, 1) .15s, transform .4115s cubic-bezier(.32, .08, .24, 1) .14s, -webkit-transform .4115s cubic-bezier(.32, .08, .24, 1) .14s
}

.nav-list li:nth-child(8) {
	-webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
	transition: opacity .15867s cubic-bezier(.52, .16, .52, .84) .01s, transform .40555s cubic-bezier(.52, .16, .52, .84) .17s, -webkit-transform .40555s cubic-bezier(.52, .16, .52, .84) .17s
}

.header-app.open-menu .nav-list li:nth-child(8) {
	transition: opacity .38577s cubic-bezier(.32, .08, .24, 1) .17s, transform .40582s cubic-bezier(.32, .08, .24, 1) .16s, -webkit-transform .42286s cubic-bezier(.32, .08, .24, 1) .16s
}

.cate-item {
	position: relative
}

.header-app {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 500;
	-webkit-transition: background .44s .2s cubic-bezier(.52, .16, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
	-o-transition: background .44s .2s cubic-bezier(.52, .16, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
	transition: background .44s .2s cubic-bezier(.52, .16, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
}

.header-app.open-menu {
	height: 100%;
	background: #fff;
	-webkit-transition: background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
	-o-transition: background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
	transition: background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
}

.header-app.open-menu .nav-menu {
	visibility: visible;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.category-tig::after,
.category-tig::before {
	content: '';
	background: #888;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.category-tig::after {
	content: '';
	width: 2px;
	height: 16px;
	margin-top: -8px;
	right: 7px;
}

.category-tig::before {
	content: '';
	width: 16px;
	height: 2px;
	right: 0;
	margin-top: -1px;
}

.nav-list li.open .cate-item a {
	color: #2381d9a3;
}

.nav-list li.open .category-tig::before {
	background: #2381d9;
}

.nav-list li.open .category-tig::after {
	opacity: 0;
}

.nav-list li.open .category-cont {
	display: block;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}

.category-pad {
	padding: 0 15px;
}

.category-cont a {
	line-height: 40px;
	border-bottom: 1px solid #cfcfcf;
	display: block;
	color: #666;
}

.category-cont a:last-child {
	border: none;
}

/* 首页-banner */
.main_top {
	margin-top: 60px;
}

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.index1 .swiper-slide {
	position: relative;
}
.index1 .swiper-slide img{
	width: 100%;
}
.index1 .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
	background: #fff;
	opacity: 1;
	/* display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2); */
}

.index1 .swiper-pagination-bullet-active {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
	background: var(--swiper-pagination-bullet-inactive-color, #2381d9);
	opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.index1 .swiper-slide .text {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(100% - 20%);
}

.index1 .swiper-slide .text h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.index1 .swiper-slide .text h3 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.index1 .swiper-slide .text p {
	font-size: 32px;
	font-weight: bold;
	color: #fffbee;
}

/* 服务项目 */
.index_prudct {
	margin: 20px 15px;
}

.index_text h2 {
	font-size: 1.25rem;
	color: #333;
	font-weight: normal;
	line-height: 1.7;
	text-align: center;
}

.index_text p {
	font-size: 0.875rem;
	color: #666;
	font-weight: normal;
	line-height: 1.7;
	text-align: center;
}

.index_prudct .uls {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}

.index_prudct .uls li {
	width: calc(50% - 10px);
	margin: 0 10px 15px 0px;
}

.index_prudct .uls li:nth-child(2n) {
	margin: 0 0px 15px 10px;
}

.index_prudct .uls li .img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.index_prudct .uls li .img img {
	display: block;
	height: 50px;
}

.index_prudct .uls li h3 {
	font-size: 1rem;
	color: #333;
	font-weight: normal;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 10px;
}

.index_prudct .uls li p {
	font-size: 0.875rem;
	color: #666;
	font-weight: normal;
	line-height: 1.4;
	text-align: justify;
}

/* 营销推广 */
.index3 {
	padding: 20px 15px 30px;
	background-color: #f5f5f5;
}

.index_textuls {
	width: 100%;
}

.index_textuls li {
	margin-top: 25px !important;
	background-color: #fff;
}

.index_textuls li .img {
	overflow: hidden;
	text-align: center;
}

.index_textuls li .img img {
	width: 100%;
	transition: all .7s;
}

.index_textuls li .font {
	padding: 5% 5%;
	position: relative;
}

.index_textuls li .font::before {
	content: "";
	background: url(../img/jianto.png) no-repeat;
	background-size: 22px;
	position: absolute;
	right: 5%;
	top: 24%;
	transform: translateY(-50%);
	transition: all .5s;
	width: 26px;
	height: 20px;
}

.index_textuls li .font h5 {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	line-height: 1.7;
	color: #333;
}

.index_textuls li .font p {
	line-height: 1.4;
	font-size: 14px;
	color: #666666;
	text-align: justify;
}

.index_textuls li a:hover .font::before {
	right: 7%;
}

.index_textuls li a:hover .img img {
	transform: scale(1.1);
}

/* 营销推广2 */
.index4 {
	background: url(../img/index3bg1.png) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	padding: 90px 15px 120px;
}

.index_text.color_fff h2 {
	color: #fff;
}

.index_text.color_fff p {
	color: #fff;
}

.text_index3 {
	margin: 80px 10px;

}

.text_index3 p {
	font-size: 1rem;
	color: #fff;
	line-height: 1.4;
	text-align: justify;
	width: 88%;
	margin: 0 auto;
}

.btn_index3 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_index3 a {
	font-size: 1rem;
	background-color: #2381d9;
	color: #fff;
	width: 120px;
	margin: 0 auto;
	height: 36px;
	display: flex;
	justify-content: center;
	border-radius: 40px;
	align-items: center;
}

.btn_index3 a:hover {
	background-color: #0f81d1;
}

/* 关于我们 */
.index_about {
	margin: 20px 15px;
}

.index_about .img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.index_about .img img {
	width: 100%;
}

.index_about .text {
	margin-bottom: 20px;
}

.index_about .text p {
	color: #707070;
	font-size: 1rem;
	line-height: 1.4;
	text-align: justify;
}

.index_about .btn_index3 {
	padding-bottom: 15px;
}

/* 新闻资讯 */

.index_news {
	margin-top: 20px;
	background-color: #fff;
}

.index_news li {
	margin: 0 10px;
	border-bottom: 1px dashed #d6d6d8;
}

.index_news li a {
	display: block;
	padding: 15px 0;
}

.index_news li:last-child {
	border-bottom: 0px dashed #d6d6d8;
}

.index_news li h2 {
	font-size: 1rem;
	color: #333;
	line-height: 1.7;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_news li .time {
	color: #808080;
	font-size: 14px;
	line-height: 1.4;
}

/* 表单 */
.index6 {
	padding: 20px 15px 30px;
	background-color: #e9f2fb;
}

.index6_text {
	margin-top: 20px;
	position: relative;
}

.index6_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 25px;
	height: 5px;
	border-radius: 10px;
	background-color: #2381d9;
}

.index6_text h2 {
	font-size: 1.25rem;
	color: #333;
	line-height: 1.2;
	font-weight: normal;
	text-align: center;
}

.index6_p {
	margin-top: 40px;
}

.index6_p p {
	color: #74777e;
	font-size: 1rem;
	text-align: center;
}

.index6 form {
	margin-top: 40px;
}

.index6 form input {
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3rem;
	padding-left: 0.8rem;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	outline: none;
}

.index6 form button {
	font-size: 1rem;
	display: block;
	width: 100%;
	background: #2381d9;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* 底部 */
footer {
	padding: 30px 15px 30px;
	background-color: #181818;
}

.footer1 {
	display: flex;
}

.footer1>div {
	width: calc(50%);
	margin: 0 0px 0 0;
}

.footer1>div:nth-child(2) {
	width: calc(50% - 20px);
	margin: 0 0px 0 20px;
}

.footer1 .img img {
	height: 22px;
}

.footer1 h3 {
	color: #999;
	font-size: 0.875rem;
	margin: 20px 0 20px;
}

.footer1 a p {
	color: #fff;
	font-size: 1.3125rem;
}

.footer1 p {
	color: #aab3be;
	font-size: 0.875rem;
}

/* 二维码 */
.footer2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 10px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #323232;
}

.footer2 img {
	width: 100px;
}

.footer3 {
	width: 80%;
	min-width: 280px;
	margin: 0 auto;
	margin-top: 20px;
}

.footer3 p {
	color: #a4acb7;
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: center;
}

.footer3 p a {
	color: #a4acb7;
}

.footer3 p a:hover {
	color: #fff;
}

/* 关于我们 */
.main_h1 {
	padding-bottom: 20px;
}

.main_h1_news {
	padding-bottom: 5px;
}

.main_h1 h1 {
	font-size: 20px;
	line-height: 1.7;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.main_h1 h2 {
	font-size: 20px;
	line-height: 1.7;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.about {
	margin: 20px 15px;
	position: relative;
	padding-top: 20px;
}

.about img {
	margin: 0 auto;
	margin-bottom: 0.5rem;
}

.about p {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	margin: 0 0 0.4rem;
	text-align: justify;
}

/* 搜索 */
.search {
	padding: 20px 15px;
	position: relative;
	background-color: #f5f5f5;
}

.mwapp-input {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}

.search .mwapp-text {
	width: 70%;
	line-height: 33px;
	border: 1px solid #014598;
	padding: 0 10px;
	float: left;
	border-radius: 0;
}

.search-submit {
	display: inline-block;
	width: 20%;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	background: #014598;
	border: none;
	font-weight: bold;
}

.search h1 {
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	font-weight: normal;
}

/* 联系我们 */
.contact {
	padding: 20px 15px;
}

.contact ul {
	padding-bottom: 0.625rem;
}

.contact ul li {
	line-height: 1.7;
	font-size: 14px;
	color: #333;
}

/* 案例 */
.case {
	padding: 20px 15px;
}
.case .main_h1{
	padding-bottom: 8px;
}

.nav_right .uls {
	display: flex;
	flex-wrap: wrap;
}

.nav_right .uls li {
	width: calc((100% / 6) - 1%);
	margin-right: 1.16%;
}

.nav_right .uls li:nth-child(6n) {
	margin-right: 0%;
}

.nav_right .uls {
	margin: 0 0 10px;
}

.nav_right .uls li:hover .navs_list {
	border: 1px solid #2381d9;
}

.nav_right .uls li p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}

.nav_right .uls_news li a {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dedede;
	align-items: center;
}

.nav_right .uls_news li a .times {
	width: 100%;
	overflow: hidden;
}

.nav_right .uls_news li a .times img {
	transition: all 0.5s;
}

.nav_right .uls_news li:hover a .times img {
	transform: scale(1.1);
}

.nav_right .uls_news li a .txt {
	width: calc(100% - 100px - 30px);
	margin-left: 30px;
}

.nav_right .uls_news li a .txt h2 {
	color: #000;
	font-size: 18px;
	line-height: 1.7;
	font-weight: normal;
	margin: 10px 10px;

}

.nav_right .uls_news li a .txt p {
	color: #797979;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
}

.nav_right .uls_news {
	margin-bottom: 50px;
}

.nav_right .uls_news li {
	margin-bottom: 20px;
	margin: 0 0px 20px;
}

.nav_right .uls_news li a:hover .times p {
	background-color: #2381d9;
	color: #fff;
}

.nav_right .uls_news li a:hover {
	border: 1px solid #2381d9;
}

.nav_right .uls_news li a:hover .txt h2 {
	color: #2381d9;
}

.nav_right .uls_news li a .txt {
	width: 100%;
	margin-left: 0;
}


.nav_right .uls_news {
	margin-bottom: 0;
}

.nav_product h2 {
	font-size: 18px;
	padding: 12px 0 12px 24px;
}

.nav_product .uls li p {
	font-size: 14px;
}

.nav_right .uls_news li a .txt h2 {
	font-size: 16px;
}

/* 分页 */
.pagess {
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;

}

.pagess ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pagess ul li a,
.pagess ul li span {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	color: #999;
}

.pagess ul li.active a,
.pagess ul li.active span,
.pagess ul li:hover a {
	display: inline-block;
	/* border: 1px solid #ccc; */
	padding: 2px 9px;
	margin: 0 3px;
	background: #2381d9;
	color: #fff;
}

.pagess ul li a {
	color: #666666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}

/* 营销推广 */
.yx-list {
	background: #fff;
}

.yx-list li {
	padding: .8rem 0;
	border-bottom: 1px solid #ddd;
}

.yx-list li:last-child {
	border: none;
}

.yx-list .yx-pic {
	text-align: center;
}

.yx-list .yx-pic img {
	max-width: 100%;

	width: 100%;
	/* height: 9rem; */
}

.yx-list .yx-txt {
	padding-top: .3rem;
}

.yx-list .yx-txt h3 {
	line-height: 2.4rem;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.yx-list .yx-txt h3 img {
	position: relative;
	top: 1px;
	margin-left: .5rem;
}

.yx-list .yx-txt p {
	font-size: 13px;
	color: #666;
	line-height: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}

/* 在线留言 */
.message {
	background-color: #fff;
	padding-bottom: 40px;
}

.message form {
	margin: 0;
}

/* 新闻资讯 */
.news-dbox {
	padding: 20px 15px;
}

.news-dcon {
	min-height: 25rem;
}

.news-dlist {
	padding-bottom: 1rem;
}

.news-dlist li {
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.news-dleft {
	float: left;
	width: 30%;
}

.news-dleft img {
	max-width: 100%;
	height: 4.6875rem;
	object-fit: cover;
}

.news-dright {
	float: right;
	width: 68%;
}

.news-dright h3 {
	font-size: 15px;
	max-width: 100%;
	font-weight: normal;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-dright p {
	margin-top: .5rem;
	line-height: 1.125rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
	font-size: 0.875rem;
	text-align: justify;
}

/*新闻详情页*/
.news-ibox {
	padding: 20px 15px;
	min-height: 28rem;
}

.news-ibox p {
	text-align: justify;
}

.news-itit {
	text-align: center;
	padding-bottom: .8rem;
	border-bottom: 1px dashed #aaa;
}

.news-itit h1 {
	font-size: 1.125rem;
	color: #000;
	font-weight: normal;
}

.news-itit p {
	font-size: 12px;
	color: #666;
	margin-top: .5rem;
	text-align: center;
}

.news-icon {
	padding: .8rem 0;
}

.news-icon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: .5rem 0;
}

.news-icon,
.news-icon p {
	font-size: .875rem;
	line-height: 1.625rem;
	color: #333;
}

/*案例详情页面  case-detial*/
.case-ibox {
	background: #fff;
	padding: 20px 15px;
}

.case-itit {
	padding: 0 0 0.5rem;
}

.case-itit h1 {
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 2.4rem;
	color: #000;
	text-align: center;
}

.case-itit p {
	font-size: 12px;
	color: #666;
	text-align: center;
}

.case-icon {
	margin-top: .3rem;
}

.case-icon p {
	font-size: .875rem;
	color: #333;
	line-height: 1.5rem;
	margin-bottom: .8rem;
}

.case-icon img {
	max-width: 100%;
}

.case-ilist {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: .8rem 0;
}

.case-ilist li {
	line-height: 1.5rem;
	color: #333;
	font-size: 14px;
	display: -webkit-flex;
	display: flex;
}

.case-ilist li span {
	color: #ff3938;
}

.case-ilist li i {
	font-style: normal;
	width: 4.6rem;
	flex-shrink: 0;
}

.case-ipic {
	text-align: center;
	padding: .8rem 0;
}

/* 立即体验 */
.m-pic {
	display: block;
}

.box1 {
	height: 3.15625rem;
	background: url(../img/pic1.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.box p {
	color: #fff;
	font-size: .36rem;
	padding: .5rem 1rem;
	line-height: .62rem;
}

.box2 {
	height: 3.703125rem;
	background: url(../img/pic3.png);
	background-size: 100% 100%;
}

.box3 {
	height: 2.78125rem;
	background: url(../img/pic5.png);
	background-size: 100% 100%;
}

.box4 {
	height: 2.328125rem;
	background: url(../img/pic7.png);
	background-size: 100% 100%;
}

.box5 {
	height: 2.421875rem;
	background: url(../img/pic9.png);
	background-size: 100% 100%;
}

.box6 {
	height: 4.09375rem;
	background: url(../img/pic11.png);
	background-size: 100% 100%;
}

.box7 {
	height: 3.71875rem;
	background: url(../img/pic13.png);
	background-size: 100% 100%;
}

.box8 {
	height: 2.28125rem;
	background: url(../img/pic15.png);
	background-size: 100% 100%;
}

.box9 {
	height: 2.46875rem;
	background: url(../img/pic17.png);
	background-size: 100% 100%;
}

.box10 {
	height: 3.515625rem;
	background: url(../img/pic19.png);
	background-size: 100% 100%;
}

.box11 {
	height: 2.453125rem;
	background: url(../img/pic21.png);
	background-size: 100% 100%;
}

.box12 {
	height: 2.6875rem;
	background: url(../img/pic22.png);
	background-size: 100% 100%;
	text-align: center;
	padding-top: 1rem;
}

.box12 h3 {
	font-size: .44rem;
	color: #021b79;
	font-weight: bold;
	margin-bottom: .2rem;
}

.box12 h4 {
	font-size: .4rem;
	color: #021b79;
	font-weight: bold;
}

.box13 {
	height: 10.40625rem;
	background: url(../img/pic23.png);
	background-size: 100% 100%;
	text-align: center;
	padding: .8rem .4rem 0;
}

.box13 h3 {
	font-size: .5rem;
	line-height: .76rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

.box13 p {
	font-size: .37rem;
	color: #ffcc01;
	margin-top: .18rem;
}

.box13 form {
	margin-top: .5rem;
}

.box13 form li {
	margin-bottom: .32rem;
}

.box13 form li input {
	height: 1.1rem;
	line-height: 1.1rem;
	border: none;
	padding-left: .3rem;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.box13 form li button {
	height: 1rem;
	width: 100%;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: .34rem;
	border: none;
	color: #fff;
	background: linear-gradient(to right, #f7971e, #ffcc30);
	/* background: #2381d9; */
	letter-spacing: 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}

.box13 form li:last-child {
	margin-top: .4rem;
}

/* 修改首页-服务项目 */
.index_prudct .uls li{width: 100%;margin-right: 0 !important;margin-left: 0 !important;}
.index_prudct .uls li{
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.index_prudct .uls li .img img{
	height: 76px;
}
.index_prudct .uls li{
	position: relative;
}
.index_prudct .uls li::after{
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	left: -20px;
	z-index: 8;
}
.index_prudct .uls li .img{
	position: relative;
	z-index: 99;
}
.index_prudct .uls li .text{
	position: relative;
	z-index: 99;
}
.index_prudct .uls li:nth-child(2n)::after{
	background-color: #f9f9f9;
	
}
.index_prudct .uls li:nth-child(2+1)::after{
	background-color: #fff;
}
/* .index_prudct .uls li{display: flex;align-items: center;}
.index_prudct .uls li .img{width: 60px;}
.index_prudct .uls li .text{width: calc(100% - 60px);padding-left: 20px;} */
.index_textulsss li .font::before{
	top: 53%;
}
.index_textulsss li .font h5{
	width: calc(100% - 30px - 7%);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#think_page_trace_open{
	display: none;
}
/* 联系我们 */
.contact ul li{font-size: 1rem;}
.index_about .text p{line-height: 1.7;}

.contact_intro {
    line-height: 1.6;
    background: #373d41;
}
.con-intro {
    padding: .8rem .6rem;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #5f6264;
}
.con-intro p {
    text-align: center !important;
}
.con-intro p span{
    font-size:13px;
    color:#9a9a9a;
    text-align: center;
}
/*footer*/
.footer{
    border-top: 1px solid #1b1b1b;
    background: #373d41;
    text-align: center;
    color: #9a9a9a;
    padding: .7rem .6rem 3.5rem;
    line-height: 1.5rem;
}
.footer p{
	font-size: 12px;
}
.footer p a{
    color: #9b9ea0;
    font-weight: bold;
}

/*底部悬浮层*/
.foot-bar{
    background: #2679e2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.8rem;
    line-height: 2.8rem;
    z-index: 1000;
}
.foot-bar ul li{
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #205fae;
    color: #fff;
    height: 2rem;
    line-height: 2rem;
    margin-top: .4rem;
}
.foot-bar ul li:last-child{
    border: none;
}
.foot-bar ul li img{
    padding-top: .4rem;
    width: 1.2rem;
}

.foot-bar ul li a{
    color: #fff;
}
.foot-bar ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
}
.foot-bar ul li a img{
	display: inline-block;
	margin-top:-6px;
	margin-right: 4px;
}
.main_top{
	min-height: calc(100vh - 95px - 164px);
}
/* 修改 */
.index_prudct .uls li::after{
	content: initial;
}
.index_prudct .uls{
	justify-content: space-between;
}
.index_prudct .uls li .img img{
	height: 50px;
}
.index_prudct .uls li{width: calc(50% - 20px);margin: 0 10px 15px 10px !important;}
.bg_color{
	background-color: #eee;
	background-color: #2381d9;
	background-color: #2367d9c4;
}
.bg_color .index_text h2,
.bg_color .index_text p{
	color: #fff;
}
.index_textulsss {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_textulsss li{
	width: calc(50% - 5px);
}
.index_textulsss li a .font::before{
	content: initial;
}
.index_textulsss li .img{
	position: relative;
	padding-top: 66%;
}
.index_textulsss li .img img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
.index_textulsss li .font h5{
	width: 100%;
}
.index_textulsss li .font h5{
	font-size: 14px;
}
.index_textulsss li .font{
	border-top: 1px solid #d5d5d6;
}
.index_textulsss{
	padding-top: 10px;
}
.index_textulsss li{
	margin-top:15px !important;
}
.bg_filter{
	filter: brightness(2);
}
.bg_filter .index_text {
	filter: brightness(0.55);
}
.bg_filter .text_index3 {
	filter: brightness(0.55);
}
.bg_filter .btn_index3 {
	filter: brightness(0.55);
}
.text_index3 p{
	line-height: 1.6;
}
.header1 .imgs img{
	height: 56px;
	position: absolute;
	top: 0;
	left: -18px;
	z-index: 999;
}