body {
	padding-top: 80px;
}

.header {
	width: 100%;
	height: 80px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #FFFFFF;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);

}

.header-left {
	width: 182px;
	/* height: 43px; */
}

.header-left img {
	width: 100%;
	/* height: 100%; */
}

.header-nav {
	flex: 1;
	margin: 0 5%;
	height: 80px;


}

.header-nav .nav-item {
	font-size: 16px;
	color: #000000;
	opacity: 0.8;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.header-nav .nav-item:hover {
	font-weight: bold;
	color: #184E8E;
	opacity: 1;
}

.header-nav .nav-item-active {
	font-weight: bold;
	color: #184E8E;
	opacity: 1;
	position: relative;
}

.header-nav .nav-item-active::before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background: #184E8E;

}

.header-right .form {
	width: 172px;
	height: 33px;
	background: #FFFFFF;
	border: 1px solid #999999;
	margin-right: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	border-radius: 4px;

}

.header-right .form:hover {
	border-radius: 40px;
	border: 1px solid #184E8E;
}

.header-right .form .input {
	/* flex: 1; */
	width: 100%;
	height: 100%;
	padding-right: 20px;
}

.header-right .form .submit {
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	/* width: 18px;
	height: 18px; */
	background-color: #FFFFFF;
	/* margin-right: 10px; */
}

.header-right .form .submit img {
	width: 18px;
	height: 18px;
}

.language {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 0px;
	color: #999999;
	cursor: pointer;
}

.language .line {
	height: 20px;
	width: 2px;
	margin: 0 20px;
	background-color: #D5D5D5;
}

.language .language-item:hover {
	color: #184E8E;
}

.language .language-active {
	color: #184E8E;
	font-weight: 500;
}

.h2 {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	position: relative;
}

.h2::before {
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	width: 60px;
	height: 4px;
	background: #FFC637;
}

/* 关于城达 */
.AboutChengda {
	display: flex;
	align-items: center;
}

.AboutChengda .About-left {
	margin-right: 100px;
	flex: 1;
	display: flex;
	flex-direction: column;

}

.AboutChengda .About-right {
	flex: 1;
}

.AboutChengda .About-right .swiper-slide {
	overflow: hidden;
	border-radius: 16px 0 16px 0;
}

.AboutChengda .About-right img {
	width: 100%;
	transition: all 0.3s;
}

.AboutChengda .About-right img:hover {
	transform: scale(1.1);
}

.AboutChengda .describe {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 30px 0;
}

.AboutChengda .Button {
	width: 140px;
	height: 40px;
	background: #184E8E;
	opacity: 1;
	border-radius: 4px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFf;
	margin-top: auto;
	cursor: pointer;
	transition: all 0.3s;
}

.AboutChengda .Button:hover {
	border-radius: 40px;
}

.AboutChengda .Button .Button-arrow {
	border-top: 2px solid #F5F5F5;
	border-right: 2px solid #F5F5F5;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	margin-left: 5px;
}

.About-right img {
	border-radius: 20px 0 20px 0;
}

.data {
	margin-top: 20px;
	background: url(../img/data-bg.png);
	width: 100%;
	height: 270px;
	background-size: 100% 100%;
	/* border: 1px solid red; */
}

.data .data-item .data-num {
	font-size: 60px;
	color: #184E8E;
}

.data .data-item .data-name {
	font-size: 20px;
	color: #333333;
}

.fl {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	/* padding: 40px 20; */
}

/* 小标题 */
.Subtitle-List {
	/* margin: 60px auto; */
	display: flex;

}

.Subtitle-List .Subtitle-item {
	/* display: block; */
	padding: 20px 0;
	font-size: 20px;
	color: #999;
	margin-right: 100px;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}

.Subtitle-List .Subtitle-item-active {
	position: relative;
	color: #333;
}

.Subtitle-List .Subtitle-item::before {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 0%;
	height: 2px;
	background: #FFC637;
}

.Subtitle-List .Subtitle-item-active::before {
	width: 100%;
}

.Subtitle-List .Subtitle-item:hover::before {
	width: 100%;
}

.CTS-Subtitle .Subtitle-item-active::before {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	width: 100%;
	height: 2px;
	background: #FFC637;
	transform: translateX(-50%);
}

