/* banner */
.nei_ban {
	line-height: 0;
	overflow: hidden;
	text-align: center;
}

.nei_ban img {
	max-width: 100%;
}

.nei_ban .m {
	display: none;
}

.nei_ban .pc {
	display: block;
}

@media (max-width: 1000px) {
	.nei_ban .m {
		display: block;
	}

	.nei_ban .pc {
		display: none;
	}
}

.nei_search {
	background: #f2f2f2;
	height: 82px;
	overflow: hidden;
	font-size: 14px
}

.nei_search .c-flex {
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.nei_search .sear_key {
	color: #777;
	font-size: 14px
}

.nei_search .sear_key a {
	color: #777;
	display: inline-block;
	margin: 0 15px
}

.nei_search .sear_key a:hover {
	color: #13294F;
}

.nei_search .btn {}

.nei_search .btn a {
	border-radius: 50px;
	padding: 10px 30px 10px 50px;
	background: #9fc344 url(../image/icon_kefu.png) no-repeat center left 20px;
	color: #FFFFFF;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.nei_search {
		display: none;
	}
}


.nei_local {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
	line-height: 46px;
	padding-top: 10px;
}

.nei_local b {
	border-left: 10px solid #c8e444;
	font-weight: normal;
	padding-left: 8px;
	color: #666;
}

.nei_local a {
	color: #666;
	font-size: 14px;
	margin: 0 5px;
}

@media (max-width: 480px) {
	.nei_local {
		padding-top: 0;
	}
}


.nei_nav {
	height: 55px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 30px;
}

.nei_nav ul {
	background: #efefed;
}

.nei_nav li {
	width: 20%;
	height: 56px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	border-right: 1px solid #eee;
	margin-right: -1px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.nei_nav li a {
	display: block;
	color: #595757
}

.nei_nav li.sidenavcur,
.nei_nav li:hover {
	background: url(../image/p16-icon6.png) no-repeat bottom 0 center #13294F;
	border-color: #13294F;
	border-bottom: 0;
}

.nei_nav li.sidenavcur a,
.nei_nav li:hover a {
	color: #fff
}

@media (max-width: 480px) {
	.nei_nav {
		display: none;
	}
}


/* 左右布局 产品导航 */
.pro_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-top: 80px;
}

.pro_left {
	width: 240px;
	margin-bottom: 30px;
}

.pro_right {
	width: calc(100% - 270px);
}

.pro_right2 {
	width: calc(100%);
}

/* 产品列表 */
.pro_tit {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px
}

.pro_tit span {
	display: inline-block;
	height: 50px;
	border-bottom: 2px solid #9fc344
}

.pro_list {
	margin: 0 -1%;
	margin-bottom: 30px;
	align-items: stretch;
}

.pro_list dl {
	width: 31.33%;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	background: #fff;
	margin: 0 1%;
	margin-bottom: 20px;
}

.pro_list dt {
	margin: 10px 15px;
}

