
/*=================================
=================== 公共 =============
====================================*/

body {
	line-height: 170%;
	font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(17,31,44,.7)
}

img {
	max-width: 100%;
	max-height: 100%
}

a {
	color: rgba(17,31,44,.7)
}

a:hover {
	text-decoration: none;
	color: var(--m-color)
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.bg-gray {
	background-color: rgba(244,247,252)!important
}

.bg-gray-dk {
	background-color: #38393d
}

.bg-gray-lt {
	background-color: #f5f5f5!important
}

.bg-danger-lt {
	background-color: rgba(252,36,54,1)
}

.bg-violet {
	background-color: #565bf3!important
}

.bg-blue {
	background-color: #01bbd8!important
}

.text-blue {
	color: #565bf3!important
}

.text-red {
	color: #f31c1c!important
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden
}

.btn {
	border-radius: 0
}

.btn:hover,.btn:focus,.btn:active,.btn-outline-primary:not(:disabled):not(.disabled):active {
	box-shadow: none!important
}

.square-80 {
	width: 80px;
	height: 80px
}

.square-70 {
	width: 70px;
	height: 70px
}

.text-truncate2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.img-100 {
	width: 100%;
	max-width: auto
}

.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.pt-section,.py-section {
	padding-top: 45px!important
}

.pb-section,.py-section {
	padding-bottom: 45px!important
}

.row {
	margin-left: -8px;
	margin-right: -8px
}

.row>* {
	padding-left: 8px;
	padding-right: 8px
}

.row.list>.item,.row.list>* {
	margin-bottom: 15px
}

.row.list-lg>.item {
	margin-bottom: 15px
}

.table-hover tbody tr:hover {
	background-color: #f7f7f7
}

.title-01 {
	margin-bottom: 30px
}

.title-01 h2 {
	font-size: 24px;
	color: #111f2c;
	margin-bottom: 12px
}

.title-01 .des {
	margin-bottom: 0;
	font-size: 15px;
	color: rgba(17,31,44,.7);
	line-height: 1.7
}

.title-01 .des a {
	padding: 0 5px
}

.title-01 .des a.active {
	color: var(--m-color)
}

.title-01.text-white h2 {
	color: rgba(255,255,255,.95)
}

.title-01.text-white .des {
	color: rgba(255,255,255,.85)
}

.title-02 h2 {
	font-size: 20px;
	color: #111f2c;
	margin-bottom: 20px
}

.title-03 {
	margin-bottom: 15px
}

.title-03 h2 {
	font-size: 16px;
	font-weight: 500;
}

.title-03 h2 a {
	padding: 8px 15px 8px 0;
	line-height: 150%;
	display: inline-block;
}

.title-03 h2 .active {
	color: var(--m-color);
}

.title-04 {
	border-bottom: 1px solid rgba(0,0,0,.08);
	margin-bottom: 20px
}

.title-04 h2 {
	color: #111f2c;
	font-size: 16px;
	padding-bottom: 8px
}

.nav-bg {
	height: 56px
}

.nav-bg .icon {
	font-size: 20px;
	color: rgba(255,255,255,.95);
	line-height: 56px;
	margin-left: 15px;
	margin-top: 18px
}

.top-title {
	padding-top: 30px;
	padding-bottom: 15px;
	color: #111f2c
}

.top-title .title {
	font-size: 22px
}

.top-title .des {
	font-size: 13px;
	line-height: 150%;
	color: rgba(17,31,44,.7);
}

.detail-header {
	position: relative;
	color: #111f2c;
	font-size: 15px;
	padding-bottom: 20px;
	margin-top: 35px;
	padding-top: 20px;
}
.detail-header::after{
	position: absolute;
	content: '';
	left: 15px;
	right: 15px;
	top: 0;
	height: 1px;
	background-color: rgba(10,20,30,.08);
}

.detail-header .title span {
	padding-left: 20px
}

.detail-header .lable {
	margin-bottom: 10px
}

.detail-header .lable>div:first-child {
	flex: 0 0 50px
}

.detail-header .lable a {
	padding-right: 10px;
	line-height: 150%
}

.item {
	margin-bottom: 15px
}

.item .title {
	color: #111f2c;
	transition: .4s;
	margin-bottom: 0;
	margin-top: 18px
}

.item .des {
	font-size: 14px;
	color: rgba(17,31,44,.7);
}

.main-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-direction: column;
	flex-direction: column;
	min-height: 100vh
}

.main-con {
	flex: 1 1 auto;
	padding-bottom: 0
}

.overhidden {
	overflow: hidden
}

.list-customer .item {
	height: calc(100vw * .18)
}

.list-customer .item .bg-white {
	padding: 8px;
	border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 4px 30px rgba(0,28,85,.04);
}
.list-customer .item .bg-white:hover {
  box-shadow: 0 4px 15px rgba(0,28,85,.1);
}

.list-case .item .title {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: .2em;
}

.list-case .item .des {
	font-size: 13px
}
.list-case .item .des a{
  color: rgba(17,31,44,.56);
}
.list-case .item .des .active{
  color: #111f2c;
}
.list-case .item .des a:hover{
  color: var(--m-color);
}

.list-case .item .con {
	padding: 15px 12px 25px 12px
}

.list-case .item .con h3 {
	line-height: 100%;
	font-size: 16px;
	color: #111f2c;
	margin-bottom: 12px;
}

.list-case .item:hover .con h3 {
	color: var(--m-color)
}

.list-case .item .con .des {
	line-height: 150%;
	font-size: 12px;
	color: rgba(0,0,0,.65)
}

.list-case .item .hcase-content {
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 1px);
	background-color: rgba(255,0,23,.8);
	-webkit-backdrop-filter: saturate(180%) blur(2px); 
  backdrop-filter: saturate(180%) blur(2px);
	color: rgba(255,255,255,.8);
	opacity: 0;
	transition: .4s ease
}

.list-case .item .hcase-content .slimScrollBar {
	background-color: rgba(0,0,0,.3)!important
}

.list-build .item {
	position: relative;
	background: white;
}

.list-build .item .border-box {
	padding: 25px 10px
}

.list-build .item .title {
	color: #111f2c;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
}

.list-build .item .border-box .des {
	margin-top: 8px;
	line-height: 140%;
	font-size: 13px;
	color: rgba(17,31,44,.56);
}

.list-build .item:hover .border-box .des {
	color: rgba(17,31,44,.7)
}

.list-build .item .hidden-con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	opacity: 0;
	transition: .5s;
	display: none
}

.list-hnews img {
	vertical-align: bottom
}

.list-hnews .item {
	margin-bottom: 0!important
}

.list-hnews .item .title {
	font-size: 14px;
	margin-top: 0;
	padding: 8px 0
}

.list-hnews .item .position-relative {
	overflow: hidden;
	margin-bottom: 8px
}

.list-hnews .item .position-relative .title-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 12px;
	background-color: rgba(0,0,0,.4);
	z-index: 9
}

.list-hnews .item .position-relative .title-box h3 {
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,.9)
}

.list-hnews .item .position-relative .img-box {
	height: 90px;
	overflow: hidden;
	border-radius: 5px;
}

.list-hnews .item .position-relative .img-box img {
	position: absolute;
	left: 0;
	top: 0;
	max-height: none;
	z-index: 0;
	opacity: 0;
	display: none
}

.list-hnews .item:nth-child(3) .position-relative {
	margin-bottom: 0
}

.list-hnews .item:nth-child(3) .position-relative .img-box {
	display: none
}

.list-hnews .item:nth-child(3) .position-relative .title-box {
	position: static;
	background-color: rgba(0,0,0,0);
	padding: 8px 0
}

.list-hnews .item:nth-child(3) .position-relative .title-box h3 {
	color: #111f2c
}

.list-plan .item {
	margin-bottom: 20px
}
.list-plan .item:nth-child(n+13){
    display: none;
}

.list-plan .item:last-child,.list-plan .item:nth-last-child(2) {
	display: none
}

.list-plan .item .icon {
	font-size: 34px
}

.list-plan .item .title {
	margin-top: 0;
	font-size: 14px
}

.list-plan .item .icon {
	transition: .3s
}

.list-plan .item:hover .icon,.list-plan .item:hover {
	color: var(--m-color)
}

.h-tab-pane {
	color: rgba(255,255,255,.95)
}

.h-tab-pane .title {
	font-size: 20px;
	margin-bottom: 15px
}

.h-tab-pane .title-sm {
	font-size: 18px
}

.h-tab-pane .des {
	line-height: 25px
}

.h-tab-pane .flex-wrap {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed rgba(255,255,255,.2)
}

.h-tab-pane .list-func {
	margin-top: 25px;
	height: auto;
	text-align: left!important;
	flex-wrap: wrap;
	overflow: hidden
}

.h-tab-pane .list-func .item {
	padding-right: 15px!important
}

.h-tab-pane .btn {
	border-color: rgba(255,255,255,.8);
	color: rgba(255,255,255,.8);
	font-size: 14px;
	padding: 7px 30px;
	border-radius: 0;
	margin-top: 30px;
	margin-bottom: 30px
}

.h-tab-pane .btn:hover,.h-tab-pane .btn:focus,.h-tab-pane .btn:active {
	background-color: rgba(255,255,255,.2)!important
}

.h-tab-pane .h-case-hylist a {
	display: inline-block;
	width: 40%;
	padding-right: 20px!important
}

.list-help-hot.row.list-lg>.item {
	margin-bottom: 0
}

.list-help-hot>.item a {
	padding: 9px 0;
	line-height: 100%;
	font-size: 15px
}

.list-help-hot>.item:first-child a {
	padding-top: 0
}

.list-help-hot>.item:nth-child(n+6) {
	display: none
}
.list-help-hot a{
	display: flex !important;
	align-items: center;
}
.list-help-hot .time{
	width: 50px;
	flex-shrink: 0;
	font-size: .9em;
}
/* @media (max-width: 1023px) {
	.list-help-hot .time{
		display: none;
	}
} */

.list-help-box {
	/* background-color: #fff!important */
}
.list-help .col-12 > div{
	border-radius: 12px;
}
.list-help .item {
	position: relative;
	margin-bottom: 15px;
	padding: 15px;
	transition: .4s ease;
}
.list-help .item::after{
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background-color: rgba(0,0,0,.05);
	}

.list-help .item:hover {
	background-color: #f8f8f8
}

.list-help .item:last-child {
	border-bottom-width: 0
}

.list-help .item .media .img-box {
	position: relative;
	width: 100px;
	height: 70px;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 12px;
}

.list-help .item .media img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	max-height: none;
	border-radius: 12px;
}

.list-help .item .media .media-body {
	width: calc(100% - 115px)
}

.list-help .item .media .media-body .title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}

.list-help .item a:hover .media .media-body .title {
	color: var(--m-color)
}

.list-help .item:hover .media .media-body .des {
	color: rgba(17,31,44,.7)!important
}

.fixed-top {
	top: auto;
	bottom: 0;
	border-top: 1px solid #ededed
}

.fixed-top .navbar.bg-dark {
	background-color: #fff!important
}

.navbar-dark .navbar-toggler {
	color: rgba(17,31,44,.7)
}

.navbar {
	padding-top: 0;
	padding-bottom: 0
}

.navbar-dark .navbar-brand {
	margin-right: 0
}

.navbar .ft-menu {
	line-height: 2;
	padding: .3125rem .75rem .375rem .75rem;
	outline: 0;
	font-size: 14px;
	border: 0
}

.navbar .ft-menu div {
	font-size: 11px;
	line-height: 1;
	margin-top: -2px
}

.navbar .ft-menu .icon {
	font-size: 24px;
	line-height: 1
}

.navbar .dropdown-menu .dropdown-title:hover {
	background-color: rgba(0,0,0,0);
	color: #111f2c
}

.navbar .logo-sm {
	width: 30px
}

@media(min-width:0) and (max-width:1023.98px) {
	.navbar .navbar-collapse {
		position: absolute;
		bottom: 49px;
		left: 0;
		background: #F1F3F5;
		width: 100%
	}

	.navbar .navbar-collapse>.d-flex {
		height: calc(100vh - 49px)
	}

	.navbar-dark .navbar-nav {
		background-color: #fff;
		width: 100px;
		text-align: center;
		font-size: 14px;
		border-bottom: 1px solid #ededed;
		position: relative
	}

	.navbar .nav-item {
		position: static
	}

	.navbar .dropdown-menu {
		position: absolute;
		top: 0;
		left: 115px;
		width: calc(100vw - 115px);
		border-radius: 0;
		border: 0;
		margin: 0;
		height: calc(100vh - 49px);
		overflow-y: scroll;
		border-bottom: 1px solid #ededed;
		padding: 0 15px 0 0;
		background-color: #F1F3F5
	}

	.navbar .dropdown-menu.active {
		display: block
	}

	.navbar .dropdown-menu .dropdown-title {
		padding: .5rem 0
	}

	.navbar .dropdown-menu .dropdown-title h2 {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 195%
	}

	.navbar .dropdown-menu .menu-item {
		background-color: #fff;
		border-radius: 7px;
		padding: 10px 10px;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 15px
	}

	.navbar .dropdown-menu .menu-item.row {
		margin: 0
	}

	.navbar .dropdown-menu .menu-item.row>* {
		padding: 0
	}

	.navbar .dropdown-menu .menu-item .dropdown-item {
		white-space: normal;
		padding: 10px 5px;
		text-align: center
	}

	.navbar .dropdown-menu .menu-item .dropdown-item h2 {
		margin-bottom: 0
	}

	.navbar .dropdown-menu .menu-item .dropdown-item .icon {
		display: block;
		font-size: 24px;
		line-height: 170%;
		margin: 0 auto 5px auto;
		float: none!important;
		color: var(--m-color)
	}

	.navbar .dropdown-menu .menu-item .dropdown-item:hover {
		background-color: #fff
	}

	.navbar .dropdown-menu .menu-item .dropdown-item:hover h2,.navbar .dropdown-menu .menu-item .dropdown-item:hover .icon {
		color: var(--m-color)
	}

	.navbar .dropdown-menu .menu-item .dropdown-item div {
		font-size: 12px;
		line-height: 140%
	}

	.navbar-dark .navbar-nav .nav-link {
		color: rgba(0,0,0,.8)
	}

	.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-item.show .nav-link,.navbar-dark .navbar-nav .nav-item .nav-link.active {
		color: rgba(17,31,44,.7);
		background-color: #fff
	}

	.navbar-dark .navbar-nav .nav-item .nav-link.active {
		color: var(--m-color);
		background-color: #F1F3F5
	}
}

@media(min-width:0) and (max-width:575.98px) {
	.navbar .dropdown-menu .menu-item .dropdown-item,.navbar .dropdown-menu .menu-item.row>* {
		flex: 0 0 33.33%
	}
}

@media(min-width:576px) and (max-width:767.98px) {
	.navbar.container {
		padding-left: 50px;
		padding-right: 50px
	}

	.navbar .dropdown-menu .menu-item .dropdown-item,.navbar .dropdown-menu .menu-item.row>* {
		flex: 0 0 20%
	}
}

@media(min-width:768px) and (max-width:1023.98px) {
	.navbar .dropdown-menu .menu-item .dropdown-item,.navbar .dropdown-menu .menu-item.row>* {
		flex: 0 0 16.66%
	}
}

.top-img {
	min-height: calc(100vw * .4)
}

.con-box {
	left: 0;
	right: 0;
	bottom: 30px;
	width: 100%;
	z-index: 2
}

.con-box h2 {
	color: rgba(255,255,255,.95);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-shadow: 0 0 2px rgba(0,0,0,.3)
}

.con-box .des {
	display: none;
	margin-top: 8px;
	font-size: 13px;
  color: hsla(0, 0%, 100%, .85);
	line-height: 1.5;
	text-shadow: 0 0 1px rgba(0,0,0,.3);
}

.top-img-md {
	min-height: calc(100vw * .4)
}

.top-img-md .con-box {
	bottom: 40px
}

.top-img-md .con-box .des {
	margin-top: 6px
}

.top-img-lg {
	min-height: calc(100vw * .4)
}

.top-img-lg .con-box {
	bottom: 48px
}

.video-box {
	position: relative;
	min-height: calc(100vw * .55)
}

.video-box video {
	width: 100%;
	vertical-align: bottom
}

.video-box::before {
	position: absolute;
	content: '';
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: top left;
	background-image: url(../img/bg-dot.png);
	background-color: rgba(0,0,0,.3)
}

.video-box .con-box {
	bottom: 0;
	top: 0
}

.video-box .con-box h2 {
	color: rgba(255,255,255,.93)
}

