/*====================导航*********/
a{text-decoration:none!important;} 
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 130px;
	background: transparent;
	display: flex;
 border-bottom: rgba(218,200,167,.2) solid 1px;
}

.container {
	width: 100%!important;
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container::before{display: none !important;}
.container::after{display: none !important;}

/*左侧logo*/
.header .left a img {
	width: 70px;
	/* margin-left: -10px; */
}

.header .left .img2 {
	display: none;
}

/*右侧*/
.header .nav {
	width: 48%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
	/* margin-left: 8%; */
}

.header .navbar_nav {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .navbar_nav .active a {
	color: width;
}

.header .navbar_nav li {
	position: relative;
}

.header .navbar_nav .active:after {
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.header.on .navbar_nav .active:after{
    background: #0b308e;
}
.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #0b308e;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
}

.header .navbar_nav li:hover a {
	color: #0b308e;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 120%;
	left: -10%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: orange;
}

.navbar_nav .iconfont {
	font-size: 24px !important;
}

.header-contact {
	display: flex;
	align-items: center;
}

.header-contact-phone {
	width: 240px;
}

.header-contact-phone-tit {
	color: #dcdddf;
}

.header-contact-phone-num {
	color: #fff;
	font-size: 24px;
	letter-spacing: 3px;
	margin-top: 12px;
}

.header-contact-icon {
	width: 130px;
	color: #fff;
	font-size: 42px;
	font-weight: 100;
	height: 100%;
	text-align: center;
	line-height: 130px;
	background-color: #0b308e;
}

/*白色背景的头部*/
.header.on {
	background: #fff;
	border-bottom: 1px solid #efefef;
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .navbar_nav li a {
	color: #333;
}

.header.on .navbar_nav .active a {font-weight: 600;
	color: #0b308e;
}

.header.on .navbar_nav li:hover a {font-weight: 600;
	color: #0b308e;
}

.header.on .header-contact-phone-tit {
	color: #333;
}

.header.on .header-contact-phone-num {
	color: #0b308e;
}

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	font-size: 26px;
	color: #666;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	width: 30%;
	display: block;
	margin: 30px auto;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

@media screen and (max-width: 992px) {
	.header {
		padding: 0 10px;
	}

	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}

	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}

	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}

	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}

	.header #navToggle span:before {
		top: 8px;
	}

	.header #navToggle span:after {
		bottom: 10px;
	}

	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.header #navToggle.open span {
		background: none;
	}

	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}

	.header .nav {
		display: none;
	}

	.banner img {
		height: 600px;
		object-fit: cover;
	}
}


/* banner */


.banner {
	position: relative;
}

.scroll {
	position: absolute;
	top: 124%;
	left: 12%;
	z-index: 999;
	color: #fff;
	font-size: 12px;
}

/* 鼠标滚动动画 */
.scroll-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2em;
	width: 1.2em;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 2em;
	border: solid 2px;
	-webkit-transition: .4s;
	transition: .4s;
	margin-bottom: 10px;

}

.scroll-icon:hover {
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.scroll-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
	animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

@-webkit-keyframes scroll-icon {
	0% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		opacity: 0;
	}

	30%,
	70% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
		opacity: 0;
	}
}

@keyframes scroll-icon {
	0% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		opacity: 0;
	}

	30%,
	70% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
		opacity: 0;
	}
}

/* 优势 */
.adv {
	position: relative;
	z-index: 2;
}

.adv-mian {
	border-radius: 10px;
	box-shadow: #e2e2e2 0 0 10px;
	height: 630px;
	padding: 6% 6% 2% 6%;
	position: absolute;
	top: -140px;
	left: 0%;
	background: #fff;
}

.adv-tit {
	text-align: center;
}

.adv-tit h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.adv-tit h3 {
	font-size: 48px;
	color: #0b308e;
}

.numCount ul {
	display: flex;
	justify-content: space-between;
	margin-top: 6%;
}

.numCount ul li {
	text-align: center;
	width: 20%;
}

.numCount ul li .numCX,
.numCount ul li .unitC {
	font-size: 50px;
	font-weight: 600;
	color: #0b308e;
}
.numCount ul li .unitC{
	vertical-align: super;
	font-size: 20px;
}
.numCount ul li .indc {
	font-size: 18px;
	font-weight: 600;
	margin: 26px 0;
}

.numCount ul li .indc-en {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
.numCount ul li .indc-en .Uppercase{
	font-size: 16px;
}
.certificate {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 5%;
	text-align: center;
}


/* 产品中心 */
.pro {
	margin-top: 640px;
	overflow: hidden;
	background: #FFFFFF url(../IMAGES/pro-bg.jpg);
	padding-bottom: 3%;
}

.pro-main {
	padding: 3% 2%;
}

.pro-main .item {
	width: 33%;
}
.pro-main .item .pic{
    text-align: center;
    background-color: #f0f0f0;
}
.pro-main .item img{
    width: auto;
    height: 400px;
}
.tit {
	text-align: center;
	margin-top: 5%;
}

.tit h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	position: relative;
}

