/**网站全局css**/
* {
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family: "微软雅黑";
}

body {
	color: #282828;
	background: white;
	margin: auto;
	min-width: 1460px;
	margin: auto;
	max-width: 1920px;

}

p {
	color: #282828;
}

a {
	text-decoration: none;
	color: #282828;
}

li {
	list-style: none;
}

img {
	border: none;
	display: block;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.m_hide {
	display: block;
}

.pc_hide {
	display: none;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

/**网站全局css end**/
/**网站头部**/
.pc_head_absolute {
	width: 83.33%;
	height: 90px;
	top: 55px;
	left: 50%;
	transform: translate(-50%);
	z-index: 100;
	background: rgba(255, 255, 255, 0.74);
	position: absolute;
	border-radius: 45px;

}

.pc_head_bg {
	width: 100%;
	height: 100%;
}

.pc_head_bg .pc_head {
	width: 100%;
	height: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.pc_head_bg .pc_head .logo {
	width: 360px;
	height: 90px;
	overflow: hidden;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	/* background:rgba(183,57,62,0.37); */
}

.pc_head_bg .pc_head .logo a {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.pc_head_bg .pc_head .logo a img {
	width: 225px;
	height: auto;
}

.pc_head_bg .pc_head .head_nav {
	width: calc(100% - 490px);
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-left: 6%;
}

@media screen and (max-width:1680px) {
	.pc_head_bg .pc_head .head_nav {
		padding-left: 0%;
	}
}

.pc_head_bg .pc_head .head_nav .grid {
	height: 100%;
	position: relative;
}

.pc_head_bg .pc_head .head_nav .grid a.firstlink {
	display: block;
	font-size: 16px;
	height: 90px;
	line-height: 94px;
	transition: 1s;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;

}

.pc_head_bg .pc_head .head_nav .grid:hover a.firstlink {
	color: #d31a0f;
}

.pc_head_bg .pc_head .head_nav .firsthover a.firstlink {
	color: #d31a0f;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg {
	position: absolute;
	left: 0px;
	top: 90px;
	height: auto;
	overflow: hidden;
	width: 300px;
	padding: 30px;
	border: 3px #fff solid;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
	display: none;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .sedNav_l {
	float: left;
	width: calc(100% - 140px);
	overflow: hidden;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .sedNav_l p {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	padding-bottom: 8px;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .sedNav_l span {
	font-size: 14px !important;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .sedNav_l span:after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #da251c;
	margin-top: 20px;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav {
	float: right;
	width: 140px;
	height: auto;
	overflow: hidden;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record a.secondlink {
	display: block;
	border: 1px #ccc solid;
	margin-bottom: 14px;
	width: 140px;
	line-height: 34px;
	color: #333;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	transition: 1s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record:hover a.secondlink {
	background: #d31a0f;
	color: #fff;
}

.pc_head_bg .pc_head .lan {
	width: 130px;
	height: 90px;
	overflow: hidden;
	line-height: 92px;
	font-size: 14px;
}

.pc_head_bg .pc_head .lan a {
	transition: 1s;
}

.pc_head_bg .pc_head .lan a:hover {
	color: #d31a0f;
}

/**网站头部 end**/
/**网站底部**/
.footbg {
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .foot-firstbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:80px;
	padding-bottom:80px;
	background:#463838;
}
.footbg .foot-firstbg .foot-first
{
	width:1400px;
	height:auto;
	overflow:hidden;
	margin:auto;
}

.footbg .foot-firstbg .foot-first .footnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.footbg .foot-firstbg .foot-first .footnav .grid
{
	overflow:hidden;
}
.footbg .foot-firstbg .foot-first .footnav .grid .bigtit
{
	overflow:hidden;

}
.footbg .foot-firstbg .foot-first .footnav .grid .bigtit a
{
	display:block;
	text-align:center;
	font-size:18px;
	line-height:20px;
	overflow:hidden;
	color:#fff;
}
.footbg .foot-firstbg .foot-first .footnav .grid .line
{
	width:52px;
	margin:auto;
	overflow:hidden;
	height:1px;
	background:#938b93;
	margin-top:15px;
}
.footbg .foot-firstbg .foot-first .footnav .grid .list
{
	overflow:hidden;
	height:auto;
	margin-top:30px;
}
.footbg .foot-firstbg .foot-first .footnav .grid .list .record
{
	overflow:hidden;
	height:auto;
	margin-bottom:20px;
}
.footbg .foot-firstbg .foot-first .footnav .grid .list .record a
{
	display:block;
	overflow:hidden;
	transition:1s;
	color:#938b93;
	font-size:14px;
	line-height:16px;
	text-align:center;
}
.footbg .foot-firstbg .foot-first .footnav .grid .list .record:hover a
{
	color:#fff;
}
.footbg .foot-firstbg .foot-link
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	padding-right:25px;
	box-sizing: border-box;
	background:url('../images/shareico.png') no-repeat right top;
	margin-top:60px;
}
.footbg .foot-firstbg .foot-link .bigtit
{
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	width:120px;
}
.footbg .foot-firstbg .foot-link .bigtit .cn
{
	font-size:15px;
	color:#938b93;
	line-height:25px;
}
.footbg .foot-firstbg .foot-link .bigtit .en
{
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	text-transform: uppercase;
	color:#938b93;
	line-height:25px;
	margin-left:5px;
}
.footbg .foot-firstbg .foot-link .list
{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot-firstbg .foot-link .list .grid
{
	margin-right:20px;
}
.footbg .foot-firstbg .foot-link .list .grid a
{
	font-size:15px;
	color:#938b93;
	line-height:25px;
	overflow:hidden;
	transition:1s;
}
.footbg .foot-firstbg .foot-link .list .grid:hover a
{
	color:#fff;
}
.foot-secbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#d31a0f;
}
.foot-secbg .foot-sec
{
	width:1400px;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:0px;
	color:#dedede;
}
.foot-secbg .foot-sec p
{
	display:inline-block;
	font-size:14px;
	color:#fff;
	margin-right:10px;
	line-height:35px;
}
.foot-secbg .foot-sec a
{
	color:#dedede;
}
/**网站底部 end**/
/**网站banner**/
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.banner a {
	display: block;
	width: 100%;
	height: auto;
}

.banner a img {
	width: 100%;
	height: auto;
}

.banner .bannerpage {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	bottom: 5% !important;
	left: 0px;
	z-index: 10;
	text-align: center;
	height: 10px;
	font-size: 0px;
}

.banner .bannerpage .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	opacity: 1;
	margin: 0px 8px !important;
}

.banner .bannerpage .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

/**网站banner end**/
/**网站首页**/
.index_blockbg {
	width: 100%;
	height: auto;
}

.indexblockbigtit {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	color: #ece9e9;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	font-family: 'Arial';
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
}

.indexblockbigtit .cn {
	font-size: 30px;
	line-height: 45px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	color: #504d4d;
	font-weight: normal;
}

.indexblockbigtit .cn span {
	color: #d31a0f;
}

.indexblockbigdes {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #8e7474;
	margin-top: 30px;
}

/**网站首页模块1-企业实力**/
.speak {
	background: url('../images/index/indexblock1bg.jpg') no-repeat center;
	background-size: cover !important;
}

.speak .w1400 {
	height: 519px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding-top: 60px;
}

.speak .spleft {
	margin-top: 20px;
	position: relative;
	width: 496px;
	height: 357px;
	background: url('../images/index/indexvideobg.jpg') no-repeat center;
	background-size: cover !important;
	border: 20px solid #fff;
	box-shadow: 0 0 15px #ccc;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	border-radius: 10px;
}

.speak .spvidio {
	display: inline-block;
	width: 76px;
	height: 76px;
	position: relative;
}

.speak .spvidio span {
	width: 76px;
	height: 76px;
	background: url('../images/play.png') no-repeat center;
	display: block;
	z-index: 33;
	position: relative;
	cursor: pointer;
}

.speak .video_box {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}

.speak .video_box .videobg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.speak .video_box .videobg .video {
	position: relative;
	width: 1000px;
	height: auto;
}

.speak .video_box .videobg .video video {
	display: block;
	width: 100%;
	height: auto;
	object-fit: fill;
}

.speak .video_box .videobg .video .video_x {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	position: absolute;
	top: -50px;
	right: -50px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	font-weight: lighter;
	cursor: pointer;
	transition: 1s;
}

.speak .video_box .videobg .video .video_x:hover {
	transform: rotate(360deg);
}

.speak .pulse2 {
	position: absolute;
	top: -25%;
	left: -25%;
	z-index: 1;
	width: 150%;
	height: 150%;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-webkit-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-o-animation: warn 2s linear infinite;
	-moz-animation: warn 2s linear infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: #fff;
	box-shadow: 1px 1px 30px #fff;
}

.speak .pulse3 {
	position: absolute;
	top: -25%;
	left: -25%;
	z-index: 1;
	width: 150%;
	height: 150%;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: warn1 2s ease-out;
	animation: warn1 2s ease-out;
	-o-animation: warn1 2s linear infinite;
	-moz-animation: warn1 2s linear infinite;
	-webkit-animation-iteration-count: infinite;
	background: #fff;
	animation-iteration-count: infinite;
	box-shadow: 1px 1px 30px #fff;
}

@keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}

	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.6;
	}

	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.65;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

@-o-keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}

	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.6;
	}

	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.65;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

@-moz-keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}

	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.6;
	}

	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.65;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}

	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.6;
	}

	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.65;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

@keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}

	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.6;
	}

	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.65;
	}

	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}

@-webkit-keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}

	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.6;
	}

	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.65;
	}

	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}

@-o-keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}

	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.6;
	}

	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.65;
	}

	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}

@-moz-keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}

	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.6;
	}

	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.65;
	}

	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}

.speak .spright {
	width: 756px;
	padding: 0px 0 0 0px;
	position: relative;
}

.speak .num li {
	margin-right: 48px;
	border-right: 1px solid #e4dddd;
	padding-right: 48px
}

.speak .num li:last-child {
	margin-right: 0px;
	border-right: 0px solid #e4dddd;
}

.speak .sp_t {
	font-size: 20px;
	color: #da251c;
}

.speak .sp_t em {
	display: block;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 0px;
	font-style: normal;
	color: #d31a0f;
}

.speak .sp_c {
	font-size: 14px;
	color: #8e7474;
	line-height: 32px;
	font-weight: lighter;
	margin: 60px 0 40px 0;
}

.speak .num {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-align: center;
	font-size: 20px;
	color: #a79595;
	font-weight: normal;
}

.speak .num em {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #a79595;
	margin-top: 5px;
}

.speak .num p.shuzi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.speak .num p.wenzi {
	color: #8e7474;
	font-size: 17px;
	line-height: 25px;
}

.speak .num p.shuzi span {
	font-size: 50px;
	color: #8e7474;
}

.speak .num i {
	background: #8e7474;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-top: 30px;
	font-style: normal;
	margin-left: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 23px;
}

/**网站首页模块1-企业实力 end**/
/**网站首页模块2-热销产品**/
.index_blockbg2 {
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}

.index_blockbg2 .cate {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}

.index_blockbg2 .cate .record {
	border: 1px solid #e8e1e2;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 20px;
}

.index_blockbg2 .cate .record .catetit {
	width: 265px;
	background: #d31a0f;
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 55px;
}

.index_blockbg2 .cate .record2 .catetit {
	background: #463838;
}

.index_blockbg2 .cate .record .more {
	width: 95px;
	height: auto;
	overflow: hidden;
}

.index_blockbg2 .cate .record .more a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	text-transform: uppercase;
	color: #8e7474;
	transition: 1s;
	line-height: 55px;
}

.index_blockbg2 .cate .record .more a:hover {
	color: #d31a0f;
}

