@font-face {
	font-family: 'DIN';
	src: local('DIN'), url(../fonts/DIN.woff) format('woff');
}

@font-face {
	font-family: 'MyriadPro';
	src: local('MyriadPro'), url(../fonts/MyriadPro.woff) format('woff');
}

@font-face {
	font-family: 'mag';
	src: local('mag'), url(../fonts/mag.woff) format('woff');
}

@font-face {
	font-family: 'verdb';
	src: local('verdb'), url(../fonts/verdb.woff) format('woff');
}

@font-face {
	font-family: 'Arial';
	src: local('Arial'), url(../fonts/Arial.woff) format('woff');
}

@font-face {
	font-family: 'Krona';
	src: local('Krona'), url(../fonts/Krona.woff) format('woff');
}

.sybanner .swiper-wrapper {
	/* transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; */
}

.sybanner .swiper-pagination-bullets {
	bottom: 0;
}

.sybanner .swiper-pagination-bullets {
	bottom: 0;
}

.swiper-num {
	position: absolute;
	width: 70px;
	right: 60px;
	bottom: 80px;
	z-index: 2;
	font-family: 'DIN';
	color: #626262;
	font-size: 16px;
}

.swiper-num .active {
	display: inline-block;
	font-size: 32px;
}

.swiper-num span {
	font-size: 32px;
}

.swiper-num .total {
	display: inline-block;
	font-size: 26px;
}

.sybanner .swiper-slide {
	line-height: 500px;
	text-align: center;
	font-size: 50px;
}

.blue-slide {
	background: #4390EE;
	color: #fff;
}

.red-slide {
	background: #CA4040;
	color: #fff
}

.orange-slide {
	background: #FF8604;
	color: #fff;
}

.gray-slide {
	background: gray;
	color: #fff;
}

.sysdhbn {
	position: relative;
}

.sylgjdh {
	position: absolute;
	top: 38px;
	z-index: 5;
	padding-left: 45px;
	padding-right: 65px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.dhan {
	width: 26px;
	margin-top: 30px;
	height: 2.87px;
	background: #525252;
	position: relative;
}

.dhan:after {
	position: absolute;
	width: 26px;
	height: 2.87px;
	background: #525252;
	top: 9px;
	left: 0;
	content: "";
}

.dhan:before {
	position: absolute;
	width: 26px;
	height: 2.87px;
	background: #525252;
	bottom: 9px;
	left: 0;
	content: "";
}

.qxzyyhdh>div {
	float: left;
	line-height: 55px;
}

.xzyy {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: bold;
}

.xzyy>span {
	color: #929292;
	font-size: 14px;
	font-weight: 300;
	margin-left: 5px;
}

.ru {
	width: 34px;
	height: 34px;
	background: #ef111a;
	font-weight: bold;
	line-height: 34px !important;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	margin-top: 13px;
	margin-left: 14px;
	margin-right: 32px;
}

.ru a {
	color: #fff;
}

.sybanner {
	position: relative;
}

.sylbzc {
	position: absolute;
	left: 90px;
	z-index: 5;
	bottom: 90px;
}

.sybanner .swiper-button-prev {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	z-index: 6;
}

.sybanner .swiper-container {
	--swiper-navigation-size: 12px;
	--swiper-navigation-color: #bfbfbf;
}

.sybanner .swiper-button-next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	z-index: 6;
}

.sybanner .swiper-button-prev {
	left: 75px;
}

.sybanner .swiper-button-next {
	right: 75px;
}

.sybanner .swiper-button-prev:hover {
	background: #53667d;

}

.sybanner .swiper-button-prev:hover {
	--swiper-navigation-color: #fff;
}

.sybanner .swiper-button-next:hover {
	background: #53667d;
	--swiper-navigation-color: #fff;
}

.sybanner .swiper-pagination-bullet {
	width: 120px;
	height: 1px;
	border-radius: 0;
	margin: 0 0;
	background: #ededed;
}

.sybanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0;
	opacity: 1;

}

.sybanner .swiper-pagination-bullet-active {
	background: #929292;
}

.sybanner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 97px;
	right: 155px;
	left: auto;
	width: 360px;
}

@media screen and (max-width : 1400px) {
	.sylbzc {
		left: 20px;
	}
}