.pro_list dt .img {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.pro_list dt a {
	display: block;
}

.pro_list dt img {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pro_list dd {
	padding: 6px 15px 5px 15px
}

.pro_list dd h4 {
	height: 45px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 45px;
	overflow: hidden
}

.pro_list h4 a {
	display: block;
	height: 45px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.pro_list dl:hover h4 a {
	color: #13294F
}

.pro_list dl .desc {
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 12px;
	overflow: hidden
}

.pro_list dl .deta {
	width: 100px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center
}

.pro_list dl:hover {
	border-color: #13294F
}

.pro_list dl:hover .desc a {
	color: #13294F
}

/* left */
.fdh-01 {
	margin-bottom: 20px;
}

.fdh-01-tit {
	background: #13294F;
	height: 80px
}

.fdh-01-tit h2 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center
}

.fdh-01-tit h2 span {
	font-size: 14px;
	text-transform: uppercase
}

.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(http://www.langluo.cc/template/default/css/images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}

.fdh-01-nav-one h3::before {
	display: block;
	content: ">";
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #FFFFFF;
	line-height: 16px;
	transition: .3s;
}

/* .fdh-01-nav-one h3.sidenavcur::before{ transform: translateY(-50%) rotate(-90deg); } */
.fdh-01-nav-one h3 a {
	display: block;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
	background: url(http://www.langluo.cc/template/default/css/images/p14-icon2.png) no-repeat right center #9fc344
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
	color: #fff
}

.fdh-01-nav dl {
	padding: 2px 0 4px
}

.fdh-01-nav dt {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden
}

.fdh-01-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
	border-color: #13294F
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
	color: #13294F
}

.fdh-01-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0
}

.fdh-01-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
	overflow: hidden
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
	color: #13294F
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
	background: #13294F
}

.fdh-01-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.p1-info-3 {
	margin-bottom: 20px;
}

.p1-info-3-tit {
	height: 60px;
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
	background: #13294F;
	color: #fff;
	text-align: center
}

.p1-info-3-list {
	padding: 10px 10px 0
}

.p1-info-3-list li h4 {
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	line-height: 46px;
	color: #4b4a4a;
	border-bottom: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.p1-info-3-list li h4:hover a {
	color: #9FC344;
}

.p1-info-3-list li h4 span {
	float: right
}


/* p1-info-3 模块样式 */
/* 基础容器 */
.p1-info-3 {
	margin-bottom: 20px;
}

/* 标题样式 */
.p1-info-3-tit {
	height: 60px;
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
	background: #13294F;
	color: #fff;
	text-align: center
}

/* 列表容器 */
.p1-info-3-list {
	padding: 10px 10px 0
}

/* 列表项样式 */
.p1-info-3-list li h4 {
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	line-height: 46px;
	color: #4b4a4a;
	border-bottom: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.p1-info-3-list li h4:hover a {
	color: #9FC344;
}

/* 悬停效果 */
.p1-info-3-list li h4 span {
	float: right
}

/* 右侧元素定位 */
.p1-info-3-list li img {
	padding-top: 15px;
	display: block;
	margin: 0 auto;
}

/* 图片居中样式 */

.p1-info-4 {
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}

.p1-info-4-tit {
	height: 60px;
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
	background: #13294F;
	color: #fff;
	text-align: center
}

.p1-info-4-list {
	padding: 10px 10px 0
}

.p1-info-4-list li h4 {
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	line-height: 46px;
	color: #4b4a4a;
	border-bottom: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p1-info-4-list li h4:hover a {
	color: #c8152d;
}

.p1-info-4-list li h4 span {
	float: right
}

.p1-info-4-list li img {
	padding-top: 15px;
	display: block;
	margin: 0 auto;
}

.cbgg-01 {
	background: #13294F;
	text-align: ;
	color: #fff
}

.cbgg-01-img img {
	width: 100%;
	display: block
}

.cbgg-01 p {
	padding: 0 20px;
	padding-top: 15px;
	font-size: 16px;
}

.cbgg-01 p img {
	vertical-align: middle;
	margin-right: 5px
}

.cbgg-01 span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial;
	padding: 0 20px;
	padding-bottom: 20px;
	padding-top: 10px
}

@media (max-width: 1024px) {
	.pro_cont {
		padding: 50px 2%;
	}

	.pro_tit {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}

	.pro_tit span {
		height: 40px;
	}

	.pro_right {
		width: calc(100% - 260px);
	}

	.pro_right2 {
		width: calc(100%);
	}

	.fdh-01-tit h2 {
		font-size: 20px;
		height: 65px;
		line-height: 65px;
	}

	.fdh-01-tit {
		height: 70px;
	}

	.p1-info-3-tit {
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}

	.fdh-01-nav-one h3 a {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.pro_cont {
		padding: 30px 3%;
		flex-direction: column;
	}

	.pro_left {
		width: 100%;
		display: none;
	}

	.pro_right {
		width: 100%;
	}

	.pro_list dd h4 {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.pro_list dd h4 a {
		height: 40px;
	}
}

@media (max-width: 480px) {
	.pro_list dl {
		width: 48%;
	}
}

.pro_cont {}

.pro_cont .p_nav {
	position: fixed;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.pro_cont .p_nav.show {
	display: block;
}

.pro_cont .p_nav.hide {
	display: none;
}

.pro_cont .p_nav ul {
	background-color: #dddddd;
}

.pro_cont .p_nav ul li {
	background-color: #dddddd;
	border-left: 5px solid transparent;
	border-bottom: 0;
}

.pro_cont .p_nav ul li a {
	display: block;
	padding: 10px 20px;
}

.pro_cont .p_nav ul li.on {
	background-color: #13294F;
	color: #FFFFFF;
}

.pro_cont .p_nav ul li.on a {
	color: #FFFFFF;
}

.pro_cont .p_nav ul li:hover {
	border-left-color: #13202C;
}

/* 产品详情 */
/* 产品描述 */
.cpcc-ts-01 {
	position: relative;
	padding: 12px 0 16px;
	background: #fff;
	margin-bottom: 30px;
}

.cpcc-ts-01-left {
	position: relative;
	width: 50%;
	float: left;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-left: 0;
}

.cpcc-ts-01-left-jt {
	width: 12px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 33
}

.cpcc-ts-01-left-prev {
	left: 10px
}

.cpcc-ts-01-left-next {
	right: 10px
}

.cpcc-ts-01-left-size {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 26px;
	font-size: 14px;
	line-height: 16px;
	color: #787878;
	letter-spacing: 3px
}

.cpcc-ts-01-left-size em {
	font-style: normal
}

.cpcc-ts-01-left-pic {
	width: 100%;
	position: relative;
	text-align: center;
}

.cpcc-ts-01-left-pic li {
	width: 100%;
	float: left;
}

.cpcc-ts-01-left-pic img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.cpcc-ts-01-right {
	width: 46%;
	float: right
}

.cpcc-ts-01-right-tit {
	height: 48px;
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
	color: #4a4a4a;
	/* border-bottom:1px solid #e5e5e5; */
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.cpcc-ts-01-right-con {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
	max-height: 188px;
	overflow: hidden
}

.cpcc-ts-01-right-merit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
}

.cpcc-ts-01-right-merit .solid {
	width: 1px;
	height: 45px;
	background-color: #ccc;
}

.cpcc-ts-01-right-merit .item {
	width: 32%;
	padding: 0 10px;
}

.cpcc-ts-01-right-merit .item .icon {
	text-align: center;
}

.cpcc-ts-01-right-merit .item .icon img {
	width: 35px;
}

.cpcc-ts-01-right-merit .item .txt {
	text-align: center;
}

.cpcc-ts-01-right-merit .item .txt b {
	display: block;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* 在线咨询 */
.pc-cx-tel-1 {
	width: 100%;
	height: 56px;
	margin-top: 30px;
	padding-top: 10px;
	/* border-top:2px solid #e6e6e6; position:absolute;bottom:16px;right:0 */
}

.pc-cx-tel-1-t1 {
	width: 114px;
	height: 44px;
	background: #13294F;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	float: right
}

.pc-cx-tel-1-t1 a {
	display: block;
	color: #fff
}

.pc-cx-tel-1-t2 {
	height: 56px;
	padding-left: 70px;
	background: url(../image/pc-xc-icon2.png) no-repeat 10px top;
	font-size: 18px;
	line-height: 18px;
	color: #454545
}

.pc-cx-tel-1-t2 p {
	line-height: 24px;
	font-size: 20px;
}

/* 参数标签 */
.p14-prodcontent-tab {}

.p14-prodcontent-tab ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.p14-prodcontent-tab ul li {
	width: 20%;
	text-align: center;
	font-size: 16px;
	padding: 0 5px;
}

.p14-prodcontent-tab ul li a {
	display: block;
	padding: 20px 0;
	background-color: #F6F6F6;
}

.p14-prodcontent-tab ul li.on {
	position: relative;
}

.p14-prodcontent-tab ul li.on a {
	background: #13294F;
	color: #FFFFFF;
}

.p14-prodcontent-tab ul li.on::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #13294F;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
}

.p14-prodcontent-tab ul li:hover a {
	background: #13294F;
	color: #FFFFFF;
}

/* 产品参数 */
.p14-prodcontent-1 {
	margin-bottom: 22px;
}

.p14-prodcontent-1-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 20px;
}

.p14-prodcontent-1-tit span {
	display: inline-block;
	height: 40px;
	color: #464646;
	border-bottom: 2px solid #2d5998;
	padding-left: 34px;
	background: url(../image/pro_tit.png) no-repeat 2px center;
}

.p14-prodcontent-1-tit em {
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
	font-style: normal;
	color: #c2c2c1;
}

.p14-prodcontent-1-desc {
	width: calc(100% - 290px);
	float: left;
}

.p14-prodcontent-1-rele {
	float: right;
	width: 240px;
	margin-top: 40px;
}

.p14-prodcontent-1-rele .tit {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #13294F;
	color: #FFFFFF;
}

.p14-prodcontent-1-rele .tit p {
	display: inline-block;
	background: url(../image/tjcp.png) no-repeat center left;
	padding: 15px 0;
	padding-left: 50px;
}

.p14-prodcontent-1-rele ul {
	border: 1px solid #eee;
	padding: 20px;
}

.p14-prodcontent-1-rele ul li {
	text-align: center;
	margin-bottom: 20px;
}

.p14-prodcontent-1-rele ul li a {
	font-size: 14px;
}

.p14-prodcontent-1-rele ul li a:hover {
	color: #000;
}

.p14-prodcontent-1-rele ul li img {
	width: 100%;
}

@media (max-width: 1024px) {
	/* .p14-prodcontent-1-desc{float: none; width: 100%;} */
}

@media (max-width: 768px) {
	.p14-prodcontent-1-desc {
		float: none;
		width: 100%;
	}

	.p14-prodcontent-1-rele {
		width: 100%;
		float: none;
	}

	.p14-prodcontent-1-rele ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.p14-prodcontent-1-rele ul li {
		width: 33.33%;
	}

	.p14-prodcontent-tab {
		display: none;
	}

	.cpcc-ts-01-left {
		width: 100%;
	}

	.cpcc-ts-01-right {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.p14-prodcontent-1-rele ul li {
		width: 100%;
	}
}

/* 参数标题 */
.p14-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 40px;
}

.p14-tit span {
	display: inline-block;
	height: 40px;
	color: #464646;
	border-bottom: 2px solid #13294F;
	padding-left: 34px;
	background: url(../image/pro_tit.png) no-repeat 2px center;
	font-weight: bold;
}

.p14-tit em {
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
	font-style: normal;
	color: #c2c2c1;
}

/* 参数内容 */
.td {}

.td dl {
	height: auto;
	padding: 20px;
	border: 40px solid #f6f6f6;
}

.td dl dt {}

.td dl dd {}

.td dl dd p em {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	position: relative;
	padding-left: 25px;
	margin-top: 30px;
	font-style: normal;
}

.td dl dd p em:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #13294F;
	top: 8px;
	left: 0;
	border-radius: 100%;
}

.td dl dd p {
	margin: 20px 0 0;
	padding-left: 10px;
	position: relative;
	padding-top: 10px;
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: dashed #d6ccdf 1px;
}


/* 推荐 */
.p14-product-2 {
	margin-bottom: 30px;
}

.p14-product-2-tit {
	height: 46px;
	line-height: 46px;
	font-weight: normal;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 30px;
	box-sizing: content-box;
	margin-top: 40px;
}

.p14-product-2-tit b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	color: #464646;
	padding-left: 34px;
	border-bottom: 2px solid #13294F;
	background: url(../image/pro_tit.png) no-repeat 0px center
}

.p14-product-2-tit span {
	margin-left: 10px;
	font-size: 18px;
	font-family: Arial;
	color: #c2c2c1;
	text-transform: uppercase
}

.p14-product-2-list {}

.p14-product-2-list dl {
	border: 1px solid #dfdfdf;
	box-sizing: border-box
}

.p14-product-2-list dl.p14-product-clear {
	margin-right: 0
}

.p14-product-2-list dl img {
	display: block;
	width: 100%
}

.p14-product-2-list dd {
	padding: 10px 28px 10px 10px;
	margin-right: 2px;
	position: relative
}

.p14-product-2-list h4 {
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #191919;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.p14-product-2-list h4 a {
	color: #191919
}

.p14-product-2-desc {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.p14-product-2-list dl:hover {
	border-color: #13294F
}

.p14-product-2-list dl:hover h3 a {
	color: #13294F
}


.p14-info-2-list dl {
	font-size: 12px;
	line-height: 18px;
	height: 196px;
	overflow: hidden;
	text-align: center
}

.p14-info-2-list dt {
	width: 100%;
	border: 1px solid rgba(153, 153, 153, 0.3);
	box-sizing: border-box;
	margin: 0 auto
}

.p14-info-2-list dt img {
	display: block;
	width: 100%;
	margin: 0 auto
}

.p14-info-2-list dd h3 {
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	padding: 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.p14-info-2-list-desc {
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.p14-info-2-list dl:nth-last-child(1) {
	border-bottom: 0
}

@media (max-width: 1024px) {
	/* .pc-cx-tel-1{display: none;} */
	/* .cpcc-ts-01-right-con{margin-bottom: 0;} */
}

@media (max-width: 768px) {
	.cpcc-ts-01-right {
		width: 100%;
		margin-top: 20px;
	}

	.cpcc-ts-01-right-tit {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.pc-cx-tel-1 {
		margin-top: 10px;
	}

	.p14-tit {
		font-size: 20px;
		margin-top: 20px;
	}

	.p14-tit em {
		font-size: 16px;
	}

	.p14-product-2-tit {
		margin-top: 20px;
	}

	.p14-product-2-tit b {
		font-size: 20px;
	}

	.p14-product-2-tit span {
		font-size: 16px;
	}

	.td dl {
		padding: 15px;
		border-width: 20px;
	}

	.cpcc-ts-01-right-con {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.cpcc-ts-01-left {
		width: 100%;
	}

	.cpcc-ts-01-right {
		width: 100%;
		margin-top: 20px;
	}

	.p14-tit {
		font-size: 18px;
	}

	.p14-tit em {
		font-size: 14px;
	}

	.p14-product-2 {
		margin-bottom: 0;
	}

	.p14-product-2-list dl {}

	.td dl {
		padding: 10px;
		border-width: 10px;
	}
}




/* 新闻资讯 */
/* 头条 */
.p15-infolist-1-t1 {
	padding: 35px 49px 0 21px;
	background: #fff;
	border-bottom: 1px dashed #cacaca;
	margin-bottom: 20px;
	height: 184px;
	box-sizing: content-box;
}

.p15-infolist-1-t1 dt {
	position: relative;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left: 68px
}

.p15-infolist-1-t1 dt a {
	display: block;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.p15-infolist-1-t1 dt span {
	display: block;
	width: 60px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: -0px;
	background: #13294F
}

.p15-infolist-1-t1 .date {
	padding-left: 68px;
	margin: 10px 0;
	font-size: 14px;
	color: #999;
}

.p15-infolist-1-t1-desc {
	height: 72px;
	line-height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 68px
}

.p15-infolist-1-t1-deta {
	width: 60px;
	float: right;
	padding-left: 20px;
	background: url(../image/p14-icon21.png) no-repeat left center
}

.p15-infolist-1-t1-deta a {
	display: block;
	color: #13294F
}

/* 企业动态列表 */
.k12-xl-xwlb-1nt2-1-01-list dl {
	border: 1px solid #dedede;
	margin-bottom: 15px;
	padding: 22px 50px 22px 22px;
	background: #fff;
	display: inline-block;
	width: 100%
}

.k12-xl-xwlb-1nt2-1-01-list dt {
	width: 42.4%;
	float: left;
	margin-right: 2.3%;
}

.k12-xl-xwlb-1nt2-1-01-list dt .img {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}

.k12-xl-xwlb-1nt2-1-01-list dt img {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.k12-xl-xwlb-1nt2-1-01-list dd {
	width: 54%;
	float: right;
}

.k12-xl-xwlb-1nt2-1-01-list dd h4 {
	height: 40px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden
}

.k12-xl-xwlb-1nt2-1-01-list h4 a {
	display: block;
	height: 40px;
	color: #4b4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover {
	border: 1px solid #13294F
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
	color: #13294F
}

.k12-xl-xwlb-1nt2-1-01-list-desc {
	max-height: 102px;
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 28px;
	overflow: hidden
}

.k12-xl-xwlb-1nt2-1-01-list-desc .date {
	margin-bottom: 10px;
	color: #999999;
}

.k12-xl-xwlb-1nt2-1-01-list-deta {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: right;
	background: #b6b6b6;
	color: #fff
}

.k12-xl-xwlb-1nt2-1-01-list-deta a {
	color: #fff
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
	background: #13294F;
	border-color: #13294F
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta a {
	color: #fff
}

/* 行业资讯列表 */
.newslist2 {}

.newslist2 dl {}

.newslist2 dl a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.newslist2 dl dt {
	width: 140px;
	margin-right: 0;
	border-right: 1px solid #ccc;
}

.newslist2 dl dt .date {
	text-align: center;
}

.newslist2 dl dt .date h3 {
	display: inline-block;
	font-size: 50px;
	color: #000000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

.newslist2 dl dt .date p {
	font-size: 17px;
	color: #000000;
}

.newslist2 dl dd {
	width: calc(100% - 140px);
	padding-left: 40px;
}

.newslist2 .k12-xl-xwlb-1nt2-1-01-list-desc {
	margin-bottom: 15px;
	max-height: 52px;
}

@media (max-width: 1024px) {
	.k12-xl-xwlb-1nt2-1-01-list dl {
		padding-right: 20px;
		padding-left: 20px;
	}

	.k12-xl-xwlb-1nt2-1-01-list-desc {
		height: 82px;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
	.p15-infolist-1-t1 {
		padding: 15px 15px 0 15px;
	}

	.k12-xl-xwlb-1nt2-1-01-list dl {
		padding: 10px;
	}

	.k12-xl-xwlb-1nt2-1-01-list dt {
		width: 100%;
	}

	.k12-xl-xwlb-1nt2-1-01-list dd {
		width: 100%;
	}

	.k12-xl-xwlb-1nt2-1-01-list dt .img {
		padding-top: 50%;
	}

	.k12-xl-xwlb-1nt2-1-01-list-desc {
		margin-bottom: 10px;
	}

	.k12-xl-xwlb-1nt2-1-01-list-deta {
		float: none;
	}

	.newslist2 dl dt {
		width: 80px;
	}

	.newslist2 dl dt .date h3 {
		font-size: 34px;
		margin-bottom: 5px;
	}

	.newslist2 dl dt .date p {
		font-size: 12px;
	}

	.newslist2 dl dd {
		width: calc(100% - 80px);
		padding-left: 20px;
	}

	.k12-xl-xwlb-1nt2-1-01-list-deta {
		display: none;
	}
}


/* 新闻详情 */
.news_xq {
	margin-top: 50px;
	margin-bottom: 30px;
}

.news_sec {
	position: relative;
	width: 100%;
	border: 1px solid #e3e3e3;
}

.news_sec.ndet_sec {
	float: left;
	position: relative;
	width: 67%
}

.details_recommend {
	width: 30%;
	margin-left: 3%;
	float: left;
	border: 1px solid #e3e3e3;
	padding: 25px;
	min-height: 520px
}

.sec_tit.details_recommend_tit {
	font-size: 20px;
	color: #777;
	margin-bottom: 12px;
	margin-top: 0
}

.details_list li {
	font-size: 14px;
	line-height: 40px
}

.details_list li a::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #c8e444;
	margin-top: 17px;
	margin-left: -16px
}

.details_list li a {
	display: block;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 16px;
	transition: .2s all linear
}

.details_list li a:hover {
	color: #c8152d
}

.breadcrumb.hidden-xs.new-5 a.active {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 391px;
	vertical-align: middle
}

.news_info img {
	margin-right: 5px
}

.news_info span {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
	line-height: 18px
}

.det_sec {
	border-top: 1px solid #e3e3e3
}

.news_det {
	margin-top: 40px;
	margin-bottom: 40px
}

.ndet_tit {
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-top: 70px;
	padding-bottom: 25px;
	line-height: 1;
	border-bottom: 1px solid #e3e3e3
}

.ndet_tit h1.news-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}

.news_info {
	font-size: 16px;
	color: #bdbdbd;
	text-align: center;
	margin-top: 15px;
	line-height: 1
}

.nd_time {
	background: url(../image/time_icon.png) no-repeat left;
	padding-left: 26px
}

.nd_watch {
	background: url(../image/watch.png) no-repeat left;
	padding-left: 32px
}

.nd_con {
	color: #666;
	font-size: 14px;
	margin-top: 60px;
	line-height: 30px
}

.nd_con p {
	margin-bottom: 25px;
	text-indent:
}

.nd_con p img {
	max-width: 100%;
	height: auto;
	text-indent: 0
}

.nd_con p.img-class {
	text-indent: 0
}

.nd_con div {
	margin-bottom: 10px;
	text-indent:
}

.nd_con .details_con {
	margin: 0;
	color: #666
}

.details_con {
	font-size: 16px;
	color: #999;
	line-height: 40px
}

.details_con {
	margin-left: 45px;
	margin-right: 45px;
}

@media (max-width: 768px) {
	.news_xq {
		margin-top: 0;
	}

	.details_recommend {
		width: 100%;
		margin-left: 0;
		border: 0;
		padding: 0;
		padding-top: 40px;
		min-height: auto;
	}

	.details_con {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.nd_con {
		margin-top: 30px;
	}

	.news_sec.ndet_sec {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #e3e3e3;
	}
}




/* 标题 */
.nei_title {}

.nei_title .en {
	color: #999;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

.nei_title .tit {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #333;
	font-size: 30px;
	position: relative;
	text-align: center;
}

.nei_title .tit::before {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #C8E444;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.nei_title .txt {
	color: #999;
	padding-top: 20px;
}

.nei_title.center {
	text-align: center;
}

.nei_title.center .tit::before {
	left: 50%;
	margin-left: -20px;
}

.nei_title.white .en {
	color: #FFFFFF;
}

.nei_title.white .tit {
	color: #FFFFFF;
}

.nei_title.white .txt {
	color: #FFFFFF;
}

.nei_title.white .txt {}

@media (max-width: 1024px) {
	.nei_title .en {
		font-size: 24px;
	}

	.nei_title .tit {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.nei_title .en {
		font-size: 22px;
	}

	.nei_title .tit {
		font-size: 24px;
		padding-top: 5px;
	}

	.nei_title .tit::before {
		width: 30px;
	}
}

@media (max-width: 480px) {
	.nei_title .en {
		font-size: 20px;
	}

	.nei_title .tit {
		font-size: 22px;
		padding-top: 0;
	}
}


/* 公司简介 */
.ab_jianjie {
	padding-top: 60px;
	padding-bottom: 60px;
}

.ab_jianjie .cont {
	padding-top: 30px;
}

.ab_jianjie .cont img {
	max-width: 100%;
}

.ab_jianjie .cont .text {
	font-size: 16px;
	line-height: 38px;
	color: #666666;
}

.ab_jianjie .cont .text p {
	text-indent: 2em;
	text-align: justify;
}

/* 公司简介图片 */
.ab_ban {
	background: url(../image/about_bg.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: ;
	padding: 150px 0;
}

.ab_ban .c-flex {
	justify-content: flex-end;
}

.ab_ban .text {
	padding: 30px 40px 30px 25px;
	background-color: #C8E444;
	text-align: right;
	color: #13294F;
}

.ab_ban .text h6 {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 10px;
}

.ab_ban .text h4 {
	font-size: 36px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}

.ab_ban .text h4::before {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #13294F;
	position: absolute;
	bottom: 0;
	right: 0;
}

.ab_ban .text p {
	font-size: 16px;
	letter-spacing: 10px;
	margin-right: -10px;
}

@media (max-width: 1024px) {
	.ab_jianjie {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.ab_jianjie .cont .text {
		font-size: 14px;
		line-height: 32px;
	}

	.ab_ban {
		padding: 100px 0;
	}

	.ab_ban .text h6 {
		font-size: 26px;
	}

	.ab_ban .text h4 {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.ab_jianjie .cont {
		padding-top: 20px;
	}

	.ab_ban {
		padding: 80px 0;
	}

	.ab_ban .text h6 {
		font-size: 22px;
	}

	.ab_ban .text h4 {
		font-size: 26px;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.ab_jianjie {
		padding-bottom: 30px;
	}

	.ab_jianjie .cont .text {
		line-height: 28px;
	}

	.ab_ban {
		padding: 40px 0;
	}

	.ab_ban .c-flex {
		justify-content: center;
	}

	.ab_ban .text {
		padding: 25px;
	}

	.ab_ban .text h6 {
		font-size: 18px;
		padding-bottom: 5px;
	}

	.ab_ban .text h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
}


/* 企业文化 */
.ab_culture {
	padding-top: 90px;
	padding-bottom: 90px;
}

.ab_culture .slideTxtBox {
	height: ;
	margin-top: 60px;
	overflow: hidden;
	align-items: stretch;
}

.ab_culture .slideTxtBox .hd {
	float: left;
	width: 35%;
	height: ;
	z-index: 3;
	position: relative
}

.ab_culture .slideTxtBox .hd ul {
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: stretch;
	align-items: stretch;
}

.ab_culture .slideTxtBox .hd ul li {
	cursor: pointer;
	width: 100%;
	height: 33.33%;
	padding: 10px 40px;
	background-color: #efefef;
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ab_culture .slideTxtBox .hd ul li i {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: no-repeat center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.ab_culture .slideTxtBox .hd ul li .ico_01 {
	background-image: url(../image/culture_icon1.png)
}

.ab_culture .slideTxtBox .hd ul li .ico_02 {
	background-image: url(../image/culture_icon2.png)
}

.ab_culture .slideTxtBox .hd ul li .ico_03 {
	background-image: url(../image/culture_icon3.png)
}

.ab_culture .slideTxtBox .hd ul li.on .ico_01 {
	background-image: url(../image/culture_icon1h.png)
}

.ab_culture .slideTxtBox .hd ul li.on .ico_02 {
	background-image: url(../image/culture_icon2h.png)
}

.ab_culture .slideTxtBox .hd ul li.on .ico_03 {
	background-image: url(../image/culture_icon3h.png)
}

.ab_culture .slideTxtBox .hd ul li .con {
	width: 100%;
}

.ab_culture .slideTxtBox .hd ul li .con .t {
	font-size: 20px;
	color: #333;
	margin-top: 5px;
	line-height: 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.ab_culture .slideTxtBox .hd ul li .con .p {
	font-size: 16px;
	color: #bcbcbc;
	margin-top: 5px;
	line-height: 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.ab_culture .slideTxtBox .hd ul li.on {
	width: 110%;
	background-color: #13294F
}

.ab_culture .slideTxtBox .hd ul li.on .con .t {
	color: #fff
}

.ab_culture .slideTxtBox .hd ul li.on .con .p {
	color: #fff;
	opacity: .35
}


.ab_culture .slideTxtBox .bd {
	float: right;
	width: 65%;
	height: ;
	z-index: 2
}

.ab_culture .slideTxtBox .bd ul {
	position: relative;
	display: none;
}

.ab_culture .slideTxtBox .bd ul.on {
	display: block;
}

.ab_culture .slideTxtBox .bd img {
	width: 100%;
	height:
}

.ab_culture .slideTxtBox .bd .txt {
	width: 400px;
	position: absolute;
	left: 60px;
	bottom: 70px;
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.ab_culture {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.ab_culture .slideTxtBox {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.ab_culture .slideTxtBox .bd .txt {
		width: 90%;
		left: 5%;
		bottom: 20px;
	}

	.ab_culture .slideTxtBox .hd ul li {
		padding: 10px 20px;
	}

	.ab_culture .slideTxtBox .hd ul li i {
		right: 20px;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 30px;
	}

	.ab_culture .slideTxtBox .hd ul li .con .t {
		font-size: 14px;
		line-height: 20px;
	}

	.ab_culture .slideTxtBox .hd ul li .con .p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 480px) {
	.ab_culture {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.ab_culture .nei_title .txt {
		padding-top: 10px;
	}

	.ab_culture .slideTxtBox {
		margin-top: 20px;
	}

	.ab_culture .slideTxtBox .hd {
		width: 100%;
	}

	.ab_culture .slideTxtBox .hd ul li.on {
		width: 100%;
	}

	.ab_culture .slideTxtBox .bd {
		width: 100%;
	}
}



/* 荣誉资质 */
.ab_honour {
	background: url(../image/honor_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 0;
	position: relative;
}

.ab_honour .mbg {
	display: none;
}

.ab_honour .cont {
	max-width: 450px;
}

.ab_honour .cont .text {
	font-size: 16px;
	color: #000;
	line-height: 32px;
}

.ab_honour .cont .img {
	margin-top: 50px;
}

.ab_honour .cont .img ul {}

.ab_honour .cont .img ul li {
	width: 31%;
	text-align: left;
}

.ab_honour .cont .img ul li img {
	max-width: 90%;
}

@media (max-width: 1024px) {
	.ab_honour {
		padding: 60px 0;
		background-position: right center;
	}
}

@media (max-width: 768px) {
	.ab_honour {
		background: none;
		padding-top: 10px;
	}

	.ab_honour .mbg {
		display: block;
		margin-bottom: 30px;
	}

	.ab_honour .mbg img {
		width: 100%;
	}

	.ab_honour .cont {
		max-width: 100%;
		position: relative;
		z-index: 2;
	}

	.ab_honour .cont .text {
		color: #333;
		font-size: 14px;
		line-height: 28px;
	}

	.ab_honour .cont .img {
		margin-top: 30px;
	}

	.ab_honour .cont .img ul li {
		max-width: 31%;
		width: auto;
		margin-right: 2%;
	}

	.ab_honour .cont .img ul li img {
		width: 60px;
	}
}

@media (max-width: 480px) {
	.ab_honour {}

	.ab_honour::after {
		background-color: rgba(0, 0, 0, 0.5);
	}
}


/* 证书区域样式 */
.ab_certificate {
	padding: 90px 0;
}

.ab_certificate .width1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	/* 增加内边距，避免边缘内容紧贴屏幕 */
}

.ab_certificate .list {
	margin: 0 -1%;
	display: flex;
	flex-wrap: wrap;
	/* 允许内容换行 */
}

.ab_certificate .item {
	width: 23%;
	/* 桌面端一行4张 */
	position: relative;
	margin: 0 1% 30px;
	/* 增加底部间距 */
	overflow: hidden;
}

/* 关键：通过padding-top设置宽高比 333/243≈1.37，即137% */
.ab_certificate .item a {
	display: block;
	position: relative;
	line-height: 0;
	padding-top: 137%;
	/* 243*137%≈333，精确实现243:333宽高比 */
}

/* 图片样式调整 */
.ab_certificate .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 保持比例填充容器 */
	transition: transform 0.3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 查看更多按钮样式 */
.ab_certificate .more {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: -30px 0 0 -30px;
	top: 50%;
	left: 50%;
	font-size: 24px;
	background-color: #fff;
	color: #e21613;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s ease;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ab_certificate .more::before,
.ab_certificate .more::after {
	content: "";
	position: absolute;
	background: #c8e444;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ab_certificate .more::before {
	width: 14px;
	height: 2px;
}

.ab_certificate .more::after {
	width: 2px;
	height: 14px;
}

/* 悬停效果 */
.ab_certificate .item:hover img {
	transform: translate(-50%, -50%) scale(1.1);
	opacity: 0.8;
}

.ab_certificate .item:hover .more {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

/* 响应式调整 */
/* 平板及以下设备 - 一行显示2张 */
@media (max-width: 768px) {
	.ab_certificate {
		padding: 50px 0;
	}

	.ab_certificate .item {
		width: 48%;
		/* 一行显示2张 */
		margin: 0 1% 20px;
	}

	.ab_certificate .item a {
		padding-top: 137%;
		/* 保持243:333比例 */
	}
}

/* 手机设备 - 保持一行显示2张 */
@media (max-width: 480px) {
	.ab_certificate {
		padding: 30px 0;
	}

	.ab_certificate .item {
		width: 48%;
		/* 手机端依然一行显示2张 */
		margin: 0 1% 15px;
	}

	.ab_certificate .item a {
		padding-top: 137%;
		/* 保持比例不变 */
	}

	/* 可选：手机端可适当调整按钮大小 */
	.ab_certificate .more {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}
}


/* 发展历史 */
.ab_licheng {
	padding-top: 100px;
	padding-bottom: 340px;
	background: url(../image/licheng_bg.jpg) no-repeat bottom center;
}

.develop {
	margin-top: 50px;
}

.develop .swiper-slide {
	cursor: pointer;
}

.develop .year {
	font-size: 50px;
	line-height: 150px;
	text-align: center;
	font-family: gothmbok;
	position: relative;
	opacity: .5
}

.develop .year::after {
	width: 1px;
	height: 0;
	position: absolute;
	left: 50%;
	top: 120px;
	background: #13294F;
	content: '';
	display: block;
	-webkit-transition: all .35s
}

.develop .des {
	width: 100%;
	height: 100px;
	padding: 25px 3%;
	font-size: 16px;
	line-height: 25px;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .5s;
	position: relative;
	-webkit-transform: translateY(25px)
}

.develop .thum {
	width: 100%;
	height: auto;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
	opacity: .5
}

.develop .thum img {
	max-width: auto;
	width: 100%
}

.develop .info {
	width: 90%;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	color: #fff;
	text-align: center;
	position: absolute
}

.develop .info span {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	opacity: .7;
	font-family: gothmbok;
	text-transform: uppercase
}

.develop .info b {
	font-size: 20px;
	line-height: 1.7
}

.develop .info p {
	display: block;
	line-height: 1.7;
	font-size: 16px
}

.develop .swiper-info {
	position: relative;
	width: 100%;
	height: auto;
	background: #000
}

.develop .swiper-slide.swiper-slide-active .year {
	color: #13294F;
	opacity: 1
}

.develop .swiper-slide.swiper-slide-active .des {
	opacity: 1;
	-webkit-transform: translateY(0);
	color: #13294F
}

.develop .swiper-slide.swiper-slide-active .year::after {
	height: 40px
}

.develop .swiper-button-next,
.develop .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: #13294F;
	border-radius: 50%;
}

.develop .swiper-button-next {
	right: 40px;
}

.develop .swiper-button-prev {
	left: 40px;
}

.develop .swiper-button-next::after,
.develop .swiper-button-prev::after {
	text-align: center;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	content: '' !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: #FFFFFF;
	background: url(../image/icon_left.png) no-repeat center;
}

.develop .swiper-button-next::after {
	-webkit-transform: rotate(-180deg)
}

@media screen and (max-width:1024px) {
	.ab_licheng {
		padding-top: 50px;
	}

	.develop .year {
		font-size: 50px
	}

	.develop .des {
		font-size: 14px
	}
}

@media screen and (max-width:768px) {
	.ab_licheng {
		padding-top: 0;
		padding-bottom: 100px;
		background-size: auto 180px;
	}

	.develop {
		margin-top: 30px;
	}

	.develop .year {
		font-size: 30px;
		line-height: 80px
	}

	.develop .des {
		padding: 0 3%;
		width: 80%;
		margin: 0 auto
	}

	.develop .year::after {
		display: none
	}

	.develop .swiper-button-next,
	.develop .swiper-button-prev {
		width: 30px;
		height: 30px
	}

	.develop .swiper-button-next::after,
	.develop .swiper-button-prev::after {
		background-size: 10px;
	}

	.develop .swiper-button-next {
		right: 10px;
	}

	.develop .swiper-button-prev {
		left: 10px;
	}
}






/* 您可能需要 */
.ab_xuyao {
	padding: 80px 0;
}

.ab_xuyao .xy_title {
	text-align: center;
	font-size: 30px;
	color: #333333;
}

.ab_xuyao ul {
	align-items: stretch;
	justify-content: space-between;
	padding-top: 50px;
}

.ab_xuyao ul li {
	width: 23%;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 20px 10px;
}

.ab_xuyao ul li:hover {
	border: 1px solid #13294F;
}

.ab_xuyao ul li a {
	display: block;
}

.ab_xuyao ul li .ico {
	display: inline-block;
	width: 55px;
	height: 55px;
	background: no-repeat center;
}

.ab_xuyao ul li .i1 {
	background-image: url(../image/xuqiu_icon1.png);
}

.ab_xuyao ul li .i2 {
	background-image: url(../image/xuqiu_icon2.png);
}

.ab_xuyao ul li .i3 {
	background-image: url(../image/xuqiu_icon3.png);
}

.ab_xuyao ul li .i4 {
	background-image: url(../image/xuqiu_icon4.png);
}

.ab_xuyao ul li:hover .i1 {
	background-image: url(../image/xuqiu_icon1h.png);
}

.ab_xuyao ul li:hover .i2 {
	background-image: url(../image/xuqiu_icon2h.png);
}

.ab_xuyao ul li:hover .i3 {
	background-image: url(../image/xuqiu_icon3h.png);
}

.ab_xuyao ul li:hover .i4 {
	background-image: url(../image/xuqiu_icon4h.png);
}

.ab_xuyao ul li p {
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}

.ab_xuyao ul li:hover p {
	color: #13294F;
}

@media screen and (max-width:768px) {
	.ab_xuyao {
		padding: 50px 0;
	}

	.ab_xuyao .xy_title {
		font-size: 24px;
	}

	.ab_xuyao ul {
		padding-top: 30px;
	}

	.ab_xuyao ul li:hover {
		border: 1px solid #fff;
	}
}

@media screen and (max-width:480px) {
	.ab_xuyao {
		padding: 40px 0 30px;
	}

	.ab_xuyao .xy_title {
		font-size: 22px;
	}

	.ab_xuyao ul {
		padding-top: 20px;
	}

	.ab_xuyao ul li {
		width: 48%;
	}

	.ab_xuyao ul li .ico {
		width: 40px;
		height: 40px;
		background-size: 35px;
	}
}









/* 联系 */

.contact-wrap {
	margin-top: 5.3645%
}

.contact-top {
	text-align: center
}

.contact-top h2 {
	font-size: 36px;
	line-height: 1;
	color: #333;
	margin-bottom: 10px
}

.contact-top p {
	font-size: 14px;
	line-height: 28px;
	color: #999
}

.contact-center {
	padding: 6.8376% 0 20px;
	border-bottom: 1px solid #e3e7e9
}

.contact-center ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.contact-center li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 36px;
	color: #233645;
	text-transform: uppercase
}

.contact-center li:before {
	content: '';
	height: 19px;
	background-image: url(../image/icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: sub;
	margin-right: 10px
}

.contact-center li:after {
	content: '';
	width: 1px;
	height: 15px;
	background: #dfdfdf;
	display: inline-block;
	vertical-align: middle;
	margin: 0 49px
}

.contact-center li:last-child:after {
	display: none
}

.contact-center .contact-tel:before {
	width: 15px;
	background-position: -69px 0
}

.contact-center .contact-fax:before {
	width: 18px;
	background-position: -84px 0
}

.contact-center .contact-addr:before {
	width: 15px;
	background-position: -102px 0
}

.contact-center .contact-website:before {
	width: 18px;
	background-position: -117px 0
}

.contact-center .contact-email:before {
	width: 24px;
	background-position: -135px 0
}

.contact-center a {
	display: inline-block;
	color: #233645
}

.contact-bottom {
	padding: 5.7264% 0 10.8547%;
	border-bottom: 1px solid #e3e7e9
}

.contact-bottom .map {
	width: 48.2051%;
	height: 418px;
	border: 8px solid #fff;
	border-radius: 8px;
	-webkit-box-shadow: 1px 8px 13px 0 rgba(33, 41, 59, .11);
	box-shadow: 1px 8px 13px 0 rgba(33, 41, 59, .11)
}

.contact-from {
	width: 48.2051%;
	margin: 0 auto;
}

.contact-from .ipt {
	width: 100%;
	border-radius: 0;
	background: #f5f5f5;
	margin-bottom: 12px;
	border: 1px solid #ddd;
	position: relative;
}

.contact-from .ipt img {
	position: absolute;
	right: 20px;
	top: 1px;
	height: 44px;
}

.contact-from input {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	background: none;
}

.contact-from input::-moz-placeholder {
	color: #333
}

.contact-from input:-ms-input-placeholder {
	color: #333
}

.contact-from input::-webkit-input-placeholder {
	color: #333
}

.contact-from textarea {
	width: 100%;
	height: 170px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding: 10px 20px;
	background: none;
	outline: none;
}

.contact-from textarea::-moz-placeholder {
	color: #333
}

.contact-from textarea:-ms-input-placeholder {
	color: #333
}

.contact-from textarea::-webkit-input-placeholder {
	color: #333
}

.contact-from .contact-submit {
	width: 100%;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	border-radius: 0;
	background: #13294F;
	margin-top: 10px
}

@media(max-width:1680px) {
	.contact-top h2 {
		font-size: 32px
	}
}

@media(max-width:1440px) {
	.contact-top h2 {
		font-size: 28px
	}
}

@media(max-width:1280px) {
	.contact-center li:after {
		margin: 0 36px
	}
}

@media(max-width:1200px) {
	.contact-top h2 {
		font-size: 24px
	}

	.contact-center {
		padding: 45px 0 20px;
		border-bottom: 0
	}

	.contact-center li {
		width: 100%;
		float: none
	}

	.contact-center li:after {
		display: none
	}

	.contact-from input {
		padding: 0 10px
	}

	.contact-from textarea {
		padding: 10px
	}
}

@media(max-width:768px) {
	.contact-wrap {
		margin-top: 45px
	}

	.contact-top h2 {
		font-size: 22px
	}

	.contact-center {
		padding: 30px 0 20px
	}

	.contact-center li {
		line-height: 24px;
		margin-bottom: 10px
	}

	.contact-bottom {
		padding: 15px 0 55px
	}

	.contact-bottom .map {
		width: 100%;
		float: none;
		height: 360px
	}

	.contact-bottom .contact-from {
		width: 100%;
		float: none;
		margin-top: 45px
	}
}

@media(max-width:480px) {
	.contact-bottom {
		padding: 10px 0 45px
	}

	.contact-bottom .contact-from {
		margin-top: 30px
	}
}





/*  */
.contact_con {
	color: #333;
	margin-top: 4.5%;
	-webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}

.contact_con #map {
	width: 100#;
	height: 350px;
}

.contact_con #map .BMap_cpyCtrl {
	display: none;
}

.contact_con a {
	color: #333
}

.contact_con a:Hover {
	color: #2d9441
}

.contact_con .contact_con_txt {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	width: 94%;
	padding-top: 3.8%;
	padding-bottom: 3%
}

.contact_con .contact_con_txt .contact_l {
	float: left;
	overflow: hidden;
	width: 81.6%;
	font-size: 15px;
	line-height: 26px
}

.contact_con .contact_con_txt .contact_l .h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 2.5%;
	overflow: hidden
}

.contact_con .contact_con_txt .contact_r {
	float: right;
	overflow: hidden;
	width: 17%;
	max-width: 120px;
	text-align: center;
	line-height: 30px;
	font-size: 15px
}

.contact_con .contact_con_txt .contact_r img {
	display: block;
	width: 100%
}

.contact_con .contact_con_txt .contact_l ul li {
	width: 49%;
	overflow: hidden;
	float: left;
	margin-right: 1%
}

.contact_con .divs {
	margin-bottom: 10px;
	font-weight: normal;
	padding-left: 28px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 5px
}

.contact_con .divs.bgs1 {
	background-image: url(../image/contact_bg1.png)
}

.contact_con .divs.bgs2 {
	background-image: url(../image/contact_bg2.png)
}

.contact_con .divs.bgs3 {
	background-image: url(../image/contact_bg3.png)
}

.contact_con .divs.bgs4 {
	background-image: url(../image/contact_bg4.png)
}

.contact_con .divs.bgs5 {
	background-image: url(../image/contact_bg5.png)
}

.contact_con .divs.bgs6 {
	background-image: url(../image/contact_bg6.png)
}

.contact_map {
	overflow: hidden;
	max-height: 380px
}

.contact_map iframe {
	height: 380px;
	overflow: hidden
}

@media screen and (max-width: 1100px) {
	.contact_con .contact_con_txt .contact_l {
		font-size: 14px;
	}

	.contact_con .contact_con_txt .contact_r {
		font-size: 14px;
	}
}

@media screen and (max-width: 780px) {
	.contact_con .contact_con_txt .contact_l .h2 {
		margin-bottom: 3%;
	}

	.contact_con .contact_con_txt .contact_l ul li {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.contact_map #map {
		height: 360px;
	}

	.contact_con .contact_con_txt .contact_l {
		font-size: 13px;
		line-height: 24px;
		width: 72%;
	}

	.contact_con .contact_con_txt .contact_l .h2 {
		font-size: 22px;
	}

	.contact_con .contact_con_txt .contact_r {
		width: 26%;
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	.contact_con .contact_con_txt .contact_l .h2 {
		font-size: 18px;
		margin-bottom: 4%;
	}

	.contact_map #map {
		height: 280px;
	}
}





/**下载**/
.Downlist {
	background-color: ;
}

.Downlist .list {
	padding-top: 65px;
	padding-bottom: 40px;
}

.Downlist .list li {}

.Downlist .list li+li {
	margin-top: 2.77%;
}

.Downlist .list .Box {
	display: block;
	position: relative;
	background-color: #fff;
	line-height: 22px;
	padding: 18px 30px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #eee;
	background-color: #F9F9F9;
}

.Downlist .list .time {
	color: #666;
	position: absolute;
	margin-top: -5px;
	display: block;
	width: 70px;
	text-align: center;
}

.Downlist .list .year {
	font-size: 24px;
	line-height: 24px;
}

.Downlist .list .date {
	font-size: 15px;
	line-height: 20px;
}

.Downlist .list .word {
	padding: 8px 140px 8px 30px;
	font-size: 16px;
	color: #333333;
	margin-left: 105px;
	border-left: 1px solid #e2e2e2;
	position: relative;
}

.Downlist .list .word .more {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 0 34px;
	border-radius: 5px;
	background-color: #e3e3e3;
	transition: all 0.3s ease-in-out;
}

.Downlist .list .word .more i {
	display: block;
	margin: 0 auto;
	font-style: normal;
	padding-left: 25px;
	background: url(../image/down2.png) no-repeat left center;
	transition: all 0.3s ease-in-out;
}

.Downlist .list .Box:hover {
	border-color: #13294f;
}

.Downlist .list .Box:hover .more {
	background-color: #13294f;
	color: #fff;
	transform: translate(-2px, 0);
}

.Downlist .list .Box:hover .more i {
	background-image: url(../image/down1.png);
}

@media screen and (max-width: 992px) {
	.Downlist .list {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	.Downlist .list .Box {
		padding: 12px 20px;
	}

	.Downlist .list .time {
		margin-top: -3px;
		width: 50px;
	}

	.Downlist .list .year {
		font-size: 20px;
		line-height: 20px;
	}

	.Downlist .list .date {
		font-size: 14px;
		line-height: 18px;
	}

	.Downlist .list .word {
		padding: 5px 110px 5px 15px;
		font-size: 16px;
		margin-left: 65px;
	}
}

@media screen and (max-width: 768px) {
	.Downlist .list {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	.Downlist .list .Box {
		padding: 8px 8px;
	}

	.Downlist .list .time {
		display: none;
	}

	.Downlist .list .word {
		padding-left: 0;
		margin-left: 0px;
		border: 0 none;
	}

	.Downlist .list .word .more {
		line-height: 28px;
		padding: 0 20px;
	}

	.Downlist .list .word .more i {
		padding-left: 23px;
		background-size: 16px;
	}
}


/**indexwarranty担保**/

#indexWarranBlock .ul {
	padding-top: 40px;
	align-items: stretch;
	font-size: 0;
	line-height: 0;
	margin: -20px;
	padding-bottom: 4%;
}

#indexWarranBlock .ul li {
	vertical-align: top;
	text-align: center;
	padding: 0 20px;
	width: 33.33%;
}

#indexWarranBlock .ul .Box {
	background-color: #f8f8f8;
	height: 100%;
	transition: all 0.5s;
}

#indexWarranBlock .ul .hBox {
	padding: 60px 10% 50px;
}

#indexWarranBlock .ul .img img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #9fc344;
	transition: all 0.5s;
}

#indexWarranBlock .ul .h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin: 20px 0 10px;
}

#indexWarranBlock .ul .word {
	font-size: 14px;
	line-height: 28px;
	color: #555555;
}

@media only screen and (min-width: 1029px) {
	#indexWarranBlock .ul li:hover .Box {
		transform: translateY(-10px);
		box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
	}

	#indexWarranBlock .ul li:hover .img img {
		transform: rotateY(360deg);
	}
}

@media only screen and (max-width: 1200px) {

	/**warranty担保**/
	#indexWarranBlock .ul .hBox {
		padding: 0 25px;
		padding-top: 30px;
		padding-bottom: 40px;
	}

	#indexWarranBlock .ul .h3 {}

	#indexWarranBlock .ul .word {
		line-height: 26px;
	}
}

@media only screen and (max-width: 769px) {

	/**warranty担保**/
	#indexWarranBlock {
		margin-top: 0px;
	}

	#indexWarranBlock .ul {
		margin: 0;
		/*padding-bottom: 30px;*/
		padding-top: 10px;
	}

	#indexWarranBlock .ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	#indexWarranBlock .ul .Box {
		height: auto !important;
	}

	#indexWarranBlock .ul .hBox {
		padding-left: 30px;
		padding-right: 30px;
	}

	#indexWarranBlock .ul .img img {
		width: 60px;
	}

	#indexWarranBlock .ul .h3 {
		margin: 20px 0 10px;
	}
}

@media only screen and (max-width: 480px) {
	#indexWarranBlock .ul li {
		margin-bottom: 20px;
	}
}




/**warranty担保**/
#WarranBlock {
	margin-top: 70px;
}

#WarranBlock .ul {
	padding-top: 40px;
	align-items: stretch;
	font-size: 0;
	line-height: 0;
	margin: -20px;
	padding-bottom: 4%;
}

#WarranBlock .ul li {
	vertical-align: top;
	text-align: center;
	padding: 0 20px;
	width: 33.33%;
}

#WarranBlock .ul .Box {
	background-color: #f8f8f8;
	height: 100%;
	transition: all 0.5s;
}

#WarranBlock .ul .hBox {
	padding: 60px 10% 50px;
}

#WarranBlock .ul .img img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #9fc344;
	transition: all 0.5s;
}

#WarranBlock .ul .h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin: 20px 0 10px;
}