.index_blockbg2 .cate .record .catenav {
	width: calc(100% - 360px);
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.index_blockbg2 .cate .record .catenav .grid {
	margin-left: 35px;
	overflow: hidden;
}

.index_blockbg2 .cate .record .catenav .grid a {
	display: block;
	overflow: hidden;
	line-height: 55px;
	font-size: 16px;
	line-height: 55px;
	color: #463838;
	transition: 1s;
}

.index_blockbg2 .cate .record .catenav .grid a:hover {
	color: #d31a0f;
}

.index_blockbg2 .tjproduct {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 80px;
	overflow: hidden;
}

.index_blockbg2 .tjproduct .arrange {
	width: 440px;
}

.index_blockbg2 .tjproduct .arrange .grid {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 35px;
}

.index_blockbg2 .tjproduct .arrange .grid a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.index_blockbg2 .tjproduct .arrange .grid a .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index_blockbg2 .tjproduct .arrange .grid a .pic img {
	width: 100%;
	height: auto;
}

.index_blockbg2 .tjproduct .arrange .grid a .textbg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0px;
	z-index: 100;
	background: rgba(38, 43, 39, 0.70);
	display: flex;
	align-items: center;
	opacity: 0;
	transition: 500ms;
}

.index_blockbg2 .tjproduct .arrange .grid:hover a .textbg {
	opacity: 1;
	bottom: 0px;
}

