.banner img {
	width: 100%;
	height: auto;
}
.serve {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 5px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.serve p {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #119232;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin: 0 12px;
    margin-bottom: 5px;
}
.serve p:first-child::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 142px;
    height: 1px;
    background-color: #005b9e;
    right: 8px;
    top: 4px;
}

.serve p:last-of-type::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 142px;
    height: 1px;
    background-color: #005b9e;
    left: 8px;
    top: 4px;
}
.serve h3 {
    color: #dedede;
    font-size: 14px;
}



.tabsUl{
width:1200px;margin:0 auto;padding-bottom:40px;
}
.grywxq{
    float: right;
    margin-top: 50px;
    padding: 10px 30px;
    background: #005b9e;
    border-radius: 30px;
}
.grywxq a {color:#fff;}

.big {
	width: 100%;
	height: auto;
	margin: 30px 0 0px;
}

.title {
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 5px;
	color: #333333;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
padding-top:70px;
}

.title p {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #119232;
	border-radius: 50%;
	position: relative;
	vertical-align: middle;
	margin: 0 12px;
	margin-bottom: 5px;
}

.title p:first-child::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 142px;
	height: 1px;
	background-color: #005b9e;
	right: 8px;
	top: 4px;
}

.title p:last-of-type::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 142px;
	height: 1px;
	background-color: #005b9e;
	left: 8px;
	top: 4px;
}

.title h3 {
	color: #dedede;
	font-size: 18px;
}