/* 产品分类开始 */
.bnxcpfl {
	width: 100%;
	height: 3.31rem;
	background: #425267;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.bnxcpfl>div {
	width: 12.5%;
	position: relative;
	border-left: 1px solid #606e7f;
	border-right: 1px solid #374556;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: .5s;
}

.bnxcpfl>div a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 1.07rem;
}

.bnxcpfl>div:first-child {
	border-left: none;
}

.bnxcpfl>div:last-child {
	border-right: none;
}

.sycpyw {
	font-family: 'DIN';
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
}

.sycpzw {
	line-height: 1;
	font-size: 16px;
	color: #fff;
	margin-top: .13rem;
}

.cpbjsz {
	color: rgba(221, 21, 27, .2);
	text-stroke: 1px #fff;
	/* opacity: .14; */
	font-size: 2.1rem;
	line-height: 1;
	-webkit-text-stroke: 1px #fff;
	position: absolute;
	top: 50%;
	margin-top: -109px;
	left: -47px;
	font-family: 'MyriadPro';
	opacity: 0;
	transition: .5s;
}

.cpxtb {
	margin-bottom: .31rem;
}

.bnxcpfl>div:hover {
	background: url(../img/cpbj.png) no-repeat;
	transition: .5s;
}

.bnxcpfl>div:hover .cpbjsz {
	opacity: .14;
}

.cpjt {
	margin-top: .4rem;
	opacity: 0;
	transition: .5s;
}

.bnxcpfl>div:hover .cpjt {
	opacity: 1;
}

/* 产品分类结束 */

/* 产品中心开始 */
.sycpzx {
	height: 925px;
	background: url(../img/sybj.png) no-repeat top center;
}

.cpzxywbt {
	font-family: "mag";
	line-height: 1;
	font-size: 40px;
	color: #4c4c4c;
}

.cpzxzwbt {
	line-height: 1;
	font-size: 20px;
	color: #4c4c4c;
	margin-top: 18px;

}

.bgcpzxbtd {
	text-align: center;
	padding-top: 92px;
}

.cpxlb {
	width: 1330px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 50px;
}

.cpzclbtp {
	width: 645px;
	height: 440px;
	line-height: 440px;
	float: left;
	position: relative;
}

.cpzclbtp>div {
	position: absolute;
	left: 295px;
	top: 280px;
	line-height: 1;
}

.cpzclbtp img {
	max-width: 100%;
}

.cpyclbwz {
	width: 587px;
	float: right;
}

.cpyclbszbs {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #425267;
	color: #ffffff;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
}

.cpyclbejbt {
	font-size: 20px;
	font-weight: bold;
	color: #323232;
	line-height: 44px;
	margin-left: 15px;
}

.cplbejyw {
	margin-left: 18px;
	font-size: 26px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 44px;
	font-family: 'verdb';
}

.cplbzys {
	overflow: hidden;
}

.cplbzys>div {
	float: left;

}

.cplbms {
	margin-top: 21px;
	color: #666666;
	font-size: 14px;
	line-height: 23px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}

.lbyct {
	margin-top: 22px;
}