.index_blockbg2 .tjproduct .arrange .grid a .textbg .text {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index_blockbg2 .tjproduct .arrange .grid a .textbg .text .shizi {
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 45px;
	color: #d31a0f;
	margin: auto;
}

.index_blockbg2 .tjproduct .arrange .grid a .textbg .text .tit {
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	line-height: 25px;
	margin-top: 6%;
	margin-bottom: 6%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.index_blockbg2 .tjproduct .arrange .grid a .textbg .text .tb {
	width: 100%;
	height: 16px;
	overflow: hidden;
	background: url('../images/index/rexiaomore.png') no-repeat center center;
}

/**网站首页模块2-热销产品 end**/
/**网站首页模块3-工程案例**/
.index_blockbg3 {
	overflow: hidden;
	background: #efe4e7;
	padding-top: 100px;
	padding-bottom: 100px;
}

.index_blockbg3 .indexblockbigtit {
	color: #dfd2d4;
}
.index_blockbg3 .casecon {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding-top:80px;
}
.index_blockbg3 .caseleft li {
	display: inline-block;
	vertical-align: top;
	width: 187px;
	height: 193px;
	cursor: pointer;
	margin: 0 10px 10px 0;
	background: #504d4d;
	box-sizing: border-box;
	position: relative;
	padding: 30px 25px;
}
.index_blockbg3 .caseleft li:nth-child(3n) {
	margin-right: 0;
}
.index_blockbg3 .caseleft {
	font-size: 0;
	width: 581px;
}
.index_blockbg3 .caseicon {
	width: 75px;
	height: 60px;
	background: url('../images/index/caseico.png') no-repeat center;
	margin-bottom: 35px;
}
.index_blockbg3 .caseleft .on .caseicon {
	width: 75px;
	height: 60px;
	background: url('../images/index/casewhiteico.png') no-repeat center;
	margin-bottom: 35px;
}
.index_blockbg3 .caset {
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	white-space: nowrap;
}
.index_blockbg3 .caset em {
	display: block;
	font-size: 12px;
	color: #6e6e6e;
	font-weight: lighter;
	transition: all .3s ease;
	margin-bottom: 3px;
}
.index_blockbg3 .caseleft li p {
	position: relative;
	z-index: 3;
	font-size:15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.index_blockbg3 .caseleft li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #da251c;
	transition: all .3s ease;
	top: 0;
	left: 0;
	transform: scale(0);
}
.index_blockbg3 .caseleft li.on:after {
	transform: scale(1);
}
.index_blockbg3 .caseleft li.on .caset em {
	color: #fff;
}
.index_blockbg3 .caseright {
	width: 800px;
	height: 600px;
}
.index_blockbg3 .casecon .divdgweb_new_div .divdgweb_new_div_item {
	width: 800px;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.index_blockbg3 .casecon .news_div_item_pic
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.index_blockbg3 .casecon .news_div_item_pic a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.index_blockbg3 .casecon .news_div_item_pic img {
	width: 100%;
	height: 100%;
}
.index_blockbg3 .casecon .divdgweb_new_div_item_content {
	box-sizing: border-box;
	height: 120px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	padding: 30px 40px;
	transition: all .3s ease;
}
.index_blockbg3 .casecon .divdgweb_new_div_item_a {
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	display: block;
	margin-bottom: 10px;
}
.index_blockbg3 .casecon .divdgweb_new_div_item .divdgweb_new_div_item_body {
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 640px;
	vertical-align: middle;
}
.index_blockbg3 .casecon .divdgweb_new_div_item .casemore {
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	line-height: 19px;
	display: inline-block;
	vertical-align: middle;
}

.index_blockbg3 .casecon .divdgweb_new_div_item:hover .casemore {
	color: #da251c;
}
/**合作**/
.index_blockbg3 .flink
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-top:80px;
}
.index_blockbg3 .flink .grid
{
	width:250px;
	margin-right:37.5px;
	margin-bottom:37.5px;
	overflow:hidden;
	transition:500ms;
}
.index_blockbg3 .flink .grid:hover
{
	box-shadow: 3px 3px 5px #bbb;
}
.index_blockbg3 .flink .grid:nth-child(5n)
{
	margin-right:0px;
	overflow:hidden;
}
.index_blockbg3 .flink .grid a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_blockbg3 .flink .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_blockbg3 .flink .grid a .pic img
{
	width:100%;
	height:auto;
}
/**合作 end**/
/**网站首页模块3-工程案例 end**/
/**网站首页模块4-新闻**/
.index_blockbg4 {

	overflow: hidden;
}
.index_blockbg4 .news {
    padding: 80px 0px 80px 0px;
    width: 100%;
    background: #fff;
}

.index_blockbg4 .news .news_row1 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.index_blockbg4 .news .news_row1:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index_blockbg4 .news .news_row1 .news_tit {
    display: block;
    font-size: 33px;
    color: #484848;
    font-weight: lighter;
    line-height: 50px;
    float: left;
    height: 55px;
    padding-left: 10px;
	position: relative;
}
.index_blockbg4 .news .news_row1 .news_tit::before
{
	content:'';
	position:absolute;
	width:2px;
	height:30px;
	background:#484848;
	left:152px;
	top:11px;
	z-index:10;
}
.index_blockbg4 .news .news_row1 .news_tit .en {
    display: inline-block;
    padding-left: 15px;
    text-transform: uppercase;
	color:#d31a0f;
}

.index_blockbg4 .news .news_row1 .news_list {
    float: right
}

.index_blockbg4 .news .news_row1 .news_list ul li {
    float: left;
    padding: 0 0 0 50px;
}

.index_blockbg4 .news .news_row1 .news_list ul li a {
    font-size: 20px;
    line-height: 55px;
    display: block;
    position: relative;
    font-weight: lighter;
    color: #484848;
}

.index_blockbg4 .news .news_row1 .news_list ul li a:after {
    position: absolute;
    content: '';
    width: 0;
    background: #da251c;
    height: 1px;
    bottom: -25px;
    left: 0;
    display: block;
    transition: 0.3s all ease;
    z-index: 3333;
}

.index_blockbg4 .news .news_row1 .news_list ul li.cur a:after,
.index_blockbg4 .news .news_row1 .news_list ul li:hover a:after {
    width: 100%;
}

.index_blockbg4 .news .news_row1 .news_list ul li.cur a,
.index_blockbg4 .news .news_row1 .news_list ul li:hover a {
    color: #da251c
}

.index_blockbg4 .news .news_row2_l {
    width: 430px;
    height: 550px;
    background: #fff;
    float: left;
}

.index_blockbg4 .news .news_row2_l .news_l_item, 
.index_blockbg4 .news .news_row2_l .news_div_item {
    position: relative;
    width: 330px;
    display: block;
    height: 450px;
    padding: 50px;
    background: #f5f5f5;
}

.index_blockbg4 .news .news_row2_l .news_l_item img,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_pic a,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_pic img 
{
    width: 325px;
    display: block;
    height: 214px;
    padding-top: 20px;
}

.index_blockbg4 .news .news_row2_l .news_l_item strong,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_title a {
    font-size: 22px;
    font-weight: normal;
    display: block;
    color: #484848;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_blockbg4 .news .news_row2_l .news_l_item p,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_body {
    font-size: 12px;
    color: #aaa;
    line-height: 25px;
    padding: 5px 0 0;
    overflow: hidden;
    margin-bottom: 90px;
    font-weight: lighter;
	height:50px;
}

.index_blockbg4 .news .news_row2_l .news_l_item span,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_date {
    position: absolute;
    font-family: arial;
    font-style: normal;
    color: #da251c;
    font-size: 28px;
    line-height: 30px;
    top: 165px;
    left: 90px;
}

.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_date .news_div_item_year {
    font-size: inherit;
    color: inherit;
    font-family: arial;
}

.index_blockbg4 .news .news_row2_l .news_l_item span i,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_date .news_div_item_month,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_date .news_div_item_day {
    font-size: 16px;
    font-family: arial;
    font-style: normal;
    color: #da251c;
    display: block;
    line-height: 20px;
}

.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_date .news_div_item_month,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_date .news_div_item_day {
    float: left;
}

.index_blockbg4 .news .news_row2_l .news_l_item span:after,
.index_blockbg4 .news .news_row2_l .news_div_item .news_div_item_date:after {
    content: '';
    display: block;
    width: 2px;
    height: 90px;
    position: absolute;
    left: -17px;
    top: 0;
    background: #da251c
}

.index_blockbg4 .news .news_row2_r {
    float: right;
    width: 917px;
}

.index_blockbg4 .news .news_row2_r > .news_div > .news_div_item:first-child {
    display: block;
}

.index_blockbg4 .news .news_row2_r .news_r_item,
.index_blockbg4 .news .news_row2_r .news_div_item {
    height: 160px;
    display: block;
    position: relative;
    background: #f5f5f5;
}

.index_blockbg4 .news .news_row2_r .news_div_item+.news_div_item {
    margin-top: 35px;
}

.index_blockbg4 .news .news_row2_r .news_div_item:nth-child(2) {
    margin-top: 35px;
}

.index_blockbg4 .news .news_row2_r .news_r_item *,
.index_blockbg4 .news .news_row2_r .news_div_item * {
    transition: 0.3s all ease
}

.index_blockbg4 .news .news_row2_r .news_r_item span,
.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_date {
    position: relative;
    width: 90px;
    height: 100px;
    float: left;
    color: #fff;
    background: #494949;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    font-size: 18px;
    font-family: arial;
    text-align: center;
    padding: 30px;
}

.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_month,
.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_year {
    font-size: inherit;
    color: inherit;
    font-family: arial;
    display: inline-block;
    position: relative;
    top: 60px
}

.index_blockbg4 .news .news_row2_r .news_r_item span i,
.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_day {
    color: #fff;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    display: block;
    line-height: 60px;
    font-family: arial;
}

.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_day {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 30px;
}

.index_blockbg4 .news .news_row2_r .news_r_item:hover span,
.index_blockbg4 .news .news_row2_r .news_div_item:hover .news_div_item_date {
    background: #da251c;
    color: #fff;
}

.index_blockbg4 .news .news_row2_r .news_r_item:hover span i,
.index_blockbg4 .news .news_row2_r .news_div_item:hover .news_div_item_day {
    color: #fff;
}

.index_blockbg4 .news .news_row2_r .news_r_item strong,
.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_title .news_div_item_a {
    font-size: 18px;
    font-weight: normal;
    color: #222;
    display: block;
    line-height: 45px;
    float: right;
    width: 650px;
    padding: 10px 90px 0px 0px;
}

.index_blockbg4 .news .news_row2_r .news_r_item p,
.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_body {
    font-size: 12px;
    color: #bbb;
    line-height: 25px;
    float: right;
    width: 650px;
    padding: 5px 0;
    padding-right: 90px;
    font-weight: lighter;
	height:50px;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}

.index_blockbg4 .news .news_row2_r .news_r_item:hover strong {
    color: #da251c
}

.index_blockbg4 .news .news_row2_r .news_r_item:hover p {
    color: #444444;
}

.index_blockbg4 .news .news_row2_r .news_r_item em,
.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_more {
    font-size: 12px;
    position: absolute;
    left: 177px;
    top: 120px;
    color: #888;
    height: 20px;
    padding: 0 0 0 0px;
    background: url('../images/index/newsmore.png') no-repeat -20px center;
}

.index_blockbg4 .news .news_row2_r .news_r_item em:after,
.index_blockbg4 .news .news_row2_r .news_div_item .news_div_item_more:after {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: #da251c;
    position: absolute;
    top: 10px;
    left: 0;
    transition: 0.3s all ease
}

.index_blockbg4 .news .news_row2_r .news_r_item:hover em,
.index_blockbg4 .news .news_row2_r .news_div_item:hover .news_div_item_more {
    background-position: 100px center;
    padding: 0 0 0 130px;
    color: #da251c;
}

.index_blockbg4 .news .news_row2_r .news_r_item:hover em:after,
.index_blockbg4 .news .news_row2_r .news_div_item:hover .news_div_item_more:after {
    width: 110px
}

/**网站首页模块4-新闻 end**/
/**网站首页模块5-荣誉**/
.index_blockbg5 {
	padding-top: 80px;
	overflow: hidden;
	padding-bottom: 80px;
	background:#efe4e7;
}
.index_blockbg5 .hornordes
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.index_blockbg5 .hornordes .grid
{
	width:280px;
	height:auto;
	overflow:hidden;
}
.index_blockbg5 .hornordes .grid .pic
{
	width:100%;
	height:280px;
	box-sizing: border-box;
	border:1px solid #a29597;
	border-radius:50%;
	padding:10px;
	overflow:hidden;
	transition:1s;
}
.index_blockbg5 .hornordes .grid:hover .pic
{
	transform: rotate(360deg);
}
.index_blockbg5 .hornordes .grid .pic img
{
	width:100%;
	height:auto;
}
.index_blockbg5 .hornordes .grid .cnbigtit
{
	font-size:25px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	color:#d31a0f;
	margin-top:25px;
}
.index_blockbg5 .hornordes .grid .entit
{
	font-size:12px;
	text-transform: uppercase;
	line-height:20px;
	color:#8e7474;
	text-align:center;
	margin-top:15px;
}
.index_blockbg5 .hornordes .grid .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:5px;
}
.index_blockbg5 .hornordes .grid .des p
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	text-align:center;
}
.index_blockbg5 .hornordes .line
{
	width:1px;
	height:430px;
	overflow:hidden;
	background:#cdbcbe;
}
.index_blockbg5 .indexhonorbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:80px;
}
.index_blockbg5 .indexhonorbg .indexhonor
{
	width:110%;
	overflow:hidden;
}
.index_blockbg5 .indexhonorbg .indexhonor .swiper-slide a
{
	display:block;
	width:100%;
	height:auto;
	transition:500ms;
}
.index_blockbg5 .indexhonorbg .indexhonor .swiper-slide a:hover
{

}
.index_blockbg5 .indexhonorbg .indexhonor .swiper-slide a img
{
	width:100%;
	height:auto;
}
.index_blockbg5 .indexhonorbg .indexhonor .swiper-slide a p
{
	font-size:15px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding-top:10px;
}
/**网站首页模块5-荣誉 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**网站内页banner**/
.inside_banner {
	width: 100%;
	height: auto;
}