/* 产品左侧 */
.ProductService-content {
	padding-bottom: 50px;
	align-items: baseline;
	flex: 1;
	/*display: none;*/
	/* margin-right: 8%; */
}

#jsycp{	width: calc(100% - 320px);padding-bottom: 0}

.ProductService-content-left .left-top {
	font-size: 18px;
	font-weight: bold;
	background: #184E8E;
	color: #184E8E;
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
	color: #fff;
}

.ProductService-content-left.left-top span {
	display: none;
}

.ProductService-content-left {
	width: 220px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	overflow: hidden;
}

.ProductService-content-left .cf-list {
	display: flex;
	flex-direction: column;
}

.cf-list .cf-item {
	display: flex;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #D5D5D5;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	white-space: nowrap;
}

.ProductService-content-left .cf-list .cf-item:hover {

	background: rgba(24, 78, 142, 0.15);
	color: #184E8E;
}

.ProductService-content-left .cf-list .cf-item-active {

	position: relative;
	background: rgba(24, 78, 142, 0.15);
	color: #184E8E;
	font-weight: bold;
}

/* .ProductService-content-left .cf-list .cf-item-active::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 20px;
	width: 50px;
	height: 2px;
	background: #184E8E;
	opacity: 1;
	border-radius: 2px;
	/* transform: translateX(-50%); 
}
 */
.ProductService-content-right {
	flex: 1;
    padding-left: 8%;
	width: calc(100% - 320px);
	/* border: 1px solid yellow; */
}

.ProductService-content-right .h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.tabs {
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 20px;
	margin-bottom: 50px;
}

.tab {
	width: 120px;
	height: 45px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	opacity: 1;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
}

.tab:hover {
	background: #184E8E;
	color: #FFFFFF;
}

.tabs_a {
	background: #184E8E;
	color: #FFFFFF;
}

.gaoliu-list {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}

.gaoliu-list p {
	font-size: 20px;
	margin-top: 20px;
	font-weight: bold;
	color: #184E8E;
	text-align: center;
}

.img-list {
	padding-top: 30px;
}

.img-list .item {
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
}

.img-list .item:last-child {
	margin-right: 0;
}

.img-list .item img {
	width: 100%;
}

.img-list .item .hl-text {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #184E8E;
	text-align: center;
	margin-top: 15px;
}

.nav-tel {
	display: none;
}

/* 手机侧边栏 */
.tel-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	display: flex;
	justify-content: flex-end;
	/* transition: all 0.5s; */

}

.sidebar-cn {
	display: none;
}

.gbdx .gx-item .cbt {

	padding: 0 15px;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #D5D5D5;
	font-size: 16px;
	color: #184E8E;
	cursor: pointer;
	position: relative;
}

.gbdx .gx-item .cbt .xjt {
	border-top: 2px solid #184E8E;
	border-right: 2px solid #184E8E;
	width: 10px;
	height: 10px;
	/* transition: all 0.8s; */
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all 0.3s;
	position: absolute;
	top: 15px;
	right: 10px;

}

.ej-list {
	

	display: none;
}

.elshow {
	display: block;
}

.gx-avtive .ej-list {
	display: block;
	
}

.gx-avtive {
	/* background: #184E8E; */
}

.gx-avtive span {
	color: #184E8E;
}

.gbdx .gx-item .gx-avtive .xjt {
	/* border-color: #fff; */
	top: 12px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}



.ej-list .el-item {
	display: block;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	cursor: pointer;
	padding: 0 25px;
	line-height: 35px;
	border-bottom: 1px solid #f6f1f1;
	    
}

.ej-list .ei-avtive {
	color: #184E8E;
	font-weight: bold;
	background: rgba(24, 78, 142, 0.15);
}

.ej-list .el-item:hover {
	color: #184E8E;
}

