body {
	font-family: PingFangSC-Light, PingFang SC, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif !important;
}

li {
	list-style: none;
}

.detail_banner_replace {
	padding-top: 116px;
	background: #101326;
}

.slice {
	padding-bottom: 0px;
}

.container {
	display: block;
	overflow: hidden;
	max-width: calc(100% - 300px);
}

/*nav*/
.navbar-brand {
	background: url("../images/slider/logo3.png") no-repeat;
	width: 193px;
	height: 50px;
	background-size: auto 100%;
}

.nav-item a {
	color: #fff;
	font-size: 0.8rem;
}

.fixed-top {
	padding: 0px;
	height: 116px;
	background-color: initial;
	color: #fff;
}

.containerHead button {
	background: initial;
	color: #fff;
}

.navbar {
	transition: background-color 0.2s ease-in-out;
}

.bg_navbar {
	background-color: #fff !important;
	color: #606060;
	border-bottom: 1px solid rgba(135, 135, 135, 0.2) !important;
	transition: background-color 0.2s ease-in-out;
}

.bg_navbar .navbar-brand,
.fixedHover .navbar-brand {
	background: url("../images/slider/logo.png") no-repeat;
}

.bg_navbar .containerHead button,
.fixedHover .containerHead button {
	color: #606060;
}

.bg_navbar .nav-item a,
.bg_navbar .navRight a,
.fixedHover .nav-item a,
.fixedHover .navRight a {
	color: #1b2035;
}



.fixed-top.fixe-topTM {
	background: none !important;
	border-color: transparent;
}

.fixed-top.fixe-topTM ul.navbar-nav {
	border-color: transparent;
}

.fixed-top.fixe-topTM .containerHead button .nav-link {
	color: #fff;
}

.fixed-top.fixe-topTM .navRight .j-navbar-search {
	color: #fff;
}

.fixed-top.fixe-topTM .navRight #header-user-wrap {
	color: #fff;
}

.fixed-top.fixe-topTM .navbar-brand {
	background-image: url("../images/slider/logo-whith.png");
}

.fixed-top.fixe-topTM.fixedHover {
	background: #fff !important;
}

.fixed-top.fixe-topTM.fixedHover .containerHead .groupCheck button {
	border-color: #2b70d3;
}

.fixed-top.fixe-topTM.fixedHover .containerHead button .nav-link {
	color: #333;
}

.fixed-top.fixe-topTM.fixedHover .containerHead button:hover {
	border-color: #2b70d3;
}

.fixed-top.fixe-topTM.fixedHover ul.navbar-nav {
	border-color: rgba(255, 255, 255, 0.2);
}

.fixed-top.fixe-topTM.fixedHover .navRight .j-navbar-search {
	color: #606060;
}

.fixed-top.fixe-topTM.fixedHover .navRight #header-user-wrap {
	color: #606060;
}

.fixed-top.fixe-topTM.fixedHover .navbar-brand {
	background-image: url("../images/slider/logo.png");
}

header {
	position: relative;
	z-index: 9999;
	border-bottom: 2px solid #357bf7;
	height: 80px;
	box-sizing: border-box;
}

.wrap {
	margin: 0 auto;
	margin-top: 10px;
}

.wrap-item {
	float: left;
	width: 25%;
	border-right: 1px solid #e9e9e9;
	padding-left: 30px;
}

#nav {
	display: flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

ul.navbar-nav {
	display: inline-flex;
	flex: 1;
	padding-left: 50px;
}

li.nav-item {}

li.nav-item::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #3498db;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navbar-nav .nav-link {
	padding: 0px;
}

li.nav-item>a {
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 16px;
	position: relative;
	display: flex;
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}


li.nav-item:hover>a,
li.nav-item.active>a {
	color: #357bf7;
}

li.nav-item:hover>a::before,
li.nav-item.active>a::before {
	display: block;
}

.nav-breadcrumb {
	background: #e9ecef;
}

.nav-breadcrumb .breadcrumb {
	margin-bottom: 0px;
	padding: 15px 0;
}

.nav-breadcrumb .breadcrumb-item a {
	font-size: 0.8rem;
	color: #999;
}

.navbar-toggler {
	border: 1px solid #e2e2e2;
	color: #495057;
}

/*footer*/
.footer {
	background: #fff;
	color: #828691;
}

.footer-fl {
	margin-bottom: 5px;
}

.footer-fl i {
	margin-right: 6px;
}

.text-muted {
	color: #828691 !important;
}

.footer-img {
	width: 150px;
}

.footer .list-unstyled li a.text-muted:hover {
	color: #fff !important;
}

.footer-contact h5 {
	font-size: 1rem;
	color: #fff;
}

.footer-code img {
	width: 120px;
}

/* 二级菜单 */
.subMenu {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	padding: 30px 0;
	border-top: 1px solid #e9e9e9;
}

.subMenu>ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.navlink-a h6 a {
	font-size: 1rem;
	font-weight: 600;
}

ul.navlink2 {
	padding: 0px;
	float: left;
}

ul.navlink2>li {
	list-style: none;
}

ul.navlink2>li>a {
	display: block;
	padding: 0 18px;
	text-align: left;
	color: #1b2035;
	line-height: 28px;
	padding: 0;
}

ul.navlink2>li>a:hover {
	color: #357bf7
}

.navlink-a {
	float: left;
}

.navlink-img {
	float: left;
}

.navlink-img a {
	width: 100px;
	height: 150px;
	display: block;
	background-size: 100px;
}

.navlink-img a img {
	width: 100%;
	padding-right: 10px;
}

.navlink-dd {
	border-top: 1px solid #e9e9e9;
	float: inherit;
	width: 85%;
	padding-top: 20px;
	margin-top: 10px;
}

.navlink-dd .navlink-img a {
	width: 80px;
}

.wrap-case li {
	float: left;
	width: 28%;
	list-style: none;
	padding: 5px 30px;
	cursor: pointer;
}

.wrap-case li:hover {
	background: #f5f7f9;
}

.wrap-case li i {
	display: block;
	width: 52px;
	height: 52px;
	float: left;
	background-size: 100%;
	margin-right: 10px;
}

.wrap-case li i.iconfont {
	font-size: 3rem;
	line-height: 2.8rem;
	color: #4d4d4d;
}

.nav-media1 {
	background: url("../images/slider/demo01b.png") no-repeat;
}

.nav-media2 {
	background: url("../images/slider/demo02b.png") no-repeat;
}

.nav-media3 {
	background: url("../images/slider/demo03b.png") no-repeat;
}

.nav-media4 {
	background: url("../images/slider/demo04b.png") no-repeat;
}

.nav-media5 {
	background: url("../images/slider/demo05b.png") no-repeat;
}

.wrap-case {
	width: 1200px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.wrap-case li a {
	font-size: 1rem;
	font-weight: 400;
}


/*banner*/
.bannerbg1 {
	background: url("../images/slider/bannerbg1.jpg") no-repeat;
	height: 738px;
}

.bannerbg2 {
	background: url("../images/slider/bannerbg2.jpg") no-repeat;
	height: 738px;
}

.bannerbg3 {
	background: url("../images/slider/bannerbg3.jpg") no-repeat;
	height: 738px;
}

.bannerbg4 {
	background: url("../images/slider/bannerbg4.jpg") no-repeat;
	height: 738px;
}

.banner-tit {
	color: #242424;
	font-size: 2.8rem;
	line-height: 2.8rem;
	padding: 1rem 0;
	width: max-content;
}

.carousel-inner .banner-titleft .lead {
	color: #0f0f0f;
	font-size: 1.2rem;
}

.banner-post>div {
	color: #6c6d75;
	font-size: 1rem;
	line-height: 2;
}

.navbar-brand .lead {
	color: #fff;
	font-weight: 400;
}

.lead {
	font-weight: 400;
}

.carousel-item .container {
	display: flex;
}

.banner-titleft {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 100px;
}

.banner-titright {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
}

.carousel-item a.morebtn {
	border-radius: 100px;
	font-weight: 400;
	padding: 8px 80px;
	background-image: linear-gradient(to right, rgba(82, 211, 235, 1), rgba(18, 127, 207, 1));
	border: none;
	color: #fff;
	width: max-content;
}

.carousel-control-prev,
.carousel-control-next {
	border: none;
}

.carousel-item .row {
	padding-top: 10rem;
}

.carousel-inner .lead {
	color: #fff;
}

/*main*/
.heading {
	font-size: 2.5rem;
	font-weight: 700;
	font-family: PingFangSC-Light, PingFang SC;
}

.heading_active,
.heading_active_us,
.heading_active_new {
	opacity: 0;
	transform: translate(0, 60px);
	transition: all 0.7s;
}

.heading_active.active_a {
	opacity: 1;
	transform: translate(0, 0);
}

.heading_active_us.active_a {
	opacity: 1;
	transform: translate(0, 0);
}

.heading_active_new.active_a {
	opacity: 1;
	transform: translate(0, 0);
}


/*product*/
.product-thumb {
	width: 100%;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-main {
	padding: 0 13%;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0;
	margin-bottom: 30px;
}

.product-item {
	position: relative;
	margin: 0 0;
	background-color: #f8f9fb;
	flex: 1;
	cursor: pointer;
}

.product-item:first-child {
	margin-right: 50px;
}

.pr-line1 {
	background: url(../images/slider/ba1.jpg) no-repeat;
	background-size: 100%;
}

.pr-line2 {
	background: url(../images/slider/ba2.jpg) no-repeat;
	background-size: 100%;
}

.pr-line3 {
	background: url(../images/slider/ba3.jpg) no-repeat;
	background-size: 100%;
}

.pr-line4 {
	background: url(../images/slider/ba4.jpg) no-repeat;
	background-size: 100%;
}

.pr-lineSmall .product-thumb .product-thumb {
	overflow: hidden;
	cursor: pointer;
	float: right;
	position: relative;
	height: 100%;
	width: 50%;
}

.product-images {
	display: block;
	transition: .3s;
	width: 100%;
}

.product-item:hover .product-images {
	transform: scale(1.1);
}

.product-item-desc {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 70%;
	padding-left: 2rem;
}

.product-item-desc.item-text {
	top: 25px;
}

.product-item .product-item-desc h3 {
	transition: all .3s ease-out;
	font-size: 1.8rem;
	font-weight: 700;
	position: absolute;
	top: 6rem;
}

.product-item .product-item-desc span {
	color: #FFFFFF;
	background: #546a87;
	font-size: 0.8rem;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 3px;
	transition: all .3s ease-out;
}

.product-item .product-item-desc p {
	width: 65%;
	transition: all .3s ease-out;
	opacity: 100;
	margin-top: 15px;
	line-height: 22px;
	color: #828282;
	font-size: 16px;
	position: absolute;
	top: 9.4rem;
	left: 2rem;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media screen and (max-width: 1280px) {
	.product-item .product-item-desc p {
		top: 5.5rem;
	}
}

.product-item .product-item-desc.item-text p {
	transition: all .3s ease-out;
	opacity: 0;
	margin-top: -8px;
}

.product-item .product-item-desc small {
	transition: all .3s ease-out;
	opacity: 1;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 280px;
	left: -200px;
	width: 116px;
	height: 34px;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #4A7FC5;
	color: #4A7FC5;
	line-height: 30px;
	text-align: center;
}

.product-item .product-item-desc small:hover {
	background-color: #4A7FC5;
	color: #fff;
}

.product-item .product-item-desc small .iconfont {
	margin-left: 10px;
}

.product-item .product-item-desc small i {
	position: relative;
	top: 2px;
}

.product-item:hover .product-item-desc h3 {
	/* transform: translate(0, -90px); */
	top: 5rem;
}

@media screen and (max-width: 1280px) {
	.product-item:hover .product-item-desc h3 {
		top: 3rem;
	}
}

.product-item:hover .product-item-desc p {
	/* transform: translate(200px, 0); */
	left: 2rem;
	opacity: 1;
	top: 8rem;
}

.product-item:hover .product-item-desc span {
	transform: translate(0, -100px);
	opacity: 1;
}

.product-item:hover .product-item-desc small {
	transform: translate(200px, 0);
	opacity: 1;
}

.pro-tab tbody th {
	font-size: 1.2rem;
	padding: 0.8rem 0.3rem;
}

.pro-tab tbody td {
	padding: 0.5rem 0.3rem;
}

.pro-tab tbody tr.tab-trtop td {
	padding-top: 1.1rem;
}

.pro-tab tbody tr.tab-trdown td {
	padding-bottom: 1.1rem;
}

.pro-tab tbody th,
.pro-tab tbody td b {
	color: #1b2035
}


/*demo*/
.maskdemo {
	width: 100%;
	background: url("../images/slider/demo01.jpg") no-repeat;
	height: 882px;
	position: relative;
}

.swiper-container {
	padding-top: 5rem;
}

.swiper-wrapper li {
	list-style: none;
}

.title-en {
	color: #0c0c0c;
	font-size: 2rem;
}

.swiper-block {
	display: block;
	overflow: hidden;
	padding-top: 1rem;
}

.sw-box {
	float: left;
	width: 25%;
	padding-bottom: 20px;
}

.sw-box span {
	font-size: 2rem;
	line-height: 2rem
}

.demo-btn {
	border: 1px solid #a9abab;
	border-radius: 50px;
	padding: 5px 25px;
}

.container.demo-thumbs {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	background: url("../images/slider/demobg.png") repeat-x;
	padding-top: 3rem;
}

.demo-thumbs .swiper-wrapper {
	width: 1200px;
	margin: 0 auto;
}

.demo-item {
	float: left;
	width: 20%;
}

.demobg1 {
	background: url("../images/slider/demo01.png") no-repeat;
}

.demobg2 {
	background: url("../images/slider/demo02.png") no-repeat;
}

.demobg3 {
	background: url("../images/slider/demo03.png") no-repeat;
}

.demobg4 {
	background: url("../images/slider/demo04.png") no-repeat;
}

.demobg5 {
	background: url("../images/slider/demo05.png") no-repeat;
}

.swiper-slide {
	width: 100%;
	display: block;
}

.demo-tit {
	font-size: 1rem;
	color: #ffffff;
	padding: 10px 0 2px 70px;
	margin-bottom: 0px;
}

.demo-p {
	color: #ffffff;
	padding-left: 70px;
}

.demo-item:hover .demo-tit,
.demo-item:hover .demo-p {
	color: #3571e0;
}

.demobg1:hover {
	background: url("../images/slider/demo01a.png") no-repeat;
}

.demobg2:hover {
	background: url("../images/slider/demo02a.png") no-repeat;
}

.demobg3:hover {
	background: url("../images/slider/demo03a.png") no-repeat;
}

.demobg4:hover {
	background: url("../images/slider/demo04a.png") no-repeat;
}

.demobg5:hover {
	background: url("../images/slider/demo05a.png") no-repeat;
}

/*about*/
.about-block {
	background: url("../images/slider/aboutbg.png") no-repeat bottom center #fafafa;
	min-height: 750px;
}

.about-left {
	float: left;
}

.about-right {
	float: right;
	position: absolute;
	right: 10%;
	padding-bottom: 3rem;
}

.about-left h2 {
	color: #3571e0;
	font-size: 1.6rem;
}

.about-left h1 {
	font-size: 2.6rem;
}

.aboutmap {
	background: url("../images/slider/map1.png") no-repeat;
	width: 664px;
	height: 547px;
}

.about-bg {
	background: url("../images/pro/about-banner.jpg") no-repeat;
	height: 649px;
}

.jumbotron .container {
	margin-top: 10%;
}

/*new*/
.newbox {
	border-radius: 5px;
}

.newbox img {
	border-radius: 5px;
}

.newbox h1 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 10px 0;
}

.newbox p {}

.newbox-con .newbox {
	border-bottom: 1px solid #e2e2e2;
	border-radius: 0px;
	padding: 15px 0;
}

.new-cag {
	color: #fff;
	background: #3571e0;
	font-size: 0.7rem;
	text-align: center;
	padding: 2px 10px;
	margin-left: 20px;
	border-radius: 2px;
}

.blog-post p.blog-post-meta {
	text-indent: 0rem;
}

.blog-post p {
	text-indent: 2rem;
	font-size: 1rem;
	text-align: left;
}

.blog-post {
	text-align: center;
}

.blog-post img {
	text-align: center;
	width: 90%;
	margin: 20px auto;
	text-indent: 0rem;
}

.blog-post pre code {
	text-align: center;
	display: block;
	color: #888;
}

[data-delimiter="1"]::before {
	height: 0;
}


/*about*/
.aboutbg {
	background: url("../images/slider/aboutbg.png") center bottom no-repeat;
}

.about-slide {
	float: left;
	background: url("../images/slider/Viconbg.png") no-repeat;
	width: 125px;
	height: 125px;
	margin-right: 25px;
}

.about-slide img {
	width: 42px;
	margin-top: 40px;
}

.about-box .card-body h1 {
	font-size: 1.6rem;
	text-align: left;
	margin-top: 30px;
}

.about-box .card-body p {
	font-size: 1rem;
	text-align: left;
}

.parallax-bg {
	background: url("../images/slider/lichengbg1.jpg") no-repeat center bottom;
	height: 840px;
}

.parallax-bg .container .heading {
	color: #fff;
}

.card-title {
	margin-bottom: 0.5rem;
}

.con-top {
	border-top: 1px solid #e9e9e9;
	padding: 3rem 0;
}

.con-top .card {
	border: none;
	border-radius: 0px;
}

.con-top .col-sm-3 h5 {
	margin-top: 1rem;
}

.con-top .col-sm-3 img {
	float: left;
	width: 50px;
	margin-right: 15px;
}

.con-bg {
	background: url("../images/pro/con-banner1.jpg") no-repeat top center;
	height: 500px;
}

.con-ins h3 {
	border-bottom: 1px solid #e9e9e9;
	font-size: 2rem;
	line-height: 4rem;
	margin-bottom: 2rem;
}

.contact-us {
	background: url("../images/slider/contactbg.jpg")no-repeat center;
	background-size: 100%;
	padding: 6rem 0 5rem;
}

.contact-box {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 2.5rem 3rem;
}

.con-ins .col-sm-3 p {
	margin-bottom: 0px;
}

.fluid-paragraph p.lead {
	color: #fff;
}

.solutionWrap {
	margin-bottom: 200px;
	overflow: hidden;
	padding: 0px 13%;
	height: 500px;
}

.solution_bg {
	background: #c5cad4;
}

.solutionWrap .tab-header {
	display: flex;
	margin-bottom: 50px;
}

.solutionWrap .tab-btn {
	padding: 10px 20px;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 16px;
	width: 25%;
	text-align: center;
}

.solutionWrap .tab-btn.active {
	font-weight: bold;
	border-bottom: 2px solid #0866e2;
	color: #0866e2;
}

.solutionWrap .tab-content {
	padding: 0 0 65px 0;
	height: calc(100% - 45px - 50px);
	box-sizing: border-box;
}

.solutionWrap .tab-pane {
	display: none;
	height: 100%;
}

.solutionWrap .tab-pane>div {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.solutionWrap .tab-pane>div>div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.solutionWrap .tab-pane>div>div:first-child {
	padding-right: 70px;
	width: 60%;
}

.solutionWrap .tab-pane>div>div:last-child {
	width: 40%;
}

.solutionWrap .tab-pane>div>div .tit {
	color: #242424;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}

.solutionWrap .tab-pane>div>div .des {
	color: #0f0f0f;
	font-size: 18px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* 控制显示的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.solutionWrap .tab-pane>div>div .lookMore {
	background: #003DCB;
	color: #fff;
	width: 135px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}

.solutionWrap .tab-pane.active {
	display: block;
}

#swiper-history {
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}

#swiper-history .swiper-container {
	height: 500px;
	margin: 0 40px;
	padding-top: 1.6rem;
}

#swiper-history .short-line {
	height: 72px;
	border-bottom: 1px dashed #007aff;
	width: 30px;
	position: absolute;
	top: 0px;
}

#swiper-history .long-line {
	height: 63px;
	border-bottom: 3px solid #FFF;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 30px;
}

#swiper-history .swiper-slide span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	transition: 700ms;
}