.inside_banner a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.inside_banner a .pic {
	width: 100%;
	height: auto;
}

.inside_banner a .pic img {
	width: 100%;
	height: auto;
}

/**网站内页banner end**/
/**网站内页大标题**/
.inside_bigtit {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 15px;
}

.inside_line {
	width: 100%;
	height: 1px;
	background: #eee;
	margin-bottom: 40px;
}

/**网站内页大标题 end**/
/**内页内容区**/
.insideblock {
	width: 1400px;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
}

.insidecontent {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	margin: auto;
}

.insidecontent p {
	font-size: 15px;
	line-height: 20px;
}

.insidecontent ul li {
	list-style: disc;
}

.insidecontent img {
	display: inline;
	max-width: 100%;
}
.viewright
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.viewright .viewbigtit
{
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	margin-bottom:15px;
}
.viewright .showpic
{
	width:800px;
	margin:auto;
	overflow:hidden;
	margin-bottom:15px;
}
.viewright .showpic img
{
	width:100%;
	height:auto;
}
.viewright .showpicarr
{
	width:800px;
	margin:auto;
	overflow:hidden;
	margin-bottom:15px;
	position:relative;
	--swiper-navigation-color: rgba(255,255,255,0.8); 
}
.viewright .showpicarr .swiper-slide
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.viewright .showpicarr .swiper-slide .pic
{
	width:100%;
	padding-bottom:75%;
	position:relative;
}
.viewright .showpicarr .swiper-slide .pic img
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit: cover;
}
.viewright .showpicarr .arrbuttom
{
	display:none;
}
.viewright .showpicarr:hover .arrbuttom
{
	display:block;
}
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.prevnext .grid {
	width: 50%;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

.prevnext .grid:nth-child(2n) {
	text-align: right;
}

.prevnext .grid a {
	color: #666;
	transition: 1s;
}

.prevnext .grid a:hover {
	color: #d31a0f;
}

/**上一篇下一篇 end**/
/**内页顶部菜单**/
.insidetopnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.insidetopnav .grid
{
	width:calc(33.33% - 5px);
	margin-right:7.5px;
	margin-bottom:7.5px;
	overflow:hidden;
}
.insidetopnav .grid:nth-child(3n)
{
	margin-right:0px;
}
.insidetopnav .grid a.link
{
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f5f5f5;
	font-size:16px;
	line-height:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	box-sizing: border-box;
	transition:1s;
}
.insidetopnav .grid:hover a.link
{
	color:#fff;
	background:#d31a0f;
}
.insidetopnav .linkhover a.link
{
	color:#fff;
	background:#d31a0f;
}
/**内页顶部菜单end**/
/**发布时间**/
.create_time {
	width: 100%;
	height: auto;
	font-size: 15px;
	margin-top: 15px;
	line-height: 25px;
	color: #999;
	text-align: center;
	margin-bottom: 30px;
}

/**发布时间 end**/
/**网站内页整体部分 end**/
/**当前所在位置**/
.insidelist .inssite
{
	width: 100%;
    height: 60px;
    font-size: 16px;
	padding-top:20px;
	padding-bottom:20px;
    line-height: 20px;
    text-align:left;
    text-indent:2.5em;
    background: url('../images/site.png') #fff no-repeat 7px 20px;
    border: 1px dashed #ddd !important;
    position: relative;
    margin-bottom: 30px;
    transition: 0.1s all;
	box-sizing:border-box;
	color:#999;
	overflow-x:auto;
	overflow-y:hidden;
	white-space: nowrap;
}
.insidelist .inssite a
{
	color:#999;
	transition:1s;
}
.insidelist .inssite a:hover
{
	color:#d31a0f;
}
.insidelist .inssite:hover {
    background-position: 7px -22px;
}
/**当前所在位置 end**/
/**产品列表**/
.insidelist
{
	display:block;
	width:1400px;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
.insidelist .leftnav
{
	width:230px;
	height:auto;
	overflow:hidden;
}
.insidelist .leftnav .bigtitbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#d31a0f;
	box-sizing: border-box;
	padding:10px;
}
.insidelist .leftnav .bigtitbg .bigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	padding-top:25px;
	padding-bottom:25px;
}
.insidelist .leftnav .bigtitbg .bigtit .cn
{
	color: #fff;
    font-size: 30px;
    font-weight: bold;
	text-align:center;
}
.insidelist .leftnav .bigtitbg .bigtit .line
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:17px;
	margin-bottom:17px;
}
.insidelist .leftnav .bigtitbg .bigtit .line img
{
	width:68px;
	margin:auto;
}
.insidelist .leftnav .bigtitbg .bigtit .en
{
	color: #fff;
    font-size: 18px;
    font-weight: lighter;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.insidelist .leftnav .listbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f5f5f5;
	padding:10px;
	box-sizing:border-box;

}