.swiper-focus .swiper-slide {
	overflow: hidden
}

.swiper-focus .swiper-slide .focus-text-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,.95)
}

.swiper-focus .swiper-slide .focus-text-box img {
	position: absolute;
	right: 0;
	z-index: 0;
	max-width: none;
	max-height: none
}

.swiper-focus .swiper-slide[name='0'] .focus-text-box img {
	right: calc(-100vw * .13);
	bottom: calc(100vw * .08);
	height: calc(100vw * .35)
}

.swiper-focus .swiper-slide[name='1'] .focus-text-box img {
	right: calc(-100vw * .34);
	bottom: calc(-100vw * .09);
	height: calc(100vw * .52)
}

.swiper-focus .swiper-slide[name='2'] .focus-text-box img {
	right: calc(-100vw * .2);
	bottom: calc(-100vw * .08);
	height: calc(100vw * .6)
}

.swiper-focus .swiper-slide[name='3'] .focus-text-box img {
	right: calc(100vw * .02);
	height: calc(100vw * .34);
	bottom: calc(100vw * .09)
}

.swiper-focus .swiper-slide .focus-text-box .focus-text {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1
}

.focus-text-box .focus-text {
	padding-left: 15px;
	padding-right: 15px
}

.swiper-focus .swiper-slide .focus-text-box .focus-text h3 {
	font-size: 20px;
	margin-bottom: 8px;
}
.swiper-focus .swiper-slide .focus-text-box .focus-text .text {
	font-family: "Microsoft Yahei light";
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 15px;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
@media(max-width:768px){
    .swiper-focus .swiper-slide .focus-text-box .focus-text h3{
        margin-bottom: 20px;
    }
    .swiper-focus .swiper-slide .focus-text-box .focus-text .text{
        display: none;
    }
}

.swiper-focus .swiper-slide .focus-text-box .focus-text .btn {
	border-color: rgba(255,255,255,.5);
	color: rgba(255,255,255,.9);
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 0
}

.swiper-focus .swiper-slide .focus-text-box .focus-text .btn:hover {
	background-color: rgba(255,255,255,.1)
}

.swiper-pagination-bullet {
	width: 8px!important;
	height: 8px!important;
	border-radius: 4px!important;
	opacity: .4!important;
	background-color: #fff!important;
	transition: .3s;
}
.swiper-pagination-bullet-active {
    background: #F01919 !important;
    height: 16px !important;
	opacity: 1!important
}
.swiper-container-horizontal.swiper-focus>.swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;;
    right: 15px;
    left: auto;
    width: 50px;
	bottom: 15px!important
}
.swiper-container-horizontal.swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 3px;
}

/*第三张图文字按钮黑色*/
.swiper-focus .swiper-slide:nth-child(4) .focus-text-box .focus-text h3{
    color: #111f2c;
}
.swiper-focus .swiper-slide:nth-child(4) .focus-text-box .focus-text .text{
    color: #111f2c;
}
.swiper-focus .swiper-slide:nth-child(4) .focus-text-box .focus-text .btn{
    color: #111f2c;
    border-color: #666;
}
.swiper-focus .swiper-slide:nth-child(4) .focus-text-box .focus-text .btn:hover{
    background-color: rgba(0,0,0,.05);
}

.swiper-focus .swiper-slide-active .focus-text-box .focus-text h3 {
	animation: mymoveTitle .4s ease-out .2s 1;
	-webkit-animation: mymoveTitle .4s ease-out .2s 1;
	opacity: 0;
	animation-fill-mode: forwards
}

.swiper-focus .swiper-slide-active .focus-text-box .focus-text .text {
	animation: mymoveText .5s ease-out .2s 1;
	-webkit-animation: mymoveText .5s ease-out .2s 1;
	opacity: 0;
	animation-fill-mode: forwards
}

.swiper-focus .swiper-slide-active .focus-text-box .focus-text .btn {
	animation: mymoveBtn .5s ease-out .3s 1;
	-webkit-animation: mymoveBtn .5s ease-out .3s 1;
	opacity: 0;
	animation-fill-mode: forwards
}

.swiper-focus .swiper-slide-active .focus-text-box img {
	animation: mymoveImg .5s ease-out .3s 1;
	-webkit-animation: mymoveImg .5s ease-out .3s 1;
	opacity: 0;
	animation-fill-mode: forwards
}