#swiper-history .swiper-slide .detail {
	height: 20px;
	line-height: 3rem;
	top: 80px;
	color: #fff;
	opacity: 0;
	font-size: 1.2rem;
	font-weight: 350;
}

#swiper-history .swiper-slide .date {
	color: #fff;
	position: absolute;
	top: -30px;
	opacity: 0;
	font-size: 3rem;
	font-weight: 800;
}

#swiper-history .swiper-slide-active span {
	transition: 700ms 700ms;
}

#swiper-history .swiper-pagination-bullets {
	white-space: nowrap;
	width: auto;
	top: 64px;
	height: 10px;
	line-height: 10px;
	transition: 700ms;
}

#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 10px 0 0 0;
}

#swiper-history .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
	line-height: 10px;
	width: 10px;
	height: 10px;
	position: relative;
	top: -18px;
}

#swiper-history .swiper-button-next,
#swiper-history .swiper-button-prev {
	background-size: 20px auto;
	top: 72px;
}

#swiper-history .swiper-pagination-bullet-active {
	background: url("../images/slider/bulletbg.png") no-repeat;
	width: 49px;
	height: 49px;
	opacity: 1;
	margin-top: -19px !important;
	position: relative;
	top: 0px;
}

/**
 * Swiper 3.4.1**/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 71px;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	top: 72px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}


@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}


.resp-tabs-list {
	width: 100%;
	text-align: center;
	margin-bottom: 4%;
}

.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}

.resp-tab-item {
	color: #4D4D4D;
	font-size: 1rem;
	text-transform: uppercase;
	background: #F2F2F2;
	cursor: pointer;
	padding: 12px 0;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: dis;
	width: 11.28%;
	border-radius: 3px;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto;
}

.resp-tab-item:hover {
	color: #fff;
	background: #0e68dc;
}

.resp-tab-active {
	background: #0e68dc;
	text-shadow: none;
	color: #fff;
	font-size: 1rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}

.resp-tab-content {
	display: none;
}

.facts {
	display: flex;
	overflow: hidden;
	justify-content: center;
	width: 100%;
	padding-bottom: 6rem;
}

.facts-fl {
	float: left;
	margin: 0 10px;
}

/*message*/
.con-message {
	background: url("../images/slider/conbg.jpg") no-repeat;
	height: 400px;
}

.conbg {
	background: url("../images/slider/conbg.png") no-repeat;
	width: 583px;
	height: 233px;
}

.bg-secondary {
	background: #386BF3 !important;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 30px;
	margin-top: 1.6rem;
}


/*product*/
.info-tit span {
	height: 3px;
	width: 80px;
	background: #5498FF;
	display: block;
	margin: 0 auto;
}

.spotlight-holder {
	height: 649px;
}

.pro-toptext .heading {
	margin-bottom: 0px;
	font-size: 2rem;
}

.por-cag {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.por-cag .dropdown .btn-block {
	width: 280px;
	margin: 0 10px 15px;
}

.pro-chebg {
	background: url("../images/pro/pro-bg.jpg") no-repeat;
	margin-bottom: 30px;
}

.pro-chebg .card-body h3 {
	margin-bottom: 15px !important;
}

.pro-chebg .card-body h3 .d-block {
	font-size: 1.4rem;
	font-weight: 800;
	height: 25px;
	margin-top: 10px;
}

.pro-chebg .card-body h3 small {
	font-size: 1.4rem;
}

.pro-chebg .card-body h3 .text-muted {
	font-size: 1.4rem;
}

.pro-text .d-block {
	height: 30px;
	margin-bottom: 0px;
}

.pro-text .d-block b {
	font-size: 1.4rem;
	color: #2D2D2D;
	height: 30px;
	line-height: 30px;
}

.pro-img {
	text-align: center;
	max-width: 300px;
	min-height: 280px;
	margin: 0 auto;
}

.pro-img img {
	width: 100%;
	margin: 0 auto;
}

.pal-7 {
	padding-left: 70px;
}

.pro-detail i {
	float: left;
	width: 54px;
	height: 54px;
	background-size: 54px;
	margin-right: 20px;
}

.pro-detail .pro-del i {
	float: left;
	width: 50px;
	height: 50px;
}

.pro-del h3 {
	margin-bottom: 0px;
}

.pro-del p {
	font-size: 1.1rem;
}

.pro-chebg .btn-primary {
	border: 1px solid #2282E1;
	background: none;
	color: #2282E1;
	border-radius: 60px;
	padding: 5px 30px;
}

.pro-chebg .btn-primary:hover {
	background: #2282E1;
	color: #fff;
}

.pro-icon1 {
	background: url("../images/pro/pro-icon1.png") no-repeat;
}

.pro-icon2 {
	background: url("../images/pro/pro-icon2.png") no-repeat;
}

.pro-icon3 {
	background: url("../images/pro/pro-icon3.png") no-repeat;
}

.pro-icon4 {
	background: url("../images/pro/pro-icon2.png") no-repeat;
}

.procon-icon .text-primary {
	border: 1px solid #707070;
	border-radius: 8px;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.procon-icon .text-primary .fa {
	font-size: 1rem;
	background: url("../images/slider/demo05b.png") no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	background-size: 50px;
	margin: 15px auto;
}

.procon-icon {
	text-align: center;
}

.procon-icon .heading {
	font-size: 1rem;
	font-weight: 700;
}

.procon-icon p {
	font-size: 0.8rem;
}

.pro-chebg .mt-5 {
	margin-top: 2rem !important;
}

.pro-loadbg {
	background: #f4f4f4;
	margin-bottom: 30px;
}

.pro-loadbg .pro-img {
	max-width: 90%;
	min-height: 90%;
}

.pro-loadbg .card-body {
	padding-left: 2.5rem;
	padding-top: 2rem
}

.col-center {
	margin: 0 auto;
}

.nav-pills .nav-link {
	border: none;
}



.pro-parameter {
	background: #fafafa;
	padding-bottom: 50px;
}

.o-m {
	width: 1200px;
	margin: 20px auto;
}

.o-m .ul-o {
	float: left;
	width: 300px;
	position: relative;
}

.o-m .ul-o li {
	width: 100%;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.o-m .ul-o span {
	width: 62px;
	height: 40px;
	float: left;
	display: block;
	background: url(../img/n-qyjz-1.png) no-repeat;
	background-position: -272px 20px;
}

.o-m .ul-o .li-t span {
	background-position: -272px -50px;
}

.o-m .ul-o .li-s span {
	background-position: -272px -120px;
}

.o-m .ul-o .li-f span {
	background-position: -272px -190px;
}

.o-m .ul-o .li-w span {
	background-position: -272px -257px;
}

.o-m .ul-o .li-l span {
	background-position: -272px -323px;
}

.o-m .ul-o li p {
	float: left;
	line-height: 40px;
	color: #495057;
	font-size: 1rem;
	width: 220px;
}

.o-m .ul-o li b {
	position: absolute;
	display: block;
	width: 15px;
	height: 32px;
	background: #5498FF;
	top: 50%;
	margin-top: -16px;
	right: -15px;
	display: none;
	color: #fff;
	border-radius: 5px;
}

.o-m .ul-o .li-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	height: 40px;
	background: #5498FF;
	color: #fff;
	border-radius: 5px;
}

.o-m .ul-o li.on b {
	display: block;
}

.o-m .ul-t {
	background: #fff;
	width: 900px;
	float: left;
	border-radius: 10px;
	padding: 30px 0;
	margin-bottom: 30px;
}

.o-m .ul-t li {
	list-style-type: none;
	position: relative;
	height: 100%;
	display: none;
}

.o-m .ul-t .li-top {
	padding: 0 0 0 50px;
}

.o-m .ul-t h5 {
	color: #666;
	font-size: 24px;
	line-height: 38px;
}

.o-m .ul-t p {
	color: #999;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px
}

.o-m .ul-t .li-a a {
	color: #2b91b8;
	font-size: 14px;
	margin-right: 30px;
	cursor: default;
	line-height: 22px;
}

.o-m .ul-t .li-a span {
	color: #999;
	font-size: 14px
}

.o-m .ul-t .li-img {
	width: 100%;
	margin-top: 20px;
}

a.btn-download {
	border: 1px solid #707070;
	border-radius: 60px;
	color: #1b2035;
	padding: 10px 100px;
}

a.btn-download:hover {
	color: #0066db;
	background: #F1F5F8;
}

/*nwes*/
.news-list {
	border-bottom: 1px solid #CFCFCF;
}

.news-list span.badge {
	margin-left: 15px;
	font-size: 0.8rem;
	border-radius: 3px;
	background: #3571E0;
	color: #fff;
}

.news-nav {
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 4rem;
}

.news-nav .nav .nav-item {
	text-align: center;
}

.news-nav .nav li.nav-item.nav-item>a {
	display: block;
	position: inherit;
	line-height: 60px;
}

.news-bg {
	background: url("../images/pro/new-banner.jpg") no-repeat;
	height: 649px;
}


/*case*/
.case-con .list-inline .col-sm-6 {
	font-size: 0.9rem;
	font-weight: 600;
	padding: 5px 15px;
}

.case-con .list-inline .col-sm-6 i {
	margin-right: 6px;
	color: #85b8ff;
}

.case-bg {
	background: url("../images/pro/case-banner.jpg") no-repeat;
	height: 649px;
}

.case-video {
	max-width: 800px;
	margin: 0 auto;
}

.case-video .video {
	width: 800px;
}

.fixed-top.fixedHover {
	background-color: #fff;
}

.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.marketing h2 {
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

.featurette-divider {
	margin: 2rem 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

/*service*/
.service-bg {
	background: url("../images/pro/service-banner.jpg") no-repeat;
	height: 649px;
}

.service-top .card {
	background: #f5f6fb;
}

.service-top .card .card-body {
	padding: 1.5rem 2.5rem;
}

.service-top .card .card-title {
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.service-list .list-group-item h5 {
	line-height: 1rem;
}

.service-list .list-group-item p {
	font-size: 0.8rem;
}

.service-list .list-group-item a.btn-sm {
	float: right;
}

.service-list .col-sm-1 i {
	font-size: 4rem;
	line-height: 2rem;
	position: relative;
	top: 10px;
}


/*join us*/
.juin-bg {
	background: url("../images/slider/juinusbg.jpg") top no-repeat;
	height: 500px;
}

.join-us .card {
	border: 0px;
}

.btn-link {
	font-size: 1.6rem;
	color: #1b2035;
	padding-left: 0px;
}

.btn-link span {
	font-size: 0.8rem;
	color: #999;
}

.join-us .icon {
	position: relative;
	bottom: 3px;
}

@media (min-width: 40em) {

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}

}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}


/*NEW*/
/*INDEX*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
	z-index: 9999;
}

.containerHead {
	overflow: visible;
}

.containerHead button {
	height: 113px;
	border: none;
	cursor: pointer;
}

.containerHead button:hover {
	color: #2b70d3;
}

.containerHead button:focus,
.containerHead button:focus-visible {
	outline: 0;
}

.containerHead .dropdown-menu dl {
	display: block;
	float: left;
	margin-right: 90px;
	margin-bottom: 0;
}

.groupProduct.show button {
	border-bottom: 3px solid #2b70d3;
}

.groupProduct .dropdown-menu {
	margin: 0;
	border-radius: 0;
	/* box-shadow: none; */
	left: -70px;
	padding: 20px 50px;
	width: 1500px;
	/* border-top: 1px solid #D1D1D1; */
}

.containerHead .dropdown-toggle::after {
	display: none;
}

.containerHead .dropdown-toggle .iconfont {
	font-size: 12px;
	margin-left: 6px;
}

.groupProduct.groupSole .dropdown-menu {
	width: 320px;
}

.containerHead .groupSole .dropdown-menu dl {
	margin-right: 0;
}

.containerHead .groupCheck {
	color: #357bf7;
}

.containerHead .groupCheck button {
	border-bottom: 3px solid #1A91ed;
}

.fixed-top.fixe-topTM .containerHead .groupCheck button {
	border-bottom: 3px solid #fff;
}

.containerHead .nav-item {
	padding: 0 35px;
	margin: 0;
}

.containerHead .nav-item dt {
	font-size: 20px;
	border-bottom: 1px solid #D1D1D1;
	padding: 16px 30px;
	margin-bottom: 10px;
	color: #131313;
	font-weight: normal;
	padding-left: 0;
}

.containerHead .nav-item dt .iconfont {
	margin-right: 10px;
	font-size: 26px;
	position: relative;
	top: 2px
}

.containerHead .nav-item dd {
	line-height: 40px;
	font-size: 16px;
	margin: 0;
	color: #666;
}

.containerHead .nav-item dd a {
	color: #666;
}

.containerHead .nav-item dd a:hover {
	color: #2b70d3;
}

/*banner*/
#carouselExampleIndicators .carousel-item {
	background-size: 100% auto;
	background-position: center center;
}

#carouselExampleIndicators .carousel-indicators li {
	width: 120px;
	height: 1px;
	background-color: #B7B7B7;
	cursor: pointer;
}

#carouselExampleIndicators .carousel-indicators li.active {
	background-color: #0070E1;
}

#carouselExampleIndicators .carouselText {
	bottom: 60px;
}

#carouselExampleIndicators .carousel-control-next-icon {
	background-image: none;
	width: 30px;
	height: 30px;
	position: relative;
	top: 58px;
	cursor: pointer;
}

#carouselExampleIndicators .carousel-control-next-icon .iconfont {
	font-size: 30px;
}

#carouselExampleIndicators .carousel-control-prev-icon {
	background: none;
	position: relative;
	top: 58px;
	cursor: pointer;
}

#carouselExampleIndicators .carousel-control-prev-icon .iconfont {
	font-size: 30px;
}

.sliceBox {
	text-align: left;
	padding: 0 13%;
	position: relative;
}

.sliceBox .heading {
	font-size: 42px;
}

.sliceBox h4 {
	font-size: 30px;
	line-height: 40px;
	justify-content: space-between;
	margin-bottom: 30px;
	font-weight: normal;
	position: relative;
}

.sliceBox h4 em {
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #4A7FC5;
	position: absolute;
	top: 19px;
	margin-left: 20px;
}

.sliceBox SPAN {
	color: #9c9c9c;
	font-size: 18px;
}

.sliceBox .sliceMore:not([href]):not([tabindex]) {
	color: #2D2D2D;
	font-size: 16px;
	cursor: pointer;
	opacity: 1;
}

.sliceBox .sliceMore:not([href]):not([tabindex]):hover {
	opacity: 1;
}

.sliceBox .sliceMore {
	color: #2D2D2D;
	font-size: 16px;
	cursor: pointer;
	opacity: 1;
	position: absolute;
	top: 0px;
	right: 0px;
}