.insidelist .leftnav .listbg .list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insidelist .leftnav .listbg .list .record
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.insidelist .leftnav .listbg .list .record:last-child
{
	margin-bottom:0px;
}
.insidelist .leftnav .listbg .list .record .firstlink
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:35px;
	box-sizing: border-box;
	padding-left:15px;
	position:relative;
}
.insidelist .leftnav .listbg .list .record .firstlink::after
{
	content:'';
	width:0px;
	height:0px;
    position: absolute;
	top:14px;
	right: 13px;
	width: 14px;
	height: 14px;
	transform: rotate(0deg) !important;
	background:url('../images/rightsanjiao.png');
}
.insidelist .leftnav .listbg .list .record .firstlinkhov::after
{
	transform: rotate(90deg) !important;
}
.insidelist .leftnav .listbg .list .record .sub
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin-top:10px;
}
.insidelist .leftnav .listbg .list .record .sub .subline
{
	width:5px;
	background:#fff;
}
.insidelist .leftnav .listbg .list .record .sub .sublist
{
	width:calc(100% - 10px);
	height:auto;
	overflow:hidden;
	margin-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.insidelist .leftnav .listbg .list .record .sub .sublist .subrecord
{
	margin-bottom:10px;
	overflow:hidden;
}
.insidelist .leftnav .listbg .list .record .sub .sublist .subrecord:last-child
{
	margin-bottom:0px;
}
.insidelist .leftnav .listbg .list .record .sub .sublist .subrecord .seclink
{
	width:100%;
	height:auto;
	padding:10px 16px;
	font-size:16px;
	color:#999;
	transition:1s;
	background:#fff;
	display:block;
	transition:500ms;
	box-sizing: border-box;
}
.insidelist .leftnav .listbg .list .record .sub .sublist .subrecord:hover .seclink
{
	color:#000;	
}
.insidelist .leftnav .listbg .list .record .sub .sublist .subrecord .seclinkhover
{
	color:#000;	
}
.insidelist .right
{
	width:1140px;
	height:auto;
	overflow:hidden;
	margin-left:30px;
}

.product_prototal {
	width: 100%;
	overflow: hidden;
	display:flex;
	flex-wrap:wrap;
}

.product_prolist {
	width: 31.3%;
	margin: 0 1%;
	margin-bottom: 2%;
	overflow: hidden;
}

.product_propic {
	position: relative;
	overflow: hidden;
}

.product_propic a {
	display: block;
	width:100%;
	height:100%;
}

.product_propic a img {
	width: 100%;
	height:100%;
	object-fit:cover;
}

.product_propic a:before {
	content: '';
	width: 0%;
	height: 0%;
	background-color: rgba(0 ,0,0,0.3);
	position: absolute;
	z-index: 2;
	top: 0;
	display: block;
	transition: all 0.3s;
}

.product_propic span {
	width: 60px;
	height: 60px;
	display: none;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -30px;
	top: 39%;
	border: solid 1px #fff;
	border-radius: 60px;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
}

.product_prolist:hover .product_propic a:before {
	width: 100%;
	height: 100%;
}

.product_prolist:hover .product_propic span {
	display: block;
}

.product_protil {
	width: 100%;
	background: #f5f5f5;
	margin-top: 0.8%;
	position: relative;
	overflow: hidden;
}

.product_protil a {
	height: 45%;
	padding: 3% 4% 4% 5%;
	font-size: 16px;
	position: relative;
	z-index: 2;
	display: block;
}

.product_protil a .tit
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}

.product_protil span {
	display: block;
	width: 67px;
	height: 12px;
	background: url('../images/detail.png');
	margin-top: 3%;
}

.product_prolist:hover .product_protil span {
	background-position: 0px -12px;
	transition: all 0.3s;
}

.product_prolist:hover .product_protil a {
	color: #fff;
}

.product_protil:before {
	width: 0;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #d31a0f;
	transition: all 0.3s;
}
.product_prolist:hover .product_protil:before {
	width: 100%;
}
/**产品列表 end**/
/**工程案例**/
.caselist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caselist .dwtwo {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}

.caselist .dwtwo .grid {
	position: relative;
	overflow: hidden;
	width: 31.33%;
	margin: 0 1% 2% 1%;
	box-shadow: 0px 0px 10px #eee;
	text-align: center;
}