.lbcpycnr {
	margin-top: 25px;
	color: #939393;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Arial';
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.xzlb {
	width: 483px;
	height: 56px;
	border: 1px solid #dfdfdf;
	border-left: 5px solid #ef121a;
	position: relative;
	margin-top: 35px;

}

.xzlbwz {
	margin-left: 15px;
	float: left;
	color: #383838;
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
}

.xzyw {
	line-height: 56px;
	color: #8e8e8e;
	font-size: 14px;
	margin-left: 15px;
	float: left;
}

.sjx {
	width: 0;
	height: 0;
	border-bottom: 12px solid red;
	border-left: 12px solid transparent;
	position: absolute;
	right: 4px;
	bottom: 4px;
}


.gallery-thumbs .swiper-slide {
	width: 45px !important;
	height: 45px;
	border: 1px solid #aaaaaa;
	border-radius: 50%;
	color: #6e6e6e;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Arial';
	line-height: 45px;
	text-align: center;
	position: relative;
	margin-left: 110px;
	margin-right: 0;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide:first-child {
	margin-left: 0;
}

.gallery-thumbs .swiper-slide:after {
	content: "";
	position: absolute;
	right: -107px;
	width: 100px;
	top: 21.5px;
	height: 1px;
	border-bottom: 1px dashed #c4c4c4;
}

.gallery-thumbs .swiper-slide:last-child:after {
	width: 0;
}

.gallery-thumbs .swiper-wrapper {
	width: 665px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}

.gallery-thumbs {
	margin-top: 100px;
}

.cpxlb .swiper-slide-thumb-active {
	width: 71px !important;
	height: 71px;
	line-height: 71px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #ef121a;

}

.cpxlb .swiper-slide-thumb-active:after {
	top: 36px;
}

.cplbxmdjt {
	width: 233px;
	background: #fff;
	height: 70px;
	position: absolute;
	bottom: 71px;
	left: 50%;
	margin-left: -116px;
	display: none;
	border-radius: 14px;
	box-shadow: 2px 2px 2.97px 0.03px rgba(3, 3, 3, 0.15);
}

.cplbxmdjt:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -8px;
	top: 70px;
	border-top: 8px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.cpxlb .swiper-slide-thumb-active .cplbxmdjt {
	display: block;
}

.djtdwz {
	font-size: 15px;
	color: #000;
	line-height: 35px;
	font-weight: 500;
}

.djtdyw {
	font-size: 14px;
	color: #a5a5a5;
	font-family: 'Arial';
	line-height: 7px;
	font-weight: 500;
}

.cpxlb .swiper-button-prev:after,
.cpxlb .swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.cpxlb .swiper-button-next:after,
.cpxlb .swiper-container-rtl .swiper-button-prev:after {
	content: '';
}

.cpxlb .swiper-button-prev {
	left: -160px;
	opacity: .4;
	transition: .5s;
}

.cpxlb .swiper-button-next {
	right: -188px;
	opacity: .4;
	transition: .5s;
}

.cpxlb .swiper-button-prev:hover {
	opacity: 1;
}

.cpxlb .swiper-button-next:hover {
	opacity: 1;
}

@media screen and (max-width : 1700px) {
	.cpxlb .swiper-button-prev {
		left: -88px;
	}

	.cpxlb .swiper-button-next {
		right: -88px;
	}
}

@media screen and (max-width : 1550px) {
	.cpxlb .swiper-button-prev {
		left: -40px;
	}

	.cpxlb .swiper-button-next {
		right: -40px;
	}

	.cpxlb {
		width: 1160px;
	}

	.cpyclbwz {
		width: 510px;
	}

	.cpyclbejbt {
		font-size: 22px;
	}

	.cplbejyw {
		font-size: 18px;
	}
}

.xzsjdh {
	position: absolute;
	width: 100%;
	width: 483px;
	left: -5px;
	background: #fff;
	bottom: 55px;
	border-left: 5px solid #ef121a;
}

.xzsjdh>div {
	height: 56px;
	border: 1px solid #dfdfdf;
	border-bottom: 0px solid #dfdfdf;
}

.xzsjdh>div:last-child {}

.xzsjdh {
	display: none;
}

.xzlb:hover .xzsjdh {
	display: block;
}

/* 产品中心结束 */

/* 关于我们开始 */
.gywm {
	width: 100%;
	height: 925px;
	background: url(../img/gybj.png) no-repeat center center;
}

.gyfbt {
	font-family: "mag";
	color: #e6342c;
	font-size: 40px;
	padding-top: 85px;
}

.gybt {
	color: #4c4c4c;
	padding-top: 6px;
	font-size: 20px;
}

.gybfb {
	text-align: center;
}

.gywz {
	width: 1242px;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/gybj2.png) no-repeat center center;
	margin-top: 45px;
}

.gyzcwz {
	width: 580px;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 28px;
	height: 277px;
	overflow: auto;
	float: left;
	margin-left: 70px;
	margin-top: 25px;
}

.gyycwz {
	margin-top: 25px;
	width: 560px;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 28px;
	height: 290px;
	overflow: auto;
	float: left;
}

.gyzcwz::-webkit-scrollbar {
	width: 60px;
}

.gyzcwz::-webkit-scrollbar-thumb {
	width: 10px;
	background: url(../img/hk.png) no-repeat center;
}

.gyzcwz::-webkit-scrollbar-track {
	width: 10px;
	background: url(../img/gdt.png) no-repeat center;
}

.gyycwz::-webkit-scrollbar {
	width: 60px;
}

.gyycwz::-webkit-scrollbar-thumb {
	width: 10px;
	background: url(../img/hk.png) no-repeat center;
}

.gyycwz::-webkit-scrollbar-track {
	width: 10px;
	background: url(../img/gdt.png) no-repeat center;
}

.gyjt {
	text-align: center;
	margin-top: 82px;
}

/* 关于我们结束 */

/* 底部开始 */
.dbfooter {
	width: 100%;
	height: 639px;
	background: #262626;
	position: relative;
}

.dbfoot {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 108px;
}

.dbyw {
	font-size: 40px;
	color: #fff;
	font-family: "mag";
	line-height: 1;

}

.dbwzbt {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-top: 9px;
	margin-bottom: 50px;
}

.footzcxwz {
	font-size: 16px;
	color: #8a8a8a;
	float: left;
}

.yds {
	overflow: hidden;
}

.yds>div {
	float: left;
	overflow: hidden;
	margin-bottom: 28px;
}

.yds>div img {
	margin-top: -3px;
}

.yds>div:first-child {
	margin-left: 2px;
	margin-right: 16px;
}

.zchx {
	width: 372px;
	height: 1px;
	background: #595959;
	margin-left: 3px;
	margin-top: 17px;
}

.dbxx {
	color: #494949;
	font-size: 14px;
	margin-left: 3px;
	margin-top: 45px;
}

.wzjs {
	color: #494949;
	font-size: 14px;
	margin-left: 3px;
	margin-top: 15px;
}

.wyly {
	float: right;
	width: 552px;
}

.lyx {
	width: 267px;
	height: 35px;
	background: #535353;
	border-radius: 10px;
	border: none;
	padding-left: 15px;
	line-height: 35px;
	color: #d3d3d3;
	font-size: 14px;
	float: left;
}

input {
	outline: none;
}

input::placeholder {
	color: #d3d3d3;
}

textarea {
	outline: none;
}

textarea::placeholder {
	color: #d3d3d3;
}

.lysbbf {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lysbbf>input {
	margin-bottom: 19px;
}

.ly {
	width: 552px;
	padding-left: 15px;
	border: none;
	background: #535353;
	border-radius: 10px;
	font-size: 14px;
	color: #d3d3d3;
	height: 93px;
	padding-top: 10px;
}

.tj {
	width: 186px;
	height: 45px;
	border-radius: 22px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background: #3e5e86;
	border: none;
	margin-top: 30px;
}

.fhdb {
	position: absolute;
	top: -30px;
	right: 118px;
}

/* 底部结束 */

/* 导航开始 */
.dhan {
	cursor: pointer;
}

.dhdj {
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: -10px;
	cursor: pointer;
}

.dhxsscl {
	width: 0px;
	height: 970px;
	background: rgba(55, 69, 88, .94);
	position: absolute;
	z-index: 9;
	right: 0;
	transition: 1s all;
	overflow: hidden;
}

.dhxsscl>ul {
	width: 436px;
	float: right;
	margin-bottom: 0;
	margin-top: 214px;
	position: absolute;
	left: 138px;
}

.dhxsscl>ul>li {
	min-height: 110px;
	line-height: 110px;
	clear: both;
	border-bottom: 1px solid #636f7d;
	position: relative;
}

.dhxsscl>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 110px;
	overflow: hidden;
	position: relative;
}

.dhzw {
	font-size: 26px;
	color: #fff;
	float: left;
}

.dhyw {
	font-size: 14px;
	color: #dc141b;
	line-height: 126px;
	margin-left: 14px;
	float: left;
	height: 10px;
}

.dhjtxs {
	position: absolute;
	right: 47px;
	top: 50px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
}

.dhxsscl>ul>li:hover a .dhzw {
	color: #e12730;
}

.dhxsscl>ul>li:hover a .dhyw {
	color: #ffffff;
	font-weight: bold;
}

.dhxsscl>ul>li:hover a .dhjtxs {
	border-color: #e12730;
}

.dhxsscl>ul>li:hover:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 50px;
	background: url(../img/dhzt.png) no-repeat;
	transform: rotate(-90deg);
	left: -60px;
	top: 33px;

}