@media screen and (max-width: 1280px) {

	.header-nav {
		margin: 0 20px 0 30px;

	}



	.header-right .form {
		width: 140px;
		height: 30px;

	}

	.header-left {
		width: 140px;


	}

	.header-right .form .submit {
		top: 5px;
	}

	.language {
		font-size: 14px;
	}

	.language .line {

		margin: 0 10px;
	}

	.header-right .form {
		width: 140px;
		margin-right: 20px;
	}

	.header-nav .nav-item {
		font-size: 15px;
	}

	.AboutChengda .describe {
		font-size: 16px;
		line-height: 26px;

		margin-top: 30px;
	}

	.AboutChengda .About-left {
		margin-right: 40px;
		flex: 1;
	}

	.h2 {
		font-size: 24px;
		font-weight: bold;
	}

	.AboutChengda .Button {
		width: 100px;
		height: 38px;
		font-size: 12px;
	}

	.AboutChengda .Button .Button-arrow {

		width: 8px;
		height: 8px;

	}

	.data .data-item .data-num {
		font-size: 40px;
		color: #184E8E;
	}

	.data {
		height: 170px;

	}

	.data .data-item .data-name {
		font-size: 16px;

	}

	/* .Subtitle-List {
		margin: 40px auto;
	} */

	.Subtitle-List .Subtitle-item {
		font-size: 16px;
		padding: 15px 0;
		/* margin: 0 30px; */

	}

	.ProductService-content-right {
		flex: 1;
	}

	.ProductService-content-right .h3 {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.tab {
		width: 100px;
		height: 40px;

	}

	.tabs {
		width: 100%;
		height: 40px;
		font-size: 18px;
		margin-bottom: 30px;
	}

	.img-list .item .hl-text {
		font-size: 16px;
	}


}

@media screen and (max-width: 900px) {
	.ProductService-content-left {
		/*margin-bottom: 30px;*/
		width: 100%;
	}
	#jsycp{	width: 100%;margin-top: 15px}
	body {
		padding-top: 60px;
	}

	.header {
		height: 60px;
	}

	.nav-pc {
		display: none;
	}

	.nav-tel {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav-tel .nav-left {
		width: 115px;
	}

	.nav-tel img {
		width: 100%;
	}

	.cd-iocn {
		/* width: 24px; */
	}

	.cd-iocn .hg {
		display: block;
		width: 25px;
		height: 2px;
		background: #184E8E;
		transition: all 0.3s;
	}

	.cd-iocn .hg:nth-child(2) {
		margin: 7px 0;
	}

	.menuShow .hg:nth-child(2) {
		opacity: 0;
	}

	.menuShow .hg:first-child {
		transform: rotate(-45deg) translateY(12.5px);
		-ms-transform: rotate(-45deg) translateY(12.5px);

		-moz-transform: rotate(-45deg) translateY(12.5px);

		-webkit-transform: rotate(-45deg) translateY(12.5px);

		-o-transform: rotate(-45deg) translateY(12.5px);
		transition: all 0.3s;
	}

	.menuShow .hg:nth-child(3) {
		transform: rotate(-45deg) translateY(12.5px);
		-ms-transform: rotate(-45deg) translateY(12.5px);

		-moz-transform: rotate(-45deg) translateY(12.5px);

		-webkit-transform: rotate(45deg) translateY(-12.5px);

		-o-transform: rotate(-45deg) translateY(12.5px);
		transition: all 0.3s;
	}


	.nav-right .yuyan {
		margin-right: 30px;
		font-size: 14px;
		color: #999999;
	}

	.nav-right .yuyan .xian {
		width: 1px;
		height: 15px;
		background-color: #D5D5D5;
		margin: 0 10px;
	}

	.nav-right .yuyan .CurrentanLguage {
		color: #184E8E;
	}



	.tel-sidebar-bg {
		z-index: 999;
		/* background-color: #FFFFFF; */
	}

	.sidebar-cn {
		/* background-color: #FFFFFF; */
		width: 100%;
		padding: 70px 20px 20px;
		position: absolute;

		top: 0;
		right: -100%;
		bottom: 0;
		transition: all 0.5s;
		display: block;
		background: url('../img/cbbj.png') no-repeat;
		background-size: cover;
	}

	.tel-sidebar-bg .sidebar-cn {
		top: 0;
		right: 0;
		bottom: 0;

	}

	.close {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.close img {
		width: 36px;
	}

	.sidebar-list {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}

	.sidebar-cn a {
		margin-top: 15px;
		border-bottom: 1px solid #ddd7d7;
		padding-bottom: 15px;
	}

	.sidebar-cn a span {
		font-size: 16px;
	}

	.sidebar-cn a .jiantou {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		width: 12px;
		height: 12px;
		transition: all 0.8s;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}

	.ProductService-content {
		margin-right: 0;
	}

	.AboutChengda {
		flex-direction: column;
	}

	.AboutChengda .About-left {
		margin-top: 15px;
		margin-right: 0px;
		flex: 1;
	}

	.h2 {
		font-size: 18px;
		text-align: center;
	}

	.h2::before {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		content: '';
		width: 30px;
		height: 2px;
		background: #FFC637;
	}

	.AboutChengda .describe {
		font-size: 15px;
		margin-top: 20px;
	}

	.AboutChengda .Button {
		display: none;
	}

	.AboutChengda .About-right {
		margin-top: 10px;
		width: 100%;
	}

	.data {
		flex-wrap: wrap;
		background-size: cover;
	}

	.data-item {
		width: 50%;
		/* margin-bottom: 20px; */
	}

	.data .data-item .data-num {
		font-size: 28px;
		color: #184E8E;
	}

	.data .data-item .data-name {
		font-size: 15px;
	}

	body {
		padding-bottom: 80px;
	}

	.Subtitle-List {
		width: 100%;
		/* background: #333333; */
		/* margin: 0 0 20px; */
	}

	.Subtitle-List .Subtitle-item {
		font-size: 16px;
		color: #999999;
		margin-left: 20px;
		margin-right: 0;
		padding: 12px 0;

	}


	.Subtitle-List .Subtitle-item-active::before {

		width: 95%;
	}

	.Subtitle-List .Subtitle-item-active {
		position: relative;
		color: #333;
		/* color: #FFFFFF; */
	}

	.ProductService-content {
		padding-bottom: 20px;
		align-items: baseline;
		flex-direction: column;
	}

	.ProductService-content .ProductService-content-left {
		width: 100%;
		/* box-shadow: none; */

	}

	.ProductService-content .left-top {
		/* display: none; */
		width: 100%;
		height: 35px;

		padding: 0 20px;
	}

	.ProductService-content .left-top img {
		width: 95px;
	}

	.ProductService-content .cf-list .cf-item {
		height: 35px;
		font-size: 14px;
		border: none;
		padding: 0 10px;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
		text-align: center;
		justify-content: center;
		border-radius: 6px;
		margin-right: 10px;
		width: auto;
		margin-bottom: 10px;
	}

	.ProductService-content .cf-list .cf-item:last-child {
		margin-right: 0;
	}

	.ProductService-content .cf-list .cf-item-active {
		background: #184E8E;
		color: #fff;
	}

	.ProductService-content .cf-list .cf-item-active::before {
		display: none;
	}

	.ProductService-content-right {
		flex: 1;
		padding-left: 0px;
		width: 100%;
		/*margin-top: 20px;*/
	}
	.sc-arrow{
		margin-top: 80px; width: 35px; height: 35px;
	}
	.sc-arrow span{
		width: 10px; height: 10px;
	}
	.sc-l span{
		left: 6px; top: 10px;
	}
	.sc-r span{
		left: 11px;
		top: 13px;
	}
	.CTS-Module-content p {
		/* margin: 10px 0; */
		font-size: 14px;
		/* color: #333333; */
		line-height: 28px;
	}

	.ProductService-content .left-top {
		justify-content: space-between;
	}

	.ProductService-content .left-top span {
		display: block;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		width: 12px;
		height: 12px;
		transition: all 0.8s;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transition: all 0.5s;
	}

	.ProductService-content .left-top .rotate {
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg)
	}

	.ProductService-content .cf-list {
		/* display: none; */
		flex-direction: row;
		flex-wrap: wrap;
	}

	.ProductService-content-right .h3 {
		margin-bottom: 20px;
		font-size: 16px;
		/* display: none; */
	}

	.tab {
		flex: 1;
		margin-right: 10px;
	}

	.tab:last-child {
		margin-right: 0;
	}

	.tabs {
		/* width: 100%;
	    height: 40px; */
		font-size: 14px;

	}


	.gaoliu-list p {
		font-size: 14px;
		margin-top: 10px;

	}

	.gaoliu-list {
		margin-top: 20px;
		display: flex;
		justify-content: space-around;
	}

	.img-list {
		padding-top: 20px;
		/* flex-wrap: wrap; */
		flex-direction: column;
		/* justify-content: space-between; */

	}

	.img-list .img-i {
		width: 100%;
		margin-bottom: 20px;
	}

	.img-list .item {
		width: 48%;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.img-list .item .hl-text {
		font-size: 16px;
		margin-top: 10px;
	}
}