.caselist .dw_titl a {
	display: block;
	line-height: 60px;
	font-size: 16px;
}

.caselist .dwtwo .grid .dw_pic img {
	width: 100%;
}

.caselist .dw_pic >a:after {
	background: url('../images/cymdwtwo_1.png') no-repeat center;
	transform: scale(0);
	top: 0;
	left: 0;
}

.caselist .dw_pic >a:before {
	background: rgba(0,0,0,0.3);
	transform-origin: 0 100%;
	transform: rotate(-90deg);
	bottom: 0;
	left: -100%;
}

.caselist .dw_pic >a:before,.caselist .dw_pic >a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.6s;
	z-index: 333;
}

.caselist .dwtwo .grid:hover .dw_pic>a:before {
	transform: rotate(0deg);
	transition: 0.6s;
	left: 0px;
}

.caselist .dwtwo .grid:hover .dw_pic>a:after {
	transform: scale(1);
	transition: 0.6s;
}

.caselist .dw_pic,.dw_pic img {
	width: 100%;
	overflow: hidden;
	transition: 0.6s;
}

.caselist .dwtwo .grid:hover .dw_pic img {
	transform: scale(1.1);
	transition: 0.6s;
}
.caselist .dw_pic a
{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.caselist .dw_pic a img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
/**工程案例 end**/
/**轻奢定制**/
.customizedbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:url('../images/customized/c_bg.jpg') repeat-y center top;
}
.customizedbg .block
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:80px;
	padding-bottom:80px;
}
.customizedbg .blockbigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:33px;
	line-height:60px;
	color:#463838;
}
.customizedbg .blockdes
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:50px;
	text-align:center;
}
.customizedbg .blockdes p
{
	 width:100%;
	 height:auto;
	 font-size:16px;
	 line-height:50px;
	 text-align:center;	 
}
.customizedbg .bigline
{
	width:36px;
	height:2px;
	background:#463838;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:30px;
	color:#463838;
}
.customizedbg .imgblockbg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.customizedbg .imgblockbg img
{
	width:100%;
	height:auto;
	/* opacity:0; */
}
/**轻奢高定**/
.customizedbg .block1 .tblist
{
	width:720px;
	margin:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top:80px;
}
.customizedbg .block1 .tblist .grid
{
	width:58px;
	height:auto;
	overflow:hidden;	
}
.customizedbg .block1 .tblist .grid img
{
	width:100%;
	height:auto;
}
/**轻奢高定 end**/
/**大图**/
/* .customizedbg .block2
{
	background:url('../images/customized/c2.jpg') no-repeat center center;
	background-size:100%;
	background-attachment: fixed;
}
.customizedbg .block4
{
	background:url('../images/customized/c3.jpg') no-repeat center center;
	background-size:100%;
	background-attachment: fixed;
}
.customizedbg .block6
{
	background:url('../images/customized/c4.jpg') no-repeat center center;
	background-size:100%;
	background-attachment: fixed;
} */
/**大图 end**/
/**匠心精作·至美臻品**/
.customizedbg .block3 .jingzuolist
{
	width:1300px;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:80px;
	display:flex;
	flex-wrap:wrap;
}
.customizedbg .block3 .jingzuolist .grid
{
	width:calc(33.33% - 20px);
	height:auto;
	overflow:hidden;
	margin-right:30px;
	margin-bottom:30px;
}
.customizedbg .block3 .jingzuolist .grid:nth-child(3n)
{
	margin-right:0px;
}

.customizedbg .block3 .jingzuolist .grid .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.customizedbg .block3 .jingzuolist .grid .pic img
{
	width:100%;
	height:auto;
}
.customizedbg .block3 .jingzuolist .grid .tit
{
	font-size:20px;
	line-height:22px;
	overflow:hidden;
	color:#463838;
	margin-top:15px;
	margin-bottom:15px;
}
.customizedbg .block3 .jingzuolist .grid .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:25px;
	color:#463838;
}
.customizedbg .block3 .jingzuolist .grid .des p
{
	font-size:13px;
	line-height:25px;
	color:#999;
}
/**匠心精作·至美臻品 end**/
/**轻奢定制 end**/
/**新闻列表**/
.news_box_lbm .nynewslist {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	background: #FFF;
}

.news_box_lbm .nynewslist a {
	text-decoration: none;
}

.news_box_lbm .nynewslist:hover {
	box-shadow: 0 0 60px -10px rgba(0, 0, 0, .2);
}

.news_box_lbm .nynewslist:hover .nynewslist_l {
	left: 20px;
}

.news_box_lbm .nynewslist:hover .nynewslist_r {
	left: 20px;
}

.news_box_lbm .nynewslist:hover .nynewslist_rmore {
	left: 29%;
}

.news_box_lbm .nynewslist_l {
	width: 23%;
	float: left;
	position: relative;
	left: 0;
	overflow: hidden;
	transition: all .5s;
}

.news_box_lbm .nynewslist_l img {
	width: 100%;
	transition: all 0.5s;
}

.news_box_lbm .nynewslist:hover img {
	transform: scale(1.2);
}

.news_box_lbm .nynews_time {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 122px;
	height: 75px;
	background: rgba(211, 26, 15, 0.9);
	font-family: arial;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}

.news_box_lbm .ny_day {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}

.news_box_lbm .ny_month {
	font-size: 16px;
	line-height: 20px;
}

.news_box_lbm .nynewslist_r {
	text-align: left;
	position: relative;
	width: 72%;
	padding: 20px;
	float: right;
	transition: all .5s;
	left: 0;
}

.news_box_lbm .nynewslist_r p {
	margin-bottom: 20px;
}

.news_box_lbm .nynewslist_r a {
	font-size: 20px;
}

.news_box_lbm .nynewslist_r span {
	display: block;
	color: #888;
	overflow: hidden;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 30px;
}

.news_box_lbm .nynewslist_rmore {
	display: block;
	background: url('../images/lianjie.jpg') no-repeat;
	position: absolute;
	left: 27%;
	bottom: 40px;
	padding-left: 22px;
	line-height: 21px;
	transition: all 0.5s;
}