.busBox {
	overflow: hidden;
}
.p4{ 
   border: 1px solid #3f77ad;
    padding: 7px 20px 7px 20px;
    border-radius: 25px;
    cursor: pointer;
    color: #005b9e;
    margin: 30px auto;
    display: block;
    width: 124px;
    text-align: center;
}

 .p4 a{  color: #005b9e;   font-size: 16px;}
 .p4:hover{color:#fff;background:#005b9e;}
 .p4:hover a{ color:#fff;}
.Business{margin-top:30px;}
.business{
    overflow:hidden;
    width:1200px;
    margin:0 auto;
}
.business li {
	width: 370px;
	height: 183px;
	float: left;
	margin-right: 36px;
	position: relative;
	overflow: hidden;
}

.business li img {
	width: 100%;
	height: auto;
}

.business li .show {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 70%;
	z-index: 2;
}

.business li .show h4 {
	font-size: 24px;
	line-height: 42px;
	color: #005b9e;
}

.business li .show p {
	font-size: 14px;
	line-height: 31px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.business li:last-child {
	margin-right: 0;
}

.business dl dd {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.business dl dd:first-child {
	margin-bottom: 40px;
}

/* .business dd:hover{
    background: url(../img/f7.png) no-repeat;
    background-size: 100% 100%;
} */
.business .show2 {
	width: 100%;
	height: 100%;
	background: url(/uiFramework/commonResource/image/2020103014304084639.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(500px);
	position: absolute;
	top: 0;
	transition: all 0.4s; opacity:0.8;
}

.business dd:hover .show2 {
	transform: translateY(0);
}

.business dd:hover h4 {
	color: #fff;
	transition: all 0.6s;
}

.business dd:hover p {
	color: #fff;
	transition: all 0.6s;
}

.business .show2 a {
	width: 124px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 17px;
	font-size: 16px;
	color: #005b9e;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}


.person {
	background-color: #f5f5f5;
	padding-top: 30px;
}

.tabs {
	position: relative;
}

.tabs .cloud {
	color: #fff;
	background-color: #005b9e;
	height: 54px;
	line-height: 54px;
	width: 16.6666%;
	position: absolute;
	border-radius: 26px;
}

.tabsUl {
	overflow: hidden;
}

.tabsUl li {
	float: left;
	padding: 0 30px;
	height: 42px;
	line-height:42px;
	text-align: center;
	border-radius: 26px;
	font-size: 20px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.active {
         color:#fff;
	 background-color: #005b9e; 
}

.tabsUl li:hover {
	color: #fff;
	/* background-color: #005b9e; */
}

.tabsDl {margin-top: 60px;width:1200px;margin:0 auto;padding-bottom: 50px;}

.tabsDl dd {
	overflow: hidden;
	height: 326px;
}

.tabsDl  img {
	float: left;
	width: 570px;
	height: 326px;     object-fit: cover;
}

.tabsDl div {
	width: 630px;
	float: right;
	padding: 56px 50px 0;
	background-color: #fff;
	height: 326px;
}
.tabsDl   h4{margin-bottom: 30px;}
.tabsDl   h4 a {font-size: 24px;color: #333333;}

.tabsDl   p {
	font-size: 16px;
	line-height: 38px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.tabsDl dd {
	display: none;
}

.tabsDl dd:first-child {
	display: block;
}

/* ---------------- */



@media (max-width: 1200px) {
	.w {
		width: 970px;
	}

	.business li {
		width: 31%;
		height: 360px;
		margin-right: 3.5%
	}

	.business li .show {
		top: 10px;
		left: 15px;
		width: 88%;
	}

	.business li .show h4 {
		font-size: 22px;
	}

	.business li .show p {
		line-height: 22px;
	}

	.tabs .cloud {
		height: 50px;
		line-height: 50px;
	}

	.tabsUl li {
		height: 50px;
		line-height: 50px;
		font-size: 21px;
	}

	.tabsDl dd {
		height: 272px;
	}

	.tabsDl  div h4 {
		font-size: 26px;
		margin-bottom: 24px;
	}

	.tabsDl  img {
		width: 45%;
		height: 272px;
	}

	.tabsDl  div {
		width: 55%;
		padding: 35px 45px 0;
	}

	.tabsDl  div p {
		line-height: 34px;
	}
}

@media (max-width: 992px) {
	.w {
		width: 100% !important;
	}

	.title {
		font-size: 28px;
		line-height: 34px;
	}

	.title h3 {
		font-size: 16px;
	}

	.big {
		margin: 40px 0 60px;
	}

	.business li {
		height: 270px;
	}

	.business dl dd:first-child {
		margin-bottom: 28px;
	}

	.business li .show {
		top: 5px;
		left: 12px;
	}

	.business li .show h4 {
		font-size: 18px;
	}

	.business li .show p {
		line-height: 18px;
		font-size: 12px;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}

	.business .show2 {
		transform: translateY(350px);
	}

	.business .show2 a {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	.business dl dd:hover p {
		display: none;
		transition: all 0.3s;
	}

	.person {
		padding-top: 50px;
		margin-top: 60px;
	}

	.tabs .cloud {
		height: 42px;
		line-height: 42px;
	}

	.tabsUl li {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px;
    -o-text-overflow: ellipsis;
    margin-bottom: 5px;
	}

	.tabsDl dd {
		height: 220px;
	}

	.tabsDl  img {
		height: 220px;
	}

	.tabsDl  div {
		padding: 20px 28px 0;
	}

	.tabsDl  div h4 {
		font-size: 23px;
		margin-bottom: 12px;
	}

	.tabsDl  div p {
		line-height: 30px;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
.business li img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.tabsDl h4 a{font-size:16px;}
.serve h3 {color: #dedede;font-size: 12px;height: 15px;line-height: 15px;}
.tabsDl div {height:auto; padding-bottom:70px;}
.grywxq{margin-top:20px; padding:6px 23px;}
.fsimg{object-fit: cover; height:200px ! important;}
.person{padding:20px 0px 20px 0px;}
.title{padding-top:15px;}
.business{width:100%; padding:0 10px;}
.Business{margin-top:0px;}
	.w {
		width: 100% !important;
	}

	.big {
		display: block;
		width: 100%;
		margin: 10px auto 10px;
	}

	.title {
		font-size: 27px;
		line-height: 26px;
	}

	.title h3 {
		font-size: 12px;
	}

	.title p:first-child::before {
		width: 50px;
	}

	.title p:last-of-type::after {
		width: 50px;
	}

	.busBox {
		padding: 0 10px;
	}

	.business li {
		float: none;
		width: 100%;
		height: auto;
	}

	.business li dd {
		margin-bottom: 10px !important;
	
		float: left;
	}

	.business li:first-child dd {
		width: 100%;
	}

	.business li dd:last-child {
	width: 100%;
	}

	.business .show2 {
		transform: translateY(500px);
	}

	.person {    margin-top: 0;padding-top: 20px;
		width: 100vw;
		overflow: hidden;
	}

	.tabsUl {padding-bottom: 0px !important; padding-left:10px;
		width: 100%;
	}

	.tabsUl li {
		outline: none;
	}

	.tabs .cloud {
		width: 150px;
		display: none;
	}

	.tabsUl li:hover {
		background-color: #005b9e;
		color: #fff;
	}

	.tabsUl li.active {
		background-color: #005b9e;
	}

	.tabsDl {width: 100% !important;
		padding: 0 10px;
		margin-top: 15px;
	}

	.tabsDl dd {
		height: auto;
	}

	.tabsDl  img {
		float: none;
		width: 100%;
		height: auto;
	}

	.tabsDl  div {
		float: none;
		width: 100% !important;
	}

	.tabsDl dd div {
		padding: 15px 20px;
	}
.scroll{overflow-x: scroll;-webkit-overflow-scrolling: touch;}
.serve {
    font-size: 20px;
}
.p4 a{font-size:14px;}
 .p4{    margin: 10px auto; padding: 5px 20px;}

}

.no{display:none;}