* {
	word-break: break-all;
	margin: 0;
	padding: 0;
}

body {
	behavior: url("csshover3.htc");
}

body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑", "microsoft Yahei", "Courier New", Courier, monospace;
	padding: 0px;
	margin: 0px auto;
	line-height: 32px;
	background-color: #FFF;
	overflow-x: hidden;
	width: 100%;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #d2180f;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dt,
dd {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	overflow: hidden;
}

.imgZoom {
	overflow: hidden;
}

.imgZoom img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	display: block;
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

img {
	max-width: 100%;
	border: 0;
	height: auto;
}

.input,
.textarea {
	border-top: ridge 1px #ccc;
	border-right: inset 1px #D8D8D8;
	border-bottom: inset 1px #D8D8D8;
	border-left: ridge 1px #ccc;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}


/*--------------------导航---------------------*/

.dh {
	background: url(../image/navbg.jpg) no-repeat top center;
}

.dh>.wrap>.fl {
	width: 24.5%;
	padding: 49px;
	box-sizing: border-box;
}

.dh>.wrap>.fr {
	width: 75.5%;
}

.dh>.wrap>.fr dl {
	padding: 38px 40px 25px 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #999999;
}

.dh1 {
	padding: 8px 0;
	box-sizing: border-box;
}

.dh1 li {
	float: left;
	width: 14%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.dh1 li a {
	color: #333;
}
.dh1 li:hover a{
    color:#e62f2f;
}

/*产品中心*/

.cpzx {
	background: url(../image/cpbj.jpg) no-repeat;
}

.cpzx .fl {
	width: 72%;
	padding-top: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	background: white;
}

.cpzx .fl dl {
	width: 287px;
  height:287px;
	float: left;
	margin: 0 1% 20px;
	position: relative;
}
.cpzx .fl dl dt {
  height:100%
}
.cpzx .fl dl dt img {
	display: block;
	width: 100%;
  height:100%
}

.cpzx .fl dl dd {
	position: absolute;
	bottom: 0px;
	background: #000000;
	width: 100%;
	opacity: 0.5;
	text-align: center;
	color: white;
	padding: 5px 0;
}

.cpzx .fr {
	width: 28%;
}

.cpzx .fr dl {
	position: relative;
}

.cpzx .fr dl dd {
	position: absolute;
	top: 132px;
	left: 20px;
}

.cpzx .fr dl dd h2 {
	font-size: 30px;
}

.cpzx .fr dl dd span {
	display: block;
	width: 57px;
	height: 3px;
	background: #000000;
	margin: 20px 0;
}

.cpzx .fr dl dd p {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

.ys {
	margin: 100px auto;
}

.ystop {
	margin-bottom: 60px;
}

.yscon dl {
	width: 23%;
	margin: 0 1%;
	float: left;
	border: 1px solid #db221d;
	box-sizing: border-box;
	text-align: center;
	padding: 56px 14px;
	box-sizing: border-box;
}

.yscon dl span {
	display: block;
	height: 4px;
	background: #db221d;
	width: 40px;
	margin: 10px auto 30px;
}

.yscon dl p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

.yscon dl:nth-child(1) {
	background: url(../image/ys01.png) no-repeat right 16px top 20px;
}

.yscon dl:nth-child(2) {
	background: url(../image/ys02.png) no-repeat right 16px top 20px;
}

.yscon dl:nth-child(3) {
	background: url(../image/ys03.png) no-repeat right 16px top 20px;
}

.yscon dl:nth-child(4) {
	background: url(../image/ys04.png) no-repeat right 16px top 20px;
}

.about {
	background: url(../image/abbg.jpg) no-repeat;
	padding: 60px 0;
	box-sizing: border-box;
}

.gstop img {
	display: block;
	margin: 0 auto 40px;
}

.abcon .fl {
	width: 49%;
}

.abcon .fl img {
	display: block;
	width: 100%;
}

.abcon .fr {
	width: 49%;
	padding-top: 40px;
	box-sizing: border-box;
	color: white;
}

.abcon .fr h2 {
	font-size: 32px;
}

.abcon .fr p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 14px;
	text-indent: 28px;
}

.abcon .fr span {
	display: block;
	margin-bottom: 34px;
}

.abcon .abt {
	display: inline-block;
	background: white;
	color: #f8332f;
	padding: 2px 44px;
}

.abcon .abtn {
	display: inline-block;
	background: url(../image/abtbg.png) no-repeat;
}

.aniu {
	margin-top: 40px;
}

.abcon .abtn {
	background: url(../image/abtbg.png) no-repeat right;
	display: block;
	height: 8px;
	display: inline-block;
	width: 76%;
}

.xwzx {
	margin: 54px auto;
}

.xwzx dl {
	float: left;
}

.xwzx dl:nth-child(1) {
	width: 44%;
	background: -webkit-linear-gradient(top, #dd3631, #b01d1a);
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
}

.xwzxtp {
	width: 20%;
}

.xw1nr {
	width: 40%;
}

.xwzx dl .fl {
	width: 33%;
}

.xwzx dl h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed
}
.xwzx dl h2 a{
    color: white;
}
.xwzx dl p {
	font-size: 14px;
	line-height: 22px;
	margin: 16px 0;
}
.xwzx dl p a{
   color: white;  
}
.xwzx dl .fr {
	width: 62%;
	color: white;
	font-size: 14px;
}

.xwbtn {
	width: 20%;
}

.xwbtn1 span {
	text-align: right;
}

.xwzx dl:nth-child(2),
.xwzx dl:nth-child(3) {
	width: 26%;
	background: -webkit-linear-gradient(top, #dd3631, #b01d1a);
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
}

.xwzx dl:nth-child(2) {
	margin: 0 26px;
}

.xw1nr1 {
	color: white;
}

.hynews {
	background: url(/uploads/210616/1-210616115109542.png) no-repeat;
	padding: 62px 0 0 0;
	box-sizing: border-box;
  background-size: cover;
}

.hycon>.fl {
	width: 20%;
	margin-top: 40px;
}

.hycon>.fl h2 {
	font-size: 52px;
	color: #ca2824;
	line-height: 60px;
}

.hycon>.fl p {
	font-size: 28px;
}

.hycon>.fl span {
	display: block;
	width: 70px;
	height: 4px;
	background: #ca2824;
	margin: 26px 0;
}

.hycon>.fl em {
	font-style: normal;
	display: block;
	line-height: 20px;
}

.hycon>.fl a {
	background: #ca2824;
	color: white;
	display: inline-block;
	padding: 4px 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.hycon>.fr {
	width: 80%;
}

.hycon>.fr .fl {
	width: 70%;
}

.hycon>.fr .fr {
	width: 17%;
}

.hycon>.fr .fr img {
	display: block;
	width: 100%;
}

.hycon>.fr .fl>a {
	color: #ca2824;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.hycon>.fr .fl>p {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.hycon>.fr dl {
	padding: 20px 0 30px;
	border-bottom: 1px solid #d9d9d9;
}

.hycon>.fr dl:nth-child(1) {
	padding-top: 0;
}

.hycon>.fr dl p {
	padding-left: 40px;
	background: url(../image/hyico.jpg) no-repeat left center;
}

.foot {
	background: #202020;
	padding: 60px 0;
	box-sizing: border-box;
}

.footcon {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center
}

.footcon div {
	width: 25%;
	text-indent: 60px;
}

.footcon div:nth-child(1) {
	background: url(../image/dtel.png) no-repeat left center;
}

.footcon div:nth-child(2) {
	background: url(../image/dyx.png) no-repeat left center;
}

.footcon div:nth-child(3) {
	background: url(../image/ddz.png) no-repeat left center;
}

.footcon div span {
	font-size: 14px;
	color: white;
	opacity: 0.2;
}

.footcon div p {
	font-size: 18px;
	color: #ec860f;
	margin-top: -10px;
}

.foot2 {
	text-align: center;
	background: #202020;
}

.foot2 span {
	font-size: 12px;
}

.foot2 a {
	color: #ffffff!important;
	opacity: 0.2!important;
}


/*产品列表页*/

.p1-search-1 {
	background: #f2f2f2;
	height: 82px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	font-size: 14px;
}

.b {
	clear: both;
}

.blk-main {
	width: 1250px;
	margin: 0 auto;
}

.blk {
	margin-bottom: 20px;
}

.p1-search-1 p {
	color: #444;
	line-height: 82px;
}

.p1-search-1 a {
	color: #444;
	display: inline-block;
	margin-right: 15px;
}

.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}

.p12-curmbs-1 b {
	border-left: 10px solid #333333;
	font-weight: normal;
	padding-left: 8px;
}

.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}

.p12-aboutinfo-1-tit {
	height: 114px;
	line-height: 114px;
	font-size: 30px;
	text-align: center;
	color: #4b4a4a;
}

.jiaoshi dt {
	width: 550px;
	float: left;
	margin-right: 35px;
}

.jiaoshi dd {
	width: 810px;
	float: left;
}

.jiaoshi dd b {
	font-size: 28px;
	display: block;
	color: #b20405;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.biaoti b {
	padding-top: 50px;
	display: block;
	font-size: 36px;
	color: #333;
	line-height: 100%;
	text-align: center;
}

.biaoti i {
	margin: 0 auto;
	display: block;
	border-bottom: 2px solid #b20405;
	width: 60px;
	margin-top: 15px;
	margin-bottom: 20px
}


/*产品列表*/

.blk-xs {
	width: 240px;
}

.fdh-01-tit {
	background: #B20405;
	height: 80px;
}

.fdh-01-tit h3 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../image/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}

.fdh-01-nav-one h3 a {
	display: block;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
}

.cbgg-01 {
	background: #B20405;
	text-align: center;
	color: #fff;
}

.cbgg-01-img img {
	width: 100%;
	display: block;
}

.cbgg-01 p {
	padding-top: 15px;
}

.cbgg-01 p img {
	vertical-align: middle;
	margin-right: 5px;
}

.cbgg-01 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}