.tit h2::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #dfc99f;
	position: absolute;
	left: 47.9%;
	bottom: -20px;
}

.tit p {
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
}

.jdt {
	bottom: 140px !important;
}

.pro-main .txt {
	margin: 4px 0 0 40px;
	padding-left: 20px;
	border-left: #fff solid 1px;
}

.pro-main .txt h2,
.pro-main .txt p {
	color: #fff;
}

.pro-main .txt h2 {
	font-size: 22px;
	padding-top: 14px;
}

.pro-main .txt p {
	margin-top: 8px;
}

.more {
	line-height: 46px;
	text-align: center;
	width: 200px;
	color: #fff;
	margin: 0 auto;
	background-color: #0b308e;
	border-radius: 40px;
	margin-top: 15px;
}

.more a,
.more span {
	color: #fff;
}
.pro .more a:hover{
    color: #fb3630;
}
.pro .more a:hover span{
    color: #fb3630;
}

/* 应用领域 */

.case_box {
	background: url(../IMAGES/area_bg.jpg) no-repeat center top;
	height: 1050px;
}

.case_box h3 {
	color: #081232;
	font-weight: normal;
	font-size: 42px;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

.case_box .category ul {
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.case_box .category ul li {
	font-size: 20px;
	text-align: center;
	width: 215px;
	height: 58px;
	line-height: 58px;
	color: #939aac;
	border-radius: 5px;
	cursor: pointer;
}

.case_box .category ul li.active {
	color: #fff;
	background: #0b308e;
}

.case_box .content {
	padding-left: 50px;
}

.case_box .content .cont {
	width: 65%;
	position: relative;
	display: none;
}

.case_box .content .cont.active {
	display: block;

}

.case_box .content .cont img.bg {
	position: absolute;
	border: 1px solid #E3E3E3;
	left: 46%;
	top: 0;
}

.case_box .content .cont .info {
	position: absolute;
	width: 520px;
	height: 340px;
	background: #fff;
	box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
	left: 0;
	top: 170px;
	padding: 50px 40px 0;
	border-radius: 10px;
}

.case_box .content .cont .info .title .logo {
	float: left;
	padding-right: 25px;
}

.case_box .content .cont .info .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.case_box .content .cont .info .title h4 {
	float: left;
	padding-top: 30px;
	font-size: 24px;
	color: #081232;
}

.case_box .content .cont .info p {
	font-size: 16px;
	line-height: 32px;
	padding-top: 30px;
	color: #828b9f;
}


/* 应用领域 */
.title h2,
.title p {
	color: #333;
}

.category {
	margin-top: 50px;
}
.case-main{
    
}
.case-main ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.case-main ul li {
	width: 32%;
	height: 320px;
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
	border-radius: 14px;
}

.case-main ul li:hover .case-pic img {
	opacity: 1;
}

.case-pic {
	background-color: #000;
}

.case-pic img {
	opacity: .6;
}

.case-tit {
    right: 10%;
	margin-top: 3%;
	position: absolute;
	top: 0;
	left: 7%;
}

.case-tit h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom: 10px;
	font-size: 22px;
	color: #fff;
    transition: all .6s;    
}
.case-tit span {
    font-size: 14px;
    line-height: 27px;
	color: #fff;
	display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden;-webkit-line-clamp:2;
}
.case-main ul li:hover .case-tit h3 {
	margin-top: -200px;
	transition: all .6s;
}

.case-p {
	position: absolute;
	right: 5%;
	bottom: 10px;
	letter-spacing: 3px;
}

.case-p p {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	/*writing-mode: vertical-lr;*/
	/*margin-top: 100%;*/
}

.case-main ul li:hover .case-p p {
	margin-top: -2000px;
}

.case-more {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	font-size: 46px;
	color: #fff;
	background-color: rgba(11, 48, 142, .8);
	transform: translateX(-50%) translateY(-50%);
}

.case-main ul li:hover .case-more {
	display: block;
}

/* 新闻中心 */
.about {
	background: #fff url(../IMAGES/about-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	/*padding-bottom: 7%;*/
}

.about-main {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.about-main-txt {
	width: 44%;
}

.about-main-txt h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 34px;
	margin-top: 0px;
	color: #0b308e;
}

.about-main-txt p {
	line-height: 35px;
}

.about-main-pic {
	width: 54%;
}
.about .more a:hover{
    color: #fb3630;
}.about .more a:hover span{
    color: #fb3630;
}
/* 新闻中心 */
.news {
	padding: 40px 0 60px 0;
	background-color: #f6f6f6;
}

.news-con {
	display: flex;
	justify-content: space-between;
}

.news-l {
	width: 40%;
}

.news-tit h2 span {
	display: inline-block;
	font-size: 36px;
	font-weight: 100;
	position: relative;
}

.news-tit h2 span::after {
	content: '';
	width: 25px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 26px;
	left: 110px;
}

.news-tit h2 u {
	display: inline-block;
	margin-left: 40px;
	font-size: 30px;
	color: #0b308e;
	font-weight: 500;
}

.news-tit ul {
	margin: 70px 0;
}

.news-tit ul li {
	float: left;
	font-size: 20px;
	margin-right: 40px;
	cursor: pointer;
}

.currents {
	color: #0b308e;
}

.news-l-con {
	height: 286px;
	overflow: hidden;
	width: 88%;
}

.news-l-con .item {
	padding-left: 20px;
}

.news-l-con .item ul li {
	border-bottom: #e8e8e8 solid 1px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:25px;position:relative;
}

.news-l-con .item ul li span {
	display: inline;
	line-height: 56px;
	margin-right: 20px;
	color: #666666;
	transition: all .4s;
	
	
	
}
.news_ico{
	position:absolute; right:0;
}

.news-l-con .item ul li i {
	line-height: 56px;
	float: right;
	font-size: 24px;
	color: #d8d8d8;
	transition: all .4s;
}

.news-l-con .item ul li:hover {
	border-bottom: #0b308e solid 1px;
}

.news-l-con .item ul li:hover span,
.news-l-con .item ul li:hover i {
	color: #0b308e;
}

.news-more {
	display: block;
	float: right;
	margin-top: 30px;
	color: #0b308e;
}

.news-r {
	width: 44%;
	margin-top: 5%;
}

.news-r-pic {

	overflow: hidden;
	min-height: 300px;
	height: 330px;
}

.news-r-pic img {
	transition: all .6s;
}

.news-r img:hover {
	transform: scale(1.1);
}

.news-r-txt {
	background-color: #fff;
	padding: 0 20px 20px 20px;
}

.news-r-txt h3 {
	font-weight: 500;
}

.news-r-txt h3 span {
	display: inline-block;
	font-weight: 18px;
	line-height: 50px;
}

.news-r-txt p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-indent: 2em;
}