#WarranBlock .ul .word {
	font-size: 14px;
	line-height: 28px;
	color: #555555;
}

@media only screen and (min-width: 1029px) {
	#WarranBlock .ul li:hover .Box {
		transform: translateY(-10px);
		box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
	}

	#WarranBlock .ul li:hover .img img {
		transform: rotateY(360deg);
	}
}

@media only screen and (max-width: 1200px) {

	/**warranty担保**/
	#WarranBlock .ul .hBox {
		padding: 0 25px;
		padding-top: 30px;
		padding-bottom: 40px;
	}

	#WarranBlock .ul .h3 {}

	#WarranBlock .ul .word {
		line-height: 26px;
	}
}

@media only screen and (max-width: 769px) {

	/**warranty担保**/
	#WarranBlock {
		margin-top: 40px;
	}

	#WarranBlock .ul {
		margin: 0;
		padding-bottom: 30px;
		padding-top: 10px;
	}

	#WarranBlock .ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	#WarranBlock .ul .Box {
		height: auto !important;
	}

	#WarranBlock .ul .hBox {
		padding-left: 30px;
		padding-right: 30px;
	}

	#WarranBlock .ul .img img {
		width: 60px;
	}

	#WarranBlock .ul .h3 {
		margin: 20px 0 10px;
	}
}