.blk-sm {
	width: 930px;
}

.cplb-3n-ts-03-tit {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

.cplb-3n-ts-03-tit span {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #333333;
}

.cplb-3n-ts-03-list dl {
	width: 31.1%;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	background: #fff;
	float: left;
	margin-right: 1.2%;
	text-align: center;
}

.cplb-3n-ts-03-list dt img {
	width: 100%;
	margin: 0 auto;
	display: block;
  height:240px
}

.cplb-3n-ts-03-list dd {
	padding: 6px 20px 5px 20px;
}

.cplb-3n-ts-03-list dd h4 {
	height: 45px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 45px;
	overflow: hidden;
}

.cplb-3n-ts-03-list h4 a {
	display: block;
	height: 45px;
	color: #727272;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*新闻列表*/

.zxlb-1n-ts-01-list dl {
	border: 1px solid #dedede;
	width: 100%;
	margin-bottom: 15px;
	padding: 22px 0 22px;
	background: #fff;
	display: inline-block;
}

.zxlb-1n-ts-01-list dt {
	width: 35%;
	float: left;
	margin-left: 22px;
	margin-right: 5.5%;
}

.zxlb-1n-ts-01-list dt img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.zxlb-1n-ts-01-list dd {
	width: 54%;
	float: left;
}

.zxlb-1n-ts-01-list dd h4 {
	height: 40px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
}

.zxlb-1n-ts-01-list h4 a {
	display: block;
	height: 40px;
	color: #4b4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zxlb-1n-ts-01-list-desc {
	max-height: 72px;
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 28px;
	overflow: hidden;
}

.zxlb-1n-ts-01-list-deta {
	float: right;
	width: 134px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}


/*联系我们*/

.p12-aboutinfo-1-nr {
	padding: 0 0 20px;
}


/*分页*/

.page {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}

.page ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
}


/*产品内页*/

.p15-showcase {
	position: relative;
	padding: 12px 18px 16px 20px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #eee;
}

.p15-showcase-left {
	position: relative;
	width: 44.7%;
	float: left;
	line-height: 0;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-right: 3.3%;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.p15-showcase-right {
	width: 51.6%;
	float: left;
}

.p15-showcase-right-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #454545;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p15-showcase-right-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #454545;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p15-showcase-right-con {
	line-height: 24px;
	font-size: 14px;
	max-height: 168px;
	margin-bottom: 86px;
	overflow: hidden;
}

.pc-cx-tel-1 {
	width: 50%;
	height: 56px;
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	position: absolute;
	bottom: 16px;
	right: 2%;
}

.pc-cx-tel-1-t1 {
	width: 114px;
	height: 44px;
	background: #B20405;
	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;
}

.p14-prodcontent-1 {
	background: #f4f4f4;
	padding: 32px 12px 42px;
	margin-bottom: 22px;
	box-sizing: border-box;
}

.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 #333333;
	padding-left: 34px;
	background: url(../image/p14-icon11.png) no-repeat 2px center;
}