.sliceBox .sliceMore:hover {
	opacity: 1;
}

.sliceBox .sliceMore .iconfont {
	margin-left: 10px;
}

.solutionMain {
	overflow: hidden;
	margin-bottom: 0px;
}

.solutionMain .solutionItem {
	display: block;
	float: left;
	height: 580px;
	width: 20%;
	cursor: pointer;
	transition: all .6s ease-out;
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.solutionMain .solutionItem.solutionItem1 {
	background-image: url(../images/index/SOLUTION1.jpg);
	background-position: center;
}

.solutionMain .solutionItem.solutionItem2 {
	background-image: url(../images/index/SOLUTION2.jpg);
	background-position: center;
}

.solutionMain .solutionItem.solutionItem3 {
	background-image: url(../images/index/SOLUTION3.jpg);
	background-position: center;
}

.solutionMain .solutionItem.solutionItem4 {
	background-image: url(../images/index/SOLUTION4.jpg);
	background-position: center;
}

.solutionMain .solutionItem.solutionWide {
	width: 40%;
}

/* .solutionMain .solutionItem:hover{
	width: 40%;
} */
.solutionMain .solutionItem .solutionImg {
	position: absolute;
	bottom: 260px;
	left: calc(50% - 36px);

	transition: all .6s ease-out;
}

.solutionMain .solutionItem h4 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	position: absolute;
	bottom: 200px;
	font-weight: normal;
	width: 100%;

	transition: all .6s ease-out;
}

.solutionMain .solutionItem .iconfont {
	font-size: 32px;
	color: #fff;
	position: absolute;
	bottom: 106px;
	text-align: center;
	left: calc(50% - 16px);

	transition: all .6s ease-out;
}

.solutionMain .solutionItem span {
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 160px;
	display: block;
	width: 400px;
	text-align: left;
	left: calc(50% - 200px);

	transition: all .6s ease-out;
	opacity: 0;
}

.solutionWide .solutionImg,
.solutionWide h4 {
	transform: scale(1.2);
}

.sliceAbout {
	background: url(../images/index/aboutBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 130px;
	padding-bottom: 140px;
	overflow: hidden;
}

.sliceBox.sliceAbout .sliceMore:not([href]):not([tabindex]) {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 50px;
	display: block;
}

.sliceBox.sliceAbout .sliceMore {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 50px;
	display: block;
}

.aboutLeft {
	float: left;
	width: calc(50% - 100px);
	margin-right: 100px;
}

.aboutLeft p {
	color: #707070;
	margin-bottom: 30px;
}

.aboutRight {
	float: left;
	width: 50%;
}

.aboutRight ul {
	margin: 100px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

.aboutRight ul li {
	list-style: none;
	overflow: hidden;
	float: left;
	width: 50%;
	margin-bottom: 80px;
}

.aboutRight ul li:nth-child(odd) {
	margin-right: 30px;
}

.aboutRight ul li:nth-child(even) {
	width: calc(50% - 50px);
}

.aboutRight ul li img {
	float: left;
	display: block;
	margin-right: 12px;
	position: relative;
	top: 10px
}

.aboutRight ul li .aboutIconText {
	float: left;
}

.aboutRight ul li .aboutIconText h6 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.aboutRight ul li .aboutIconText h6 span {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}

.aboutRight ul li .aboutIconText p {
	font-size: 18px;
	color: #707070;
}

.sliceNews .newUnit {
	width: calc((100% - 40px * 3) / 4);
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	cursor: pointer;
}

.sliceNews .newUnit:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1280px) {
	.sliceNews .newUnit {
		width: calc((100% - 40px * 2) / 2);
	}
}

.newsMain {
	margin-top: 40px;
	overflow: hidden;
}

.sliceNews .newUnit b {
	display: block;
	width: 100%;
	overflow: hidden;
}

.sliceNews .newUnit img {
	width: 100%;
	transition: all .6s ease-out;
}

.sliceNews .newUnit:hover img {
	transform: scale(1.2);
}

.sliceNews .newUnit h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 30px 20px 20px;
	margin: 0;
	color: #000;
}

.sliceNews .newUnit span {
	color: #707070;
	font-size: 14px;
	display: block;
	padding: 0px 30px 30px;
}

.sliceNews .newUnit em {
	font-style: normal;
	padding: 0px 20px 20px;
	color: #949494;
	font-size: 16px;

}

.sliceNews .newUnit i {
	background: url(../images/index/newsIcon.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 9px;
	margin-left: 20px;
	position: relative;
	top: -2px
}

.newUnitBox {
	border: 1px solid #c8c8c8;
	padding-bottom: 30px;
	min-height: 228px;
}

@media screen and (max-width: 1280px) {
	.newUnitBox {
		min-height: 198px;
	}
}

.sliceService {
	background-color: #f8f8f8;
	padding-top: 100px;
	padding-bottom: 80px;
	margin-bottom: 0 !important;
}

.sliceBox.sliceService .sliceMore:not([href]):not([tabindex]) {
	top: 200px
}

.ServiceBox {
	padding-top: 40px;

}

.ServiceBox ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ServiceBox li {
	float: left;
	margin-right: 15px;
	width: calc(20% - 12px);
	margin-bottom: 15px;
}

.ServiceBox li:nth-child(5) {
	margin-right: 0;
}

.ServiceBox li:nth-child(10) {
	margin-right: 0;
}

.ServiceBox li:nth-child(15) {
	margin-right: 0;
}

.ServiceBox li:nth-child(20) {
	margin-right: 0;
}

.ServiceBox li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	overflow: hidden;
}

.ServiceBox li a img {
	width: 100%;
	transition: all .6s ease-out;
}

.ServiceBox li a:hover img {
	transform: scale(1.1);
}

.sliceBotTop {
	padding-top: 0;
}

.sliceBot {
	background: url(../images/index/dbg.jpg) no-repeat center;
	background-size: 100% auto;
	height: 330px;
	margin-bottom: 0 !important;
}

.sliceBot h4 {
	text-align: center;
	font-size: 46px;
	color: #fff;
	padding-top: 90px;
	padding-bottom: 0;
	margin: 0;
}

.sliceBot h5 {
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding-top: 20px;
	font-weight: normal;
}

.sliceBot a:not([href]):not([tabindex]) {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #4A7FC5;
	width: 200px;
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	margin-top: 60px;
	cursor: pointer;

}

.sliceBot a:not([href]):not([tabindex]):hover {
	background-color: #4A7FC5;
	color: #fff;
}

.sliceBot a {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #4A7FC5;
	width: 200px;
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	margin-top: 60px;
	cursor: pointer;

}

.sliceBot a:hover {
	background-color: #4A7FC5;
	color: #fff;
}

/*footer*/
.footer {
	padding: 90px 13% 40px;
	background-color: #171b27;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footLine {
	width: calc(100% - 120px);
	height: 1px;
	margin: 10px auto;
	background-color: #393e4d;
}

.footerTop {
	overflow: hidden;
	padding: 0 60px;
}

.footerTop .footLeft ul {
	display: flex;
}

.footerTop .footLeft li {
	float: left;
	flex: 1;
	color: #fff;
	font-size: 20px;
}

.footerTop .footRight img {
	width: 153px;
}

.footerMain {
	overflow: hidden;
	padding: 0 60px;
	padding-bottom: 60px;
}

.footerMain .footLeft {
	display: flex;
	padding-top: 10px;
}

.footerMain .footLeft ul {
	flex: 1;
	color: #828691;
}

.footerMain .footLeft ul li {
	line-height: 35px;
}

.footerMain .footLeft ul li a {
	color: #828691;
	cursor: pointer;
	font-size: 14px;
}

.footerMain .footLeft ul li a:hover {
	color: #fff;
}

.footerMain .footRight {
	padding-top: 10px;
}

.footerMain .footRight p {
	color: #828691;
	font-size: 16px;
	padding: 0;
	margin: 0;
	line-height: 38px;
}

.footerMain .footRight p span {
	font-weight: bold;
	color: #fff;
}

.footerMain .footRight p i {
	font-style: normal
}

.footerMain .footRight em {
	font-style: normal;
	font-size: 16px;
	margin: 10px 0;
	display: block;
}

.footerMain .footRight ul {
	/* overflow: hidden; */
}

.footerMain .footRight li {
	float: right;
	position: relative;
	margin-left: 10px;
}

.footerMain .footRight li:last-child {
	margin-left: 0;
}

.footerMain .footRight li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #323641;
	color: #fff;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.footerMain .footRight li:last-child a .iconfont {
	font-size: 20px;
}

.footerMain .footRight li a:hover {
	background-color: #fff;
}

.footerMain .footRight li:hover .footEwm {
	display: block;
}

.footEwm {
	position: absolute;
	left: -37px;
	bottom: 40px;
	width: 107px;
	height: 107px;
	background: url(../images/index/fixEwm.png) no-repeat;
	display: none;

}

.footEwm2 {
	background-image: url(../images/index/botEwm.jpg);
}

.footEwm3 {
	background-image: url(../images/index/videoEwm.jpg);
}

.footerBot {
	overflow: hidden;
	padding: 20px 60px 0;
}

.footLeft {
	float: left;
	width: 60%;
}

.footRight {
	float: left;
	width: 40%;
	text-align: right;
}

.navRight {
	float: right;
	width: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navRight a {
	color: #fff;
}

.navRight a:first-child {
	margin-right: 30px;
}

.navRight .j-navbar-search {
	color: #fff;
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;

}

.navRight #header-user-wrap {
	color: #fff;
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;
}

.bg_navbar .j-navbar-search,
.bg_navbar #header-user-wrap {
	color: #606060;
}

.navRight .navMenu {
	color: #606060;
	margin-right: 0px;
	display: none;
	font-size: 19px;
	color: #333;
	cursor: pointer;
	width: 19px;
	height: 19px;
	/* background: url(../images/index/menu.png) no-repeat; */
	background-size: 100% auto;
}

.navRight .navMenu .iconfont {
	font-size: 19px;
}

.navRight a .iconfont {
	font-size: 22px;
}

.navRight a:hover {
	color: #0070E1;
}

.fixed-top.fixe-topTM .navRight .navMenu .iconfont {
	font-size: 19px;
	color: #fff;
}

.navRight .navMenu .iconfont {
	font-size: 19px;
}

.aboutHead {
	background: url(../images/about/aboutBg.jpg) no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	overflow: hidden;
	height: 660px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 116px;
}

.aboutHead h2 {
	font-size: 58px;
	color: #fff;
	margin-bottom: 20px;
}

.aboutHead p {
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
}

.aboutHead a:not([href]):not([tabindex]) {
	width: 180px;
	margin: 0 auto;
	height: 50px;
	border-radius: 4px;
	border: 1px solid #fff;
	display: block;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin-top: 70px;
}

.aboutHead a .iconfont {
	margin-right: 16px;
}

.aboutHead a:not([href]):not([tabindex]):hover {
	background-color: #fff;
	color: #0070E1;
}

.aboutBox{
	text-align: center;
	padding: 20px 13% 0;
}
.productAmr,
.ProductAl {
	text-align: center;
	padding: 100px 13%;
}

.aboutBox h2 {
	font-size: 32px;
	color: #131313;
	font-weight: normal;
}

.aboutBox em {
	display: block;
	width: 41px;
	height: 3px;
	background-color: #4a7fc5;
	margin: 20px auto;
}

.aboutBox h5 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.aboutUs {
	background: url(../images/about/aboutBg2.jpg) no-repeat bottom center;
	background-size: 100% auto;
}

.aboutUs em {
	margin-bottom: 40px;
}

.aboutUs ul {
	overflow: hidden;
	display: flex;
	width: calc(100%);
	padding: 0;
	margin: 0;
	padding-bottom: 100px;
	padding-top: 60px;
}

.aboutUs ul li {
	flex: 1;
}

.aboutUs ul li h4 {
	font-size: 24px;
	font-weight: normal;
	padding-top: 30px;
}

.aboutUs ul li span {
	font-size: 18px;
	font-weight: normal;
}

.aboutDis p {
	text-align: center;
}

.aboutDis ul {
	overflow: hidden;
	display: flex;
	padding: 0 100px 100px;
	margin: 0;
}

.aboutDis ul li {
	flex: 1;
	color: #fff;
	height: 510px;
	cursor: pointer;
	position: relative;
}

.aboutDis ul li:nth-child(1) {
	background: url(../images/about/aboutBox1.jpg) no-repeat center;
	background-size: 100% auto;
}

.aboutDis ul li:nth-child(2) {
	background: url(../images/about/aboutBox2.jpg) no-repeat center;
	background-size: 100% auto;
}

.aboutDis ul li:nth-child(3) {
	background: url(../images/about/aboutBox3.jpg) no-repeat center;
	background-size: 100% auto;
}

.aboutDis ul li:nth-child(4) {
	background: url(../images/about/aboutBox4.jpg) no-repeat center;
	background-size: 100% auto;
}

.zzBg {
	width: 100%;
	height: 100%;
	background-color: rgba(37, 34, 40, 0.76);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: all .6s ease-out;
}

.aboutDis ul li img {
	margin-top: 200px;
	transition: all .3s ease-out;
	position: relative;
}

.aboutDis ul li h4 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	padding-top: 30px;
	transition: all .3s ease-out;
}

.aboutDis ul li span {
	font-size: 18px;
	font-weight: normal;
	transition: all .3s ease-out;
	position: relative;
	z-index: 2;
}

.aboutDis ul li h4.disH4 {
	display: none;
	transition: all .6s ease-out;
	position: absolute;
	top: 70px;
	left: 40px;
	padding-top: 0;
	z-index: 2;
}

.aboutDis ul li b {
	display: none;
	transition: all .6s ease-out;
	position: absolute;
	top: 160px;
	left: 40px;
	padding-top: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	width: calc(100% - 80px);
	z-index: 2;
}

.aboutDis ul li span.disSpan {
	display: none;
	transition: all .6s ease-out;
	position: absolute;
	top: 110px;
	left: 40px;
}

.aboutDis ul li .disText {
	display: none;
	transition: all .6s ease-out;
	font-size: 14px;
	position: absolute;
	top: 250px;
	left: 40px;
	width: calc(100% - 80px);
	text-align: left;
	color: #fff;
	z-index: 2;
}

.aboutDis ul li h5 {
	display: none;
	transition: all .6s ease-out;
	position: absolute;
	top: 190px;
	left: 40px;
	font-size: 14px;
	z-index: 2;
	color: #fff;
}

.aboutDis ul li:hover img {
	opacity: 0;
}

.aboutDis ul li:hover h4 {
	opacity: 0;
}

.aboutDis ul li:hover span {
	opacity: 0;
}

.aboutDis ul li:hover h5 {
	display: block;
}

.aboutDis ul li:hover .zzBg {
	opacity: 1;
}

.aboutDis ul li:hover h4.disH4 {
	opacity: 1;
	display: block;
}

.aboutDis ul li:hover span.disSpan {
	opacity: 1;
	display: block;
}

.aboutDis ul li:hover b {
	display: block;
}

.aboutDis ul li:hover .disText {
	display: block;
}

.aboutDis ul li:hover h5 {
	display: block;
}

.aboutDevelop {
	background: url(../images/about/aboutBg3.jpg) no-repeat center;
	background-size: 100% auto;
	height: 810px;
	padding: 0 285px;
	padding-top: 100px;
}

.aboutDevelop h2 {
	color: #fff;
}

.aboutDevelop h3 {
	color: #fff;
}

.aboutDevelop em {
	background-color: #fff;
}

.aboutDevelop ul {
	display: flex;
	width: calc(100%);
	padding: 0;
	margin: 0;
	padding-bottom: 100px;
	padding-top: 20px;

}

.aboutDevelop ul li {
	flex: 1;
	padding-left: 60px;
	position: relative;
	color: #fff;
	padding-right: 90px;
}

.aboutDevelop ul li p {
	width: 100%;
}

.aboutDevelop ul li img {
	position: absolute;
	top: 90px;
	left: 0;
}

.aboutDevelop ul li p {
	font-size: 14px;

	letter-spacing: 1px;
	text-indent: 0ch;
	padding-bottom: 20px;

}

.aboutDevelop ul li h4 {
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0;
}

.aboutDevelop ul li:nth-child(1) {
	top: 165px
}

.aboutDevelop ul li:nth-child(2) {
	top: 110px
}

.aboutDevelop ul li:nth-child(3) {
	top: 55px
}

.aboutBusiness {
	height: 894px;
	background: url(../images/about/aboutBg4.jpg) no-repeat bottom center;
	background-size: 100% auto;
}

.aboutBusiness p {
	text-align: center;
}

.aboutBusiness ul {
	overflow: hidden;
	display: flex;
	padding: 0 50px 100px;
	margin: 0;
}

.aboutBusiness ul li {
	flex: 1;
	color: #fff;
	height: 510px;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, .2);
	border-right: 1px solid #eaeaea;
}

.aboutBusiness ul li:last-child {
	border: none;
}

.aboutBusiness ul li img {
	margin-left: 30px;
	display: block;
	margin-top: 60px;
}

.aboutBusiness ul li h4 {
	text-align: left;
	margin-left: 30px;
	color: #2767bc;
	font-size: 24px;
	margin-top: 37px;
}

.aboutBusiness ul li span {
	display: block;
	text-align: left;
	font-size: 18px;
	color: #333;
	margin-top: 10px;
	margin-left: 30px;
}