@media only screen and (max-width: 480px) {
	#WarranBlock .ul li {
		margin-bottom: 20px;
	}
}

/* 服务支持 */
.medicalRelated {
	margin-top: 50px;
	border-bottom: 1px dashed #dcdcdc;
}

.medicalRelated .title {
	line-height: 24px;
	border-left: solid 4px #13294F;
	padding-left: 16px;
	font-size: 24px;
	color: #333;
}

.medicalRelated .cont {
	margin: 30px 0 40px;
}

.medicalRelated .cont p {
	padding: 10px 0;
	line-height: 26px;
	font-size: 14px;
}

.medicalRelated .cont p.blue {
	color: #13294F;
	font-size: 16px;
}

@media only screen and (max-width: 769px) {
	.medicalRelated {
		margin-top: 10px
	}

	.medicalRelated .title {
		font-size: 20px;
	}
}


/* 加盟流程 
.hz{padding-top: 70px; padding-bottom: 70px;}
.hz6{background:no-repeat center;background-size:cover; background-color: #f3f4f5;width:100%;height:100%}
.hz6 h3,
.hz6 h4{color: #fff}
.hz6 .btn{ padding: 90px 0 10px; text-align: center; }
.hz6 .btn a{ display: inline-block; background-color: #9fc344; border-radius: 50px; padding: 12px 50px; color: #FFFFFF; }
.hz6 .btn a:hover{ background-color: #13202C;}

.hz6b{margin-top:70px}
.hz6b li{float:left;width:167px;height:167px;border-radius:50%;border:1px solid #fff;background:#fff;padding:50px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;margin-left:39px;cursor:pointer;position:relative}
.hz6b li:before{content:'';width:30px;height:20px;background:url(../image/hz6_i2.png) no-repeat center;background-size:auto;position:absolute;right:-30px;bottom:20px}
.hz6b li:first-child{margin-left:0}
.hz6b li.mat90{margin-top:90px}
.hz6b li.mat90:before{content:'';width:30px;height:20px;background:url(../image/hz6_i3.png) no-repeat center;background-size:auto;position:absolute;right:-30px;top:20px;bottom:auto}
.hz6b li.last:before{display:none}
.hz6b li i{display:block;width:36px;height:36px;margin:0 auto;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.hz6b li i.i1{background:url(../image/hz6_1.png) no-repeat center;background-size:auto}
.hz6b li i.i2{background:url(../image/hz6_2.png) no-repeat center;background-size:auto}
.hz6b li i.i3{background:url(../image/hz6_3.png) no-repeat center;background-size:auto}
.hz6b li i.i4{background:url(../image/hz6_4.png) no-repeat center;background-size:auto}
.hz6b li i.i5{background:url(../image/hz6_5.png) no-repeat center;background-size:auto}
.hz6b li i.i6{background:url(../image/hz6_6.png) no-repeat center;background-size:auto}
.hz6b li p{font-size:14px;color:#333;text-align:center;line-height:34px}

.hz6b li.on,
.hz6b li:hover{background:#13294F}
.hz6b li.on i.i1,
.hz6b li:hover i.i1{background:url(../image/hz6_s1.png) no-repeat center;background-size:auto}
.hz6b li.on i.i2,
.hz6b li:hover i.i2{background:url(../image/hz6_s2.png) no-repeat center;background-size:auto}
.hz6b li.on i.i3,
.hz6b li:hover i.i3{background:url(../image/hz6_s3.png) no-repeat center;background-size:auto}
.hz6b li.on i.i4,
.hz6b li:hover i.i4{background:url(../image/hz6_s4.png) no-repeat center;background-size:auto}
.hz6b li.on i.i5,
.hz6b li:hover i.i5{background:url(../image/hz6_s5.png) no-repeat center;background-size:auto}
.hz6b li.on i.i6,
.hz6b li:hover i.i6{background:url(../image/hz6_s6.png) no-repeat center;background-size:auto}

.hz6b li.on p,
.hz6b li:hover p{color: #fff}

@media only screen and (max-width: 1200px){
	.hz{padding-top: 60px; padding-bottom: 60px;}
	.hz6b{ margin-top: 20px; }
	.hz6b ul{ display: flex;flex-wrap: wrap; justify-content: center;}
	.hz6b li{ margin-left: 0; margin: 0 15px 30px;}
	.hz6b li:first-child{margin-left: 15px;}
	.hz6b li.mat90{margin-top: 0;}
	.hz6b li.mat90:before{display: none;}
	.hz6b li:before{display: none;}
}

@media only screen and (max-width:1024px){
	.hz{ padding-top: 50px; padding-bottom: 20px; }
	.hz6b li{  }
}
@media only screen and (max-width:480px){
	.hz6b li{ width: 165px; height: 165px; }
}
*/