.p14-prodcontent-1-tit em {
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
	font-style: normal;
	color: #c2c2c1;
}

.endit-content {
	line-height: 28px;
}

.p14-product-2-tit {
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 30px;
	padding-top: 26px;
}

.p14-product-2-tit b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	color: #464646;
	padding-left: 52px;
	border-bottom: 2px solid #333333;
	background: url(../image/p14-icon11.png) no-repeat 22px center;
}

.p14-product-2-tit span {
	margin-left: 10px;
	font-size: 18px;
	font-family: Arial;
	color: #c2c2c1;
	text-transform: uppercase;
}

.p14-product-2-list dl {
	float: left;
	width: 23.5%;
	border: 1px solid #dfdfdf;
	margin-right: 1.5%;
	box-sizing: border-box;
}

.p14-product-2-list dl img {
	display: block;
	width: 100%;
  height:186px
}


/*内页样式*/

.zxxq-01-tit {
	height: 38px;
	font-size: 24px;
	font-weight: normal;
	line-height: 38px;
	color: #4b4a4a;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zxxq-01-sour {
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #aaa;
	margin-bottom: 20px;
}

.zxxq-01-sour span {
	margin: 0 9px;
}

.zxxq-01-text {
	padding: 16px 18px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #d6d6d6;
	margin-bottom: 22px;
}