.aboutBusiness ul li b {
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-top: 30px;
	height: 1px;
	background-color: #eaeaea;
	display: none;
}

.aboutBusiness ul li h5 {
	color: #999;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-top: 34px;
	margin-left: 30px;
	display: none;
	max-width: calc(100% - 60px);
}

.aboutBusiness ul li .disText {
	color: #999;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-top: 20px;
	margin-left: 30px;
	max-width: calc(100% - 60px);
	display: none;
}

.aboutBusiness ul li i {
	position: absolute;
	bottom: 80px;
	left: 30px;
	background: url(../images/index/newsIcon.png) no-repeat;
	width: 19px;
	height: 7px;
	display: block;

}

.aboutBusiness ul li:hover {
	background: #fff;
}

.aboutBusiness ul li:hover b {
	display: block;
}

.aboutBusiness ul li:hover h5 {
	display: block;
}

.aboutBusiness ul li:hover .disText {
	display: block;
}

.aboutBusiness ul li:hover i {
	display: none;
}

.aboutQualifications {
	padding-bottom: 100px;
}

.aboutQualifications em {
	margin-bottom: 40px;
}

.aboutQualifications ul {
	display: flex;
}

.aboutQualifications ul li {
	flex: 1;
	text-align: center;
}

.aboutQualifications ul li p {
	height: 220px;
	width: 100%;
	line-height: 220px;
	text-align: center;
	letter-spacing: 0;
	text-indent: 0;
}

.aboutQualifications ul li img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}

.aboutQualifications ul li span {
	display: block;
	font-size: 18px;
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
}

/*tech*/
.techHead {
	background-image: url(../images/about/techBg.jpg);
	height: 460px;
}

.techHead h2 {
	padding-top: 160px;
}

.techPlatform em {
	margin-bottom: 70px;
}

.techPlatform ul {
	display: flex;
	width: calc(100% - 340px);
	margin: 0 auto;
	margin-top: 35px;
	padding: 0;
}

.techPlatform ul li {
	flex: 1;
	background-color: #f6f6f6;
	border-radius: 6px;
	padding: 34px 0 25px;
	margin-right: 40px;
}

.techPlatform ul li:last-child {
	margin-right: 0;
}

.techPlatform ul li b {
	width: 48px;
	display: block;
	height: 48px;
	margin: 0 auto;
	background-color: #313131;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
}

.techPlatform ul li h4 {
	font-size: 16px;
	color: #2d2d2d;
	margin-top: 25px;
	font-weight: normal;
	margin-bottom: 15px;
}

.techPlatform ul li p {
	font-size: 12px;
	color: #666;
	text-align: center;
	text-indent: 0;
	letter-spacing: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}

.techEquip ul {
	display: flex;
	width: calc(100% - 340px);
	margin: 0 auto;
	margin-top: 50px;
	padding: 0;
	margin-bottom: 80px;
}

.techEquip ul li {
	flex: 1;
	margin-right: 17px;
}

.techEquip ul li:last-child {
	margin-right: 0;
}

.techEquip ul li img {
	width: 100%;
}

.techAdvantage ul {
	display: flex;
	width: calc(100% - 340px);
	margin: 0 auto;
	margin-top: 50px;
	padding: 0;
	margin-bottom: 80px;
}

.techAdvantage ul li {
	flex: 1;
	margin-right: 40px;
	background-color: #f6f6f6;
	height: 320px;
}

.techAdvantage ul li:last-child {
	margin-right: 0;
}

.techAdvantage ul li h4 {
	font-size: 20px;
	color: #2d2d2d;
	margin-top: 40px;
}

.techAdvantage ul li p {
	width: calc(100% - 54px);
	text-align: center;
	text-indent: 0;
	letter-spacing: 0;
}

.techAdvantage ul li b {
	width: calc(100% - 60px);
	margin: 40px auto;
	display: block;
	height: 1px;
	background-color: #d4d4d4;
}

.techLeftBox {
	width: calc(100% - 414px);
	margin-left: 170px;
	background-color: #ededed;
	position: relative;
	text-align: left;
	padding: 50px 60px;
}

.techLeftBox em {
	margin-left: 0px;
	margin-bottom: 40px;
}

.techLeft b {
	position: absolute;
	right: 310px;
	top: 30px;
	border-radius: 6px;
	display: block;
}

.techLeft {
	position: relative;
}

.techLeft p {
	width: 450px;
	text-align: left;
	text-indent: 0;
	letter-spacing: 0;
	padding-bottom: 0;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-left: 0;
	padding-left: 30px;
	background: url(../images/index/newsIcon.png) no-repeat left 10px;
}

.techRight b {
	position: absolute;
	left: 310px;
	top: 30px;
	border-radius: 6px;
	display: block;
}

.techRight {
	position: relative;
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 100px;
}

.techRight p {
	width: 320px;
	text-align: left;
	text-indent: 0;
	letter-spacing: 0;
	padding-bottom: 0;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-left: calc(100% - 426px);
	padding-left: 30px;
	background: url(../images/index/newsIcon.png) no-repeat left 10px;
}

.techRight h3 {

	margin-left: calc(100% - 426px);
}

.techRight em {

	margin-left: calc(100% - 426px);
}

.techRight .techLeftBox {
	float: right;
	margin-left: 0;
	margin-right: 170px;
}

/*Cooperation*/
.coopHead {
	background-image: url(../images/about/coopBg.jpg);
	height: 460px;
}

.coopForm h3 {
	width: 421px;
	height: 93px;
	background: url(../images/about/coopBg2.jpg) no-repeat;
	padding-left: 86px;
	box-sizing: border-box;
	line-height: 91px;
	font-size: 32px;
	color: #83b2e4;
	text-align: left;
	margin: 0 auto;
}

.coopForm .form-inline {
	padding: 0 70px;
}

.coopForm .form-inline .form-group {
	width: calc(50% - 30px);
	margin-right: 60px;
	background-color: #f9f9f9;
	margin-top: 34px;
	box-sizing: border-box;
	padding-left: 30px;
	height: 60px;
	line-height: 60px;
}

.coopForm .form-inline .form-group label {
	color: #999;
	font-size: 16px;
}

.coopForm .form-inline .form-group .form-control {
	border: none;
	background: none;
	width: calc(100% - 150px);
}

.coopForm .form-inline .form-group.formSmall .form-control {
	width: calc(100% - 220px);
}

.coopForm .form-inline .form-group:nth-child(even) {
	margin-right: 0;
}

.coopForm .form-inline .form-group .form-control-file {}

.coopForm .form-inline .form-group .form-control-file::file-selector-button {
	background: none;
	color: #fff;
	border: none;
	font-size: 0;
}

.coopForm .form-inline .form-group.formBz {
	background: none;
	margin-top: 0;
	line-height: 45px;
}

.coopForm .form-inline .form-group.formBz label {
	color: #999;
	font-size: 12px;
}

.coopForm .form-inline .form-group.formText {
	height: 155px;
}

.coopForm .form-inline .form-group.formText textarea.form-control {
	height: 155px;
}

.coopForm .form-inline .form-group.formText label {
	position: relative;
	top: -55px
}

.coopForm .form-inline .form-group.formEwm {
	background: none;
	height: 155px;
	position: relative;
}

.coopForm .form-inline .form-group.formEwm .form-control {
	background-color: #f9f9f9;
	position: absolute;
	top: 0;
	left: 0;
	width: 237px;
	height: 63px;
	line-height: 63px;
	border-radius: 0;
	margin: 0;
}

.coopForm .form-inline .form-group.formEwm img {
	position: absolute;
	top: 0;
	left: 270px;
}

.coopForm .form-inline .form-group.formEwm span {
	position: absolute;
	top: 80px;
	left: 0px;
	text-align: left;
	width: 100%;
	color: #999;
	font-size: 12px;
}

.coopForm .form-inline .form-group.formEwm .form-control::placeholder {
	color: #999;
	font-size: 16px;
}

.coopForm .form-inline .btn-primary {
	width: 383px;
	background: #4a7fc5 linear-gradient(180deg, #4a7fc5, #4a7fc5) repeat-x;
	margin: 0 auto;
	border-radius: 0;
	margin-top: 70px;
	font-weight: normal;
}

.coopForm {
	padding-bottom: 100px;
}

.coopService {
	width: calc(100% - 140px);
	background: none;
	margin: 0 auto;
	padding: 0 13%;
}

.coopService em {
	display: block;
	width: 41px;
	height: 3px;
	background-color: #4a7fc5;
}

.coopService .ServiceBox li {
	height: 157px;
}

.coopService .ServiceBox li a:not([href]):not([tabindex]) {
	padding-top: 20px;
	box-sizing: border-box;
}

.coopBot {
	margin-top: 100px;
}

/*join*/
.joinHead {
	background-image: url(../images/about/joinBg.jpg);
	height: 460px;
}

.joinUsTit {
	clear: both;
	width: 760px;
	margin: 0 auto;
	display: flex;
}

.joinUsTit li {
	float: left;
	flex: 1;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
}

.joinUsTit li:hover {
	color: #4a7fc5;
}

.joinUsTit li.titCurr {
	color: #4a7fc5;
}

.joinUsTit li b {
	float: right;
	height: 16px;
	display: block;
	width: 1px;
	background-color: #a9a9a9;
	margin-top: 6px;
}

.joinUsTit li .iconfont {
	font-size: 22px;
	margin-right: 10px;
}

.joinUsTit li .iconfont.icon-huodong {
	position: relative;
	top: 2px
}

.joinUsTit li:last-child {
	border: none;
}

.joinUsMain {
	margin-top: 40px;
}

.joinUsMain li {
	display: none;
}

.joinUsMain li.UsMainCurr {
	display: block;
}

.joinUsImgTop {
	display: flex;
	margin-bottom: 15px;
}

.joinUsImgTop img {
	flex: 1;
	margin-right: 20px;
}

.joinUsImgTop img:last-child {
	margin-right: 0;
}

.joinUsImgBot {
	display: flex;
}

.joinUsImgBot img {
	flex: 1;
	margin-right: 20px;
}

.joinUsImgBot img:last-child {
	margin-right: 0;
}

.joinWelfare {
	background-color: #f8f9fb;
	margin-top: 100px;
	padding-bottom: 110px;
}

.joinWelfare ul {
	display: flex;
	margin-top: 90px;
}

.joinWelfare ul li {
	flex: 1;
	text-align: left;
	padding-left: 80px;
}

.joinWelfare ul li h4 {
	margin-top: 30px;
}

.joinWelfare ul li p {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
}

.joinRecruit .accordion .card {
	border: none;
	border-radius: 0;
}

.joinRecruit .accordion .card .btn {
	border: none;
	background: none;
	font-size: 18px;
	line-height: 39px;
}

.joinRecruit .accordion .card .btn:hover:before {
	border: none;
}

.joinRecruit .accordion .card .btn:hover:after {
	background: none;
}

.joinRecruit .accordion .card .card-header {
	border-radius: 0;
	padding: 15px 0px;
}

.joinRecruit .accordion .card.exaCurr .card-header {
	background-color: #fafafa;
}

.joinRecruit .accordion .card .card-header span {
	margin-left: 10px;
}

.joinRecruit .accordion .card .card-header b {
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #a3b1d3;
	margin-left: 10px;
	position: relative;
	top: 2px
}

.joinRecruit .accordion {
	padding: 0 75px;
	margin-top: 80px;
	margin-bottom: 100px;
}

.joinRecruit .accordion .card .card-header .recRight {
	float: right;
	line-height: 40px;
}

.joinRecruit .accordion .card .card-header span.recSpan1 {
	margin-left: 30px;
}

.joinRecruit .accordion .card .card-body {
	text-align: left;
	border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
}

.joinRecruit .accordion .card .card-body h5 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.joinRecruit .accordion .card .card-body p {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	padding-bottom: 4px;
}

/*contact*/
.contactHead {
	background-image: url(../images/about/contactBg.jpg);
	height: 460px;
}

.contactUs ul.contactTop {
	display: flex;
	margin-top: 90px;
}

.contactUs ul.contactTop li {
	flex: 1;
	text-align: left;
	padding-left: 80px;
	background-color: #f8f9fb;
	padding: 55px;
	position: relative;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.contactUs ul.contactTop li:first-child {
	margin-right: 50px;
	background-image: url(../images/about/contactImg1.png);
	;
}

.contactUs ul.contactTop li:last-child {
	background-image: url(../images/about/contactImg2.png);
	;
}

.contactUs ul.contactTop li h4 {
	font-weight: normal;
	font-size: 36px;
}

.contactUs ul.contactTop li em {
	margin-left: 0;
	height: 2px;
	width: 70px;
}

.contactUs ul.contactTop li p {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	padding-bottom: 4px;
	font-size: 20px;
}

.contactUs ul.contactTop li img {
	position: absolute;
	right: 55px;
	top: 120px
}

.contactUs ul.contactBot {
	display: flex;
	margin-top: 32px;
}

.contactUs ul.contactBot li {
	flex: 1;
	text-align: left;
	padding-left: 80px;
	background-color: #f8f9fb;
	padding: 55px;
	position: relative;
	margin-right: 32px;
	padding-bottom: 70px;
}

.contactUs ul.contactBot li:last-child {
	margin-right: 0;
}

.contactUs ul.contactBot li.contactBot1 {
	background-color: #4a7fc5;
	color: #fff;
}

.contactUs ul.contactBot li:hover {
	background-color: #4a7fc5;
	color: #fff;
}

.contactUs ul.contactBot li:hover h4,
.contactUs ul.contactBot li:hover p {
	color: #fff;
}

.contactUs ul.contactBot li:hover em {
	background-color: #fff;
}

.contactUs ul.contactTop li:hover {
	background-color: #4a7fc5;
	color: #fff;
}

.contactUs ul.contactTop li:hover h4,
.contactUs ul.contactTop li:hover p {
	color: #fff;
}

.contactUs ul.contactTop li:hover em {
	background-color: #fff;
}

.contactUs ul.contactBot li h4 {
	font-weight: normal;
	font-size: 36px;
}

.contactUs ul.contactBot li.contactBot1 h4 {
	color: #fff;
}

.contactUs ul.contactBot li.contactBot1 em {
	background-color: #fff;
}

.contactUs ul.contactBot li em {
	margin-left: 0;
	height: 2px;
	width: 70px;
}

.contactUs ul.contactBot li p {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	padding-bottom: 4px;
	font-size: 20px;
}

.contactMessage {
	background-color: #f8f9fb;
	margin-top: 100px;
	padding-bottom: 100px;
}

.contactMessage form {
	background-color: #fff;
	padding: 50px;
	border-radius: 20px;
	width: calc(100% - 480px);
	margin: 50px auto 0;
}

.contactMessage form .row {
	margin-bottom: 15px;
}

.contactMessage form .row textarea {
	height: 135px;
}

.contactMessage form span {
	display: block;
	text-align: left;
	color: #b1b9c5;
	padding-left: 15px;
}

.contactMessage form .btn-primary {
	width: 180px;
	margin-top: 30px;
}

/*product*/
.productHead {
	background-image: url(../images/product/productBg.jpg);
	height: 600px;
	display: flex;
	align-items: center;
}

.productHead>div {
	width: 100%;
}

.productHead ul {
	width: 100%;
	padding: 0 20%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.productHead ul li {
	color: #fff;
	text-align: left;
}

.productHead ul li:last-child {
	margin-right: 0;
}

.productHead ul li .iconfont {
	margin-right: 10px;
	position: relative;
	top: 1px
}

.productTit {
	clear: both;
	margin: 0 auto;
	display: flex;
	padding: 15px 13% 0px 13%;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border-bottom: 1px solid #E9EAEB;
}

.productTit li {
	font-size: 18px;
	cursor: pointer;
	position: relative;
	padding-bottom: .8rem;
	font-weight: 700;
}

.productTit li:hover,.productTit li.titCurr {
	color: #0866e2;
}

.productTit li b {
	display: none;
	width: 80px;
	height: 3px;
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #0866e2;
}

.productTit li.titCurr b {
	display: block;
}

.productTit li:hover b {
	display: block;
}

.productTit li .iconfont {
	font-size: 22px;
	margin-right: 10px;
}

.productTit li .iconfont.icon-huodong {
	position: relative;
	top: 2px
}

.productTit li:last-child {
	margin-right: 0;
}

.productMain {
	padding: 0;
	display: flex;
    flex-wrap: wrap;
}


.productMainCurr {
	display: block;
}

.productMainCurr p {
	text-indent: 0;
	letter-spacing: 0;
	text-align: center;
	margin-top: 20px;
}

.productMainCurr .srcUl {
	display: flex;
	margin-top: 80px;
	margin-bottom: 80px;
}

.productMainCurr .srcUl .srcLi {
	flex: 1;
	color: #707070;
}

.productMainCurr .srcUl .srcLi h4 {
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
}

.productMainCurr .srcUl .srcLi .srcP {
	width: 350px;
	margin: 0 auto;
}

.productBox {
	width: 30%;
    margin: 0 auto 40px;
    overflow: hidden;
    height: 480px;
	box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.1);
    border-radius: 0.08rem;
    border: 1px solid #E0E2E9;
    display: block;
    border-radius: 8px;
	padding: 30px 20px;
}

.productBoxT {
	font-size: 20px;
	color: #2d2d2d;
	margin-bottom: 10px;
}

.productBox1 .productBoxR h5 {
	margin-top: 80px;
}

.productBoxL {
	line-height: 100%;
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
}

.productBoxL img {
	max-width: 90%;
	/* 图片宽度不超过容器宽度 */
	max-height: 90%;
	/* 图片高度不超过容器高度 */
}

.productBoxR {
	text-align: left;
	padding: 10px 0;
}

.productBoxR h5 {
	margin-top: 40px;
	font-size: 24px;
	color: #2D2D2D;
}

.productBoxR .productBoxP {
	width: calc(100% - 40px);
	font-size: 16px;
	color: #707070;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* 定义文本的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.productBoxR a:not([href]):not([tabindex]) {
	width: 147px;
	height: 38px;
	background-color: #2282E1;
	display: block;
	line-height: 38px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
}

.productBoxR a:not([href]):not([tabindex]):hover {
	background-color: #0066db;
}

.productBoxR a {
	width: 147px;
    height: 36px;
    display: block;
    line-height: 36px;
    color: #0866e2;
    text-align: center;
    border-radius: 50px;
    margin: 20px auto;
    cursor: pointer;
    border: 1px solid #0866e2;
}

.productBoxR a:hover {
	background-color: #f7f7f7;
}
.productAmr{
	padding-bottom: 30px;
}
.ProductAl {
	background-color: #F2F3F5;
}

.ProductAl h2 {
	font-size: 30px;
	font-weight: bold;
}

.ProductAl h3 {
	font-size: 35px;
	margin-bottom: 40px;
	font-weight: bold;
}

.ProductAl .solutionMain {
	display: flex;
	margin-bottom: 0;
	padding-bottom: 50px;
	justify-content: space-between;
}

.ProductAl .solutionItem {
	width: 22%;
	height: 450px;
}

.ProductAl .solutionItem:last-child {
	margin-right: 0;
}

.ProductAl .solutionMain .solutionItem .solutionImg {
	top: 250px;
	width: 58px;
	left: calc(50% - 30px);

}

.ProductAl .solutionMain .solutionItem h4 {
	top: 310px;
	font-size: 18px;
}

.ProductAl .solutionMain .solutionItem .iconfont {
	top: 350px
}

.productMain li .amrUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
}