/* 品牌优势 */
.brand-adv {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 20px;
}

.brand-adv ul {
	padding-top: 30px;
	display: block;
}

.brand-adv ul .con {
	padding-bottom: 60px;
	align-items: center;
}

.brand-adv ul .con:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	visibility: hidden
}

.brand-adv ul .pic {
	width: 53.8%;
	overflow: hidden
}

.brand-adv ul .pic img {
	display: block;
	width: 100%
}

.brand-adv ul .inner {
	width: 46.2%
}

.brand-adv ul .inner .inner_txt {
	padding: 49px 40px 30px;
	padding-right: 46px;
	margin-left: -45px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 48px 1px rgba(38, 38, 38, .1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.brand-adv ul .inner .top {
	margin-bottom: 30px;
	line-height: 60px;
	overflow: hidden
}

.brand-adv ul .inner .top .num {
	margin: 0 15px;
	float: right;
	font-size: 30px;
	color: #e0e0e0;
	font-weight: 700;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.brand-adv ul .inner .top h4 {
	font-size: 24px;
	color: #333;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.brand-adv ul .inner .top h4 .icon {
	margin: -2px 15px 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center top
}

.brand-adv ul .inner .txt {
	margin-bottom: 13px;
	padding: 0 6px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.brand-adv ul .inner .txt h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
	color: #9dbe41;
}

/**.brand-adv ul .inner .more{padding:0 6px;display:inline-block;font-size:14px;color:#9b9b9b;line-height:30px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}**/
.brand-adv ul li:nth-child(even) .con {
	flex-direction: row-reverse;
}

.brand-adv ul li:nth-child(even) .inner {}

.brand-adv ul li:nth-child(even) .inner .inner_txt {
	margin: 0;
	margin-right: -45px
}

.brand-adv ul .con:hover .inner .inner_txt {
	background-color: #13294F
}

.brand-adv ul .con:hover .inner .top h4 {
	color: #fff
}

.brand-adv ul .con:hover .inner .top h4 .icon {
	background-position: center -60px
}

.brand-adv ul .con:hover .inner .top .num {
	color: #9FC344
}

.brand-adv ul .con:hover .inner .txt {
	color: #fff
}

/**.brand-adv ul .con:hover .inner .more{color:#fff}**/
@media only screen and (max-width:1399px) {
	.brand-adv ul .inner .inner_txt {
		padding: 30px 40px
	}

	.brand-adv ul .inner .top {
		margin-bottom: 10px;
		line-height: 50px
	}

	.brand-adv ul .inner .top h4 {
		font-size: 20px
	}

	.brand-adv ul .inner .top .num {
		font-size: 22px
	}

	.brand-adv ul .inner .top h4 .icon {
		width: 40px;
		height: 40px;
		-webkit-background-size: 40px auto;
		background-size: 40px auto
	}

	.brand-adv ul .con:hover .inner .top h4 .icon {
		background-position: center -40px
	}

	.brand-adv ul .inner .txt {
		margin-bottom: 8px;
		font-size: 15px
	}

	/**.brand-adv ul .inner .more{font-size:12px}**/
}

@media only screen and (max-width:1199px) {
	.brand-adv ul .con {
		padding: 40px 0
	}

	.brand-adv ul .inner {
		padding-top: 8px
	}

	.brand-adv ul .inner .inner_txt {
		padding: 20px 30px
	}

	.brand-adv ul .inner .top {
		line-height: 40px
	}

	.brand-adv ul .inner .top h4 {
		font-size: 16px
	}

	.brand-adv ul .inner .top .num {
		font-size: 18px
	}

	.brand-adv ul .inner .top h4 .icon {
		width: 30px;
		height: 30px;
		-webkit-background-size: 30px auto;
		background-size: 30px auto
	}

	.brand-adv ul .con:hover .inner .top h4 .icon {
		background-position: center -30px
	}

	.brand-adv ul .inner .txt {
		font-size: 14px
	}
}

@media only screen and (max-width:959px) {
	.brand-adv ul .inner .txt {
		font-size: 13px;
		line-height: 1.8;
		height: 7.2em
	}
}

@media only screen and (max-width:767px) {
	.row-adv {
		padding-top: 40px;
	}

	.brand-adv ul {
		padding-top: 10px;
	}

	.brand-adv ul .con {
		padding: 0;
		margin-bottom: 20px
	}

	.brand-adv ul .inner,
	.brand-adv ul .pic {
		float: none;
		width: auto;
		padding: 0
	}

	.brand-adv ul .inner .inner_txt,
	.brand-adv ul li:nth-child(even) .inner .inner_txt {
		margin: 0
	}
}

/*分页*/
@media (max-width: 768px) {

	.page-item,
	.page-link,
	.page-num {
		/* 1. 盒模型：确保 height 包含边框和内边距 */
		box-sizing: border-box;

		/* 2. 尺寸与布局：固定高度，用 Flex 横向排列 */
		height: 40px;
		display: flex;
		flex-direction: row !important;
		/* 强制横向排列 */
		white-space: nowrap !important;
		/* 强制不换行 */
		align-items: center;
		/* 垂直居中 */
		justify-content: center;
		/* 水平居中 */
		padding: 0 .75rem;
		/* 仅保留左右内边距，上下内边距由 height 控制 */

		/* 3. 重置行高：避免与 Flex 居中冲突 */
		line-height: 1;
		
		/* 确保移动端分页数字和文字颜色为#333 */
		color: #333 !important;
	}

	.page-num-current {
		/* 1. 盒模型：确保 height 包含边框和内边距 */
		box-sizing: border-box;

		/* 2. 尺寸与布局：固定高度，用 Flex 横向排列 */
		height: 40px;
		display: flex;
		flex-direction: row !important;
		/* 强制横向排列 */
		white-space: nowrap !important;
		/* 强制不换行 */
		align-items: center;
		/* 垂直居中 */
		justify-content: center;
		/* 水平居中 */
		padding: 0 .75rem;
		/* 仅保留左右内边距，上下内边距由 height 控制 */

		/* 3. 重置行高：避免与 Flex 居中冲突 */
		line-height: 1;
	}

	.pagination {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		justify-content: flex-start !important;
	}

	/* 确保所有分页相关元素颜色正确，覆盖其他可能的样式 */
	.pagination .page-item,
	.pagination .page-link,
	.pagination .page-num {
		color: #333 !important;
	}
	
	/* 确保当前页页码数字保持白色，优先级更高 */
	.pagination .page-num-current {
		color: #fff !important;
	}
	
	/* 覆盖可能存在的绿色样式 */
	.swiper-pagination-bullet-active {
		background-color: #13294F !important;
	}
	
	/* 修复移动端首页左边框不显示的问题 */
	.pagination .page-item:first-child .page-link,
	.pagination .page-num:first-child {
		margin-left: 0 !important;
	}
}

.my-4 {
	width: 100%;
	margin-top: 10px;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	font-size: 16px;
	position: relative;
	/*display:block;*/
	padding: .5rem .75rem;
	margin-left: 0px;
	line-height: 1.25;
	color: #444;
	background-color: #fff;
	/*border: 1px solid #dee2e6;*/
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #13294F;
	border-color: #13294F;
	display: block;
}

.page-num-current:hover {
	color: #fff;
}

.text-secondary {
	font-size: 16px;
	width: 100%;
	text-align: ;
}