.zxxq-01-text-t1 {
	width: 78px;
	float: left;
	color: #342f2e;
	margin-right: -78px;
}

.zxxq-01-text-t2 {
	padding-left: 80px;
}

.endit-content {
	line-height: 28px;
}

.endit-content p {
	margin: 6px 0;
}

.xgzx-01 {
	background: #fff;
	padding: 0 40px 8px;
}

.xgzx-01-tit {
	height: 55px;
	font-size: 24px;
	line-height: 55px;
	color: #4b4a4a;
}

.xgzx-01-list li {
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	color: #4b4a4a;
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xgzx-01-list li a {
	color: #4b4a4a;
}

.xgzx-01-list li span {
	float: right;
}

.xgzx-pagin-01 dl {
	margin-bottom: 24px;
	padding-right: 40px;
}

.xgzx-pagin-01 dd {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xgzx-pagin-01 dl a {
	color: #4b4a4a;
}

.xgzx-pagin-01 dd {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xgzx-pagin-01-href {
	float: right;
	font-size: 18px;
	line-height: 32px;
}

.xgzx-pagin-01-href span {
	display: inline-block;
	padding: 0 6px;
	margin-left: 4px;
	background: #333333;
}

.xgzx-pagin-01-href a {
	display: block;
	color: #fff;
}

.xgzx-pagin-01-key {
	min-height: 40px;
	border-top: 1px solid #333333;
	font-size: 14px;
	line-height: 40px;
	color: #575556;
}

.xgzx-01-list li {
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	color: #4b4a4a;
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lxwm1 {
	width: 440px;
	color: #333333;
	font-family: 微软雅黑;
	margin-top: 30px;
	float: left;
	font-size: 14px;
	margin-bottom: 30px;
}

.lxwm1 span {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
}
.lxwm1 p:nth-child (1){
height: auto!important;
}
.lxwm1 p {
	margin: 14px 0px 14px 0px;
	padding: 0px 0px 0px 70px;
	height: 90px;
	line-height: 80px;
	border-bottom-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*联系我们*/
.jiaoshi dt {
    width: 550px;
    float: left;
    margin-right: 35px;
}
.jiaoshi dd {
    width: 600px;
    float: left;
}
video{
	display: block;
}
/*响应式*/
@media(max-width:1400px){
	.wrap{
		width: 100%;
	}
}