.news_box_lbm .nynewslist_r a.nynewslist_rmore {
	font-size: 14px;
}
/**新闻列表 end**/
/**企业简介**/
.insideabout
{
	width:1330px;
	margin:auto;
	height:auto;
	overflow:hidden;
}
.insideabout .pic
{
	width:530px;
	height:auto;
	overflow:hidden;
	float:left;
}
.insideabout .pic img
{
	width:100%;
	height:auto;
}
.insideabout .text
{
	width:740px;
	height:auto;
	float:right;
	overflow:hidden;
}
.insideabout .text .bigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:30px;
	line-height:32px;
	color:#da251c;
	padding-top:70px;
	padding-bottom:70px;
}
.insideabout .video
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	border:1px solid #ccc;
	margin-top:30px;

}
.insideabout .video video
{
	width:100%;
	height:auto;
	overflow:hidden;
}
/**企业简介 end**/
/**合作伙伴**/
.insideflink
{
	overflow:visible;
}
.flink
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.flink .grid
{
	width:250px;
	margin-right:37.5px;
	margin-bottom:37.5px;
	overflow:hidden;
	transition:500ms;
}
.flink .grid:hover
{
	box-shadow: 3px 3px 5px #bbb;
}
.flink .grid:nth-child(5n)
{
	margin-right:0px;
	overflow:hidden;
}
.flink .grid a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.flink .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.flink .grid a .pic img
{
	width:100%;
	height:auto;
}
/**合作伙伴 end**/
/**企业荣誉**/
.honnor
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.honnor .grid
{
	width:calc(33.33% - 20px);
	margin-right:30px;
	margin-bottom:30px;
	overflow:hidden;
}

.honnor .grid:nth-child(3n)
{
	margin-right:0px;
	overflow:hidden;
}
.honnor .grid a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.honnor .grid a::after
{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	background:url('../images/cymdwtwo_1.png') no-repeat center center;
	background-color:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	transition:500ms;
	opacity:0;
}
.honnor .grid:hover a::after
{
	opacity:1;
}
.honnor .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.honnor .grid a .pic img
{
	width:100%;
	height:auto;
}
.honnor .grid a .tit
{
	font-size:15px;
	text-align:center;
	text-overflow: ellipsis;
	white-space:nowrap;
	line-height:25px;
	padding-top:10px;
}
/**企业荣誉 end**/
/**厂房图片**/
.factory
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.factory .grid
{
	width:calc(25% - 11.25px);
	margin-right:15px;
	margin-bottom:15px;
	overflow:hidden;
}

.factory .grid:nth-child(4n)
{
	margin-right:0px;
	overflow:hidden;
}
.factory .grid a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.factory .grid a::after
{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	background:url('../images/cymdwtwo_1.png') no-repeat center center;
	background-color:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	transition:500ms;
	opacity:0;
}
.factory .grid:hover a::after
{
	opacity:1;
}
.factory .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.factory .grid a .pic img
{
	width:100%;
	height:auto;
}
.factory .grid a .tit
{
	font-size:15px;
	text-align:center;
	text-overflow: ellipsis;
	white-space:nowrap;
	line-height:25px;
	padding-top:10px;
}
/**厂房图片 end**/
/**联系我们**/
.inscontactblock
{
	overflow:visible;
}
.inscontact
{
	width:100%;
	height:auto;
}
.inscontact .headliner h2 {
	margin: 20px 0px 50px 0px;
	height: 106px;
	display: block;
	font-size: 40px;
	line-height: 57px;
	color: #da251c;
	text-align: center;
	background: url('../images/contact/kuang.png') no-repeat bottom;
	font-weight: normal;
}

.inscontact .headliner p {
	display: block;
	font-size: 18px;
	line-height: 36px;
	color: #999;
	margin: 0;
}

.inscontact .contactus {
	height: 260px;
	width: 1400px;
	margin: 0 auto;
}

.inscontact .contactus ul {
	list-style: none;
	padding: 0 !important;
}

.inscontact .contactus ul li {
	float: left;
	width: 260px;
	height: 260px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	transition: 0.6s;
}

.inscontact .contactus ul li+li {
	margin-left: 25px;
}

.inscontact .contactus ul li:hover {
	transition: 0.6s;
	transform: scale(1.1);
	box-shadow: -7px 2px 20px rgba(6, 33, 58, 0.4);
}

.inscontact .contactus ul li:hover em {
	transform: scale(1);
}

.inscontact .contactus ul li:hover i {
	transform: scale(1);
}

.inscontact .contactus ul li:hover span {
	transform: scale(1);
}

.inscontact .contactus ul li em {
	height: 70px;
	margin-top: 60px;
	display: block;
}

.inscontact .contactus ul li em img {
	display: block;
	margin: 0 auto;
}

.inscontact .contactus ul li i {
	display: block;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

.inscontact .contactus ul li span {
	display: block;
	font-size: 15px;
	color: #888;
	padding: 15px 20px;
	line-height: 25px;
}

.inscontact .contactus ul li span a {
	font-size: 18px;
	color: #888;
}

.inscontact .contactus ul li span a:hover {
	font-size: 18px;
	color: #da251c;
}
.inscontact .mapblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px;
}
.inscontact .mapblock .map
{
	width:100%;
	height:400px;
	overflow:hidden;
}
/**联系我们 end**/
/**网站内页 end**/
/**分页**/
.pages
{
	width:100%;
	height:auto;
}
.Pagination__Nav {
	text-align: center;
	margin: 20px 0;
	margin-bottom: 80px;
}

.Pagination__Nav span {
	padding: 5px 10px;
	background: #eee;
	color: #333;
	transition: all 0.3s;
	font-size: 14px;
}

.Pagination__Nav a {
	padding: 5px 10px;
	background: #eee;
	color: #333;
	transition: all 0.3s;
	font-size: 14px;
}

.Pagination__Nav .is-active {
	color:#fff;
	background: #d31a0f;
}

.Pagination__Nav span:hover {
	color:#fff;
	background: #d31a0f;
}

.Pagination__Nav a:hover {
	color:#fff;
	background: #d31a0f;
}
/**分页 end**/