@keyframes mymoveTitle {
	from {
		transform: translateY(15px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mymoveTitle {
	from {
		transform: translateY(15px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mymoveText {
	from {
		transform: translateY(15px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mymoveText {
	from {
		transform: translateY(15px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mymoveBtn {
	from {
		transform: translateY(15px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mymoveBtn {
	from {
		transform: translateY(15px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mymoveImg {
	from {
		transform: translateY(15px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mymoveImg {
	from {
		transform: translateY(15px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

.service-online {
	position: fixed;
	right: 10px;
	bottom: 480px;
	margin-top: -70px;
	border-radius: 3px;
	box-shadow: 0 0 8px 2px rgba(0,0,0,.07);
	z-index: 999;
	transform: translateX(150px);
	transition: .6s
}

.service-online.service-online-hide {
	transform: translateX(0px)
}

.service-online .service img {
	position: relative;
	z-index: 1000;
	cursor: pointer;
	border-radius: 3px 3px 0 0
}

.service-online .service .hidden-con {
	top: 0;
	right: 80px;
	padding-right: 15px;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	transition: .3s
}

.service-online .service:hover .hidden-con {
	right: 100px;
	opacity: 1;
	width: auto;
	height: auto;
	overflow: visible
}

.service-online .hidden-con .bg-white {
	position: relative;
	width: 264px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.15);
	border-radius: 5px;
	padding: 30px;
	font-size: 14px
}

.service-online .hidden-con .bg-white::before,.service-online .hidden-con .bg-white::after {
	position: absolute;
	top: 40px;
	right: -9px;
	content: '';
	width: 0;
	height: 0;
	border-width: 9px 0 9px 9px;
	border-style: solid;
	border-color: transparent transparent transparent #eaeaea
}

.service-online .hidden-con .bg-white::after {
	right: -7px;
	border-color: transparent transparent transparent #fff
}

.service-online .hidden-con .bg-white .close {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px
}

.service-online .hidden-con .bg-white .close .icon {
	font-size: 22px;
	line-height: 30px;
	opacity: .5
}

.service-online .hidden-con .bg-white .phone {
	color: #ff2323;
	font-size: 28px;
	line-height: 130%
}

.service-online .hidden-con .bg-white .border-bottom {
	border-bottom-color: #f3f3f3!important;
	padding-bottom: 16px;
	margin-bottom: 20px
}

.service-online .hidden-con .bg-white .icon {
	font-size: 32px
}

.service-online .hidden-con .bg-white .text-success {
	color: #80d64c!important
}

.service-online .hidden-con .bg-white .text-blue {
	color: #62b0ff!important
}

.service-online .hidden-con .bg-white img {
	margin-top: 10px;
	margin-bottom: 5px
}

.service-online .back-top {
	padding: 5px 10px;
	border-radius: 0 0 3px 3px
}

.service-online .back-top .icon {
	font-size: 20px;
	color: #111f2c
}

.back-top-mobile .icon {
	color: #fff;
	width: 22px;
	height: 22px;
	margin-top: 12px
}

/*新增*/
.service-online .hidden-con .bg-white::before, 
.service-online .hidden-con .bg-white::after{
    top: 55px;
}
.service-online .hidden-con .bg-white{
    width: 345px;
    padding: 11px 20px;
}
.service-wrapper{
    display: flex;
    justify-content: space-between;
}
.service-wrapper *{
    text-align: left !important;
    font-size: 16px !important;
} 
.service-wrapper .text-title{
    color: #111f2c;
}
.service-wrapper .phone{
    font-size: 20px !important;
    color: var(--m-color) !important;
    margin-bottom: 10px;
}
.service-wrapper .text-des{
    color: #aaa;
    font-size: 13px !important;
    line-height: 1.4;
}
/*===========底部===========*/
.ft {
	margin-bottom: 50px;
	line-height: 190%
}

.ft,.ft a {
	color: rgba(255,255,255,.5);
	font-size: 12px;
	transition: .4s
}

.ft a:hover {
	color: rgba(255,255,255,.8)
}

.ft .py-ft {
	padding: 35px 0
}

.ft .bg-danger-lt {
	color: rgba(255,255,255,.98);
	font-size: 60px;
	font-weight: bold;
}

.ft .bg-danger-lt .list-statistics .item {
	padding: 0 calc(100vw * .025)
}

.ft .bg-danger-lt .list-statistics .item span {
	line-height: 110%;
	padding-bottom: 5px
}

.ft .bg-danger-lt .list-statistics .item div {
	font-size: 16px;
	font-weight: normal;
	font-family: "microsoft yahei light"
}

.ft .bg-gray-dk dt,.ft .bg-gray-dk dt a,.ft .bg-gray-dk .sbefore .icon,.ft .bg-gray-dk .sbefore .phone {
	color: rgba(255,255,255,.75)
}

.ft .bg-gray-dk .sbefore .icon {
	font-size: 22px;
	margin-right: 5px;
}

.ft .bg-gray-dk .sbefore .phone {
	margin-bottom: 10px
}

.ft .bg-gray-dk .sbefore .phone div {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
}
.ft .bg-gray-dk .sbefore .phone .number {
	font-size: 28px;
	font-weight: normal;
	line-height: 200%;
	color: rgba(255,255,255,.95);
	line-height: 1.2;
	margin-bottom: 10px;
}
.ft .bg-gray-dk .sbefore a {
	line-height: 200%
}

.ft .bg-gray-dk .business dl {
	padding: 0 calc(100vw * .014)
}

.ft .bg-gray-dk .business dl:first-child {
	padding-left: 0
}

.ft .bg-gray-dk .business dl:last-child {
	padding-right: 0
}
.ft .bg-gray-dk .business dl dt,
.ft .bg-gray-dk .business dl dd a{
	display: block;
	line-height: 22px;
}
.ft .bg-gray-dk .business dl dt {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 14px;
}
.ft .bg-gray-dk .business dl dd a{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 8px;
}

.ft .bg-gray-dk .about dl dd .square-80,.ft .bg-gray-dk .about dl dd img {
	margin: 5px 0 10px 0;
	display: none
}

.ft .bg-gray-dk .about dl dd:nth-child(2) .square-80,.ft .bg-gray-dk .about dl dd:nth-child(2) img {
	display: block
}

.ft .bg-gray-dk .about dl dd:hover,.ft .bg-gray-dk .about dl dd:hover a {
	color: rgba(255,255,255,.8)
}

.ft .bg-gray-dk .about dl dd .square-80 {
	border: 1px solid rgba(255,255,255,.25)
}

.ft .bg-gray-dk .about dl dd .square-80 .icon {
	font-size: 46px;
	line-height: 100%;
	color: rgba(255,255,255,.6)
}

/*底部新闻*/
.ft .ft-info .ft-linfo{
	position: relative;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftnews{
	display: none;
	left: 0;
	bottom: 50px;
	width: 100%;
	height: 280px;
	border: 1px solid rgba(0,0,0,.1);
	padding: 15px 0;
	z-index: 99;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftmap{
	bottom: 22px;
	width: 90px;
	height: 160px;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftnews > *{
	padding: 0 15px;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftnews li a{
	display: inline-block;
	color: rgba(17,31,44,.7);
	padding: 4px 0;
	transition: .3s;
	line-height: 1.45;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftnews li a:hover{
	color: var(--m-color);
}}

.solution-detail .des {
	line-height: 150%;
	font-size: 14px
}

.solution-detail .title-01 .des {
	padding: 0 30px;
	font-size: 16px
}

.rounded-circle.square-70 {
	line-height: 70px;
	margin: 0 auto;
	color: rgba(255,255,255,.95);
	border: 1px solid rgba(255,255,255,.85);
	font-size: 20px
}

.solution-01 .list-solution-01 {
	margin-bottom: 35px
}

.solution-01 .list-solution-01 .col .title {
	background-color: #696969;
	margin-bottom: 10px
}

.solution-01 .list-solution-01 .col:nth-child(2) .title {
	background-color: #478ffb
}

.solution-01 .list-solution-01 .col:nth-child(3) .title {
	background-color: var(--m-color)
}

.solution-01 .list-solution-01 .des {
	font-size: 15px;
	color: #353535
}

.solution-01 .consult .btn {
	margin-top: 15px;
	background-color: var(--m-color);
	color: #fff;
	padding: 7px 25px
}

.solution-01 .consult .des {
	color: rgba(17,31,44,.7);
	font-size: 15px
}

.solution-02 {
	color: rgba(255,255,255,.75)
}

.solution-02 .title-line h2 {
	position: relative;
	display: inline-block
}

.solution-02 .title-line h2::before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -15px;
	width: 2em;
	height: 1px;
	background-color: rgba(255,255,255,.8);
	margin-left: -1em
}

.solution-02 .list-solution-02 .col-6 {
	margin-bottom: 30px
}

.solution-02 .list-solution-02 .title {
	color: rgba(255,255,255,.95);
	margin: 10px 0
}

.solution-03 .swiper-solution .swiper-slide .bg-danger-lt {
	color: rgba(255,255,255,.95);
	padding: 14px 0
}

.solution-03 .swiper-solution .swiper-slide.active .bg-danger-lt,.solution-content {
	background-color: #111f2c
}

.solution-03 .swiper-solution .swiper-slide .num {
	border: 1px solid rgba(255,255,255,.85);
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto 7px auto;
	font-size: 14px
}

.solution-03 .swiper-solution .swiper-slide .title {
	font-size: 14px;
	margin-bottom: 0
}

.solution-content {
	margin-top: 10px;
	color: rgba(255,255,255,.75)
}

.solution-detail .solution-content .title-01 .des {
	color: rgba(255,255,255,.85)
}

.solution-content .list-one .col-12 {
	margin-bottom: 25px
}

.solution-content .list-one .col-12 .icon {
	line-height: 100%;
	font-size: 60px;
	color: rgba(255,255,255,.95)
}

.solution-content .list-one .col-12 .title {
	margin: 15px 0 10px 0;
	font-size: 18px;
	color: rgba(255,255,255,.95)
}

.solution-content .list-one .col-12 .des {
	padding: 0 30px
}

.solution-04 .bg-danger-lt {
	color: rgba(255,255,255,.95)
}

.list-solution-04 .col-4 {
	margin-bottom: 15px
}

.list-solution-04 .col-4 .bg-danger-lt {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,.8)
}

.list-solution-04 .col-4 .bg-danger-lt .title {
	font-size: 15px
}

.list-solution-04 .col-4 .bg-danger-lt .icon {
	font-size: 40px;
	line-height: 1.2
}

.solution-05 .team-top {
	margin-bottom: 30px
}

.solution-05 .team-bottom .item {
	padding: 0 25px
}

.solution-05 .swiper-team {
	max-width: 1300px
}

.solution-05 .title {
	margin-top: 10px;
	margin-bottom: 8px;
	color: #001432
}

.solution-05 .list-team .des,.solution-05 .swiper-slide .des {
	color: #999
}

.solution-detail .title-box {
	margin-bottom: 20px;
	padding: 0 25px
}

.solution-detail .title-box .title {
	font-size: 20px;
	color: rgba(255,255,255,.95);
	line-height: 1.7
}

.solution-detail .title-box .des {
	font-size: 15px
}

.solution-detail .title-box-lg .title {
	margin-bottom: 5px
}

.solution-onefour .item {
	padding: 0 10px;
	margin-bottom: 35px
}

.solution-onefour .item .icon {
	line-height: 1;
	font-size: 50px
}

.solution-onefour .item .title {
	margin-top: 10px;
	color: rgba(255,255,255,.85);
	font-size: 15px
}

.solution-five {
	margin-bottom: 35px
}

.solution-five .list-model {
	padding: 0 15px
}

.solution-five .list-model .item {
	background-color: #1cc7ff;
	border-radius: 5px;
	width: 66px;
	height: 66px;
	margin: 0 auto 15px auto;
	padding: 13px 0
}

.solution-five .list-model .item .text-box {
	font-size: 16px;
	width: 32px;
	line-height: 20px;
	margin: 0 auto;
	color: rgba(255,255,255,.95)
}

.solution-six .list-language {
	padding: 0 15px
}

.solution-six .list-language .item {
	background-color: #21dbe7;
	color: rgba(255,255,255,.95);
	margin-bottom: 15px;
	line-height: 1;
	padding: 20px 0
}

.solution-six .list-language .item .icon {
	font-size: 46px
}

.solution-six .list-language .item .title {
	font-size: 16px;
	color: rgba(255,255,255,.95);
	margin-top: 12px;
	margin-bottom: 2px
}

.about-box {
	max-width: 1030px;
	margin: 0 auto
}

.list-about .item {
	background-color: rgba(255,255,255,.9);
	padding: 40px 10px;
	margin-bottom: 15px
}

.list-about .item .title {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 0
}

.list-about .item .des {
	font-size: 15px
}

.list-history {
	position: relative;
	max-width: 950px;
	margin: 0 auto
}

.list-history::before {
	position: absolute;
	content: '';
	left: 100px;
	top: 20px;
	bottom: -20px;
	width: 1px;
	background-color: #d8d8d8
}

.list-history .item {
	margin-bottom: 20px
}

.list-history .item>.title {
	margin-bottom: 15px
}

.list-history .item.first>.title {
	position: relative
}

.list-history .item.first .icon {
	position: absolute;
	color: var(--m-color);
	font-size: 26px;
	width: 26px;
	left: 87px
}

.list-history .item>.title {
	font-size: 20px;
	color: var(--m-color);
	margin-top: 0
}

.list-history .item ul li {
	margin-bottom: 10px
}

.list-history .item ul li .title {
	flex: 0 0 120px;
	padding-left: 30px;
	margin-top: 0;
	color: var(--m-color);
	font-size: 14px;
	position: relative;
	line-height: 20px
}

.list-history .item ul li .title::before {
	position: absolute;
	content: '';
	top: 7px;
	right: 16px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid var(--m-color);
	background-color: #fff
}

.list-history .item ul li .right {
	font-size: 14px;
	line-height: 22px;
	color: #757575
}

.contact-con {
	font-size: 14px
}

.contact-con h3 {
	font-size: 20px
}

.contact-con p {
	margin-bottom: 8px
}

.list-contact {
	font-size: 14px;
	line-height: 1.6
}

.list-contact .title-contact {
	font-size: 20px
}

.list-contact .item {
	margin-bottom: 40px
}

.list-contact .title-contact {
	color: #111f2c
}

.list-contact .item .icon {
	display: block;
	color: #367be2;
	font-size: 56px;
	line-height: 1;
	margin: 0 auto 15px auto
}

.list-contact .item:nth-child(2) .icon {
	color: #33c324
}

.list-contact .item .phone a {
	color: #111f2c;
	font-size: 26px
}

.list-contact .item .d-flex .item-inner {
	padding: 0 20px
}

.list-xcx-icon .item {
	margin-bottom: 30px
}

.list-xcx-icon .item .icon {
	font-size: 46px
}

.list-xcx-icon.list-icon-sm .item .icon {
	font-size: 40px;
	color: #111f2c
}

.list-xcx-icon .item .title {
	font-size: 16px;
	margin-top: 10px
}

.list-xcx-icon .item .title-sm {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px
}

.list-xcx-icon .item .des {
	font-size: 14px;
	line-height: 1.5
}

.bg-img .list-xcx-icon .item .title-sm,.bg-img .list-xcx-icon .item .des,.bg-img .list-xcx-icon .item .icon {
	color: rgba(255,255,255,.95)
}

.more-box {
	color: rgba(255,255,255,.95)
}

.more-box .btn {
	border-color: rgba(255,255,255,.6);
	color: rgba(255,255,255,.95)
}

.more-box .btn:hover,.more-box .btn:focus,.more-box .btn:active {
	background-color: rgba(255,255,255,.8)!important;
	border-color: rgba(255,255,255,.9)!important;
	color: rgba(17,31,44,.7)!important
}

.consult-box .btn {
	background-color: #005fc9;
	color: rgba(255,255,255,.95)
}

.consult-box .btn:hover,.consult-box .btn:focus,.consult-box .btn:active {
	color: rgba(255,255,255,.95);
	background-color: #035abc
}

.consult-box .btn-orange {
	background-color: #ff9000
}

.consult-box .btn-orange:hover,.consult-box .btn-orange:focus,.consult-box .btn-orange:active {
	background-color: #dd7e02
}

.consult-box .btn-blue-dk {
	background-color: #404982
}

.consult-box .btn-blue-dk:hover,.consult-box .btn-blue-dk:focus,.consult-box .btn-blue-dk:active {
	background-color: #242d6a
}

.more-box .des,.consult-box .des {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px
}

.more-box .btn,.consult-box .btn {
	padding: 8px 30px;
	font-size: 14px
}

.more-box .des {
	line-height: 1.8
}

.list-xcx-step .item {
	position: relative;
	margin-bottom: 40px;
	margin-left: 0;
	margin-right: 0
}

.list-xcx-step .item .icon {
	font-size: 72px
}

.list-xcx-step .item .num {
	position: relative;
	color: rgba(255,255,255,.95);
	margin: 30px auto 15px auto;
	font-size: 18px
}

.list-xcx-step .item::before,.list-xcx-step .item .num::before {
	position: absolute;
	content: '';
	left: 0;
	top: 120px;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.1);
	z-index: 0
}

.list-xcx-step .item .num::before {
	top: 0;
	border-radius: 50%
}

.list-xcx-step .item .num span {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center
}

.list-xcx-step .item .num,.list-xcx-step .item .num::before,.list-xcx-step .item .num span {
	width: 36px;
	height: 36px;
	line-height: 36px
}

.list-xcx-step .item .num::before {
	background-color: #8fc31f
}

.list-xcx-step .item .title,.list-xcx-step .item .icon {
	color: #8fc31f
}

.list-xcx-step.blue .item .num::before {
	background-color: #46d9ed
}

.list-xcx-step.blue .item .title,.list-xcx-step.blue .item .icon {
	color: #46d9ed
}

.bg-wzjs,.bg-img .title-01 h2,.bg-img .title-01 .des {
	color: rgba(255,255,255,.95)
}

.bg-wzjs .list-wzjs-icon {
	padding-top: 15px;
	padding-bottom: 15px
}

.bg-wzjs .list-wzjs-icon .item {
	padding-left: 15px;
	padding-right: 15px
}

.bg-wzjs .list-wzjs-icon .item.add {
	position: relative;
	width: 30px
}

.bg-wzjs .list-wzjs-icon .item.add::before,.bg-wzjs .list-wzjs-icon .item.add::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 25px;
	height: 1px;
	margin-left: -12px;
	background-color: rgba(255,255,255,.4)
}

.bg-wzjs .list-wzjs-icon .item.add::after {
	height: 25px;
	width: 1px;
	margin-top: -12px;
	margin-left: 0
}

.bg-wzjs .list-wzjs-icon .item .icon {
	font-size: 56px
}

.list-rounded-text .item {
	margin-bottom: 35px
}

.list-rounded-text .item .rounded-circle {
	width: 100px;
	height: 100px;
	background-color: #64b532;
	color: rgba(255,255,255,.95);
	font-size: 18px;
	line-height: 1.3
}

.list-rounded-text .item:first-child .rounded-circle {
	background-color: #f49c9e
}

.list-rounded-text .item:last-child .rounded-circle {
	background-color: #ffa000
}

.list-rounded-text .item .rounded-circle.bg-blue {
	background-color: #005fc9
}

.list-rounded-text .item .des {
	font-size: 16px;
	margin-top: 20px
}

.list-rounded-text.list-rounded-blue .item .rounded-circle {
	background-color: #005fc9
}

.list-contrast {
	border: 1px solid rgba(0,0,0,.08);
	border-bottom-width: 0;
	box-shadow: 0 0 10px 4px rgba(0,0,0,.05);
	margin-bottom: 35px
}

.list-contrast .item .d-table-cell:nth-child(2) {
	width: 80px;
	background-color: #005fc9;
	color: rgba(255,255,255,.95);
	border-bottom-color: rgba(255,255,255,.15);
	transform: translateY(-10px)
}

.list-contrast .item .d-table-cell:nth-child(1) {
	border-right: 1px solid rgba(0,0,0,.08)
}

.list-contrast .item .d-table-cell:nth-child(3) {
	border-left: 1px solid rgba(0,0,0,.08)
}

.list-contrast .item .d-table-cell {
	padding: 12px 10px;
	border-bottom: 1px solid rgba(0,0,0,.08);
	font-size: 14px;
	vertical-align: middle;
	line-height: 1.5
}

.list-contrast .item .d-table-cell img {
	height: 60px
}

.list-contrast .item .d-table-cell.title {
	font-size: 16px;
	color: #282828
}

.list-sheji .item {
	margin-bottom: 30px
}

.list-sheji .item .title {
	font-size: 18px;
	color: #111f2c;
	margin-top: 0
}

.list-sheji .item .des {
	font-size: 14px;
	color: #888;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 15px
}

.list-media {
	margin-right: auto;
	margin-left: auto
}

.list-media .item {
	width: 110px;
	height: 110px;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 5px;
	margin-bottom: 0!important;
	overflow: hidden
}

.list-media .item:nth-child(3n+1) {
	border-left: 1px solid #ededed
}

.list-media .item:nth-child(1),.list-media .item:nth-child(2),.list-media .item:nth-child(3) {
	border-top: 1px solid #ededed
}

.yuming-search {
	padding-top: 45x!important;
	padding-bottom: 45x!important
}

.yuming-search .bg-violet {
	padding-top: 25px!important;
	padding-bottom: 25px!important
}

.yuming-search .bg-violet .title {
	color: rgba(255,255,255,.95);
	line-height: 1.2;
	margin-bottom: 20px
}

.yuming-search .bg-violet input {
	border-width: 0;
	padding: 8px 15px;
	width: 60%
}

.yuming-search .bg-violet .btn {
	color: #565bf3;
	background-color: #fe0;
	border-color: #fe0;
	font-size: 14px;
	padding: 6px 20px;
	line-height: 1.9
}

.yuming-search .bg-violet .btn:hover,.yuming-search .bg-violet .btn:focus,.yuming-search .bg-violet .btn:active {
	background-color: #efdf04!important;
	border-color: #efdf04!important;
	color: #565bf3!important
}

.table-yuming th,.table-yuming td {
	padding: 8px 5px;
	font-size: 14px
}

.table-yuming thead th {
	border-width: 1px;
	background-color: #f4f9ff;
	font-weight: normal;
	padding: 12px 5px;
	font-size: 16px
}

.list-email-icon .item {
	margin-bottom: 25px
}

.list-email-icon .item .rounded-circle,.list-phone-num .item .rounded-circle {
	width: 76px;
	height: 76px;
	background-color: #404982
}

.list-email-icon .item .rounded-circle .icon,.list-email-icon .item .rounded-circle .num {
	font-size: 42px;
	color: rgba(255,255,255,.95)
}

.list-email-icon.orange .item .rounded-circle {
	background-color: #ff9000
}

.list-email-icon.violet .item .rounded-circle {
	background-color: #44347c
}

.list-email-icon.blue .item .rounded-circle {
	background-color: #2151b2
}

.list-email-icon .item .title.title-lg {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 2
}

.item .price {
	color: #888
}

.item .price .text-red {
	font-size: 24px
}

.list-email-intro {
	margin-bottom: 15px
}

.list-email-intro .item {
	font-size: 14px
}

.list-email-intro .item .header {
	background-color: #4b6ea4;
	color: rgba(255,255,255,.95);
	height: 58px;
	padding: 15px 10px;
	font-size: 15px;
	line-height: 1.2
}

.list-email-intro .item:nth-child(2) .header {
	background-color: #059ff0
}

.list-email-intro .item:nth-child(3) .header {
	background-color: #025bc9
}

.list-email-intro .item:nth-child(4) .header {
	background-color: #d42a2f
}

.list-email-intro .item .header img {
	height: 25px
}

.list-email-intro .item ul li {
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 0
}

.list-email-intro .item ul li .price {
	margin-top: 10px;
	margin-bottom: 5px
}

.list-email-intro .item .content {
	padding: 15px 15px 25px 15px;
	line-height: 1.7
}

.list-phone-num {
	font-size: 14px;
	margin-bottom: 15px
}

.list-phone-num .item {
	margin-bottom: 15px
}

.list-phone-num .item .border {
	border: 1px solid #ededed!important;
	padding: 25px 10px
}

.list-phone-num .item .title {
	margin-top: 0;
	font-size: 22px
}

.list-phone-num .item .rounded-circle {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #ff9000;
	color: rgba(255,255,255,.95);
	font-size: 22px
}

.list-phone-num .item:nth-child(2) .rounded-circle {
	background-color: #ff6868
}

.list-phone-num .item:nth-child(3) .rounded-circle {
	background-color: #3b99f0
}

.list-phone-num .item:nth-child(4) .rounded-circle {
	background-color: #57be5b
}

.list-phone-num .item .rounded-circle.num {
	font-size: 42px
}

.list-phone-num .item .row {
	padding: 0 30px
}

.list-phone-num .item .item-inner {
	padding: 5px 0
}

.list-phone-num .item .item-inner:hover {
	color: #ff9000
}

.list-phone-price {
	font-size: 14px;
	margin-bottom: 15px;
	color: rgba(17,31,44,.56)
}

.list-phone-price>* {
	margin-bottom: 15px
}

.list-phone-price .item {
	padding: 0 15px 25px 15px
}

.list-phone-price .item .title {
	font-size: 16px;
	line-height: 2.8;
	border-bottom: 1px solid #ededed;
	margin-top: 0
}

.list-phone-price .item .price {
	margin: 20px 0
}

.list-phone-img .item {
	border-right: 1px solid #e5e5e5;
	padding: 10px 10px
}

.list-phone-img .item:last-child {
	border-width: 0
}

.phone-content-text {
	margin: 25px 0;
	font-size: 14px
}

.offer {
	position: fixed;
	left: 0;
	bottom: 51px;
	width: 100%;
	height: 0;
	z-index: 999;
	background-color: rgba(0,51,204,.9);
	overflow: hidden;
	transition: .4s ease
}

.offer.show {
	height: 243px;
	overflow: visible
}

.offer .con {
	border: 1px dashed rgba(255,255,255,.4);
	margin: 10px;
	padding: 30px 20px
}

.offer .des {
	font-size: 15px;
	color: rgba(255,255,255,1);
	line-height: 1.4
}

.offer h2 {
	color: rgba(255,255,255,.98);
	font-size: 27px;
	margin-bottom: 30px;
	margin-top: 15px;
	letter-spacing: 3px;
	letter-spacing: -2px;
	font-weight: bold
}

.offer input,.offer .btn {
	border-radius: 30px;
	height: 42px;
	width: 140px;
	line-height: 42px;
	padding: 0
}

.offer input {
	background-color: rgba(0,0,0,0);
	border: 1.2px solid rgba(255,255,255,.9);
	outline: 0;
	padding: 6px 20px;
	color: rgba(255,255,255,.98);
	font-size: 14px
}

.offer input::-webkit-input-placeholder {
	font-size: 14px;
	color: rgba(255,255,255,.9)
}

.offer .btn {
	background: 0;
	color: #fff;
	border-color: rgba(255,255,255,.9);
	font-size: 15px;
	transition: .5s;
	width: 120px
}

.offer .btn:last-child {
	background: #fff;
	color: #03c
}

.offer .btn:hover {
	background: rgba(0,51,170,1)
}

.offer .btn:hover:last-child {
	background: rgba(255,255,255,.8)
}

.offer .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	cursor: pointer
}

.offer .close-btn .icon {
	line-height: 60px;
	color: rgba(255,255,255,.8);
	font-size: 28px;
	transition: .3s
}

.offer .close-btn:hover .icon {
	color: rgba(255,255,255,.94)
}

/*=====sm=====*/
@media(min-width:576px) {
	.pt-section,.py-section {
		padding-top: 60px!important
	}

	.pb-section,.py-section {
		padding-bottom: 60px!important
	}

	.square-70 {
		width: 84px;
		height: 84px
	}

	.title-01 h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.list-case .item .con {
		padding: 25px 15px 25px 15px
	}

	.list-case .item .con h3 {
		font-size: 18px;
		margin-bottom: 15px
	}

	.list-build .item .border-box {
		padding: 35px 25px
	}

	.list-build .item .title {
		font-size: 18px;
		margin-bottom: 10px
	}

	.list-hnews .item .position-relative .img-box {
		height: 120px
	}

	.list-hnews .item .position-relative .title-box {
		padding: 8px 15px
	}

	.h-tab-pane .title {
		font-size: 24px
	}

	.list-plan .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.list-plan .item:nth-child(n+11){
	    display: none;
	}

	.h-tab-pane .h-case-hylist a {
		width: auto;
		padding-right: 30px!important
	}

	.list-customer .item .bg-white {
		padding: 18px
	}

	.list-help-hot>.item:nth-child(2) a {
		padding-top: 0
	}

	.list-help-hot>.item:nth-child(n+6) {
		display: block
	}

	.list-help-hot>.item:nth-child(n+11) {
		display: none
	}

	.top-img {
		min-height: calc(100vw * .3)
	}

	.con-box {
		bottom: 30px
	}

	.con-box h2 {
		font-size: 24px
	}

	.con-box .des {
		font-size: 14px;
	}

	.top-img-md {
		min-height: calc(100vw * .375)
	}

	.top-img-md .con-box {
		bottom: 60px
	}

	.top-img-lg {
		min-height: calc(100vw * .375)
	}

	.top-img-lg .con-box {
		bottom: 70px
	}

	.video-box {
		min-height: calc(100vw * .45)
	}

	.swiper-focus .swiper-slide[name='0'] .focus-text-box img {
		right: calc(-100vw * .13);
		bottom: calc(100vw * .05);
		height: calc(100vw * .3)
	}

	.swiper-focus .swiper-slide[name='1'] .focus-text-box img {
		right: calc(-100vw * .25);
		bottom: calc(-100vw * .09);
		height: calc(100vw * .43)
	}

	.swiper-focus .swiper-slide[name='2'] .focus-text-box img {
		right: calc(-100vw * .08);
		bottom: calc(-100vw * .07);
		height: calc(100vw * .5)
	}

	.swiper-focus .swiper-slide[name='3'] .focus-text-box img {
		right: calc(100vw * .02);
		height: calc(100vw * .32);
		bottom: calc(100vw * .05)
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text h3 {
		font-size: 24px;
		margin-bottom: 10px
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text .text {
		font-size: 13px;
		margin-bottom: 20px;
		text-shadow: 0 0 5px rgba(0,0,0,0)
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text .btn {
		padding-left: 25px;
		padding-right: 25px
	}

	/*===========底部===========*/
	/*底部新闻*/
	.ft .ft-info .ft-linfo .ftnews-box{
		position: relative;
	}
	.ft .ft-info .ft-linfo .ftnews-box > a{
		padding-top: 10px;
		display: inline !important;
	}
	.ft .ft-info .ft-linfo .ftnews-box .list-ftnews{
		left: 0;
		width: 270px;
		bottom: 25px;
	}
	.ft .ft-info .ft-linfo .ftnews-box .list-ftlink,
	.ft .ft-info .ft-linfo .ftnews-box .list-ftmap,
	.ft .ft-info .ft-linfo .ftnews-box:nth-last-child(3) .list-ftnews{
		bottom: 25px;
		right: 0;
		left: auto;
	}
	.ft .ft-info .ft-linfo .ftnews-box .list-ftlink{
		width: 190px;
	}
	.ft .ft-info .ft-linfo .ftnews-box .list-ftmap{
		width: 90px;
	}

	.solution-detail .title-01 .des {
		font-size: 18px
	}

	.rounded-circle.square-70 {
		line-height: 84px;
		font-size: 22px
	}

	.solution-01 .list-solution-01 {
		margin-bottom: 35px
	}

	.solution-01 .list-solution-01 .col .title {
		margin-bottom: 15px
	}

	.solution-01 .list-solution-01 .des {
		font-size: 16px
	}

	.solution-01 .consult .btn {
		margin-top: 15px
	}

	.solution-02 .list-solution-02 .col-6 {
		margin-bottom: 40px
	}

	.solution-02 .list-solution-02 .title {
		font-size: 18px;
		margin: 18px 0 12px 0
	}

	.solution-02 .list-solution-02-2 .col-6 {
		padding-left: 20px;
		padding-right: 20px
	}

	.solution-03 .swiper-solution .swiper-slide .bg-danger-lt {
		padding: 22px 0
	}

	.solution-03 .swiper-solution .swiper-slide .num {
		width: 28px;
		height: 28px;
		line-height: 28px;
		margin: 0 auto 10px auto;
		font-size: 16px
	}

	.solution-03 .swiper-solution .swiper-slide .title {
		font-size: 16px
	}

	.solution-content {
		margin-top: 15px
	}

	.list-solution-04 .col-4 .bg-danger-lt {
		padding: 25px 0
	}

	.list-solution-04 .col-4 .bg-danger-lt .title {
		font-size: 16px;
		margin-top: 5px
	}

	.list-solution-04 .col-4 .bg-danger-lt .icon {
		font-size: 56px
	}

	.solution-detail .title-box {
		margin-bottom: 30px;
		padding: 0 25px
	}

	.solution-detail .title-box .title {
		font-size: 22px;
		color: rgba(255,255,255,.95);
		line-height: 2
	}

	.solution-detail .title-box .des {
		font-size: 16px
	}

	.solution-detail .title-box-lg .title {
		margin-bottom: 8px
	}

	.solution-onefour .item {
		padding: 0 20px
	}

	.solution-onefour .item .icon {
		line-height: 1;
		font-size: 50px
	}

	.solution-onefour .item .title {
		font-size: 16px
	}

	.solution-five .list-model>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.solution-five .list-model .item {
		width: 80px;
		height: 80px;
		margin: 0 auto 20px auto;
		padding: 20px 0
	}

	.solution-five .list-model .item .text-box {
		line-height: 24px
	}

	.solution-six .list-language .item {
		padding: 40px 0
	}

	.solution-six .list-language .item .icon {
		font-size: 56px
	}

	.solution-six .list-language .item .title {
		font-size: 20px;
		margin-top: 22px;
		margin-bottom: 8px
	}

	.list-about {
		padding: 0 60px
	}

	.list-about .item {
		padding: 60px 10px
	}

	.list-about .item .title {
		margin-bottom: 25px
	}

	.list-xcx-icon .item {
		padding-left: 20px;
		padding-right: 20px
	}

	.bg-wzjs .list-wzjs-icon .item {
		padding-left: 20px;
		padding-right: 20px
	}

	.bg-wzjs .list-wzjs-icon .item.add {
		width: 40px
	}

	.bg-wzjs .list-wzjs-icon .item .icon {
		font-size: 66px
	}

	.list-rounded-text {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.list-rounded-text .item {
		padding-left: 50px;
		padding-right: 50px
	}

	.list-contrast .item .d-table-cell:nth-child(2) {
		width: 18%
	}

	.list-contrast .item .d-table-cell:nth-child(1),.list-contrast .item .d-table-cell:nth-child(3) {
		width: 41%
	}

	.list-sheji .item .title {
		font-size: 20px
	}

	.list-sheji .item .des {
		font-size: 15px
	}

	.list-media {
		width: 529px
	}

	.list-media .item {
		width: 120px;
		height: 120px;
		padding: 8px
	}

	.list-media .item:nth-child(3n+1) {
		border-left-width: 0
	}

	.list-media .item:nth-child(4n+1) {
		border-left: 1px solid #ededed
	}

	.list-media .item:nth-child(4) {
		border-top: 1px solid #ededed
	}

	.yuming-search .bg-violet {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}

	.yuming-search .bg-violet input {
		width: 50%
	}

	.list-email-intro {
		margin-bottom: 25px
	}

	.list-email-intro .item {
		font-size: 15px
	}

	.list-email-intro .item .header {
		height: 86px;
		font-size: 18px
	}

	.list-email-intro .item .header img {
		height: 30px
	}

	.list-email-intro .item ul li {
		padding: 20px 0 15px 0
	}

	.list-phone-num {
		margin: 0 0 30px 0
	}

	.list-phone-num>* {
		padding: 0
	}

	.list-phone-num .item {
		margin-bottom: -1px
	}

	.list-phone-num .item:nth-child(2n+1) .border {
		border-right-width: 0!important
	}

	.list-phone-num .item .rounded-circle {
		width: 66px;
		height: 66px;
		font-size: 20px
	}

	.list-phone-num .item .title {
		margin-top: 0;
		font-size: 20px
	}

	.list-phone-num .item .row {
		padding: 0 15px
	}

	.list-phone-num .item .rounded-circle.num {
		font-size: 38px
	}

	.list-phone-price {
		margin-bottom: 30px
	}

	.list-phone-price .item {
		padding: 0 15px 45px 15px
	}

	.list-phone-img {
		margin-top: 15px
	}

	.list-phone-img .item {
		padding: 10px 25px
	}

	.phone-content-text {
		margin: 35px 0
	}

	.offer {
		left: 50%;
		top: 50%;
		width: 600px;
		margin-top: -165px;
		margin-left: -260px;
		border-radius: 17px
	}

	.offer .con {
		border-radius: 7px
	}

	.offer.show {
		height: 315px
	}

	.offer .con .d-flex {
		padding: 0 50px
	}

	.offer .con {
		margin: 15px;
		padding: 45px 40px
	}

	.offer .des {
		font-size: 18px
	}

	.offer h2 {
		font-size: 46px
	}

	.offer .btn {
		font-size: 16px;
		width: 140px
	}
}

/*=====md=====*/
@media(min-width:768px) {
	.container,.focus-text-box .focus-text {
		padding-left: 30px;
		padding-right: 30px
	}

	.pt-section,.py-section {
		padding-top: 65px!important
	}

	.pb-section,.py-section {
		padding-bottom: 65px!important
	}

	.title-01 {
		margin-bottom: 50px
	}

	.title-01 h2 {
		font-size: 30px;
		margin-bottom: 18px
	}

	.title-02 h2 {
		margin-bottom: 30px
	}

	.title-03 {
		margin-bottom: 30px
	}

	.title-03 h2 {
		font-size: 18px
	}

	.title-03 h2 a {
		padding:0 20px 0 0;
	}

	.top-title {
		padding-top: 45px;
		padding-bottom: 20px
	}

	.top-title .title {
		font-size: 26px
	}

	.top-title .des {
		font-size: 14px
	}

	.detail-header {
		padding-bottom: 30px
	}

	.box-shadow {
		transition: .4s
	}

	.box-shadow:hover {
		box-shadow: 0 0 12px 2px rgba(0,0,0,.08)
	}

	.list-customer .item:nth-child(n+17) {
		display: none
	}

	.list-customer .item {
		height: calc(100vw * .14)
	}

	.list-case .item .img-box {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden
	}

	.list-case .item:hover .title {
		color: var(--m-color)
	}

	.list-case .item .img-box img {
		transition: .8s ease
	}

	.list-case .item:hover .img-box img {
		transform: scale(1.05,1.05)
	}

	.list-case .item .con h3 {
		font-size: 17px
	}

	.list-case .item:hover .hcase-content {
		opacity: 1
	}

	.list-case .item .hcase-content {
		padding: 20px 20px 0 20px;
		font-size: 14px;
		line-height: 20px
	}

	.list-case .item .hcase-content .scroll,.list-case .item .hcase-content .slimScrollDiv {
		height: 125px!important
	}

	.list-case .item .hcase-content div {
		color: rgba(255, 255, 255, .9);
		margin-bottom: 5px
	}

	.list-build .item:hover .border-box {
		box-shadow: none
	}

	.list-build .item .hidden-con {
		display: block
	}

	.list-build .item:hover .hidden-con {
		opacity: 1
	}

	.list-build .item .hidden-con .title {
		margin-bottom: 15px
	}

	.list-build .item .hidden-con .des {
		line-height: 150%;
		margin-bottom: 15px;
		color: rgba(17,31,44,.7);
	}

	.list-build .item .hidden-con .detail {
		position: relative;
		font-size: 14px;
		color: var(--m-color);
	}

	.list-build .item .hidden-con .detail::before,.list-build .item .hidden-con .detail::after {
		position: absolute;
		content: '';
		left: 0;
		top: 50%;
		width: 50px;
		height: 1px;
		background-color: rgba(0,0,0,.1)
	}

	.list-build .item .hidden-con .detail::after {
		left: auto;
		right: 0
	}

	.list-hnews .item .position-relative .img-box {
		height: 130px
	}

	.list-hnews .item:nth-child(3) .position-relative {
		margin-bottom: 8px
	}

	.list-hnews .item:nth-child(3) .position-relative .img-box {
		display: block
	}

	.list-hnews .item:nth-child(3) .position-relative .title-box {
		position: absolute;
		background-color: rgba(0,0,0,.4);
		padding: 8px 15px
	}

	.list-hnews .item:nth-child(3) .position-relative .title-box h3 {
		color: rgba(255,255,255,.9)
	}

	.list-hnews .item:hover .title {
		color: var(--m-color)
	}

	.list-plan .item .title {
		margin-bottom: 8px
	}

	.list-plan .item .icon {
		font-size: 40px;
		line-height: 40px
	}

	.list-help-hot>.item:nth-child(n+11) {
		display: block
	}

	.navbar.container {
		padding-left: 100px;
		padding-right: 100px
	}

	.top-img {
		min-height: calc(100vw * .25)
	}

	.con-box {
		bottom: 40px
	}

	.con-box h2 {
		font-size: 32px
	}

	.con-box .des {
		display: block;
		line-height: 1.6;
	}

	.top-img-md {
		min-height: calc(100vw * .3125)
	}

	.top-img-md .con-box {
		bottom: 60px
	}

	.top-img-md .con-box .des {
		margin-top: 8px
	}

	.top-img-lg {
		min-height: calc(100vw * .375)
	}

	.top-img-lg .con-box {
		bottom: 95px
	}

	.video-box {
		min-height: calc(100vw * .42)
	}

	.video-box .con-box h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.video-box .con-box .des {
		font-size: 14px
	}

	.swiper-focus .swiper-slide[name='0'] .focus-text-box img {
		right: calc(100vw * 0);
		bottom: calc(100vw * .08);
		height: calc(100vw * .28)
	}

	.swiper-focus .swiper-slide[name='1'] .focus-text-box img {
		right: calc(-100vw * .18);
		bottom: calc(-100vw * .09);
		height: calc(100vw * .42)
	}

	.swiper-focus .swiper-slide[name='2'] .focus-text-box img {
		right: calc(-100vw * .04);
		bottom: calc(-100vw * .07);
		height: calc(100vw * .45)
	}

	.swiper-focus .swiper-slide[name='3'] .focus-text-box img {
		right: calc(100vw * .03);
		height: calc(100vw * .3);
		bottom: calc(100vw * .05)
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text h3 {
		font-size: 30px
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text .text {
		font-size: 14px
	}

	.swiper-pagination-bullet {
		width: 8px!important;
		height: 8px!important;
	}
    .swiper-pagination-bullet-active {
        height: 16px !important;
    }
	.swiper-container-horizontal.swiper-focus>.swiper-pagination-bullets {
	    right: 15px;
	    left: auto;
	    width: 50px;
		bottom: 15px!important
	}
    .swiper-container-horizontal.swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 5px;
    }
	.swiper-focus .swiper-button-prev,.swiper-focus .swiper-button-next {
		background-image: none!important
	}

	.solution-01 .list-solution-01 .des {
		font-size: 18px
	}

	.solution-01 .consult .btn {
		padding: 9px 30px
	}

	.solution-01 .consult .des {
		font-size: 17px
	}

	.solution-02 .title-line h2::before {
		bottom: -20px
	}

	.solution-02 .list-solution-02-2 .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 30px;
		padding-right: 30px
	}

	.solution-content .list-one .col-12 .icon {
		font-size: 54px
	}

	.solution-content .list-one .col-12 .title {
		margin: 15px 0 8px 0
	}

	.solution-content .list-one .col-12 .icon {
		font-size: 64px
	}

	.solution-content .list-one .col-12 .title {
		font-size: 18px;
		margin: 20px 0 15px 0
	}

	.list-solution-04 .col-4 .bg-danger-lt {
		padding: 15px 0
	}

	.list-solution-04 .col-4 .bg-danger-lt .title {
		font-size: 15px;
		margin-top: 5px
	}

	.list-solution-04 .col-4 .bg-danger-lt .icon {
		font-size: 40px
	}

	.solution-05 .title {
		margin-top: 15px;
		margin-bottom: 10px
	}

	.solution-onefour .item {
		margin-bottom: 45px
	}

	.solution-five .list-model {
		padding: 0 90px
	}

	.solution-five .list-model .item {
		margin: 0 auto 25px auto
	}

	.solution-six .list-language {
		padding: 0 90px
	}

	.list-about {
		padding: 0 30px
	}

	.list-about .item {
		padding: 50px 10px
	}

	.list-about .item .title {
		margin-bottom: 20px
	}

	.list-history .item.first .icon {
		left: 88px
	}

	.contact-con {
		font-size: 15px
	}

	.contact-con h3 {
		font-size: 24px
	}

	.contact-con p {
		margin-bottom: 10px
	}

	.list-contact .title-contact {
		margin-bottom: 40px!important;
		font-size: 22px
	}

	.list-contact .item .icon {
		font-size: 48px
	}

	.list-contact .item .phone a {
		font-size: 26px
	}

	.list-xcx-icon .item {
		margin-bottom: 40px
	}

	.list-xcx-icon .item .icon {
		font-size: 64px;
		transition: .4s
	}

	.list-xcx-icon.list-icon-sm .item .icon {
		font-size: 46px
	}

	.list-xcx-icon .item:hover .icon {
		color: var(--m-color)
	}

	.bg-img .list-xcx-icon:hover .item .icon {
		color: #fff
	}

	.list-xcx-icon .item .title {
		font-size: 20px;
		margin-top: 20px
	}

	.list-xcx-icon .item .title-sm {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 15px
	}

	.bg-wzjs .list-wzjs-icon .item .icon {
		font-size: 66px
	}

	.list-rounded-text .item {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0
	}

	.list-rounded-text .item .des {
		margin-top: 30px
	}

	.list-contrast {
		margin-bottom: 40px
	}

	.list-contrast .item .d-table-cell {
		padding: 14px 20px
	}

	.list-contrast .item .d-table-cell.title {
		font-size: 20px
	}

	.list-contrast .item:hover .d-table-cell {
		background-color: #f7f7f7
	}

	.list-contrast .item:hover .d-table-cell:nth-child(2) {
		background-color: #035abc
	}

	.list-contrast .item:nth-child(1):hover .d-table-cell {
		background-color: #fff
	}

	.list-contrast .item:nth-child(1):hover .d-table-cell:nth-child(2) {
		background-color: #005fc9
	}

	.list-media {
		width: 691px
	}

	.list-media .item {
		width: 150px;
		height: 150px;
		padding: 12px
	}

	.list-media .item img {
		transition: .4s ease
	}

	.list-media .item:hover img {
		transform: scale(1.05)
	}

	.yuming-search .bg-violet .title {
		font-size: 20px
	}

	.yuming-search .bg-violet .btn {
		padding: 6px 30px;
		font-size: 15px
	}

	.list-email-icon .item,.list-phone-num .item {
		transition: .3s
	}

	.list-email-icon .item:hover .title,.list-phone-num .item:hover .title {
		color: #404982
	}

	.list-email-icon.violet .item:hover .title {
		color: #44347c
	}

	.list-email-icon.orange .item:hover .title {
		color: #ff9000
	}

	.list-email-intro .item .content {
		padding: 35px 25px 60px 25px
	}

	.list-email-intro .item ul li {
		transition: .2s
	}

	.list-email-intro .item ul li:hover {
		background-color: #f7f7f7
	}

	.list-phone-price .item {
		padding: 0 15px 20px 15px
	}

	.list-phone-img .item {
		padding: 10px 35px
	}

	.phone-content-text {
		margin: 45px 0
	}
}

/*=====lg=====*/
@media(min-width:1024px) {
	.container,.focus-text-box .focus-text,.navbar-expand-sm .navbar-nav .nav-item:nth-child(1-) .dropdown-menu,.navbar-expand-sm .navbar-nav .nav-item:nth-child(2) .dropdown-menu {
		padding-left: 60px;
		padding-right: 60px
	}

	header.fixed-top {
		transition: .3s ease;
		transform: translateY(-64px)
	}

	header.fixed-top.fall {
		transform: translateY(0)
	}

	.square-70 {
		width: 100px;
		height: 100px
	}

	.row.row-lg {
		margin-left: -12px;
		margin-right: -12px
	}

	.row.row-lg>* {
		padding-left: 12px;
		padding-right: 12px
	}
	.row.list-lg>.item {
		margin-bottom: 24pxpx
	}

	.pt-section,.py-section {
		padding-top: 75px!important
	}

	.pb-section,.py-section {
		padding-bottom: 75px!important
	}

	.title-01 {
		margin-bottom: 60px
	}

	.title-01 h2 {
		font-size: 34px;
		margin-bottom: 22px
	}

	.title-01 .des {
		font-size: 15px
	}

	.title-01 .des.des-lg {
		font-size: 16px
	}

	.title-02 h2 {
		margin-bottom: 35px
	}

	.title-03 {
		margin-bottom: 35px
	}

	.title-04 {
		margin-bottom: 30px
	}

	.title-04 h2 {
		padding-bottom: 15px
	}

	.nav-bg {
		height: 64px
	}

	.top-title {
		padding-top: 50px;
		padding-bottom: 25px
	}

	.top-title .title {
		font-size: 28px
	}

	.title-sm {
		font-size: 16px
	}

	.detail-header {
		font-size: 16px
	}

	.main-con {
		padding-bottom: 0
	}

	.navbar.container {
		padding-left: 60px;
		padding-right: 60px
	}

	.fixed-top {
		top: 0;
		bottom: auto;
		border-top: 0 solid #ededed
	}

	.fixed-top .navbar.bg-dark {
		background-color: rgba(0,0,0,0)!important;
		transition: .4s;
		border-bottom: 1px solid rgba(0,0,0,0)
	}

	.navbar-dark .navbar-brand {
	    width: 300px;
	}

	.navbar-dark .navbar-brand img {
		height: 56px
	}

	.navbar .navbar-collapse {
		position: static;
		height: auto;
		background-color: rgba(0,0,0,0)
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding: 18px 15px;
		font-size: 15px;
		line-height: 28px;
		position: relative
	}

	.navbar-expand-sm .navbar-nav .nav-item.dropdown .nav-link::before,.navbar-expand-sm .navbar-nav .nav-item.dropdown .nav-link::after {
		position: absolute;
		content: '';
		left: 50%;
		bottom: -2px;
		width: 0;
		height: 0;
		margin-left: -10px;
		border-width: 0 10px 10px 10px;
		border-style: solid;
		border-color: transparent transparent #fff transparent;
		opacity: 0;
		z-index: 2
	}

	.navbar-expand-sm .navbar-nav .nav-item.dropdown:hover .nav-link::before {
		opacity: 1
	}

	.navbar-expand-sm .navbar-right .nav-item.dropdown .nav-link:hover::before,.navbar-expand-sm .navbar-right .nav-item.dropdown .nav-link:hover::after {
		opacity: 0!important
	}

	.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .show>.nav-link {
		color: rgba(255,255,255,0.85)
	}

	.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
		color: rgba(255,255,255,1)
	}

	.navbar-expand-sm .navbar-nav .nav-item:nth-child(1-),.navbar-expand-sm .navbar-nav .nav-item:nth-child(2) {
		position: static
	}

	.navbar-expand-sm .navbar-nav .nav-item:nth-child(1-) .dropdown-menu,.navbar-expand-sm .navbar-nav .nav-item:nth-child(2) .dropdown-menu {
		width: 100%
	}

	.navbar .dropdown-menu {
		position: relative;
		margin-top: 0;
		font-size: 12px;
		border-radius: 0;
		border-top-width: 0;
		box-shadow: 0 4px 5px 1px rgba(0,0,0,.02),0 4px 8px 2px rgba(0,0,0,.05);
		border-color: #fff;
		z-index: 0
	}

	.navbar .navbar-nav .nav-item .dropdown-menu.show {
		display: none
	}

	.navbar .navbar-nav .nav-item:hover .dropdown-menu {
		display: block
	}

	.navbar .navbar-nav .nav-item .dropdown-menu {
		padding: 15px 15px 40px 15px;
		border-top: 1px solid #ededed;
		border-radius: 0 0 12px 12px;
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-title {
		width: 100%
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-title h2 {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(0,0,0,.1);
		font-size: 15px!important;
		font-weight: bold
	}

	.navbar .navbar-nav .nav-item .w-500 {
		width: 472px
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
		padding: 5px 15px;
		background-color: #fff;
		white-space: normal;
		min-width: 310px
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
		background-color: #fff
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-title:hover h2 {
		cursor: default
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item h2 .icon {
		font-size: 16px;
		line-height: 18px;
		color: var(--m-color)
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item h2 {
		margin-bottom: 5px
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item h2 div {
		padding-left: 24px;
		transition: .3s;
		padding: 0 0 0 28px;
		font-size: 16px;
		margin: 5px 0 0 0
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover h2 div {
		color: var(--m-color)
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item .des {
		color: #999;
		line-height: 150%;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px
	}

	.navbar .navbar-right .nav-item .nav-link {
		cursor: default;
		font-size: 22px;
		line-height: 27px
	}

	.navbar-dark .navbar-right .nav-link:hover,.navbar-dark .navbar-right .nav-link:focus {
		color: rgba(255,255,255,0.85)
	}

	.navbar .navbar-right .nav-item .nav-link .icon {
		margin-right: 5px;
		font-size: 28px;
		color: #fff
	}

	.navbar-down .navbar.bg-dark {
		background-color: rgba(255,255,255,0)!important;
		border-bottom: 1px solid #ededed
	}

	.navbar-down .navbar-dark .navbar-nav .nav-link,.navbar-down .navbar-dark .navbar-nav .show>.nav-link {
		color: rgba(40,40,40,1)
	}

	.navbar-down .navbar-expand-sm .navbar-nav .nav-item .nav-link::after {
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #dadada transparent;
		bottom: -1px;
		opacity: 0;
		z-index: 1
	}

	.navbar-down .navbar-expand-sm .navbar-nav .nav-item:hover .nav-link::after {
		opacity: 1
	}

	.navbar-down .navbar-expand-sm .navbar-nav .nav-item:nth-child(5):hover .nav-link::after {
		opacity: 0
	}

	.navbar-down .navbar-right .nav-item .nav-link .icon {
		color: var(--m-color)
	}

	.list-customer .item:nth-child(n+17) {
		display: block
	}

	.list-customer .item .bg-white {
		padding: 15px
	}

	.list-customer .item {
		height: calc(100vw * .085)
	}

	.list-case .item .con h3 {
		font-size: 18px
	}

	.list-case .item .con .des {
		font-size: 13px;
		line-height: 170%
	}

	.list-case .item .hcase-content {
		padding: 25px 25px 0 25px;
		font-size: 15px;
		line-height: 22px
	}

	.list-case .item .hcase-content .scroll,.list-case .item .hcase-content .slimScrollDiv {
		height: 180px!important
	}

	.list-build .item .hidden-con {
		padding: 25px 15px
	}

	.list-build .item .border-box {
		padding: 35px 20px
	}

	.list-hnews .item .position-relative .img-box {
		height: 145px
	}

	.list-hnews .item .position-relative .title-box {
		position: absolute;
		width: 100%;
		transform: translateY(50px);
		transition: .3s
	}

	.list-hnews .item:hover .position-relative .title-box {
		transform: translateY(0)
	}

	.list-plan .item .title {
		font-size: 15px;
		margin-top: 3px;
		margin-bottom: 12px
	}

	.list-plan .item .icon {
		font-size: 36px;
		line-height: 36px
	}

	.h-tab-pane .title {
		font-size: 28px
	}

	.list-help-hot>.item:nth-child(3) a {
		padding-top: 0
	}

	.list-help-box {
		background-color: #F1F3F5!important
	}

	.list-help .col-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 300px);
		flex: 0 0 calc(100% - 300px);
		max-width: calc(100% - 300px)
	}
	.list-help .col-12 > div{
		overflow-y: hidden;
	}

	.list-help .item {
		margin-bottom: 0;
		padding: 25px 20px 22px 20px
	}

	.list-help .item .media .img-box {
		width: 150px;
		height: 105px;
		margin-right: 20px
	}

	.list-help .item .media .img-box img {
		width: 150px
	}

	.list-help .item .media .media-body {
		width: calc(100% - 165px)
	}

	.list-help .item .media .media-body .title {
		-webkit-line-clamp: 1;
		line-clamp: 1;
		margin-bottom: 10px
	}

	.list-help .item .media .media-body .des {
		color: rgba(17,31,44,.56);
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		white-space: normal;
		line-height: 150%
	}

	.list-help .lable {
		margin-top: 20px
	}

	.list-help .lable a {
		padding: 5px 10px;
		border-radius: 30px;
		border: 1px solid rgba(0,0,0,.09);
		margin-right: 3px;
		font-size: 12px;
		line-height: 100%;
		display: inline-block;
		margin-bottom: 10px
	}

	.list-help .lable a.active {
		color: var(--m-color)!important
	}

	.list-help .item .lable a {
		margin-bottom: 3px
	}

	.list-help aside {
		width: 300px
	}

	.list-help aside .aside-con {
		padding: 15px 20px
	}


	.top-img {
		min-height: calc(100vw * .24)
	}

	.con-box {
		bottom: 60px
	}

	.con-box h2 {
		font-size: 32px
	}

	.con-box .des {
		margin-top: 10px
	}

	.top-img-md {
		min-height: calc(100vw * .3)
	}

	.top-img-md .con-box {
		bottom: 80px
	}

	.top-img-lg {
		min-height: calc(100vw * .375)
	}

	.top-img-lg .con-box {
		bottom: 130px
	}

	.video-box {
		height: 450px;
		overflow: hidden
	}

	.video-box .con-box h2 {
		margin-top: 50px;
		font-size: 40px
	}

	.video-box .con-box .des {
		font-size: 16px
	}

	.swiper-focus .swiper-slide[name='0'] .focus-text-box img {
		right: calc(100vw * .01);
		bottom: calc(100vw * .03);
		height: calc(100vw * .235)
	}

	.swiper-focus .swiper-slide[name='1'] .focus-text-box img {
		right: calc(-100vw * .07);
		bottom: calc(-100vw * .09);
		height: calc(100vw * .36)
	}

	.swiper-focus .swiper-slide[name='2'] .focus-text-box img {
		right: calc(-100vw * .02);
		bottom: calc(-100vw * .1);
		height: calc(100vw * .4)
	}

	.swiper-focus .swiper-slide[name='3'] .focus-text-box img {
		right: calc(100vw * .05);
		height: calc(100vw * .24);
		bottom: calc(100vw * .03)
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text h3 {
		margin-top: 64px;
		font-size: 32px
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text .btn {
		padding: 5px 30px
	}

	.swiper-pagination-bullet {
		width: 8px!important;
		height: 8px!important;
		margin: 5px;
	}
	.swiper-pagination-bullet-active {
        height: 16px !important;
    }

	.swiper-container-horizontal.swiper-focus>.swiper-pagination-bullets {
		bottom: 17px!important
	}
	.swiper-container-horizontal.swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 5px;
    }

	.swiper-focus .swiper-button-prev,.swiper-focus .swiper-button-next {
		opacity: 0;
		transition: .3s
	}

	.swiper-focus:hover .swiper-button-prev,.swiper-focus:hover .swiper-button-next {
		opacity: 1
	}

	.swiper-focus .swiper-button-prev .icon,.swiper-focus .swiper-button-next .icon {
		color: rgba(255,255,255,.7);
		line-height: 44px;
		font-size: 28px
	}

	.swiper-focus .swiper-button-prev:hover .icon,.swiper-focus .swiper-button-next:hover .icon {
		color: rgba(255,255,255,.9)
	}
	@keyframes mymoveTitle {
		from{transform: translateY(30px);
		opacity: 0
	}

		to {
			transform: translateY(0);
			opacity: 1
		}
	}

	@-webkit-keyframes mymoveTitle {
		from {
			transform: translateY(30px);
			opacity: 0
		}

		to {
			transform: translateY(0);
			opacity: 1
		}
	}

	@keyframes mymoveText {
		from {
			transform: translateY(30px);
			opacity: 0
		}

		to {
			transform: translateY(0);
			opacity: 1
		}
	}

	@-webkit-keyframes mymoveText {
		from {
			transform: translateY(30px);
			opacity: 0
		}

		to {
			transform: translateY(0);
			opacity: 1
		}
	}

	@keyframes mymoveBtn {
		from {
			transform: translateY(30px);
			opacity: 0
		}

		to {
			transform: translateY(0);
			opacity: 1
		}
	}

	@-webkit-keyframes mymoveBtn {
		from {
			transform: translateY(30px);
			opacity: 0
		}

		to {
			transform: translateY(0);
			opacity: 1
		}
	}

	@keyframes mymoveImg {
		from {
			transform: translateY(30px);
			opacity: 0
		}

		to {
			transform: translateY(.6);
			opacity: 1
		}
	}

	@-webkit-keyframes mymoveImg {
		from {
			transform: translateY(30px);
			opacity: 0
		}

		to {
			transform: translateY(.6);
			opacity: 1
		}
	}

	/*===========底部===========*/
	.ft {
		margin-bottom: 0
	}

	/*底部新闻*/
	.ft .ft-info .ft-linfo,
	.ft .ft-info .ft-rinfo{
		width: 50%;
	}
	.ft .ft-info .ft-linfo .ftnews-box .list-ftlink,
	.ft .ft-info .ft-linfo .ftnews-box .list-ftmap,
	.ft .ft-info .ft-linfo .ftnews-box:nth-last-child(3) .list-ftnews{
		left: 0;
	}

	.solution-detail .title-01 .des {
		font-size: 20px
	}

	.rounded-circle.square-70 {
		line-height: 100px;
		font-size: 28px
	}

	.solution-01 .list-solution-01 {
		margin-bottom: 50px
	}

	.solution-02 .list-solution-02 .col-6 {
		margin-bottom: 55px;
		padding-left: 30px;
		padding-right: 30px
	}

	.solution-02 .list-solution-02 .title {
		font-size: 20px;
		margin: 20px 0
	}

	.solution-02 .list-solution-02 .des {
		font-size: 16px
	}

	.solution-02 .list-solution-02-2 .col-6 {
		padding-left: 60px;
		padding-right: 60px
	}

	.solution-03 .swiper-solution .swiper-slide .bg-danger-lt {
		padding: 30px 0
	}

	.solution-03 .swiper-solution .swiper-slide .num {
		width: 32px;
		height: 32px;
		line-height: 28px;
		margin: 0 auto 15px auto;
		border-width: 2px;
		font-size: 20px
	}

	.solution-03 .swiper-solution .swiper-slide .title {
		font-size: 18px;
		margin-bottom: 0
	}

	.solution-content .list-one .col-12 {
		padding: 0 30px
	}

	.solution-content .list-one .col-12 .icon {
		font-size: 74px
	}

	.solution-content .list-one .col-12 .title {
		font-size: 20px;
		margin: 18px 0 12px 0
	}

	.solution-content .list-one .col-12 .des {
		font-size: 15px;
		line-height: 1.7
	}

	.list-solution-04 .col-4 .bg-danger-lt {
		padding: 18px 0
	}

	.list-solution-04 .col-4 .bg-danger-lt .icon {
		font-size: 58px
	}

	.list-solution-04 .col-4 .bg-danger-lt .title {
		font-size: 17px
	}

	.solution-05 .title {
		font-size: 18px
	}

	.solution-onefour .item {
		margin-bottom: 55px
	}

	.solution-five {
		margin-bottom: 45px
	}

	.solution-five .list-model {
		padding: 0 40px
	}

	.solution-five .list-model>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%
	}

	.solution-five .list-model .item {
		margin: 0 auto 18px auto;
		width: 64px;
		height: 64px;
		padding: 15px 0
	}

	.solution-five .list-model .item .text-box {
		font-size: 15px;
		width: 30px;
		line-height: 18px
	}

	.solution-six .list-language {
		padding: 0 45px
	}

	.solution-six .list-language .item .title {
		font-size: 18px
	}

	.list-about {
		padding: 0
	}

	.list-about .item {
		padding: 80px 0
	}

	.list-about .item .title {
		font-size: 26px;
		margin-bottom: 40px
	}

	.list-about .item .des {
		font-size: 16px
	}

	.list-history::before {
		left: 160px;
		bottom: -50px
	}

	.list-history .item {
		margin-bottom: 35px
	}

	.list-history .item>.title {
		margin-bottom: 30px
	}

	.list-history .item.first .icon {
		left: 145px;
		font-size: 32px;
		width: 32px
	}

	.list-history .item>.title {
		font-size: 26px
	}

	.list-history .item ul li .title {
		flex: 0 0 180px;
		padding-left: 86px;
		margin-bottom: 8px
	}

	.list-history .item ul li .title::before {
		top: 7px;
		right: 16px;
		width: 9px;
		height: 9px
	}

	.list-history .item ul li .right {
		font-size: 16px;
		line-height: 1.7
	}

	.contact-con h3 {
		font-size: 28px;
		margin-bottom: 30px!important
	}

	.list-contact .title-contact {
		font-size: 24px
	}

	.list-contact .title-contact {
		margin-bottom: 50px!important
	}

	.list-contact .item .icon {
		font-size: 56px;
		margin-bottom: 25px
	}

	.list-contact .item .phone a {
		font-size: 28px
	}

	.more-box .des,.consult-box .des {
		font-size: 20px;
		margin-bottom: 15px
	}

	.more-box .btn,.consult-box .btn {
		padding: 8px 40px;
		font-size: 15px
	}

	.list-xcx-step {
		padding-top: 40px
	}

	.list-xcx-step .item .icon {
		font-size: 80px
	}

	.list-xcx-step .item .num {
		margin: 45px auto 30px auto;
		font-size: 20px
	}

	.list-xcx-step .item::before {
		top: 150px
	}

	.list-xcx-step .item .num,.list-xcx-step .item .num::before,.list-xcx-step .item .num span {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.bg-wzjs .list-wzjs-icon .item {
		padding-left: 30px;
		padding-right: 30px
	}

	.bg-wzjs .list-wzjs-icon .item.add {
		width: 60px
	}

	.bg-wzjs .list-wzjs-icon .item.add::before,.bg-wzjs .list-wzjs-icon .item.add::after {
		width: 35px;
		height: 1px;
		margin-left: -17px
	}

	.bg-wzjs .list-wzjs-icon .item.add::after {
		height: 35px;
		width: 1px;
		margin-top: -17px;
		margin-left: 0
	}

	.bg-wzjs .list-wzjs-icon .item .icon {
		font-size: 86px
	}

	.list-rounded-text .item {
		padding-left: 20px;
		padding-right: 20px
	}

	.list-rounded-text .item .rounded-circle {
		width: 110px;
		height: 110px;
		font-size: 20px
	}

	.list-rounded-text .item .des {
		font-size: 17px;
		margin-top: 30px
	}

	.list-contrast {
		margin-bottom: 60px
	}

	.list-contrast .item .d-table-cell {
		padding: 16px 25px;
		font-size: 15px
	}

	.list-contrast .item .d-table-cell img {
		height: auto
	}

	.list-sheji .item {
		margin-bottom: 35px
	}

	.list-sheji .item .title {
		font-size: 22px
	}

	.list-sheji .item .des {
		font-size: 16px;
		margin-top: 12px;
		margin-bottom: 20px
	}

	.list-media {
		width: 887px
	}

	.list-media .item {
		width: 147px;
		height: 147px
	}

	.list-media .item:nth-child(4n+1) {
		border-left-width: 0
	}

	.list-media .item:nth-child(6n+1) {
		border-left: 1px solid #ededed
	}

	.list-media .item:nth-child(5),.list-media .item:nth-child(6) {
		border-top: 1px solid #ededed
	}

	.yuming-search .bg-violet .title {
		font-size: 24px
	}

	.yuming-search .bg-violet .btn {
		padding: 6px 40px;
		font-size: 16px
	}

	.list-email-icon .item {
		margin-bottom: 35px
	}

	.list-email-intro .item .content {
		padding: 20px 15px 35px 15px
	}

	.list-email-intro {
		margin-bottom: 30px
	}

	.list-email-intro .item {
		font-size: 14px
	}

	.list-email-intro .item .header {
		height: 72px;
		font-size: 16px
	}

	.list-phone-num {
		margin: 0 0 40px 0;
		font-size: 16px
	}

	.list-phone-num .item .border {
		padding: 35px 10px
	}

	.list-phone-num .item .rounded-circle {
		width: 76px;
		height: 76px;
		font-size: 26px;
		margin-top: 25px;
		margin-bottom: 25px
	}

	.list-phone-num .item .title {
		margin-top: 0;
		font-size: 24px
	}

	.list-phone-num .item .row {
		padding: 0 50px
	}

	.list-phone-num .item .rounded-circle.num {
		font-size: 50px
	}

	.list-phone-price {
		margin-bottom: 30px
	}

	.list-phone-price .item {
		padding: 0 15px 45px 15px
	}

	.list-phone-img .item img {
		height: 80%
	}
}

/*=====xl=====*/
@media(min-width:1336px) {
	.container,.focus-text-box .focus-text,.navbar-expand-sm .navbar-nav .nav-item:nth-child(1-) .dropdown-menu,.navbar-expand-sm .navbar-nav .nav-item:nth-child(2) .dropdown-menu {
		padding-left: 120px;
		padding-right: 120px
	}

	.square-70 {
		width: 120px;
		height: 120px
	}

	.row {
		margin-left: -12px;
		margin-right: -12px
	}

	.row>* {
		padding-left: 12px;
		padding-right: 12px
	}

	.row.list>.item,.row.list>* {
		margin-bottom: 24px
	}

	.row.row-lg {
		margin-left: -15px;
		margin-right: -15px
	}

	.row.row-lg>* {
		padding-left: 15px;
		padding-right: 15px
	}

	.row.list-lg>.item {
		margin-bottom: 30px
	}

	.pt-section,.py-section {
		padding-top: 85px!important
	}

	.pb-section,.py-section {
		padding-bottom: 85px!important
	}

	.title-01 {
		margin-bottom: 55px
	}

	.title-01 h2 {
		font-size: 42px;
		margin-bottom: 15px
	}

	.title-01 .des {
		font-size: 16px
	}

	.title-01 .des.des-lg {
		font-size: 18px
	}

	.title-02 h2 {
		font-size: 22px;
		margin-bottom: 40px
	}

	.title-03 {
		margin-bottom: 40px
	}

	.title-03 h2 {
		font-size: 20px
	}

	.top-title {
		padding-top: 50px;
		padding-bottom: 30px
	}

	.top-title .title {
		font-size: 32px
	}

	.detail-header {
		padding-bottom: 40px
	}

	.detail-header .title span,.detail-header .turn a {
		padding-left: 30px
	}

	.detail-header .turn {
		justify-content: flex-end!important
	}

	.detail-header .turn a {
		display: inline-block!important;
		min-width: 150px;
	}

	.detail-header .lable {
		margin-bottom: 0
	}

	.item {
		margin-bottom: 24px
	}

	.navbar.container {
		padding-left: 120px;
		padding-right: 120px
	}

	.navbar .navbar-nav .nav-item .w-500 {
		width: 572px
	}

	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
		min-width: 310px
	}

	.top-img {
		min-height: auto
	}

	.con-box {
		bottom: 70px
	}

	.con-box h2 {
		font-size: 38px
	}

	.con-box .des {
		font-size: 15px
	}

	.top-img-md .con-box {
		bottom: 100px
	}

	.top-img-lg .con-box {
		bottom: 150px
	}

	.video-box {
		height: 500px
	}

	.video-box .con-box h2 {
		margin-top: 60px;
		font-size: 40px
	}

	.video-box .con-box .des {
		font-size: 18px
	}

	.list-customer .item {
		height: calc(100vw * .07)
	}

	.list-customer .item .bg-white {
		padding: 20px
	}

	.list-case .item .title {
		font-size: 18px;
		margin-top: 20px
	}

	.list-case .item .con {
		padding: 30px 20px 30px 20px
	}

	.list-case .item .con h3 {
		font-size: 20px;
		margin-bottom: 20px
	}

	.list-case .item .hcase-content {
		padding: 35px 35px 0 35px;
		font-size: 16px;
		line-height: 22px
	}

	.list-case .item .hcase-content .scroll,.list-case .item .hcase-content .slimScrollDiv {
		height: 210px!important
	}

	.list-hbuild>*:nth-child(n+5) {
		display: none
	}

	.list-build .item .hidden-con {
		padding: 15px
	}

	.list-build .item .border-box {
		padding: 45px 25px
	}

	.list-build .item .hidden-con .title {
		margin-bottom: 25px
	}

	.list-build .item .hidden-con .des {
		margin-bottom: 35px
	}

	.list-build .item .hidden-con .detail {
		font-size: 14px
	}

	.list-hnews .item .position-relative .img-box {
		height: 175px
	}

	.list-hnews .item .position-relative .title-box {
		padding: 11px 15px
	}

	.list-plan {
		position: relative;
		z-index: 9
	}

	.list-plan .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 16.66%;
		max-width: 16.66%;
		position: relative
	}
	.list-plan .item:nth-child(n+10){
	    display: block;
	}
	.list-plan .item:nth-child(n+13){
	    display: none;
	}

	.list-plan .item::before {
		position: absolute;
		content: '';
		left: 50%;
		bottom: -30px;
		width: 0;
		height: 0;
		margin-left: -10px;
		border-color: transparent transparent transparent transparent;
		border-width: 10px 10px 0 10px;
		border-style: solid;
		z-index: 2;
		display: none;
	}

	.list-plan .item.active::before {
		border-color: #fff transparent transparent transparent
	}

	.list-plan .item:hover .icon,.list-plan .item:hover .title {
		color: var(--m-color)
	}

	.list-plan .item:nth-child(1):hover .icon,.list-plan .item:nth-child(1):hover .title,.list-plan .item:nth-child(1).active .icon,.list-plan .item:nth-child(1).active .title {
		color: #051026
	}

	.list-plan .item:nth-child(2):hover .icon,.list-plan .item:nth-child(2):hover .title,.list-plan .item:nth-child(2).active .icon,.list-plan .item:nth-child(2).active .title {
		color: #946a16
	}

	.list-plan .item:nth-child(3):hover .icon,.list-plan .item:nth-child(3):hover .title,.list-plan .item:nth-child(3).active .icon,.list-plan .item:nth-child(3).active .title {
		color: #2c2c2c
	}

	.list-plan .item:nth-child(4):hover .icon,.list-plan .item:nth-child(4):hover .title,.list-plan .item:nth-child(4).active .icon,.list-plan .item:nth-child(4).active .title {
		color: #1d4873
	}

	.list-plan .item:nth-child(5):hover .icon,.list-plan .item:nth-child(5):hover .title,.list-plan .item:nth-child(5).active .icon,.list-plan .item:nth-child(5).active .title {
		color: #27778e
	}

	.list-plan .item:nth-child(6):hover .icon,.list-plan .item:nth-child(6):hover .title,.list-plan .item:nth-child(6).active .icon,.list-plan .item:nth-child(6).active .title {
		color: #292f53
	}

	.list-plan .item:nth-child(7):hover .icon,.list-plan .item:nth-child(7):hover .title,.list-plan .item:nth-child(7).active .icon,.list-plan .item:nth-child(7).active .title {
		color: #7e6547
	}

	.list-plan .item:nth-child(8):hover .icon,.list-plan .item:nth-child(8):hover .title,.list-plan .item:nth-child(8).active .icon,.list-plan .item:nth-child(8).active .title {
		color: #305641
	}

	.list-plan .item:nth-child(9):hover .icon,.list-plan .item:nth-child(9):hover .title,.list-plan .item:nth-child(9).active .icon,.list-plan .item:nth-child(9).active .title {
		color: #4b3d60
	}

	.list-plan .item:nth-child(10):hover .icon,.list-plan .item:nth-child(10):hover .title,.list-plan .item:nth-child(10).active .icon,.list-plan .item:nth-child(10).active .title {
		color: #9d2a2d
	}

	.paln-content .tab-pane.active .h-tab-pane {
		opacity: 0;
		animation: solution .4s ease-out .1s 1;
		-webkit-animation: solution .4s ease-out .1s 1;
		animation-fill-mode: forwards
	}

	.h-tab-pane .title {
		font-size: 36px
	}

	.h-tab-pane .des {
		line-height: 25px;
		height: 50px
	}

	.h-tab-pane .pr-4 {
		padding-right: 40px!important
	}

	.h-tab-pane .flex-wrap {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: 1px dashed rgba(255,255,255,.2)
	}

	.h-tab-pane .flex-wrap>div {
		height: 90px;
		overflow: hidden
	}

	.h-tab-pane .list-func {
		margin-top: 25px;
		height: 100px;
		overflow: hidden
	}

	.list-customer .item .bg-white {
		padding: 12px
	}

	.list-help-hot>.item:nth-child(4) a {
		padding-top: 0
	}

	.list-help .col-12 {
		-ms-flex: 0 0 calc(100% - 300px);
		flex: 0 0 calc(100% - 300px);
		max-width: calc(100% - 300px)
	}

	.list-help .item {
		margin-bottom: 0;
		padding: 25px 20px
	}

	.list-help .item .media .media-body .title {
		font-size: 20px
	}

	.list-help aside {
		width: 300px;
		padding-left: 6px!important
	}

	.list-help aside .aside-con {
		padding: 25px 30px
	}

	.swiper-focus .swiper-slide .focus-text-box img {
		width: auto;
		height: auto
	}

	.swiper-focus .swiper-slide[name='0'] .focus-text-box img {
		right: calc(100vw * .015);
		bottom: calc(100vw * .03);
		height: calc(100vw * .24)
	}

	.swiper-focus .swiper-slide[name='1'] .focus-text-box img {
		right: calc(-100vw * .007);
		bottom: calc(-100vw * .06);
		height: calc(100vw * .32)
	}

	.swiper-focus .swiper-slide[name='2'] .focus-text-box img {
		right: calc(-100vw * 0);
		bottom: calc(-100vw * .1);
		height: calc(100vw * .4)
	}

	.swiper-focus .swiper-slide[name='3'] .focus-text-box img {
		right: calc(100vw * .06);
		bottom: calc(100vw * .024);
		height: calc(100vw * .25)
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text h3 {
		font-size: 46px;
		margin-bottom: 15px
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text .text {
		font-size: 14px;
		margin-bottom: 30px
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text .btn {
		font-size: 13px
	}

	.swiper-focus .swiper-button-prev .icon,.swiper-focus .swiper-button-next .icon {
		font-size: 32px
	}

	.service-online {
		right: 15px
	}

	/*===========底部===========*/
	.ft-info {
		border-top: 1px solid rgba(255,255,255,.05);
		padding-top: 15px;
		margin-top: 10px !important
	}

	.ft .ft-info .ft-linfo{
		width: 60%;
	}
	.ft .ft-info .ft-rinfo{
		width: 40%;
	}

	.solution-detail .title-01 .des {
		font-size: 24px
	}

	.rounded-circle.square-70 {
		line-height: 120px;
		font-size: 34px
	}

	.solution-01 .list-solution-01 {
		margin-bottom: 70px
	}

	.solution-01 .list-solution-01 .col .title {
		margin-bottom: 30px
	}

	.solution-01 .list-solution-01 .des {
		font-size: 20px
	}

	.solution-01 .consult .des {
		font-size: 18px
	}

	.solution-01 .consult .btn {
		padding: 11px 40px;
		font-size: 18px
	}

	.solution-02 .list-solution-02 {
		padding-top: 20px
	}

	.solution-02 .list-solution-02 .col-6 {
		margin-bottom: 65px;
		padding-left: 40px;
		padding-right: 40px
	}

	.solution-02 .list-solution-02 .title {
		font-size: 24px;
		margin: 25px 0
	}

	.solution-02 .list-solution-02 .des {
		font-size: 18px
	}

	.solution-02 .list-solution-02-2 .col-6 {
		padding-left: 100px;
		padding-right: 100px
	}

	.solution-03 .swiper-solution .swiper-slide .bg-danger-lt {
		padding: 35px 0
	}

	.solution-03 .swiper-solution .swiper-slide .num {
		width: 38px;
		height: 38px;
		line-height: 34px;
		margin: 0 auto 18px auto;
		border-width: 2px;
		font-size: 28px
	}

	.solution-03 .swiper-solution .swiper-slide .title {
		font-size: 22px
	}

	.solution-content {
		margin-top: 30px
	}

	.solution-content .list-one .col-12 {
		padding: 0 50px
	}

	.solution-content .tab-pane.active {
		padding: 0 50px;
		opacity: 0;
		animation: solution .4s ease-out .1s 1;
		-webkit-animation: solution .4s ease-out .1s 1;
		animation-fill-mode: forwards
	}@	keyframes solution {
		from{transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes solution {
	from {
		transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

.solution-content .list-one .col-12 .icon {
	font-size: 84px
}

.solution-content .list-one .col-12 .title {
	font-size: 22px;
	margin: 25px 0 20px 0
}

.solution-content .list-one .col-12 .des {
	font-size: 16px
}

.list-solution-04 .col-4 .bg-danger-lt {
	padding: 20px 0
}

.list-solution-04 .col-4 .bg-danger-lt .icon {
	font-size: 64px
}

.solution-05 .title {
	margin-top: 20px;
	margin-bottom: 15px
}

.solution-detail .title-box {
	margin-bottom: 40px
}

.solution-detail .title-box .title {
	font-size: 24px
}

.solution-detail .title-box .des {
	font-size: 17px
}

.solution-detail .title-box-lg .title {
	margin-bottom: 10px
}

.solution-onefour {
	padding: 0 55px
}

.solution-onefour .item {
	margin-bottom: 75px
}

.solution-onefour .item .icon {
	font-size: 62px
}

.solution-onefour .item .title {
	margin-top: 10px
}

.solution-five {
	margin-bottom: 65px
}

.solution-five .list-model {
	padding: 0 50px
}

.solution-five .list-model .item {
	width: 80px;
	height: 80px;
	margin: 0 auto 22px auto;
	padding: 20px 0
}

.solution-five .list-model .item .text-box {
	line-height: 24px;
	width: 32px;
	font-size: 16px
}

.solution-six .list-language {
	padding: 0 50px
}

.solution-six .list-language .item .title {
	font-size: 22px
}

.list-about {
	padding: 0 40px
}

.list-about .item {
	padding: 100px 10px
}

.list-about .item .title {
	margin-bottom: 55px
}

.list-history .item.first .icon {
	top: -5px;
	left:
}

.list-history::before {
	left: 184px;
	bottom: -50px
}

.list-history .item {
	margin-bottom: 55px
}

.list-history .item>.title {
	margin-bottom: 50px
}

.list-history .item.first .icon {
	left: 167px;
	font-size: 36px;
	width: 36px
}

.list-history .item>.title {
	font-size: 28px
}

.list-history .item ul li .title {
	flex: 0 0 205px;
	padding-left: 110px
}

.contact-con {
	font-size: 16px;
	line-height: 2.2
}

.contact-con h3 {
	font-size: 32px;
	margin-bottom: 30px!important
}

.list-contact {
	font-size: 16px
}

.list-contact .title-contact {
	font-size: 26px
}

.list-contact .item .icon {
	font-size: 60px;
	margin-bottom: 30px
}

.list-contact .item .phone a {
	font-size: 30px
}

.list-xcx-icon .item {
	margin-bottom: 60px
}

.list-xcx-icon .item .icon {
	font-size: 72px
}

.list-xcx-icon.list-icon-sm .item .icon {
	font-size: 56px
}

.list-xcx-icon .item .title {
	font-size: 22px;
	margin-top: 30px
}

.list-xcx-icon .item .title-sm {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px
}

.list-xcx-icon .item .des {
	font-size: 15px
}

.more-box .des,.consult-box .des {
	font-size: 30px;
	margin-bottom: 20px
}

.more-box .des {
	font-size: 26px
}

.more-box .btn,.consult-box .btn {
	padding: 10px 55px
}

.list-xcx-step {
	padding-top: 40px
}

.list-xcx-step .item {
	margin-left: 0;
	margin-right: 0
}

.list-xcx-step .item .icon {
	font-size: 84px
}

.list-xcx-step .item .num {
	margin: 45px auto 30px auto;
	font-size: 20px
}

.list-xcx-step .item::before {
	top: 150px
}

.list-xcx-step .item .num,.list-xcx-step .item .num::before,.list-xcx-step .item .num span {
	width: 42px;
	height: 42px;
	line-height: 42px
}

.bg-wzjs .list-wzjs-icon .item .icon {
	font-size: 96px
}

.list-rounded-text {
	padding-top: 20px;
	padding-bottom: 20px
}

.list-rounded-text .item .rounded-circle {
	width: 130px;
	height: 130px;
	font-size: 24px
}

.list-rounded-text .item .des {
	font-size: 18px;
	margin-top: 35px
}

.list-media {
	width: 1079px
}

.list-media .item {
	width: 179px;
	height: 179px
}

.yuming-search {
	padding-top: 60px!important;
	padding-bottom: 60px!important
}

.yuming-search .bg-violet {
	padding-top: 35px!important;
	padding-bottom: 35px!important
}

.yuming-search .bg-violet .title {
	font-size: 28px
}

.yuming-search .bg-violet .btn {
	padding: 10px 60px;
	font-size: 16px
}

.table-yuming th,.table-yuming td {
	padding: 10px 5px;
	font-size: 16px
}

.table-yuming thead th {
	font-size: 18px;
	padding: 12px 5px
}

.list-email-icon .item .rounded-circle {
	width: 84px;
	height: 84px
}

.list-email-icon .item .rounded-circle .icon,.list-email-icon .item .rounded-circle .num {
	font-size: 46px
}

.list-email-icon .item .title.title-lg {
	font-size: 22px
}

.list-email-icon .item {
	margin-bottom: 45px
}

.item .price .text-red {
	font-size: 26px
}

.list-email-intro {
	margin-bottom: 30px
}

.list-email-intro .item {
	font-size: 16px
}

.list-email-intro .item .header {
	height: 86px;
	font-size: 22px
}

.list-email-intro .item .header img {
	height: 34px
}

.list-email-intro .item ul li {
	padding: 30px 0 20px 0
}

.list-email-intro .item ul li .price {
	margin-top: 20px;
	margin-bottom: 15px
}

.list-email-intro .item .content {
	font-size: 15px
}

.list-phone-num {
	margin: 0 0 40px 0;
	font-size: 15px
}

.list-phone-num>* {
	padding: 0
}

.list-phone-num .item:nth-child(2n+1) .border,.list-phone-num .item:nth-child(2) .border {
	border-right-width: 0!important
}

.list-phone-num .item .rounded-circle {
	width: 66px;
	height: 66px;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px
}

.list-phone-num .item .title {
	margin-top: 0;
	font-size: 20px
}

.list-phone-num .item .row {
	padding: 0 15px
}

.list-phone-num .item .rounded-circle.num {
	font-size: 44px
}

.list-phone-img {
	margin-top: 20px
}

.list-phone-img .item img {
	height: 90%
}

.phone-content-text {
	margin: 45px 0 55px 0;
	font-size: 15px
}}

/*=====xxl=====*/
@media(min-width:1680px) {
	.container,.focus-text-box .focus-text,.navbar-expand-sm .navbar-nav .nav-item:nth-child(1-) .dropdown-menu,.navbar-expand-sm .navbar-nav .nav-item:nth-child(2) .dropdown-menu {
		padding-left: 180px;
		padding-right: 180px
	}

	.square-70 {
		width: 138px;
		height: 138px
	}

	.row {
		margin-left: -15px;
		margin-right: -15px
	}

	.row>* {
		padding-left: 15px;
		padding-right: 15px
	}

	.row.list>.item,.row.list>* {
		margin-bottom: 20px
	}

	.row.row-lg {
		margin-left: -15px;
		margin-right: -15px
	}

	.row.row-lg>* {
		padding-left: 15px;
		padding-right: 15px
	}

	.row.list-lg>.item {
		margin-bottom: 30px
	}

	.pt-section,.py-section {
		padding-top: 100px!important
	}

	.pb-section,.py-section {
		padding-bottom: 100px!important
	}

	.title-01 {
		margin-bottom: 80px
	}

	.title-01 h2 {
		font-size: 50px;
		margin-bottom: 20px
	}

	.title-01 .des {
		font-size: 18px
	}

	.title-01 .des.des-lg {
		font-size: 24px
	}

	.title-02 h2 {
		font-size: 30px;
		margin-bottom: 40px
	}

	.title-03 {
		margin-bottom: 45px
	}

	.title-04 {
		margin-bottom: 40px
	}

	.title-04 h2 {
		padding-bottom: 20px
	}

	.top-title {
		padding-top: 60px;
		padding-bottom: 35px
	}

	.top-title .title {
		font-size: 32px
	}

	.detail-header {
		padding-bottom: 50px
	}

	.detail-header .title span,.detail-header .turn a {
		padding-left: 40px
	}

	.item {
		margin-bottom: 24px
	}

	.navbar.container {
		padding-left: 180px;
		padding-right: 180px
	}

	.navbar-dark .navbar-brand {
	    width: 400px;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		font-size: 15px
	}

	.con-box {
		bottom: 80px
	}

	.con-box h2 {
		font-size: 52px;
	}

	.con-box .des {
		font-size: 18px;
		margin-top: 12px
	}

	.top-img-md .con-box {
		bottom: 130px
	}

	.top-img-md .con-box .des {
		margin-top: 10px
	}

	.top-img-lg .con-box {
		bottom: 250px
	}

	.video-box {
		height: 600px
	}

	.video-box .con-box h2 {
		font-size: 70px
	}

	.video-box .con-box .des {
		font-size: 20px
	}

	.list-case .item .con {
		padding: 40px 30px 40px 30px
	}

	.list-case .item .con h3 {
		font-size: 20px;
		margin-bottom: 30px
	}
	.list-service .item .con h3 {
		margin-bottom: .5em;
	}

	.list-case .item .con .des {
		font-size: 14px
	}

	.list-case .item .hcase-content {
		padding: 35px 30px 0 30px;
		font-size: 16px;
		line-height: 26px
	}

	.list-case .item .hcase-content .scroll,.list-case .item .hcase-content .slimScrollDiv {
		height: 210px!important
	}

	.list-case .item .hcase-content div {
		margin-bottom: 10px
	}

	.list-hbuild>*:last-child {
		display: none
	}

	.list-build>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.list-build .item .border-box {
		padding: 30px 15px
	}

	.list-build .item .title {
		font-size: 18px;
		margin-bottom: 10px
	}

	.list-build .item .hidden-con .title {
		margin-bottom: 30px
	}

	.list-build .item .hidden-con .des {
		margin-bottom: 35px
	}

	.list-hnews .item .position-relative .img-box {
		height: 240px
	}

	.list-hnews .item .position-relative .title-box {
		padding: 13px 15px
	}

	.list-plan .item .title {
		font-size: 16px;
		margin-top: 8px;
		margin-bottom: 12px
	}

	.list-plan .item .icon {
		font-size: 46px;
		line-height: 46px
	}

	.list-customer .item .bg-white {
		padding: 20px
	}

	.list-help .col-12 {
		-ms-flex: 0 0 calc(100% - 400px);
		flex: 0 0 calc(100% - 400px);
		max-width: calc(100% - 400px)
	}
	

	.list-help .item {
		margin-bottom: 0;
		padding: 30px 40px;
		&::after{
			left: 40px;
			right: 40px;
		}
	}

	.list-help .item .media .img-box {
		width: 250px;
		height: 175px;
		margin-right: 30px
	}

	.list-help .item .media .img-box img {
		width: 250px
	}

	.list-help .item .media .media-body {
		width: calc(100% - 165px)
	}

	.list-help .item .media .media-body .title {
		font-size: 24px
	}

	.list-help .item .media .media-body .des {
		-webkit-line-clamp: 5;
		line-clamp: 5
	}

	.list-help aside {
		width: 400px;
		padding-left: 15px!important
	}

	.list-help aside .aside-con {
		padding: 50px 40px 0 40px
	}

	.list-help aside .aside-con:last-child {
		padding-bottom: 50px
	}

	.swiper-focus .swiper-slide[name='0'] .focus-text-box img {
		right: calc(100vw * .015);
		bottom: calc(100vw * .02);
		height: calc(100vw * .24)
	}

	.swiper-focus .swiper-slide[name='1'] .focus-text-box img {
		right: calc(-100vw * .02);
		bottom: calc(-100vw * .075);
		height: calc(100vw * .36)
	}

	.swiper-focus .swiper-slide[name='2'] .focus-text-box img {
		right: calc(-100vw * 0);
		bottom: calc(-100vw * .115);
		height: calc(100vw * .45)
	}

	.swiper-focus .swiper-slide[name='3'] .focus-text-box img {
		right: calc(100vw * .04);
		height: calc(100vw * .27);
		bottom: calc(-100vw * .0)
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text h3 {
		font-size: 60px;
		margin-bottom: 20px
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text .text {
		font-size: 20px;
		margin-bottom: 40px
	}

	.swiper-focus .swiper-slide .focus-text-box .focus-text .btn {
		font-size: 16px;
		padding: 7px 40px
	}

	.swiper-pagination-bullet {
		width: 8px!important;
		height: 8px!important;
		margin: 5px;
	}
    .swiper-pagination-bullet-active {
        height: 16px !important;
    }
	.swiper-container-horizontal.swiper-focus>.swiper-pagination-bullets {
		bottom: 25px!important
	}
    .swiper-container-horizontal.swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 5px;
    }
	.swiper-focus .swiper-button-next {
		/*right: 20px!important*/
	}

	.swiper-focus .swiper-button-prev .icon,.swiper-focus .swiper-button-next .icon {
		font-size: 38px
	}

	.swiper-focus .swiper-slide-active .focus-text-box .focus-text h3 {
		animation: mymoveTitle .5s ease-out .2s 1;
		-webkit-animation: mymoveTitle .5s ease-out .2s 1;
		opacity: 0;
		animation-fill-mode: forwards
	}

	.swiper-focus .swiper-slide-active .focus-text-box .focus-text .text {
		animation: mymoveText .6s ease-out .2s 1;
		-webkit-animation: mymoveText .6s ease-out .2s 1;
		opacity: 0;
		animation-fill-mode: forwards
	}

	.swiper-focus .swiper-slide-active .focus-text-box .focus-text .btn {
		animation: mymoveBtn .6s ease-out .3s 1;
		-webkit-animation: mymoveBtn .6s ease-out .3s 1;
		opacity: 0;
		animation-fill-mode: forwards
	}

	.swiper-focus .swiper-slide-active .focus-text-box img {
		animation: mymoveImg .7s ease-out .4s 1;
		-webkit-animation: mymoveImg .7s ease-out .4s 1;
		opacity: 0;
		animation-fill-mode: forwards
	}@	keyframes mymoveTitle {
		from{transform: translateY(60px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mymoveTitle {
	from {
		transform: translateY(60px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mymoveText {
	from {
		transform: translateY(60px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mymoveText {
	from {
		transform: translateY(60px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mymoveBtn {
	from {
		transform: translateY(60px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mymoveBtn {
	from {
		transform: translateY(60px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mymoveImg {
	from {
		transform: translateY(30px);
		opacity: 0
	}

	to {
		transform: translateY(.6);
		opacity: 1
	}
}

@-webkit-keyframes mymoveImg {
	from {
		transform: translateY(30px);
		opacity: 0
	}

	to {
		transform: translateY(.6);
		opacity: 1
	}
}

/*===========底部===========*/
.ft .py-ft {
	padding: 45px 0
}
.ft .bg-gray-dk .sbefore .phone .number {
	font-size: 30px
}
.ft .bg-gray-dk .business dl {
	padding: 0 calc(100vw * .025)
}

.solution-detail .title-01 .des {
	font-size: 28px
}

.rounded-circle.square-70 {
	line-height: 138px;
	font-size: 40px
}

.solution-01 .list-solution-01 {
	margin-bottom: 90px
}

.solution-01 .list-solution-01 .des {
	font-size: 24px
}

.solution-01 .consult .des {
	font-size: 20px
}

.solution-01 .consult .btn {
	padding: 11px 50px;
	font-size: 24px;
	margin-top: 20px
}

.solution-02 .list-solution-02 .col-6 {
	margin-bottom: 75px;
	padding-left: 90px;
	padding-right: 90px
}

.solution-02 .list-solution-02 .title {
	font-size: 30px;
	margin: 35px 0
}

.solution-02 .list-solution-02 .des {
	font-size: 20px
}

.solution-02 .list-solution-02-2 .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 30px;
	padding-right: 30px
}

.solution-03 .swiper-solution .swiper-slide .bg-danger-lt {
	padding: 50px 0
}

.solution-03 .swiper-solution .swiper-slide .num {
	width: 50px;
	height: 50px;
	line-height: 46px;
	margin: 0 auto 30px auto;
	font-size: 40px
}

.solution-03 .swiper-solution .swiper-slide .title {
	font-size: 30px
}

.solution-content {
	margin-top: 35px
}

.solution-content .list-one .col-12 {
	padding: 0 80px
}

.solution-content .list-one .col-12 .icon {
	font-size: 108px
}

.solution-content .list-one .col-12 .title {
	font-size: 30px;
	margin: 35px 0 30px 0
}

.solution-content .list-one .col-12 .des {
	font-size: 18px
}

.list-solution-04 .col-4 .bg-danger-lt {
	padding: 44px 0
}

.list-solution-04 .col-4 .bg-danger-lt .title {
	font-size: 20px;
	margin-top: 10px
}

.list-solution-04 .col-4 .bg-danger-lt .icon {
	font-size: 80px
}

.solution-05 .title {
	margin-top: 25px;
	margin-bottom: 20px
}

.solution-detail .title-box {
	margin-bottom: 50px
}

.solution-detail .title-box .title {
	font-size: 30px
}

.solution-detail .title-box .des {
	font-size: 18px
}

.solution-detail .title-box-lg .title {
	margin-bottom: 13px
}

.solution-onefour {
	padding: 0 100px
}

.solution-onefour .item {
	margin-bottom: 80px;
	padding: 0 30px
}

.solution-onefour .item .icon {
	font-size: 68px
}

.solution-onefour .item .title {
	margin-top: 10px
}

.solution-five {
	margin-bottom: 80px
}

.solution-five .list-model {
	padding: 0 135px
}

.solution-five .list-model .item {
	width: 90px;
	height: 90px;
	margin: 0 auto 40px auto
}

.solution-six .list-language {
	padding: 0 135px
}

.solution-six .list-language .item {
	padding: 55px 0
}

.solution-six .list-language .item .icon {
	font-size: 70px
}

.solution-six .list-language .item .title {
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 10px
}

.solution-six .list-language .item .des {
	font-size: 16px
}

.list-about .item {
	padding: 110px 10px
}

.list-about .item .title {
	font-size: 28px;
	margin-bottom: 60px
}

.list-about .item .des {
	font-size: 17px
}

.list-history .item>.title {
	font-size: 32px
}

.list-history .item ul li .right {
	font-size: 17px
}

.contact-con {
	font-size: 18px;
	line-height: 2.2
}

.contact-con h3 {
	font-size: 40px;
	margin-bottom: 45px!important
}

.list-contact {
	font-size: 18px
}

.list-contact .title-contact {
	font-size: 32px
}

.list-contact .title-contact {
	margin-bottom: 60px!important
}

.list-contact .item .icon {
	font-size: 80px
}

.list-contact .item .phone a {
	font-size: 40px
}

.list-xcx-icon .item {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 80px
}

.list-xcx-icon .item .icon {
	font-size: 90px
}

.list-xcx-icon.list-icon-sm .item .icon {
	font-size: 68px
}

.list-xcx-icon .item .title {
	font-size: 28px;
	margin-top: 50px
}

.list-xcx-icon .item .title-sm {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px
}

.list-xcx-icon .item .des {
	font-size: 16px
}

.more-box .des,.consult-box .des {
	font-size: 36px;
	margin-bottom: 25px
}

.more-box .des {
	font-size: 30px
}

.more-box .btn,.consult-box .btn {
	padding: 12px 65px;
	font-size: 16px
}

.list-xcx-step {
	padding-top: 40px
}

.list-xcx-step .item {
	margin-left: 8px;
	margin-right: 8px
}

.list-xcx-step .item .icon {
	font-size: 88px
}

.list-xcx-step .item .num {
	margin: 50px auto 35px auto;
	font-size: 22px
}

.list-xcx-step .item::before {
	top: 160px
}

.list-xcx-step .item .num,.list-xcx-step .item .num::before,.list-xcx-step .item .num span {
	width: 44px;
	height: 44px;
	line-height: 44px
}

.bg-wzjs .list-wzjs-icon {
	padding-top: 30px;
	padding-bottom: 30px
}

.bg-wzjs .list-wzjs-icon .item {
	padding-left: 60px;
	padding-right: 60px
}

.bg-wzjs .list-wzjs-icon .item.add {
	width: 120px
}

.bg-wzjs .list-wzjs-icon .item.add::before,.bg-wzjs .list-wzjs-icon .item.add::after {
	width: 55px;
	height: 1px;
	margin-left: -27px
}

.bg-wzjs .list-wzjs-icon .item.add::after {
	height: 55px;
	width: 1px;
	margin-top: -27px;
	margin-left: 0
}

.bg-wzjs .list-wzjs-icon .item .icon {
	font-size: 120px
}

.list-rounded-text .item {
	padding-left: 50px;
	padding-right: 50px
}

.list-rounded-text .item .rounded-circle {
	width: 168px;
	height: 168px;
	font-size: 30px
}

.list-rounded-text .item .des {
	font-size: 20px;
	margin-top: 45px
}

.list-contrast {
	margin-bottom: 70px
}

.list-contrast .item .d-table-cell {
	font-size: 16px
}

.list-contrast .item .d-table-cell.title {
	font-size: 24px
}

.list-sheji .item {
	margin-bottom: 60px
}

.list-sheji .item .title {
	font-size: 26px
}

.list-sheji .item .des {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 30px
}

.list-media {
	width: 1543px
}

.list-media .item {
	width: 256px;
	height: 256px
}

.yuming-search {
	padding-top: 70px!important;
	padding-bottom: 70px!important
}

.yuming-search .bg-violet {
	padding-top: 45px!important;
	padding-bottom: 45px!important
}

.yuming-search .bg-violet .title {
	font-size: 32px;
	margin-bottom: 30px
}

.yuming-search .bg-violet .btn {
	padding: 11px 100px;
	font-size: 18px
}

.table-yuming th,.table-yuming td {
	padding: 12px 5px;
	font-size: 18px
}

.table-yuming thead th {
	font-size: 20px;
	padding: 15px 5px
}

.list-email-icon .item {
	margin-bottom: 65px
}

.list-email-icon .item .rounded-circle {
	width: 102px;
	height: 102px
}

.list-email-icon .item .rounded-circle .icon,.list-email-icon .item .rounded-circle .num {
	font-size: 56px
}

.list-email-icon .item .title {
	font-size: 18px
}

.list-email-icon .item .title.title-lg {
	font-size: 24px
}

.item .price .text-red {
	font-size: 30px
}

.list-email-intro {
	margin-bottom: 40px
}

.list-email-intro .item {
	font-size: 18px
}

.list-email-intro .item .header {
	height: 124px;
	font-size: 24px
}

.list-email-intro .item .header img {
	height: 40px
}

.list-email-intro .item ul li {
	padding: 40px 0 30px 0
}

.list-email-intro .item ul li .price {
	margin-top: 25px;
	margin-bottom: 20px
}

.list-email-intro .item .content {
	font-size: 16px;
	padding: 35px 25px 80px 25px
}

.list-phone-num {
	margin: 0 0 55px 0;
	font-size: 16px
}

.list-phone-num>* {
	padding: 0
}

.list-phone-num .item .border {
	padding: 40px 10px
}

.list-phone-num .item .rounded-circle {
	width: 102px;
	height: 102px;
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 50px
}

.list-phone-num .item .title {
	margin-top: 0;
	font-size: 24px
}

.list-phone-num .item .row {
	padding: 0 50px
}

.list-phone-num .item .rounded-circle.num {
	font-size: 76px
}

.list-phone-num .item .item-inner {
	padding: 10px 0
}

.list-phone-price {
	margin-bottom: 55px;
	font-size: 16px
}

.list-phone-price .item {
	padding: 0 15px 70px 15px
}

.list-phone-price .item .title {
	font-size: 24px
}

.list-phone-price .item .price {
	margin: 40px 0
}

.list-phone-img {
	margin-top: 30px
}

.list-phone-img .item img {
	height: 100%
}

.phone-content-text {
	margin: 50px 0 70px 0;
	font-size: 16px;
	line-height: 2.5
}

.seo-content-01 {
	font-size: 18px;
	line-height: 1.8
}




/* 灰色顶部大图 */
.top-img-gray{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	background: #F1F2F3 !important;
	padding-bottom: .8rem;
}
.top-img-gray,
.new-detail-box{
	padding-top: calc((1.5rem * .95) * var(--line-height) + 3rem);
}
.top-img-gray .con-box{
	position: static !important;
	/* text-align: center; */
	padding: 20px 0;
}
.top-img-gray .con-box h2{
	color: #111f2c;
	text-shadow: none;
	font-weight: bold;
}
.top-img-gray .con-box .des{
	color: rgba(17,31,44,.7);
	font-size: 13px;
	text-shadow: none;
}
/* ====导航折叠 ==== */
@media (min-width: 1081px){
	.top-img-gray,
	.new-detail-box{
		padding-top: calc(1.5rem * var(--line-height) + 4.4rem);
	}
}
@media(min-width:1024px){
	.top-img-gray{
		min-height: 150px;
	}
	.top-img-gray .con-box{
		padding: 40px 0;
	}
	.top-img-gray .con-box h2{
		font-size: 32px;
	}
	.top-img-gray .con-box .des{
		font-size: 14px;
	}
	.top-img-gray .con-box .des-md{
		font-size: 16px;
	}
}
@media(min-width:1440px){
	.top-img-gray .con-box{
		padding: 55px 0;
	}
	.top-img-gray .con-box h2{
		font-size: 40px;
	}
	.top-img-gray .con-box .des-md{
		font-size: 17px;
	}
}

/* 帮助支持（调用） */
.list-help-hot>.item a{
	display: flex !important;
	/* justify-content: space-between; */
	align-items: center;
}
.list-help-hot>.item .time{
	padding-right: 5px;
	opacity: .8;
	font-size: 85%;
}


/* ====框架间距==== */
@media(min-width:996px){
    .container, .focus-text-box .focus-text{
    	/* padding-left: 15px;
    	padding-right: 15px;
    	max-width: 930px; */
			padding-left: 30px;
			padding-right: 30px;
			max-width: 100%;
    }
}
@media(min-width:1440px){
    .container, .focus-text-box .focus-text{
    	/* max-width: 1230px; */
			padding-left: 40px;
			padding-right: 40px;
			max-width: 100%;
    }
}
@media(min-width:1540px){
    .container, .focus-text-box .focus-text{
    	/* max-width: 1470px; */
			max-width: 100%;
			padding: 0 calc(50vw - 760px);
			/* max-width: 1520px; */
			width: 1520px;
			padding: 0;
    }
}

/* ====框架间距(部分列表)==== */
/* @media(min-width:996px){
	.container.container-list{
		padding-left: 30px;
		padding-right: 30px;
		max-width: 100%;
	}
}
@media(min-width:1440px){
	.container.container-list{
		padding-left: 40px;
		padding-right: 40px;
		max-width: 100%;
	}
}
@media(min-width:1680px){
	.container.container-list{
		max-width: 100%;
		padding: 0 calc(50vw - 810px);
	}
} */


/* ====导航调整==== */
@media(min-width:768px){
    .navbar{
        position: static;
    }
	header.fixed-top{
	    background-color: white;
	}
	.navbar.container{
		max-width: 1790px;
		min-width: 1020px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (min-width: 1024px){
.navbar-down .navbar.bg-dark{
    border-bottom: 1px solid transparent;
}}
@media (min-width: 1024px){
header.fixed-top {
    border-bottom: 1px solid rgba(0,0,0,.04);
    /*菜单玻璃效果*/
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    /*box-shadow: 0 1px 5px 0 rgb(0 0 0 / 8%);*/
}}
@media(min-width: 1680px){
    /* .navbar-expand-sm .navbar-nav .nav-item:nth-child(1-) .dropdown-menu,
    .navbar-expand-sm .navbar-nav .nav-item:nth-child(2-) .dropdown-menu{
        top: calc(100% - 1px);
    }
    .navbar-expand-sm .navbar-nav .nav-item:nth-child(1-) .dropdown-menu  > .d-lg-flex,
    .navbar-expand-sm .navbar-nav .nav-item:nth-child(2-) .dropdown-menu > .d-lg-flex{
        max-width: 1230px;
		min-width: 1020px;
		margin-left: auto;
		margin-right: auto;
    } */
}

/* ====网站底部==== */
@media(min-width: 1680px){
	.ft .py-ft{
			padding-top: 60px;
		padding-bottom: 5px;
	}
}
.ft .bg-gray-dk{
	background: #17181B;
}

/* dl */
.ft .bg-gray-dk .business dl{
	padding: 0 ;
}
.ft .bg-gray-dk .business dl:first-child{
	
}

.ft .bg-gray-dk .business{
	flex-grow: 1;
}
.ft .bg-gray-dk .sbefore{
	flex-shrink: 0;
}


/*==== 解决方案详情====*/
@media(min-width:1024px){
    .solution-detail-con2{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0 !important;
        max-width: none;
    }
}

@media(min-width: 1024px){
    .swiper-focus .swiper-slide .focus-text-box .focus-text{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        display: flex;
        flex-direction: color;
        justify-content: center;
    }
}

/* ====案例==== */

@media(min-width: 1024px){
	.list-case .position-relative{
		width: 275px;
		height: 206px;
	}
}
@media(min-width: 1440px){
	.list-case .position-relative{
		width: 376px;
		height: 282px;
	}
}
@media(min-width: 1680px){
	.list-case .position-relative{
		/*width: 384px;*/
		width: 100%;
		height: 288px;
	}
	.list-case .item{
	    flex: 0 0 25%;
        max-width: 25%;
	}
	.list-case img{
	    max-width: none;
	}
}
.list-service .item .position-relative img{
	max-width: 100%;
}
.list-service .position-relative{
	width: 100% !important;
	height: auto !important;
}