.news-r-txt:hover p{color:#0b308e;}
/* 合作客户 */
.customer {
	position: relative;
}

.customer-tit {
	height: 396px;
	background: #fff url(../IMAGES/customer-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.customer-tit {
	padding: 90px 0 0 67px;
}

.customer-tit h2 {
	font-size: 30px;
	color: #edbe8a;
	font-weight: 500;
}

.customer-tit h3 {
	font-size: 24px;
	font-weight: 100;
	color: #a8a8a6;
	margin-top: 24px;
}

.customer-logo {
	background-color: #323232;
}

.customer-logo ul {
	height: 140px;
	display: flex;
	align-items: center;
}

.customer-logo ul li {
	width: 126px;
	margin-right: 70px;
}

.praise {
	width: 452px;
	height: 400px;
	padding: 40px 40px;
	background-color: #272727;
	position: absolute;
	top: 15%;
	right: 16%;
}

.praise h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 67px;
	margin: 20px 0 40px 0;
	color: #fff;
	border-bottom: #4a4a4a solid 1px;
}

.praise p {
	color: #b1b1b1;
	line-height: 28px;
	letter-spacing: 2px;
}

.flink {
	background-color: #3a3a3a;
}

.flink ul {
	display: flex;
}

.flink ul li a {
	color: #cdcdcd;
	margin-right: 50px;
	line-height: 54px;
}

.flink ul li a:hover {
	color: #999;
}

.foot {
	height: 290px;
	background-color: #000;
}

.foot-main {
	display: flex;
	justify-content: space-between;
}

.foot-l {
	padding-top: 80px;
	display: flex;
	align-items: center;
}

.foot-l-pic {
	width: 120px;
	margin-right: 30px;
}

.foot-l-txt-t {
	margin-bottom: 20px;
	color: #bababa;
}

.foot-l-txt-b {
	font-size: 24px;
	color: #bababa;
}

.foot-r {
	margin-top: 55px;
}

.foot-r p,
.foot-r h2,
.foot-r p span {
	color: #bababa;
}

.foot-r h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 32px;
}

.foot-r p {
	margin-bottom: 20px;
}

.copyright {
	background-color: #000;
	border-top: #717171 solid 1px;
}

.copyright-main {
	display: flex;
	justify-content: space-between;
}

.copyright p,
.copyright p a {
	color: #9e9e9e;
	line-height: 48px;
	font-size: 14px;
}


.copyright p a:hover {
	color: #e1e1e1;
}


@media screen and (max-width: 1440px) {
	.about-main-txt {
	width: 53%;
}
	.cw {
		width: 86%;
	}
	
	.praise {
	    right: 8%;
	}
	
	.case_box {
	    height: 990px;
	}
	
	.numCount ul li {
	    text-align: center;
	    width: 21%;
	}
	
	.case_box .content .cont img.bg {
	    top: -44px;
	}
	
	.case_box .content .cont .info {
	    top: 116px;
	}
	
	.case-title {
		margin-top: 1%;
	}
	
}