.productMain li .amrUl .amrLi {
	flex: 1;
	color: #707070;
	width: 25%;
	margin-bottom: 80px;
}

.productMain li .amrUl .amrLi .amrBox {
	overflow: hidden;
	display: flex;
}

.productMain li .amrUl .amrLi .amrBox .amrL img {
	width: 64px;
	height: 64px;
}

.productMain li .amrUl .amrLi .amrBox .amrR {
	margin-left: 20px;
	text-align: left;
}

.productMain li .amrUl .amrLi h4 {
	font-size: 24px;
}

.productMain li .amrUl .amrLi h5 {
	font-size: 16px;
}

.productMain li .amrUl .amrLi .amrP {
	text-align: left;
	margin-top: 24px;
}
.amrUl{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.amrUl .amrLi{
	width: 33%;
}

.proBoxSmall {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.proSmallL {
	float: left;
	width: 50%;
}

.proSmallR {
	float: left;
	width: 50%;
}

.proBoxSmall H6 {
	font-size: 30px;
	color: #535353;
	font-weight: normal;
	margin-bottom: 0;
}

.proBoxSmall span {
	font-size: 16px;
	color: #535353;
}

.productMain li.page-item {
	display: block;
}

.productMain nav {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	/* 水平居中 */
}

.productBoxDouble {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.productBoxDouble .doubleLI {
	flex: 1;
	margin-right: 100px;
	border: 1px solid #E9EAEB;
	border-radius: 10px;
	padding-bottom: 60px;
}

.productBoxDouble .doubleLI:last-child {
	margin-right: 0px;
}

.doubleLI h5 {
	margin-top: 40px;
	font-size: 24px;
	color: #2D2D2D;
}

.doubleLI a:not([href]):not([tabindex]) {
	width: 147px;
	height: 38px;
	background-color: #2282E1;
	display: block;
	line-height: 38px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 50px;
	cursor: pointer;
}

.proModal .modal-content {
	background: #fff url(../images/product/modelBg.jpg) no-repeat top center;
}

.proModal .modal-dialog-centered {
	width: 934px;
	height: 466px;
	max-width: 934px;
	max-height: 466px;
}

.proModal .modal-header {
	padding: 70px 70px 70px 70px;
	border-bottom: none;
	color: #0d57a2;
	font-size: 24px;
}

.proModal .modal-header h5 {
	color: #0d57a2;
	font-size: 24px;
	font-weight: normal;
}

.proModal .modal-body {
	padding-top: 0;
}

.proModal .form-inline .form-group {
	width: 50%;
	margin-bottom: 25px;
}

.proModal .form-inline .form-group label {
	width: 130px;
	text-align: right;
	display: inline-block;
	margin-right: 20px;
}

.proModal .form-inline .form-group .form-control {
	width: 260px;
	text-align: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border-color: #d0d0d0;
}

.modalText {
	width: 100%;
	padding-left: 150px;
	box-sizing: border-box;
	line-height: 40px;
	color: #999;
}

.proModal .modal-footer {
	border-top: none;

	padding-top: 0;
	padding-bottom: 40px;
}

.proModal .modal-footer .btn-primary {
	margin: 0 auto;
	width: 240px;
	height: 40px;
	padding: 0;
	background-color: #2590f2;
	border-radius: 0;
}

/*proDel*/
.proDelHead {
	background-image: url(../images/product/proDelBg.jpg);
	height: 600px;
}

.DelNav {
	position: relative;
	padding: 0 13%;
}

.DelNav>div {
	display: flex;
	border-bottom: 1px solid #BFBFBF;
	padding: 15px 0;
}

.DelNav .iconfont {
	color: #5498ff;
	line-height: 74px;
}

.DelNav .breadcrumb {
	background-color: #fff;
	margin-bottom: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

.DelNav .breadcrumb>li {
	height: 100%;
}

.DelNav .breadcrumb a {
	color: #6c757d;
}

.DelNav .breadcrumb a:hover {
	color: #288cff;
}

.delMrf {
	padding: 65px 13%;
	overflow: hidden;
	text-align: center;
}

.delMrf.sp {
	padding: 65px 0;
}

.delMrf .delMrf_title {
	font-size: 30px;
	color: #000;
	margin-bottom: 30px;
}

.delMrf .delMrfL {
	float: left;
	width: 60%;
}

.delMrf .delMrfR {
	float: left;
	width: 40%;
}

.delMrf h4 {
	font-size: 36px;
	margin-bottom: 30px;
}

/* .delMrf p {
	text-align: left !important;
	text-indent: 0 !important;
	letter-spacing: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
} */

.delMrf p img {
	height: auto;
}

.delMrf .delMrfL ul {
	padding: 0;
	margin: 20px 0;
	display: flex;
	overflow: hidden;
}

.delMrf .delMrfL ul li {
	float: left;
	width: 30%;
	text-align: left;
}

.delMrf .delMrfL ul li:nth-child(2) {
	width: 40%;
}

.delMrf .delMrfL ul li h5 {
	font-size: 40px;
	font-weight: normal;
	color: #000;
	margin: 10px 0;
}

.delMrf .delMrfL ul li span {
	font-size: 18px;
	font-weight: normal;
	color: #535353;
}

.delMrf .delMrfR .carousel-item img {
	width: 70%;
}

.delMrf .delMrfR .carousel-inner {
	padding-bottom: 100px;
}

.mrfVideo {
	padding: 0 290px;
}

.vrfVideoBot {
	background-color: #798491;
	margin-top: -6px;
	text-align: left;
	color: #fff;
	padding-left: 80px;
	padding-top: 50px;
}

.vrfVideoBot ul {
	display: flex;
	padding: 0;
	margin: 0;
}

.vrfVideoBot ul li {
	flex: 1;
	margin-bottom: 80px;
}

.vrfVideoBot ul:last-child li {
	margin-bottom: 0px;
}

.vrfVideoBot p {
	text-align: left;
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
}

.vrfVideoBot h5 {
	font-size: 24px;
	color: #fff;

	margin-bottom: 40px;
}

.vrfVideoBot ul li h6 {
	font-size: 20px;
	color: #fff;
}

.mrfVideo button {
	height: calc(100% - 100px);
	background: none;
}

.proPara {
	background-color: #f9fbff;
	margin-top: 100px;
	padding: 60px 300px 0;
}

.proParaBox {
	background-color: #fff;
	margin-top: 40px;
	padding: 0 40px;
	padding-bottom: 60px;
}

.proParaBox h5 {
	text-align: left;
	position: relative;
	line-height: 100px;
	font-size: 24px;
}

.proParaBox h5 span {
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	right: 0;
}

.textDark {
	color: #000;
}

.proParaBox table {
	color: #999;
	text-align: left;
}

.proParaBox table th {
	font-size: 20px;
	color: #000;

}

.proPara .btn {
	width: 468px;
	height: 56px;
	line-height: 56px;
	border-radius: 50px;
	padding: 0;
	font-size: 16px;
	border: 1px solid #707070;
	color: #000;
	background-color: #fff;
	margin: 60px 0;
}

.proPara .btn .iconfont {
	margin-right: 20px;
}

.delCase ul {
	padding: 0;
	margin: 0;
	display: flex;
	margin-top: 60px;
	margin-bottom: 100px;
}

.delCase ul li {
	flex: 1;
	text-align: left;
	background-color: #f3f3f3;
	margin-right: 30px;
	overflow: hidden;
}

.delCase ul li:last-child {
	margin-right: 0;

}

.delCase ul li b {
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: block;
}

.delCase ul li img {
	width: 100%;
	transition: all .6s ease-out;
}

.delCase ul li h5 {
	padding-left: 30px;
	padding-top: 20px;
	font-size: 24px;
}

.delCase ul li p {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 20px;
}

.delCase ul li img:hover {
	transform: scale(1.2);
}

.delPro ul {
	padding: 0;
	margin: 0;
	display: flex;
	margin-top: 60px;
	margin-bottom: 100px;
}

.delPro ul li {
	flex: 1;
	text-align: left;
	background-color: #fff;
	margin-right: 30px;
	border-radius: 10px;
	border: 1px solid #E9EAEB;
	overflow: hidden;
	padding-bottom: 40px;
}

.delPro ul li:last-child {
	margin-right: 0;

}

.delPro ul li h5 {
	text-align: center;
}

.delPro ul li b {
	width: 100%;
	overflow: hidden;
	display: block;
	text-align: center;
	height: 350px;
	line-height: 350px;
}

.delPro ul li img {
	width: 60%;
	transition: all .6s ease-out;
}

.delPro ul li img:hover {
	transform: scale(1.2);
}

/*productDeletPlane*/
.planeHead {
	background-image: url(../images/product/planeBg.jpg);
	height: 600px;
}

.planeParts p {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.planeParts ul {
	padding: 0;
	margin: 50px auto;
	display: flex;
	width: 900px;
}

.planeParts ul li {
	flex: 1;
	border-right: 1px solid #c1c1c1;
}

.planeParts ul li:last-child {
	border: none;
}

.planeParts ul li img {
	height: 60px;
}

.planeParts ul li h5 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-top: 30px;
}

.planePartsImg {
	padding-top: 100px;
}

.planePartsImg .carousel {

	padding-bottom: 60px;
}

.planePartsImg .carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 1px solid #707070;
	border-radius: 50%;
}

.planePartsImg .carousel-indicators li.active {
	background-color: #0069E2;
	border-color: #0069E2;
}

.planeLeft {
	background-color: #f6f6f6;
	overflow: hidden;
	padding-top: 0;
	margin-top: 100px;
}

.planeLeft b {
	display: block;
	float: left;
	width: 60%;
	height: 660px;
	text-align: center;
	line-height: 660px;
}

.planeLeft b img {
	max-width: 80%;
	max-height: 80%;
}

.planeLeftBox {
	float: left;
	width: 40%;
	padding-top: 200px;
}

.planeLeftBox h4 {
	text-align: left;
	font-size: 24px;
	padding-left: 200px;
	color: #000;
	margin-bottom: 30px;
}

.planeLeftBox p {
	text-align: left;
	font-size: 16px;
	padding-left: 200px;
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	color: #535353;
	line-height: 30px;
}

.planeRight {
	overflow: hidden;
	padding-top: 0;
	margin-top: 100px;
}

.planeRight b {
	display: block;
	float: left;
	width: 60%;
	height: 660px;
	text-align: center;
	line-height: 660px;
}

.planeRight b img {
	max-width: 80%;
	max-height: 80%;
}

.planeRight .planeLeftBox h4 {
	padding-left: 0;
}

.planeRight .planeLeftBox p {
	padding-left: 0;
}

/*case*/
.caseHead {
	background-image: url(../images/case/caseBg.jpg);
	height: 600px;
	text-align: center;
}

.caseHead .lead {
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
}

.caseHead h2 {
	font-size: 42px;
	text-align: left;
}

.caseHead h3 {
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	color: #fff;
}

.caseTop {
	padding: 15px 0 30px 0;
}

.caseTit {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 13% 0px 13%;
	border-bottom: 1px solid #9F9F9F;
}

.caseTit li {
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	text-align: left;
	position: relative;
}

.caseTit li h5 {
	font-size: 26px;
	color: #555;
}

.caseTit li h6 {
	font-size: 16px;
	color: #555;
	font-weight: normal;
}

.caseTit li:hover {
	color: #fff;
}

.caseTit li:hover h5 {
	color: #003DCB;
}

.caseTit li:hover h6 {
	color: #003DCB;
}

.caseTit li:hover em {
	background-color: #003DCB;
}

.caseTit li.titCurr h5 {
	color: #003DCB;
}

.caseTit li.titCurr h6 {
	color: #003DCB;
}

.caseTit li.titCurr em {
	background-color: #003DCB;
}

.caseTit li em {
	display: block;
	width: 41px;
	height: 3px;
	background-color: #555;
}


.caseTit li .iconfont {
	font-size: 22px;
	margin-right: 10px;
}

.caseTit li .iconfont.icon-huodong {
	position: relative;
	top: 2px
}

.caseTit li:last-child {
	margin-right: 0;
}

.caseMain {
	padding: 100px 13% 0 13%;
}

.caseMain li {
	display: none;
}

.caseMain li.caseMainCurr {
	display: block;
	display: flex;
    flex-wrap: wrap;
}

.caseMain li p {
	text-indent: 0;
	letter-spacing: 0;
	width: 946px;
	text-align: center;
	margin-top: 20px;
}

.caseBox {
	overflow: hidden;
	margin-bottom: 50px;
	height: 550px;
	justify-content: space-around;
	align-items: center;
	width:50%;
	padding: 0px 30px;
}

.caseBox .caseLeftBox {
	padding: 0px 25px;

}
.caseBox>a {
	box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.1);
    border-radius: 0.08rem;
    border: 1px solid #E0E2E9;
	display: block;
	border-radius: 8px;
}

.caseLeftBox {
	height: 100%;
	text-align: left;
	margin-top: 10px;
}

.caseMain b {
	justify-content: center;
	align-items: center;
	display: block;
    height: 320px;
}

.caseMain b img {
	width: 100%;
	height: 320px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.caseLeftBox.caseBox2 {
	box-sizing: border-box;
	padding-left: 120px;
}

.caseMain .caseLeftBox h4 {
	color: #2D2D2D;
	font-size: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #c8c8c8;
    line-height: 50px;
}

.caseMain .caseLeftBox p {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #878787;
	padding-bottom: 0;
	margin: 20px 0;
	/* 超出省略号 */
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;

}




.caseMain .caseLeftBox a:not([href]):not([tabindex]) {
	width: 147px;
	height: 38px;
	background-color: #003DCB;
	display: block;
	line-height: 38px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
	cursor: pointer;
}

.caseMain .caseLeftBox a:not([href]):not([tabindex]):hover {
}

.caseMain .caseLeftBox a {
	color:#2D2D2D;
	cursor: pointer;
}

.caseMain .caseLeftBox a:hover {
	color: #2b70d3;
}

.custHead {
	background-color: #fff;
	height: 0px;
	border-bottom: 1px solid #BFBFBF;
}

.custTop {
	padding: 0 250px;
}

.custTop h2 {
	color: #090909;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	padding-top: 60px;
}

.custTop h3 {
	color: #090909;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
}

.aboutVideo h2 {
	color: #000;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}

.aboutVideo em {
	margin: 20px auto;
	width: 74px;
}

.aboutVideo p {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	text-align: left;
	margin: 40px 0 0;
	color: #707070;
	padding-bottom: 0;
	font-size: 20px;
}

.aboutVideo ul {
	margin: 0;
	padding: 50px 0;
	display: flex;
}

.aboutVideo ul li {
	flex: 1;
	text-align: left;
	padding-left: 50px;
}

.aboutVideo ul li .iconfont {
	font-size: 60px;
	color: #4a7fc5;
}

.aboutVideo h6 {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	text-align: left;
	margin: 40px 0 0;
	color: #000;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 20px;
}

/*  解决方案 内容页 相关视频  START  */

.aboutVideo ul li {
	background-color: #f3f3f3;
	margin-right: 30px;
	overflow: hidden;
	padding: 0;
}

.aboutVideo ul li:last-child {
	margin-right: 0;

}

.aboutVideo ul li b div {
	width: 100%;
	height: 275px;
	transition: all .6s ease-out;
}

.aboutVideo ul li b div:hover {
	transform: scale(1.2);
}

.aboutVideo ul li>div {
	font-size: 24px;
	padding: 10px;
}

.aboutVideo ul li b {
	width: 100%;
	overflow: hidden;
	display: block;
}

/* .aboutVideo ul li img {
	width: 100%;
	transition: all .6s ease-out;
}

.aboutVideo ul li img:hover {
	transform: scale(1.2);
} */

/*  解决方案 内容页 相关视频  END  */

.aboutVideo button {
	height: calc(100% - 100px);
	background: none;
}

.custValue {
	padding-top: 0;
}

.custValue ul {
	padding-top: 40px;
}

.custValue ul li h5 {
	font-size: 24px;
	color: #141414;
}

.custValue ul li .iconfont {
	font-size: 35px;
	color: #000000;
	font-weight: normal;
	margin-right: 20px;
	position: relative;
	top: 4px
}

.custValue ul li span {
	color: #707070;
	font-size: 18px;
	display: block;
	padding-left: 55px;
	margin-top: 10px;
	height: 100px;
}

.fixedBox {
	position: fixed;
	right: 24px;
	bottom: 24px;
	height: 200px;
	width: 54px;
}

.fixedBox li {
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #2b70d3;
	cursor: pointer;
	border-radius: 50%;
	margin-bottom: 20px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 148px;
	transition: all 0.5s;

}

.fixedBox li:nth-child(2) {
	bottom: 74px
}

.fixedBox li:nth-child(3) {
	bottom: 0
}

.fixedBox li .iconfont {
	color: #fff;
	font-size: 30px;
	display: block;
	width: 54px;
	height: 54px;
	float: right;
}

.fixedBox li:hover {
	border-radius: 10px;
	transition: all 0.5s;
	transform: rotate("200px", 0, 0, );
}

.fixPhone {
	position: absolute;
	left: 10px;
	top: 0;
	width: 150px;
	display: none;
}

.fixEwm {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 107px;
	height: 107px;
	background: url(../images/index/fixEwm.png);
	display: none;
}

/*news*/
.newsHead {
	background-image: url(../images/new/newsBg.jpg);
	height: 600px;
}

.newsBox .productTit {
	max-width: 950px;
	padding: 0;
}

.newsMainBox {
	margin: 0 185px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 40px;
	margin-bottom: 45px;
	height: 320px;
}

.newsMainBox img {
	float: left;
	width: 480px;
	height: 281px;
}

.newsMainBox .newsBoxR {
	float: left;
	width: calc(100% - 531px);
	margin-left: 45px;
	text-align: left;
	position: relative;
	height: 100%;
}

.newsMainBox .newsBoxR p {
	text-align: left;
	width: 100%;
	color: #202020;
	font-size: 16px;
	padding-bottom: 20px;
}

.newsMainBox .newsBoxR h5 {
	font-size: 14px;
	color: #979797;
	font-weight: normal;
	line-height: 27px;
	margin-bottom: 16px;
}

.newsMainBox .newsBoxR h5 span {
	width: 82px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	background-color: #3571e0;
	color: #fff;
	border-radius: 4px;
	margin-left: 14px;
}

.newsMainBox .newsBoxR h6 {
	font-size: 20px;
	color: #202020;
}

.newsMainBox .newsBoxR a {
	color: #3571e0;
	bottom: 22px;
	left: 0;
	font-weight: 600;
	line-height: 1.3;
	color: #343a40;
}

.newsMainBox .newsBoxR P a {
	font-weight: 400;
}


.newsMainBox .newsBoxR a:hover {
	color: #016fff;
}

.newsMainBox.newsMainBox1 a {
	position: relative;
	bottom: 0;
}

.newsMainBox.newsMainBox1 ol {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

.newsMainBox.newsMainBox1 ol li {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	background-color: #EFF5F8;
	color: #818181;
	font-size: 14px;
	padding: 0 10px;
	margin-right: 10px;
}

.newsBox .productMain {
	margin-bottom: 80px;
	padding-top: 100px;
}

.newsDel {
	overflow: hidden;
	padding: 60px 310px;
}

.newsDelL {
	float: left;
	text-align: left;
	width: calc(100% - 430px);
}

.newsDelL h4 {
	font-size: 30px;
	font-weight: normal;
	color: #202020;
	margin-bottom: 40px;
}

.newsDelR {
	float: left;
	text-align: left;
	width: 380px;
	margin-left: 50px;
}

.newsDelL h5 {
	font-size: 14px;
	color: #979797;
	font-weight: normal;
	line-height: 27px;
	margin-bottom: 16px;
	padding-bottom: 30px;
	border-bottom: 1px solid #707070;
	margin-bottom: 30px;
}

.newsDelL h5 span {
	width: 82px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	background-color: #3571e0;
	color: #fff;
	border-radius: 4px;
	margin-left: 14px;
}

.newsDelL p {
	color: #404040;
	font-size: 16px;
	text-align: left;
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	line-height: 30px;
}

.newsDelL img {
	height: auto !important;
	margin-bottom: 5px;
}

.newsDelL ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
}

.newsDelL ul li {
	flex: 1;
	background-color: #F2F3F5;
	height: 76px;
	margin-right: 20px;
}

.newsDelL ul li:last-child {
	margin-right: 0;
}

.newsDelL ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.newsDelL ul li .iconfont {
	display: block;
	color: #929292;
	line-height: 76px;
	margin-left: 15px;
	float: left;
}

.newsDelL ul li.newsArrowDark {
	background-color: #3571e0;
}

.newsDelL ul li.newsArrowDark .iconfont {
	color: #fff;
}

.newsDelL ul li.newsArrowDark h6 {
	color: #fff;
}

.newsDelL ul li h6 {
	display: block;
	color: #9B9B9B;
	margin-left: 40px;
	font-size: 16px;
	font-weight: normal;
	padding-top: 14px;
	line-height: 22px;
	width: calc(100% - 90px);
	float: left;
}

.newsDelR h4 {
	font-size: 30px;
	margin-bottom: 40px;
}

.newsDelR ul {
	padding: 30px;
	margin: 0;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.newsDelR ul li {
	margin-bottom: 25px;
}

.newsDelR ul li a {
	color: #9E9E9E;
	font-size: 18px;
}

.newsDelR ul li a.newDelNavDark {
	color: #3571e0;
}

.newsDelR ul li a:hover {
	color: #3571e0;
}

.downloadHead {
	background-image: url(../images/download/downloadBg.jpg);
	height: 600px;
}

.downTop {
	padding: 100px 310px 40px;
}

.downTop p {
	text-indent: 0;
	letter-spacing: 0;
	width: 100%;
	text-align: left;
	letter-spacing: 0;
	width: 100%;
	color: #2d2d2d;
	font-size: 16px;
}

.downTopBtn {
	text-align: left;
	padding-bottom: 40px;
	border-bottom: 1px solid #707070;
}

.downTopBtn .btn-primary {
	background: none;
	background-color: #1A50BC;
	width: 99px;
	line-height: 40px;
	padding: 0;
	color: #fff;
}

.downTopBtn h6 {
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #DEDEDE;
	background-color: #F1F1F1;
	border-radius: .375rem;
	margin-bottom: 0;
	margin-left: 20px;
	position: relative;
	top: 3px;
	font-weight: normal;
}

.downTopBtn a {
	text-decoration: underline;
}

.screenBox {
	overflow: hidden;
	border-bottom: 1px solid #707070;
	padding-bottom: 35px;
}

.downScreen {
	padding: 100px 310px 40px;
}

.downScreen h4 {
	color: #373737;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.screenBox UL {
	padding: 0;
	margin: 0;
	float: left;
}

.screenBox UL li {
	line-height: 44px;
	font-size: 16px;
	color: #212121;
}

.screenBox UL li .screenBoxTiT {
	color: #8F8F8F;
	position: relative;
	top: -2px
}

.screenBox UL li .btn {
	width: 99px;
	height: 33px;
	line-height: 33px;
	padding: 0;
	border: none;
	background-color: #fff;
	border: 1px solid #1A50BC;
	border-radius: 0;
	font-size: 20px;
	color: #0044B9;
	font-weight: normal;
	display: block;
	margin-left: 80px;
	margin-top: 10px;
}

.screenBox .input-group {
	float: right;
	width: 50%;
}

.screenBox .input-group .custom-file {
	border: 1px solid #C2C2C2;
	border-radius: 50px;
	padding-left: 20px;
}

.screenBox .input-group .custom-file .form-control {
	border: none;
	background: none;
}

.screenBox .input-group .custom-file .btn {
	background: none;
}

.screenBox .input-group .custom-file .btn .iconfont {
	color: #CFCFCF;
	font-size: 19px;
}

.downMain {
	padding: 0 310px;
}

.downMain>UL {
	padding: 0;
	margin: 0;
}

.downMain>UL li {
	text-align: left;
	background-color: #fcfcfc;
	border-radius: 12px;
	border: 1px solid #CECECE;
	overflow: hidden;
	padding-left: 26px;
	margin-bottom: 15px;
}

.downMain>UL li .icon-_huaban {
	display: block;
	float: left;
	font-size: 54px;
	color: #495669;
}

.downMain>UL li .downLiM {
	float: left;
	margin-left: 30px;
}

.downMain>UL li .downLiM h5 {
	font-size: 18px;
	color: #28253A;
	margin-top: 18px;
}

.downMain>UL li .downLiM span {
	font-size: 12px;
	color: #858585;
}

.downMain>UL li .downLiM b {
	font-weight: normal;
	margin-left: 20px;
}

.downMain>UL li .downLiR {
	float: right;
	line-height: 86px;
}

.downMain>UL li .downLiR a .iconfont {
	font-size: 21px;
	color: #4a4d4f;
	position: relative;
	top: 1px
}

.downMain>UL li .downLiR span {
	font-size: 12px;
	color: #4B4B4B;
	margin-left: 6px;
	margin-right: 30px;
}

.downMain>UL li .downLiR b {
	font-size: 12px;
	color: #4B4B4B;
	font-weight: normal;
	margin-right: 50px;
}

.downMain .pagination {
	justify-content: center;
	/* 水平居中 */
	margin: 40px auto;
}

.downBot {
	padding: 0 310px;
}

.downBot h4 {
	height: 25px;
	line-height: 25px;
	text-align: left;
	border-left: 3px solid #035DFF;
	padding-left: 15px;
	margin-bottom: 30px;
}

.downBot ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.downBot ul li {
	flex: 1;
	text-align: left;
	border: 1px solid #BFBFBF;
	border-radius: 40px;
	padding: 40px 25px;
	margin-right: 30px;
	height: 300px;
}

.downBot ul li:last-child {
	margin-right: 0;
}

.downBot ul li h5 {
	font-size: 18px;
	letter-spacing: 1px;
	height: 47px;
}

.downBot ul li em {
	margin-left: 0;
	background-color: #DCE0E3;
	width: 62px;
	margin-bottom: 30px;
}

.downBot ul li p {
	letter-spacing: 0;
	width: 100%;
	text-indent: 0;
	padding-bottom: 10px;
}

.downBot ul li a {
	font-size: 12px;
}

.downMore {
	color: #4181FF;
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-decoration: underline;
}

.serviceTop {
	padding: 100px 310px 0;
}

.serviceTop>em {
	margin-bottom: 80px;
	width: 74px;
	background-color: #5498FF;
	margin-top: 40px;
}

.serviceTop ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.serviceTop ul li {
	flex: 1;
	text-align: center;
	border: 1px solid #BFBFBF;
	border-radius: 20px;
	padding: 40px 25px;
	margin-right: 30px;
	height: 472px;
}

.serviceTop ul li:last-child {
	margin-right: 0;
}

.serviceTop ul li img {
	height: 90px;
}

.serviceTop ul li h5 {
	font-size: 36px;
	color: #1B2035;
	margin-top: 20px;
}

.serviceTop ul li h6 {
	font-size: 20px;
	color: #1B2035;
	font-weight: normal;
}

.serviceTop ul li em {
	width: 77px;
	height: 4px;
	background-color: #5498FF;
}

.serviceTop ul li p {
	letter-spacing: 0;
	width: 100%;
	text-indent: 0;
	padding-bottom: 10px;
	text-align: center;
	color: #535353;
	font-size: 16px;
	line-height: 40px;
}

.serviceMore {
	padding: 60px 310px 100px;
}

.serviceMore h4 {
	color: #1B2035;
	font-size: 36px;
	margin-bottom: 60px;
}

.serviceMore ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.serviceMore ul li {
	flex: 1;
	text-align: center;
	border: 1px solid #BFBFBF;
	border-radius: 20px;
	padding: 30px 25px;
	margin-right: 50px;
	height: 206px;
	background-color: #F0F0F0;
}

.serviceMore ul li:last-child {
	margin-right: 0;
}

.serviceMore ul li img {
	display: block;
	float: left;
}

.serviceMore .serviceMoreR {
	float: left;
	text-align: left;
	margin-left: 20px;
}

.serviceMoreR h5 {
	font-size: 36px;

	color: #1B2035;
}

.serviceMoreR p {
	letter-spacing: 0;
	width: 100%;
	text-indent: 0;
	padding-bottom: 10px;
	text-align: left;
	color: #1B2035;
	font-size: 24px;
	line-height: 40px;
}

.navbar-expand-lg #navbar_mainPhone {
	display: none;
	padding-bottom: 100px;
}

.navbar-expand-lg .offcanvas-collapse {
	display: flex;
	flex-basis: auto;
}

/* .fixedHeight.fixed-top{
	height: 90px!important;
} */
.aboutQualifications .swiper-button-next.swiper-button-disabled,
.aboutQualifications .swiper-button-prev.swiper-button-disabled {
	top: calc(50% + 100px)
}

.aboutQualifications .swiper-button-next,
.aboutQualifications .swiper-container-rtl .swiper-button-prev {
	top: calc(50% + 100px)
}

.aboutQualifications .swiper-button-prev,
.aboutQualifications .swiper-container-rtl .swiper-button-next {
	top: calc(50% + 100px)
}

/* 新增的技术参数类 样式 */
.parameterContainer {
	background: #F6F6F6;
	padding: 20px 13% 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

.onlineTitle {
	width: fit-content;
	padding-bottom: 10px;
	margin: 30px auto;
	border-bottom: 3px solid #3668EB;
	font-size: 36px;
	font-weight: bold;
}

.parameter-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #515151;
	padding: 0px;
}

.parameterContent>div {
	width: 20%;
	margin-bottom: 25px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}


.parameter-row>div {
	width: 33%;
	padding: 20px 0;
	border-right: 1px solid #D3D4D6;
	border-bottom: 1px solid #D3D4D6;
	text-align: left;
}

.parameter-row>div:last-child {
	width: 99%;
	border-right: none;
}

.parameter-row>div h5 {
	color: #2D2D2D;
	font-size: 16px;
	padding: 5px 20px 10px;
	margin: 0px;
}

.parameter-row>div p {
	color: #2D2D2D;
	font-size: 16px;
	padding: 0 20px;
	margin: 0px;
}

.parameter-row>div:nth-child(3n) {
	border-right: none;
}

.pro-con {
	width: 100%;
	display: flex;
	padding: 0 13%;
}

.pro-conbox {
	float: left;
	width: 60%;
}

.pro-conbox h5 {
	text-align: left;
}

.pro-con-img {
	float: left;
	width: 40%;
}

.pro-info {
	width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    overflow: hidden;
    flex-wrap: wrap;
}

.pro-info li {
	float: left;
	width: 47%;
	margin-bottom: 30px;
	display: block;
	padding-right: 3%;
}

.pro-info li em {
	border: 1px solid #707070;
	border-radius: 6px;
	width: 72px;
	height: 72px;
	display: block;
	float: left;
	margin-right: 15px;
	font-size: 40px;
	color: #9d9d9d;
	text-align: center;
	background: none;
}

.pro-info li p {
	margin: 2px 0 10px;
	color: #2D2D2D;
	font-weight: 700;
	padding-right: 20px;
	text-align: left;
}

.pro-info li span {
	color: #666666;
}

.pro-con-img img {
	width: 75%;
	margin: 30px auto;
}



/* 新增的案例样式 */
.case-Tblock {
	padding: 0 13% 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	overflow: hidden;
}

.case-Tblock .case-Tbrelative {
	width: 46%;
	background: linear-gradient(to bottom, #F1F2F6, #FEFEFE);
	border: 1px solid #DFE3E8;
	padding: 20px;
	margin: 10px 0;
	display: flex;
}

.case-Tblock>div h3 {
	border-bottom: 1px solid #D3D4D6;
	line-height: 46px;
	margin: 0px 0 10px 0;
}

.case-Tbrelative .media-body {
	text-align: left;
	padding-right: 20px;
}

.case-Tbrelative .media-body h4 {
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 12px;
}

.case-Tbrelative .media-body p {
	font-size: 16px;
}

.case-Tblock em {
	display: block;
	width: 66px;
	height: 66px;
	float: left;
	margin: 0 20px 0 0;
	background: none;
	font-size: 52px;
	color: #D1D7DE;
	line-height: 65px;
}

.case-post {
	background: #F6F6F6;
	padding: 30px 13% 40px;
	margin-top: 40px;
}

.case-word {
	display: flex;
}

.case-word>div {
	width: calc((100% - 20px * 2) / 3);
	margin-right: 20px;
	text-align: left;
}

.case-word>div:last-child {
	margin-right: 0;
}

.case-word>div img {
	width: 100%;
}

.case-word h4 {
	border-bottom: 1px solid #D3D4D6;
	line-height: 46px;
	margin: 0px 0 10px 0;
}

.case-word img {
	margin-bottom: 15px;
}

.case-info {
	padding: 10px 13%;
	background: linear-gradient(to bottom, #ffffff, #ECECEC);
}

.containerHead .nav-item {
	width: 116px;
	padding: 0;
}

/* 详情页 轮播图 */
.slider-container {
	position: relative;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
}

.slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}

.slide {
	min-width: 100%;
	height: 100%;
}

.slide img {
	object-fit: cover;
}

.slider-controls {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.slider-dots {
	display: inline-block;
	padding: 5px;
	border-radius: 20px;
}

.dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.dot.active {
	background-color: #fff;
}

.slider-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1920px) {
	.sliceBot {
		background-size: auto 100%;
	}
}

@media screen and (max-width: 1700px) {
	.containerHead .nav-item {
		width: 156px;
		padding: 0;
	}

	.container {
		max-width: calc(100% - 100px);
	}

	.aboutHead {
		background-size: auto 100%;
	}

	#carouselExampleIndicators .carousel-item {
		background-size: auto 100%;
	}

	.aboutRight ul li .aboutIconText h6 {
		font-size: 18px;
	}

	.aboutRight ul li .aboutIconText h6 span {
		font-size: 28px;
	}

	.aboutRight ul li img {
		margin-right: 10px;
		width: 45px;
	}

	.aboutRight ul li .aboutIconText p {
		font-size: 14px;
	}

	.product-item .product-item-desc h3 {
		font-size: 1.3rem;
		top: 3rem;
	}

	.aboutRight ul li:nth-child(odd) {
		margin-right: 20px;
	}

	.aboutRight ul li:nth-child(even) {
		width: calc(50% - 20px);
	}

	.serviceTop ul li p {
		font-size: 14px;
		line-height: 30px;
	}

	.downBot ul li p {
		font-size: 12px;
	}

	.aboutDis ul li {
		background-size: auto 100% !important;
	}

	.techLeft img {
		width: 500px;
	}

	.techRight img {
		width: 500px;
	}

	.coopService .ServiceBox li {
		line-height: 157px;
	}

	.coopService .ServiceBox li a:not([href]):not([tabindex]) {
		padding-top: 0;
	}

	.joinUsImgTop {
		display: block;
	}

	.joinUsImgTop img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.joinUsImgBot {
		display: block;
	}

	.joinUsImgBot img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1500px) {
	.navRight {
		width: 300px;
	}

	.navbar-brand {
		width: 400px;
	}

	.aboutRight ul li:nth-child(odd) {
		margin-right: 20px;
	}

	.aboutRight ul li:nth-child(even) {
		width: calc(50% - 20px);
	}

	/* .solutionMain .solutionItem.solutionWide .solutionImg {
		transform: scale(1.4) translate(-100px, 80px);
	}

	.solutionMain .solutionItem.solutionWide h4 {
		font-size: 30px;
		transform: translate(-140px, -240px);
	}

	.solutionMain .solutionItem.solutionWide span {
		transform: translate(0px, -220px);
	} */

	.productMain li .srcUl .srcLi .srcP {
		width: 300px;
	}

	.caseLeftBox.caseBox2 {
		padding-left: 20px;
	}

	.custValue ul li h5 {
		font-size: 18px;
	}

	.custValue ul li span {
		font-size: 14px;
	}

	/* 	.newsMainBox img{
		width: 400px;
	}
	.newsMainBox .newsBoxR{
		width: calc(100%  - 450px);
	} */
	.newsMainBox {
		margin: 0;
		margin-bottom: 40px;
	}

	.newsDel {
		padding: 60px 30px;
	}

	.techLeft b {
		position: relative;
		left: 0;
		top: 0;
	}

	.techLeftBox {
		width: calc(100% - 340px);
	}

	.techLeft b {
		width: calc(100% - 340px);
	}

	.techLeft img {
		width: 100%;
		margin-left: 170px;
		margin-top: 40px;
	}

	.techRight b {
		position: relative;
		left: 0;
		top: 0;
	}

	.techLeftBox {
		width: calc(100% - 340px);
	}

	.techRight b {
		width: calc(100% - 340px);
	}

	.techRight img {
		width: 100%;
		margin-left: 170px;
		margin-top: 40px;
	}

	.techRight h3 {
		margin-left: 0;
	}

	.techRight em {
		margin-left: 0;
	}

	.techRight p {
		margin-left: 0;
	}

	.productMain li .amrUl .amrLi {
		flex: auto;
		width: 50%;
	}

}

@media screen and (max-width: 1366px) {
	.sliceAbout {
		padding: 40px 80px;
	}

	.delMrf .delMrfL ul li h5 {
		font-size: 28px;
	}

	.serviceTop ul {
		display: block;
	}

	.serviceTop ul li {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.serviceTop ul li p {
		font-size: 16px;
	}

	.serviceMoreR h5 {
		font-size: 22px;
	}

	.serviceMoreR p {
		font-size: 16px;
	}

	.downBot ul {
		display: block;
	}

	.downBot ul li {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.downBot ul li p {
		font-size: 14px;
	}

	.screenBox .input-group {
		float: left;
		margin-top: 20px;
	}

	.aboutDevelop ul li {
		padding-right: 0;
	}

	.aboutDevelop {
		background-size: auto 100%;
	}

	.techAdvantage ul li p {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 1200px) {
	.DelNav {
		padding: 0 150px;
	}

	.case-Tblock {
		padding: 0 0 30px 0;
	}

	.aboutVideo ul li b div {
		height: 200px;
	}
	
	.productTit li {
		font-size: 14px;
	}
}

@media screen and (max-width: 1000px) {
	.delMrf p {
		text-align: left !important;
		line-height: 32px !important;
	}

	.case-Tblock {
		padding: 0 13% 30px 13%;
	}

	.case-Tblock .case-Tbrelative {
		width: 100%;
	}

	.case-Tbrelative .media-body {
		padding-right: 10px;
	}

	.banner-post {
		display: none;
	}

	.caseTop {
		padding: 30px 5%;
	}

	.caseMain {
		padding: 50px 0;
	}

	.caseBox {
		margin-bottom: 30px;
        height: 500px;
	}

	.caseMain .caseLeftBox p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.navbar-expand-lg .offcanvas-collapse {
		display: none;
		width: 100%;
		position: relative;
		transform: translate3d(0, 0, 0);
		opacity: 1;
		height: auto;
		padding: 0;
		top: 20px;
		height: 100%;
	}

	.containerHead {
		max-width: 100%;
	}

	.fixed-top {
		padding: 30px 0 !important;
	}

	.fixed-top.fixe-topWhite {
		background-color: #fff !important;
	}

	.navbar-brand {
		width: 190px;
	}

	.navRight .j-navbar-search,
	.navRight #header-user-wrap {
		display: none;
	}

	.navRight {
		position: absolute;
		top: 40px;
		right: 30px;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		display: none;
		width: 100%;
		padding: 0;
		position: relative;
		left: 0;
		top: 0;
		box-shadow: none
	}

	.navbar-expand-lg #navbar_mainPhone .navbar-nav .dropdown-menu {
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		height: 100%;
	}

	.containerHead .dropdown-menu dl {
		margin-right: 0;
	}

	.containerHead .nav-item dt {
		padding: 10px 30px;
		margin-bottom: 0;
		font-size: 16px;
		cursor: pointer;
	}

	.containerHead .nav-item dd {
		padding: 10px 30px;
		margin-bottom: 0;
		font-size: 16px;
		cursor: pointer;
		border-bottom: 1px solid #D1D1D1;

	}

	.containerHead .nav-item dd a {
		font-size: 16px;
		color: #131313;
	}

	ul.navbar-nav {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.dropBack {
		line-height: 62px;
		border-bottom: 1px solid #D1D1D1;
		padding-left: 30px;
		font-size: 16px;
		color: #000;
		cursor: pointer;
	}

	.dropBack .iconfont {
		font-size: 26px;
		position: relative;
		top: 2px;
		margin-right: 10px;
	}

	.dropBack2 {
		line-height: 62px;
		border-bottom: 1px solid #D1D1D1;
		padding-left: 30px;
		font-size: 16px;
		color: #000;
		cursor: pointer;
		display: none;
	}

	.dropBack2 .iconfont {
		font-size: 26px;
		position: relative;
		top: 2px;
		margin-right: 10px;
	}

	.offcanvas-collapse .navbar-nav .nav-item {
		width: 100%;
		margin-bottom: 0;
		background-color: #fff;
	}

	.containerHead .dropdown-menu dl {
		float: none;
	}

	.containerHead .dropdown-menu dl dd {
		display: none;
	}

	.containerHead .groupSole .dropdown-menu dl dd {
		display: block;
	}

	.containerHead .dropdown-menu dl dt {
		display: block;
	}

	.containerHead .groupSole .dropdown-menu dl dt {
		display: none;
	}

	.containerHead button {
		display: block;
		float: none;
		position: relative;
		width: calc(100% - 20px);
		margin-left: 20px;
		height: auto;
		text-align: left;
		color: rgba(0, 0, 0, 0.65);
		font-size: 16px;
		font-weight: 600;
		padding: .25rem 1.5rem;
		border: none;
		line-height: 50px;
		border-bottom: 1px solid #999;
	}

	.fixed-top.fixe-topTM .containerHead button {
		display: block;
		float: none;
		position: relative;
		width: calc(100% - 40px);
		margin-left: 20px;
		height: auto;
		text-align: left;
		color: rgba(0, 0, 0, 0.65);
		font-size: 16px;
		font-weight: 600;
		padding: .25rem 1.5rem;
		border: none;
		line-height: 50px;
		border-bottom: 1px solid #999;
	}

	.fixed-top.fixe-topTM.fixedHover .containerHead button {
		color: #333;
		background: #fff !important;
		border-color: #999;
	}

	.fixed-top.fixe-topTM .containerHead button .nav-link {
		color: rgba(0, 0, 0, 0.65);
	}

	.containerHead .dropdown-toggle .iconfont {
		display: none;
	}

	.containerHead button:hover {
		color: rgba(0, 0, 0, 0.65);
	}

	.btn-group {
		width: 100%;
		display: block;
		position: inherit;
	}

	.navRight .navMenu {
		display: inline-block;
		float: right;
		color: #fff;
	}

	.bg_navbar .navRight .navMenu {
		color: #333;
	}

	/* .fixed-top.fixedHover {
		background: none !important;
	} */

	.fixed-top.fixe-topTM .navbar-brand {
		background-image: url(../images/slider/logo3.png);
		/* margin-left: 20px; */
		position: relative;
	}

	.fixed-top.fixe-topWhite .navbar-brand {
		background-image: url(../images/slider/logo.png);
	}

	.fixed-top .navbar-brand {
		background-image: url(../images/slider/logo3.png);
	}

	.bg_navbar .navbar-brand {
		background-image: url(../images/slider/logo.png);
	}


	.fixed-top.fixe-topWhite .navRight .navMenu .iconfont {
		color: #333;
	}

	.navRight {
		width: auto;
	}

	.groupProduct.show button {
		border-bottom: 1px solid #999;
	}

	.offcanvas-collapse .navbar-nav .nav-link {
		text-align: left;
		color: rgba(0, 0, 0, 0.65);
		font-size: 16px;
		font-weight: 600;
		padding: .25rem 0;
	}

	.banner-tit {
		padding-top: 0;
	}

	.display-3 {
		font-size: 1.5rem;
		line-height: 1.5rem;
		padding: 10px 0px;
	}

	.carousel-inner .banner-titleft .lead {
		font-size: 1rem;
	}

	.banner-titright img {
		width: 95%;
	}

	#carouselExampleIndicators .carousel-item {
		/* display: none !important; */
	}

	#carouselExampleIndicators .carousel-item.bannerbg1,
	#carouselExampleIndicators .carousel-item.bannerbg2,
	#carouselExampleIndicators .carousel-item.bannerbg3,
	#carouselExampleIndicators .carousel-item.bannerbg4 {
		/* display: block !important; */
		height: 500px;
	}

	#carouselExampleIndicators .carousel-control-prev,
	#carouselExampleIndicators .carousel-control-next {
		display: none;
	}

	.carousel-inner .lead {
		font-size: 0.8rem;
		line-height: 1.5rem;
	}

	#carouselExampleIndicators .carouselText {
		display: none;
	}

	.sliceBox {
		padding: 0 30px;
	}
	.mb-md{
		margin-bottom: 0px !important;
	}

	.sliceBox .heading {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 0;
	}

	.sliceBox h4 {
		text-align: center;
		font-size: 1.2rem;
	}

	.sliceBox h4 em {
		display: block;
		margin: 5px auto;
		position: relative;
		left: 0;
		top: 0
	}

	.sliceBox .sliceMore {
		display: none;
	}

	.sliceBox SPAN {
		font-size: 0.8rem;
		text-align: center;
		display: block;
		width: 100%;
		line-height: 1.5rem;
	}

	.product-main {
		padding: 0 30px;
	}

	.product-item {
		width: 50%;
	}

	.pr-line2 .product-images {
		top: 40px;
		right: 20px;
	}

	.pr-line3 .product-images {
		top: 40px;
		right: 10px;
	}

	.pr-line4 .product-images {
		top: 40px;
		right: 20px;
	}

	.product-item .product-item-desc h3 {
        top: 36px;
        font-size: 18px;
    }
	.product-item .product-item-desc p{
		top: 4rem;
		font-size: 14px;
	}

	.product-item .product-item-desc small {
		top: 120px;
		left: 20px;
	}

	.product-item:hover .product-item-desc small {
		transform: translate(0, 0);
		opacity: 1;
	}

	.product-item:hover .product-item-desc h3 {
		transform: translate(0, 0px);
	}

	.solutionMain .solutionItem {
		width: 100%;
	}

	.solutionMain {
		padding: 0 30px;
	}

	.solutionMain .solutionItem.solutionWide {
		width: 100%;
	}

	.solutionMain .solutionItem {
		height: 300px;
		background-size: 100% auto;
		margin-bottom: 30px;
		background-position: top center;
	}

	.solutionMain .solutionItem h4 {
		bottom: 50px;
		text-align: left;
		padding-left: 30px;
		font-size: 1.5rem;
		font-weight: bold;
	}

	.solutionMain .solutionItem span {
		bottom: 30px;
		text-align: left;
		padding-left: 30px;
		left: 0;
		opacity: 1;
		font-size: 1rem;
	}

	.solutionMain .solutionItem .iconfont {
		display: none;
	}

	.solutionMain .solutionItem .solutionImg {
		display: none;
	}

	/* .solutionMain .solutionItem.solutionWide h4 {
		font-size: 1.5rem;
		transform: translate(0, 0);
	}

	.solutionMain .solutionItem.solutionWide span {
		transform: translate(0, 0);
	} */

	.solutionMain {
		margin-bottom: 0;
	}

	.aboutLeft {
		float: none;
		width: 100%;
		padding-top: 50px;
	}

	.sliceBox.sliceAbout .sliceMore {
		display: none;
	}

	.aboutLeft p {
		color: #000;
	}

	.aboutRight {
		float: none;
		width: 100%;
	}

	.aboutRight ul {
		margin-left: 0;
	}

	.aboutRight ul li img {
		float: none;
		margin: 0 auto;
	}

	.aboutRight ul li:nth-child(odd) {
		margin-right: 0;
	}

	.aboutRight ul li .aboutIconText {
		float: none;
		width: 100%;
	}

	.aboutRight ul li .aboutIconText h6 span {
		font-size: 1rem;
		font-weight: normal;
		margin-top: 30px;
	}

	.aboutRight ul li .aboutIconText h6 {
		text-align: center;
		font-size: 1rem;
		font-weight: normal;
		width: 100%;
	}

	.aboutRight ul li .aboutIconText p {
		display: none;
	}

	/* .newsMain{
	min-width: 1200px;
}
.slice{
	width: 100%;
}
.sliceNews{
	width: 100%;
	overflow: auto;
} */

	.sliceNews .newUnit {
		width: 100%;
		float: none;
	}

	.sliceNews .newUnit b {
		height: 300px;
	}

	.newUnitBox {
		border: none;
	}

	.sliceNews .newUnit h4 {
		text-align: left;
		padding-top: 20px;
		padding-bottom: 0px;
		padding-left: 0;
	}

	.sliceNews .newUnit span {
		text-align: left;
		padding-bottom: 10px;
		padding-left: 0;
	}

	.sliceNews .newUnit em {
		font-size: 0.8rem;
		padding-left: 0;
	}

	.sliceService {
		display: none;
	}

	/* .fixedBox li{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
}
.fixedBox li .iconfont{
	font-size: 1.2rem;
} */
	.sliceBot.sliceBox h4 {
		font-size: 1.8rem;
	}

	.solutionMain .solutionItem.solutionWide span {
		display: block;
	}

	.footer {
		padding: 40px 30px 40px;
	}

	.footerTop {
		position: relative;
		padding: 0;
		padding-bottom: 120px;
	}

	.footLeft {
		position: absolute;
		width: 100%;
		top: 80px
	}

	.footRight {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #393e4d;
		padding-bottom: 10px;

	}

	.footerTop .footRight img {
		width: 120px;
	}

	.footerTop .footLeft li {
		font-size: 1rem;
	}

	.footLine {
		display: none;
	}

	.footerMain {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.footerMain .footLeft {
		display: none;
	}

	.footerMain .footRight {
		position: relative;
		padding-bottom: 60px;
	}

	.footerMain .footRight p span {
		display: block;
	}

	.footerMain .footRight p i {
		display: block;
	}

	.footerMain .footRight em {
		position: absolute;
		left: 60%;
		top: 0;
		color: #828691;
		font-size: 16px;
	}

	.footerMain .footRight ul {
		position: absolute;
		left: 60%;
		top: 50px;
	}


	.footerMain .footRight p {
		width: 50%;
	}

	.footerBot {
		padding-left: 0;
		padding-right: 0;
		color: #fff;
		text-align: center;
	}

	.footEwm {
		top: 40px;
	}

	.aboutHead h2 {
		font-size: 2rem;
	}

	.aboutHead p {
		font-size: 14px;
	}

	.productHead ul {
		width: 90%;
	}

	.productHead ul li {
		margin-right: 0;
	}

	.delMrf,
	.delMrf.sp {
		padding: 65px 20px;
	}

	.DelNav {
		padding: 0 20px;
	}

	.productTit li {
		font-size: 12px;
	}

	.productMain li p {
		width: 100%;
	}

	.productMain li .srcUl {
		display: block;
	}

	.productMain li .srcUl .srcLi {
		width: 100%;
		margin-bottom: 30px;
	}

	.productBox {
		width: 100%;
	}

	.productBoxR .productBoxP {
		font-size: 14px;
	}

	.ProductAl .solutionMain .solutionItem {
		margin-right: 0;
	}

	.ProductAl .solutionMain {
		padding: 0;
		display: block;
	}

	.ProductAl .solutionMain .solutionItem .solutionImg {
		left: 0;
	}

	.ProductAl .solutionMain .solutionItem h4 {
		top: auto
	}

	.proModal .modal-dialog-centered {
		width: calc(100% - 40px);
	}

	.proModal .form-inline .form-group .form-control {}

	.proModal .form-inline .form-group label {}

	.proModal .form-inline .form-group {
		width: 100%;
	}


	.productMain li .amrUl .amrLi {
		margin-bottom: 40px;
	}

	.productBoxR h5 {
		margin-top: 20px;
		font-size: 18px;
	}

	.proBoxSmall H6 {
		font-size: 20px;
	}

	.productBoxR .productBoxP {
		width: calc(100% - 10px);
		margin-top: 20px;
	}

	.productBoxDouble {
		width: 100%;
	}

	.DelNav .breadcrumb {
		padding: 0 20px;
	}

	.delMrf .delMrfL {
		width: 100%;
	}

	.delMrf .delMrfR {
		width: 100%;
	}

	.vrfVideoBot {
		padding-left: 20px;
	}

	.vrfVideoBot ul {
		display: block;
	}

	.vrfVideoBot ul li {
		margin-bottom: 20px;
	}

	.proPara {
		display: none;
	}

	.proParaBox h5 {
		font-size: 18px;
		line-height: 40px;
	}

	.proParaBox h5 span {
		position: relative;
		display: block;
	}

	.proParaBox {
		background: none;
	}

	.proPara .table {
		min-width: 700px
	}

	.delCase ul {
		display: block;
	}

	.delPro ul {
		display: block;
	}

	.delPro ul li {
		margin-bottom: 30px;
	}

	.caseTit {
		padding: 0;
	}

	.caseTit li {
		margin-right: 10px;
	}

	.caseTit li h5 {
		font-size: 22px;
	}

	.aboutVideo ul {
		display: block;
	}

	.aboutVideo ul li {
		text-align: center;
		padding-left: 0;
	}

	.aboutVideo ul {
		display: block;
	}

	.aboutVideo ul li {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.aboutVideo ul li b {
		height: auto;
	}

	.aboutVideo ul li p {
		padding: 10px;
		margin: 0;
	}

	.aboutVideo ul li h5 {
		padding: 10px;
	}

	.aboutVideo .custCase3 {
		display: block;
	}

	.aboutVideo .custCase3 li b {
		height: auto;
	}

	.aboutVideo .custCase3 li {
		margin-right: 0;
		height: auto;
		margin-bottom: 20px;
	}

	.custValue ul li span {
		padding-left: 0;
	}

	.newsMainBox {
		height: auto;
	}

	.newsMainBox .newsBoxR {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.newsMainBox img {
		width: 100%;
	}

	.newsMainBox .newsBoxR a {
		position: relative;
		bottom: 0;
	}

	.newsDelR {
		display: none;
	}

	.newsDelL {
		width: 100%;
	}

	.newsDelL ul {
		display: none;
	}

	.newsDelL iframe {
		width: 100%
	}

	.serviceMore ul {
		display: block;
	}

	.serviceMore ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.serviceMoreR h5 {
		font-size: 18px;
	}

	.serviceMoreR p {
		font-size: 14px;
	}

	.downBot ul li em {
		margin-bottom: 10px;
	}

	.screenBox .input-group {
		width: 100%;
	}

	.aboutBox p {
		width: 100%;
	}

	.aboutDis ul {
		display: block;
		padding: 0;
	}

	.aboutDevelop {
		margin-top: 20px;
	}

	.aboutDevelop ul {
		display: block;
	}

	.aboutDevelop ul li {
		margin-bottom: 40px;
		padding-left: 0;
	}

	.aboutDevelop ul li img {
		display: none;
	}

	.aboutDevelop ul li:nth-child(1) {
		top: 0
	}

	.aboutDevelop ul li:nth-child(2) {
		top: 0
	}

	.aboutDevelop ul li:nth-child(3) {
		top: 0
	}

	.aboutDevelop ul li:nth-child(4) {
		top: 0
	}

	.aboutBusiness {
		height: auto;
	}

	.aboutBusiness ul {
		display: block;
		padding: 0;
	}

	.aboutBusiness ul li {
		border: none
	}

	.aboutBusiness ul li img {
		margin: 0 auto;
	}

	.aboutBusiness ul li h4 {
		text-align: center;
		margin-left: 0;
		margin-top: 10px;
	}

	.aboutBusiness ul li span {
		text-align: center;
		margin-left: 0;
		margin-top: 20px;
	}

	.aboutBusiness ul li b {
		display: block;
	}

	.aboutBusiness ul li h5 {
		display: block;
	}

	.aboutBusiness ul li .disText {
		display: block;
	}

	.aboutQualifications ul {
		display: block;
	}

	.techPlatform ul {
		display: block;
		width: 100%;
	}

	.techPlatform ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.techEquip ul {
		display: block;
		width: 100%;
	}

	.techEquip ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.techAdvantage ul {
		display: block;
		width: 100%;
	}

	.techAdvantage ul li {
		margin-right: 0;
		margin-bottom: 20px;

	}

	.techAdvantage ul li h4 {
		padding-top: 40px;
	}

	.techLeftBox {
		width: 100%;
		margin-left: 0;
	}

	.techRight .techLeftBox {
		margin-right: 0;
	}

	.techRight b {
		width: 100%;
	}

	.techRight img {
		margin-left: 0;
	}

	.techLeft b {
		width: 100%;
	}

	.techLeft img {
		margin-left: 0;
	}

	.coopForm .form-inline {
		padding: 0;
	}

	.coopForm .form-inline .form-group {
		width: 100%;
		margin-right: 0;
		background: none;
		padding-left: 0;
		height: auto;
	}

	.coopForm label {
		display: block;
		text-align: left;
	}

	.coopForm .form-inline .form-group .form-control {
		width: 100%;
		background-color: #f9f9f9;
	}

	.coopForm .form-inline .form-group.formSmall .form-control {
		width: 100%;
	}

	.coopForm .form-inline .form-group.formBz {
		display: none;
	}

	.coopForm .form-inline .form-group.formText {
		height: auto;
	}

	.joinUsTit {
		width: 100%;
		padding: 0;
	}

	.joinUsTit li {
		font-size: 14px;
	}

	.joinUsTit li .iconfont {
		display: none;
	}

	.joinUsMain {
		padding: 0;
	}

	.joinWelfare ul {
		display: block;
		padding: 0;
	}

	.joinWelfare ul li {
		padding-left: 0;
		text-align: center;
	}

	.joinWelfare ul li p {
		text-align: center;
	}

	.joinRecruit .accordion {
		padding: 0;
	}

	.accordion .btn-link {
		font-size: 16px;
	}

	.joinRecruit .accordion .card .card-header span.recSpan1 {
		display: block;
		margin-left: 0;
	}

	.joinRecruit .accordion .card .card-header .recRight {
		float: left;
	}

	.joinRecruit .accordion .card .card-header b {
		display: none;
	}

	.joinRecruit .accordion .card .card-header span {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.contactUs ul.contactTop {
		display: block;
		padding: 0;
	}

	.contactUs ul.contactTop li:first-child {
		margin-right: 0;
	}

	.contactUs ul.contactTop li {
		margin-bottom: 20px;
	}

	.contactUs ul.contactTop li p {
		font-size: 14px;
	}

	.contactUs ul.contactTop li img {
		position: relative;
		top: 0;
		left: 0;
	}

	.contactUs ul.contactBot {
		display: block;
		padding: 0;
	}

	.contactUs ul.contactBot li {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.contactMessage form {
		width: 100%;
	}

	.contactMessage .row {
		display: block;
	}

	.contactMessage .row .col {
		margin-bottom: 20px;
	}

	.aboutDis ul li {
		background-size: 100% auto !important;
	}

	.aboutBusiness {
		background-size: auto 100%;
	}

	.aboutBusiness ul li:hover {
		background: none;
	}

	.aboutBox.aboutUs p {
		width: 100% !important;
	}

	.caseHead .lead {
		font-size: 14px;
	}

	.aboutVideo ul li b div {
		height: 300px;
	}

	.case-info {
		padding: 70px 0;
	}
}
@media screen and (max-width: 767px) {

	/* 在此处编写对应的样式 */
	.collapse.show {
		background: #fff;
	}

	.navbar-nav li.nav-item>a {
		line-height: 3rem;
	}

	.navbar-brand {
		margin-left: 20px;
	}

	.product-main {
		display: block;
	}

	.product-item .product-item-desc h3 {
        font-size: 1.2rem;
        text-align: center;
        top: 80px;
    }

	.product-item .product-item-desc p {
		display: none;
	}

	.product-item-desc {
		bottom: 10px;
	}

	.product-item-desc {
		position: relative;
	}

	.product-main {
		padding: 0 20px;
	}

	.aboutmap {
		background: none;
	}

	.newbox p {
		display: none;
	}
	
	.product-item .product-item-desc p {
        top: 4.2rem;
		font-size: 14px;
    }
	    .newUnitBox {
        min-height: 100px;
    }
	.newUnitBox {
    padding-bottom: 20px;
}
	.sliceNews .newUnit h4 {
			padding-top: 15px;
	}
	.solutionWrap .tab-pane>div{
		display: inherit;
	}
	.solutionWrap .tab-pane>div>div {
		display: initial;}
	.solutionWrap .tab-pane>div>div .tit{
		font-size: 24px;
	}
	.solutionWrap .tab-pane>div>div .des {
		margin-top: 15px;
		font-size: 16px;}
	.solutionWrap .tab-pane>div>div img{
		width:100%;
	}
	#carouselExampleIndicators .carousel-item.bannerbg1, #carouselExampleIndicators .carousel-item.bannerbg2, #carouselExampleIndicators .carousel-item.bannerbg3, #carouselExampleIndicators .carousel-item.bannerbg4 {
        /* display: block !important; */
        height: 300px;
    }
	.carousel-inner .banner-titleft .lead{
		display: none;
	}
	.caseMain li.caseMainCurr{
		    display: initial;
	}
	.caseBox {
		width: 100%;
	}
	.case-word h3{
		font-size: 1.2rem;
	}
	.pro-con {
    width: 100%;
		display:inherit;padding: 0 5%;}
	.pro-conbox{ float: inherit; width: inherit;}
	.pro-con-img{ float: inherit; width: inherit;}
.parameterContainer {
	padding: 20px 5% 30px;}
.pro-info li em{ line-height: 70px;}
.pro-info li p {
    margin: 0px;
    line-height: 24px !important;
}
.delPro ul li{    padding-bottom: 10px;}
}

@media screen and (max-width: 600px) {
	.carousel-item .container {
		display: block;
		max-width: 100%;
	}

	.banner-titright img {
		width: 85%;
	}

	.newsDelL img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 5px;
	}

	.carousel-item a.morebtn {
		display: none;
	}

	.carousel-inner .banner-titleft .lead {
		display: none;
	}

	.carousel-item .container {
		display: block;
	}

	.banner-titleft {
		padding-left: 0px;
		padding-top: 30%;
	}

	.banner-titright {
		padding-top: 0px;
	}

	.delMrf p img {
		width: 100% !important;
		height: auto !important;
	}

	.productTit {
		border-bottom: 1px solid #DBDBDB;
	}

	.productTit li {
		font-size: 12px;
		border: none;
		margin-right: 0;
		padding: 0 5px;
	}

	.productTit li.titCurr {
		background: inherit;
		color: #495057;
		border-bottom: 2px solid #1a91ed;
	}

	.productTit li b {
		display: none !important;
	}

	.productMainCurr_text {
		line-height: 2;
	}

	.amrP {
		display: none;
	}

	.amrR {
		margin-left: 5px !important;
	}

	.amrR h4 {
		font-weight: 500;
		font-size: 20px !important;
	}

	.amrR h5 {
		font-weight: 400;
		font-size: 14px !important;
	}

	.productHead ul {
		display: none;
	}

	.productHead {
		height: 300px;
	}

	.productBox {
		padding: 10px;
		margin-bottom: 15px;
		height: 165px;
	}

	.productBoxL {
		width: 50%;
	}

	.productBoxL img {
		width: 100%;
	}

	.productBoxR {
		width: 50%;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.productBoxR .productBoxP {
		display: none;
	}

	.productBoxR .productBoxT {
		font-weight: bold;
		font-size: 20px;
	}

	.productBoxR a {
		margin-top: 0 !important;
		background-color: #2D2D2D !important;
		height: 25px !important;
		line-height: 25px !important;
		border-radius: 0 !important;
		text-align: left !important;
		font-size: 12px;
		padding: 0 15px;
		width: fit-content !important;
	}

	.ProductAl {
		padding: 50px 30px 0;
	}

	.footerMain .footRight p {
		font-size: 14px;
		width: 100%;
	}

	.footerMain .footRight em {
		bottom: 43px;
		left: 0;
		top: auto;
		font-size: 14px;
		margin-top: 0;
	}

	.footerMain .footRight ul {
		bottom: 10px;
		left: 0;
		top: auto;
	}

	.footerMain .footRight {
		padding-bottom: 85px;
	}

	.parameterContent>div {
		width: 50%;
	}

	.delPro ul li {
		margin-right: 0;
	}

	.footEwm {
		top: -120px;
	}

	.aboutBox {
		padding: 30px 30px 0;
	}

	.productTit {
		padding: 0;
	}

	.footEwm {
		left: 0;
	}

	.caseHead {
		height: 300px;
	}


	.caseBox {
		padding: 10px;
		flex-direction: column;
		margin-bottom: 50px;
		border-radius: 10px;
		height: auto;
	}

	.caseBox:nth-child(odd) b {
		order: -1;
	}

	.caseLeftBox {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 10px 15px 10px !important;
		margin-top: 0px;
	}

	.caseMain .caseLeftBox p {
		font-size: 14px;
		margin: 10px 0;
	}

	.caseMain .caseLeftBox a {
		margin: 0;
		background-color: #2D2D2D !important;
		height: 25px !important;
		line-height: 25px !important;
		border-radius: 0 !important;
		text-align: left !important;
		font-size: 12px;
		padding: 0 15px;
		width: fit-content !important;
	}
	.caseMain b img, .caseMain b{
		height: inherit;
	}
	.caseBox>a {
		box-shadow: 0px 3px 10px 0px rgba(85, 85, 85, 0.1);
	}
	.caseMain b {
		width: 100%;
	}

	.caseMain b img {
		width: 100%;
	}

	.caseMain .caseLeftBox h4 {
		font-size: 20px;
	}

	.caseTit li h5 {
		font-size: 14px;
	}

	.caseTit li h6 {
		font-size: 12px;
	}

	.aboutBox em {
		margin-top: 10px;
	}
	.product-item{
		width: 95%;
		margin:5px auto ;
	}
	.product-item:first-child{
		margin: 0 auto;
	}
	 .sliceBox {
		 margin-bottom: 20px !important;
	}
	.newUnitBox {
        min-height: 90px;
    }
	.aboutRight ul {
		margin: 30px 0px 0px 0px;
	}
	.aboutRight ul li{
		margin-bottom: 20px;
	}
	.ServiceBox {
    padding-top: 20px;
}
	.sliceBox h4{
		margin-bottom: 20px;
	}
	.product-item-desc {
		overflow: inherit;
	}
	
    .product-item .product-item-desc h3 {
        top: 80px;
        font-size: 20px;
        color: #000000
	}
	.product-item .product-item-desc p{
		display: none;
	}
	.sliceNews .newUnit b{
		height: 220px;
		padding-bottom: 10px;
	}
	.slice {
	padding: 1.2rem 0;
	}
	.product-main {
        padding: 0 20px;
		margin-bottom: 0px;
    }
	.display-3 {
        margin: 30px auto 0;
		font-size: 1.6rem;
	}
	.product-item{
		        width: 95%;
        margin: 5px auto;
        display: block;
		height: 204px;
	}
	
}