.xcz {
	position: absolute;
	right: 71px;
	top: 54px;
	cursor: pointer;
}

.sjdh {
	/* position: absolute; */
	overflow: hidden;
	right: -577px;
	top: -68px;
	display: none;
}

/* .dhxsscl {
	width: 1150px;
} */
.sjdhsejbt {
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
	width: 434px;
	position: absolute;
	right: 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #636e7c;
}

.sjdh {
	width: 577px;

	height: zuto;
}

.sjdh>ul {
	width: 434px;
	/* position: absolute; */
	right: 0;
	top: 105px;
}

.sjdh>ul li {
	line-height: 1;
	margin-bottom: 35px;
}

.sjdh>ul li a {
	font-size: 16px;
	color: #ffffff;
	position: relative;

}

.sjdh>ul li a:hover {
	color: #dc141b;
	font-weight: bold;
}

.sjdh>ul li a:hover:after {
	content: "";
	position: absolute;
	background: url(../img/sjjt.png);
	width: 18px;
	height: 11px;
	left: -32px;
	top: 7px;
}

.ysjdhd:hover .sjdh {
	display: block;
}

/* 导航结束 */



/* 产品中心开始 */
.cpnydh {
	width: 100%;
	height: 141px;
	background: #425267;

}

.cpnyejdh {
	width: 20%;
	border-right: 1px solid rgba(255, 255, 255, .21);
	float: left;
	height: 100%;
}

.cpnyejdh:last-child {
	border: none;
}

.cpnyejdh>a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.nycpejdhwz {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding-top: 47px;
}

.nycpejyw {
	font-family: "DIN";
	color: #fff;
	font-size: 22px;
	line-height: 1;
	padding-top: 14px;
}

.cpnyejdh:hover {
	background: #e6342c;
}

.nysjdh {
	display: none;
	width: 100%;
}

.cpnyejdh:hover .nysjdh {
	display: block;
	position: relative;
	z-index: 9999;
}

.nysjdh>div {
	width: 100%;
	height: 47px;
	background: #f1f1f1;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.nysjdh>div:hover {
	background: url(../img/sjdhbj.png) no-repeat center bottom;
}

.nysjdh>div:last-child {
	border: none;
}

.nysjdh>div a {
	display: block;
	width: 100%;
	height: 100%;
}

.nysjdhwz {
	color: #414141;
	font-size: 16px;
	line-height: 1;
	padding-top: 15px;
}

.nysjdhyw {
	line-height: 1;
	color: #808080;
	padding-top: 12px;
	font-size: 16px;
}

.nysjdh>div:hover .nysjdhwz {
	color: #252525;
	font-weight: bold;
}

.nysjdh>div:hover .nysjdhyw {
	color: #141414;
}

/* 产品中心结束 */

/* 内页产品二级页开始 */
.nycpnr {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

.nycp1280 {
	width: 1280px;
	/* height: 1000px; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/* background: url(../img/nybj.png) no-repeat top right; */
}

.nycp1280:after {
	content: "";
	position: absolute;
	background: url(../img/nybj.png) no-repeat;
	width: 429px;
	height: 419px;
	right: -40px;
	top: -21px;
	z-index: -1;
}

.nycpejdhyw {
	color: #4d4d4d;
	font-size: 45px;
	font-family: "mag";
	line-height: 1;
	padding-top: 117px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.nycpejdhzw {
	color: #000000;
	font-size: 20px;
}

.cpxmejfl {
	width: 594px;
	height: 358px;
	padding-top: 43px;
	background: url(../img/cpejfl.png) no-repeat;
	text-align: center;
	position: relative;
	float: left;
	margin-left: 88px;
	margin-bottom: 50px;
}

.cpslt {
	width: 460px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.cpslt img {
	max-width: 100%;
}

.cpejmc {
	font-size: 20px;
	color: #2c2c2c;
	font-weight: bold;
	transition: .5s all;
}

.cpejmcyw {
	color: #414141;
	font-size: 16px;
}

.cpljt {
	position: absolute;
	top: 152px;
	left: 50%;
	margin-left: -26px;
	opacity: 0;
	transition: .5s all;
}

.cpxmejfl:hover .cpejmc {
	color: #e6342c;
}

.cpxmejfl:hover .cpljt {
	opacity: 1;
}

.cpx46 {
	margin-top: 46px;
}

.cpxhg {
	position: absolute;
	bottom: -10px;
	left: 10px;
	z-index: -1;
	opacity: 0;
	transition: .5s all;
}

.cpxmejfl:hover .cpxhg {
	opacity: 1;
}

/* 内页产品二级页结束 */

/* 产品列表页开始 */
.cplb {
	width: 1280px;
	height: 557px;
	background: url(../img/cplbbj.png) no-repeat;
	text-align: center;
	margin-bottom: 110px;
}

.cplbbt {
	font-size: 28px;
	color: #464646;
	line-height: 1;
	padding-top: 60px;
}

.cplbfbt {
	color: #e6342c;
	font-size: 18px;
	font-family: "Krona";
	line-height: 1;
	margin-top: 20px;
	text-transform: uppercase;
}

.cplbhx {
	width: 36px;
	height: 2px;
	background: #e6342c;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}

.cplbtp {
	width: 1000px;
	height: 320px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 320px;
}
.cplbtp img {
	max-width: 100%;
	max-height: 100%;
}
.cpxqtp img {
	max-width: 100%;
	max-height: 100%;
}
.cplbxjt {
	display: none;
}

.cplb:hover .cplbxjt {
	display: block;
}

/* 产品列表页结束 */

/* 联系我们开始 */
.lxwm {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/lxbj.png) no-repeat;
	height: 482px;
	margin-top: 120px;
	background-position: -50px -50px;
	padding-top: 97px;
	box-shadow: 0px 0px 20px 12px rgb(0 0 0 / 10%);
	
}

.lxn {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.rdlxwz {
	color: #494949;
	font-size: 30px;
	font-weight: bold;
	float: left;
	line-height: 1;
}

.lxwmyw {
	line-height: 1;
	float: left;
	font-size: 16px;
	margin-left: 20px;
	color: #9e9e9e;
	margin-top: 16px;
}

.lxwzyw {
	overflow: hidden;
}

.lxsgdx {
	margin-top: 50px;
}

.lxsgdx>div {
	float: left;
	margin-right: 150px;
}

.lxsgdx>div>div {
	float: left;
	color: #1e1e1e;
	font-size: 16px;
}

.tpyc {
	margin-left: 19px;
	margin-top: 9px;
}

/* 联系我们结束 */

/* 媒体中心开始 */
.mtxwwk {
	width: 384px;
	height: 421px;
	background: #fff;
	border-bottom: 2px solid #e8e8e8;
	float: left;
	margin-left: 57px;
	margin-bottom: 100px;
	transition: .5s all;
}

.mtxwwk:first-child {
	margin-left: 8px;
}

.mtxwwk:nth-child(4) {
	margin-left: 8px;
	margin-bottom: 0;
}

.mtxwwk:nth-child(5) {
	margin-bottom: 0;
}

.mtxwwk:nth-child(6) {
	margin-bottom: 0;
}

.mtxwwk:hover {
	box-shadow: 0px 2px 20px 10px rgb(130 130 130 / 15%);
	border-bottom: 2px solid #425267;
}

.mttp {
	width: 384px;
	height: 221px;
	overflow: hidden;
}

.mttp>img {
	width: 100%;
}

.mtwzxk {
	width: 100%;
	height: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mtgxxwbt {
	font-size: 16px;
	color: #555555;
	line-height: 35px;
}

.mtxwsj {
	font-family: "DIN";
	color: #e6342c;
	font-size: 18px;
	line-height: 1;
	margin-top: 70px;
}

/* 媒体中心结束 */
/* 页码开始 */
.pagination a {
	font-size: 16px;
	color: #777777;
	float: left;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-left: 22px;
}

.pagination p {
	margin-left: 22px;
	font-size: 16px;
	color: #777777;
	float: left;
	min-width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}
.cur {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff!important;
	text-align: center;
	border-radius: 50%;
	background: #ef121b;
}
.pagination {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

/* 页码结束 */

/* 产品详情页开始 */
.cpxqbt {
	width: 100%;
	height: 85px;
	text-align: center;
	background: #425267;
}
.cpxqwz {
	color: #ffffff;
	font-size: 27px;
	padding-top: 25px;
	line-height: 1;
}
.cpxqyw {
	line-height: 1;
	color: #e6342c;
	font-size: 16px;
	margin-top: 25px;
	font-family: "Krona";
}
.cpxqtp {
	height: 593px;
	width: 100%;
	border:1px solid #dedede;
	border-top: none;
	text-align: center;
	line-height: 593px;
}
.cpxqxq {
	margin-top: 85px;
	font-size: 14px;
	color: #2e2d2d;
	line-height: 34px;
}
.cpxqxq {
	width: 900px;
}
.cpxqxq img {
	max-width: 100%;
}
/* 产品详情页结束 */

.cpxtb {
	height: 40px;
}
.nycp12801:after {
	width: 0;
}
.mtgxxwbt {
	height: 70px;
}