* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	color: #333;
}

body {
	font-size: 14px;
	min-width: 1300px;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
	font-size: 14px;
}

em,
i {
	display: block;
	font-style: normal;
}

:focus {
	outline: none;
}

.dfc {
	display: flex;
	align-items: end;
	justify-content: center;
}

.dfv {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.dfs {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.dfsv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60%;
	margin: 0 auto;
}

.dfe {
	display: flex;
	align-items: end;
	justify-content: end;
}

.gy {
	max-width: 1400px;
	margin: 0 auto;
	min-width: 1300px;
	width: 100%;
}

@font-face {
	font-family: 'iconftb';
	/* Project id 2711650 */
	src: url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.eot?t=1628856605838');
	/* IE9 */
	src: url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.eot?t=1628856605838#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.woff2?t=1628856605838') format('woff2'),
		url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.woff?t=1628856605838') format('woff'),
		url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.ttf?t=1628856605838') format('truetype'),
		url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.svg?t=1628856605838#iconftb') format('svg');
}

.icon {
	width: 75px;
	height: 75px;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

/*headr*/
.headr {
	margin: 0 auto;
	position: relative;
	width: 100%;
	background: #323232;
}

.head_hx {
	height: 4px;
	width: 100%;
	background: #a40000;
}

.head_hx:before {
	position: absolute;
	content: '';
	height: 4px;
	top: 0;
	left: 0;
	width: 58.34vw;
	background: #a40000;
}

.h_adw {
	height: 156px;
	position: relative;
	width: 100%;
}

.logo {
	display: flex;
	align-items: center;
	margin-left: 6.5%;
	height: 100%;
}

.logo a {
	display: flex;
	align-items: center;
	width: 7.29167vw;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15), 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
	justify-content: center;
	height: 100%;
}

.logo p {
	margin-left: 1.770834vw;
}

.logo p b {
	font-size: 1.5vw;
	display: block;
	margin-bottom: 12px;
	font-family: "锐字真言体免费商用";
	color: #fff;
	line-height: 1.6vw;
	font-weight: normal;
}

.logo p span {
	font-size: 0.9375vw;
	display: block;
	color: #fff;
}

.logo img {
	width: 5.2604vw;
}

.nav {
	height: 100%;
	margin-right: 6.5%;
}

.nav>ul {
	display: flex;
	height: 100%;
	margin: 0;
}

.nav>ul>li {
	transition: 0.4s;
	margin: 0 5px;
	padding: 0 10px;

}

.nav>ul>li.on,
.nav>ul>li:hover {
	background: #a40000;
}

.nav>ul>li>a {
	color: #fff;
	font-size: 0.834vw;
	transition: 0.4s;
	line-height: 156px;
	display: block;
}



.nav>ul>li a em {
	font-size: 0;
	margin-right: 5px;
	transition: 0.3s;
	opacity: 0;
	display: inline-block;
	line-height: 110px;
}

.nav .cur {
	transition: 0.4s;
}

.nav>ul>li.cur>a,
.nav>ul>li:hover>a {
	color: #fff;

	transition: 0.4s;
}

.nav>ul>li.cur:after,
.nav>ul>li:hover:after {
	transition: 0.4s;
	transform: scale(1);
}

.icon_box {
	align-items: center;
	height: 100%;
	position: relative;
	margin-left: 1.67vw;
}

.icon_box>div {
	display: flex;
	align-items: center;
}

.icon_box>div+div {
	margin-left: 1px;
}

.icon_box>div>i,
.icon_box>div>a {
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1vw;
	height: 100%;
}

.icon_box>div:hover>i,
.icon_box>div:hover>a {
	color: #a40000;
}

.iser_box,
.itel_box {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 100%;
	right: 0;
	padding: 30px;
	transform-origin: top;
	transform: rotateX(90deg);
	transition: all 0.5s;
	z-index: 9;
}

.icon_box>div:hover .iser_box,
.icon_box>div:hover .itel_box {
	transform: rotateX(0deg);
}

.search_l {
	display: flex;
	align-items: center;
	justify-content: end;
}

.search_l span+span {
	margin-left: 10px;
}

.search_l a {
	color: #fff;
}

.search_r {
	margin-top: 20px;
	position: relative;
}

#infoname {
	width: 520px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #eee;
	text-indent: 12px;
	background: #fff;
}

.z_img {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	background: no-repeat;
}

.itel_box {
	width: 250px;
	text-align: left;
}

.itel_box p {
	color: #fff;
	position: relative;
}

.itel_box p:before {
	position: absolute;
	left: 0;
	color: #fff;
}

.itel_box em {
	font-family: 'Impact';
	font-size: 28px;
	color: #fff;
	margin-top: 10px;
	display: block;
}

.itel_box em+em {
	letter-spacing: 0.7px;
}

.search_l span,
.search_l {
	font-size: 14px;
	color: #fff;
}

.search_r input {
	font-size: 14px;
}

@media screen and (max-width: 1200px) {

	.logo,
	.top .fl,
	.wb_le {
		margin-left: 2%;
	}

	.nav,
	.top .fr,
	.wb_ri {
		margin-right: 2%;
	}
}

@media screen and (max-width: 1700px) {

	.logo,
	.top .fl,
	.wb_le {
		margin-left: 2%;
	}

	.nav,
	.top .fr,
	.wb_ri {
		margin-right: 2%;
	}
}

/*导航下拉*/
.drop {
	border-radius: 0 0 5px 5px;
	opacity: 1;
	text-align: center;
	position: absolute;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
	z-index: 9;
	top: 110%;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease all;
	display: flex;
	justify-content: center;
	align-items: center;
}

.drop li {
	width: 10%;
}

.drop li>a {
	display: inline-block;
	font-size: 16px !important;
	width: 100%;
	text-align: center;
	color: #333;
	line-height: 80px;
}

.nav>ul>li:hover .drop {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.drop li>a:hover {
	color: #a40000;
}

/*banner*/
.bann {
	overflow: hidden;
}

.slider {
	width: 100%;
}

.slick-slide {
	height: auto;
}

.slick-slide img {
	width: 100%;
}

.slick-prev {
	left: 38px;
	z-index: 99;
}

.slick-next {
	right: 40px;
}

.bann>button {
	display: none !important;
}

.ban_bc {
	width: 100%;
	position: relative;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.bann_num>span {
	font-size: 32px;
	color: #fff;
	display: block;
	z-index: 999;
	cursor: pointer;
	margin-top: -16px;
}

.bann_num>.ban_prev {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: rotate(180deg);
}

.bann_num>.ban_next {
	position: absolute;
	top: 50%;
	right: 40px;
}

.ban_dot {
	position: absolute;
	bottom: 46px;
	left: 50%;
	display: flex;
	margin-left: -33px;
}

.ban_dot li {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #fff;
}

.ban_dot li+li {
	margin-left: 12px;
}

.ban_dot li button {
	display: none;
}

.ban_dot li.slick-active {
	background: #a40000;
}

/*products*/
.pro_bc {
	padding: 100px 0;
}

.pro_tit {
	text-align: center;
}

.pro_tit>b {
	display: block;
	font-size: 42px;
}

.pro_tit>b>span {
	font-size: 42px;
	color: #a40000;
}

.pro_tit>p {
	position: relative;
	font-size: 16px;
	color: #666;
	margin-top: 17px;
	display: inline-block;
}

.pro_tit>p:before,
.pro_tit>p:after {
	position: absolute;
	content: "";
	width: 49px;
	height: 6px;
	top: 50%;
	margin-top: -2px;
}

.pro_tit>p:before {
	background: url(../images/20210810160732_1084026691.png) no-repeat center;
	left: -60px;
}

.pro_tit>p:after {
	background: url(../images/20210810160733_1283466582.png) no-repeat center;
	right: -60px;
}

.ddsubmenustyle li a {
	width: auto;
}

#classimgshow1 a {
	display: block;
	font-size: 18px;
	color: #fff !important;
	height: 55px;
	line-height: 55px;
	padding-left: 60px;
	font-weight: bold;
}

#classimgshow1 {
	width: 199px;
	height: 55px;
	line-height: 55px;
	padding-left: 86px;
	margin: 16px auto;
	background-color: #3e3e3e !important;
}

#classimgshow2 a {
	display: block;
	font-size: 15px;
	color: #333;
	
}

#classimgshow2 {
	width: 235px;
	    padding-left: 14px !important;
    font-weight: bold;
line-height: 55px;
}

#classimgshow2 a:hover {
	color: #a40000;
}

#classimgshow2 {
	width: 100% !important;
	
	background: none !important;
	border-bottom: 1px solid #fff;
}
#classimgshow2 li{

padding-left: 10px;
    font-weight: normal;
}

#classimgshow1 a:hover {
	color: #fff;
}

.chanpbj {
	width: 100%;
	height: 1362px;
	margin: 0 auto;
	background: #f9f9f9;
	padding-top: 50px;
}

.product_bt {
	width: 1200px;
	font-size: 18px;
	text-align: center;
	color: #333333;
	margin: 0 auto;
	background: url(../images/20180612162455_1854155912.png) no-repeat bottom;
}

.product_bt span {
	height: 65px;
	line-height: 65px;
	display: block;
	font-size: 35px;
	font-weight: bold;
}

.product_bt font {
	color: #a40000;
}

.left_box {
	float: left;
	overflow: hidden;
	width: 20%;
	background: #f0f0f0;
	/* margin-bottom:58px; */
}

.ldh {
	width: 100%;
	height: 70px;
	background: url(../images/20180611104803_351047291.jpg) no-repeat center;
	/* margin-bottom:5px; */
	background-size: cover;
}

.ldh_z {
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 12px;
}

.ldh_z span {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
}

.left-products {
	width: 100%;
	float: left;
}

.prod_dh1 {
	width: 79%;
	height: 830px;
	overflow: hidden;
}

.prod_dh1 .wz {
	width: 174px;
	height: 38px;
	line-height: 25px;
	font-size: 16px;
	color: #333333;
}

.prod_dh1 span a {
	width: 70px;
	line-height: 38px;
	color: #666666;
	display: block;
	text-transform: uppercase;
	float: right;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.prod2d {
	width: 930px;
	margin-top: 15px;
}

.prod2 li span a {
	display: block;
	width: 100%;
	height: 40px;
	color: #333;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}

.prod2 li {
	float: left;
	padding: 0 !important;
	width: 32.5%;
	position: relative;
}

.prod2 li>a {
	display: block;
	/* float: left; */
	/* width:300px; */
	padding-left: 0px !important;
	position: relative;
	overflow: hidden;
}

.prod2 li>span {
	display: block;
	width: 100%;
	overflow: hidden;
	background-position: center;
	height: 40px;
	line-height: 40px !important;
	background: #eee;
	position: relative;
}

.prod2 li>span>a {
	position: absolute;
	z-index: 3;
}

.prod2 li:hover>span>a {
	color: #fff;
}

.prod2 li>span:before {
	content: '';
	-webkit-transition: ease-in-out 0.4s all;
	transition: ease-in-out 0.4s all;
	background: #a40000;
	position: absolute;
	left: -200%;
	bottom: 0;
	width: 200%;
	height: 200%;
	z-index: 2;
	top: -200%;
	border-radius: 50%;
	opacity: 0;
}

.prod2 li:hover>span:before {
	left: -50%;
	top: -50%;
	opacity: 1;
}

.prod2 li>a>.ceshigo {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -100%;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.prod2 li>a>.ceshigo a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.prod2 li>a>.ceshigo p {
	height: 25px;
	line-height: 25px;
	border-radius: 10px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s 0.3s;
	transition: all 0.3s 0.3s;
	/* margin:15px auto; */
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	width: 100px;
	text-align: center;
	position: absolute;
	bottom: 20%;
	left: 50%;
	margin-left: -50px;
}

.prod2 li:hover>a>.ceshigo {
	left: 0;
}

.prod2 li:hover>a>.ceshigo p {}

.prod2 li>a>img {
	width: 100%;
	border: 1px #eee solid;
	height: auto;
}

.beta5 {
	background: #a40000;
	display: block;
	position: absolute;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

.beta5 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #a40000 url(../images/20180611104228_1655111252.png) no-repeat center;
	top: 40%;
	-webkit-transform: scale(0);
	transform: scale(0);
	left: 50%;
	margin-left: -30px;
}

.prod2 li:hover .beta5 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.pro_ic {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	align-items: flex-start;
}

.prod2 ul {
	display: flex;
	justify-content: space-between;
}

.prod2 ul+ul {
	margin-top: 15px;
}

.prod2 li>br {
	display: none;
}

/*case*/
.plan {
	position: relative;
	width: 100%;
	background: url(../images/20210813104047_1509296871.jpg) no-repeat 50% 50%;
	-webkit-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 100px 0 0;
}

.plan .cp_tit,
.plan .cp_tit span,
.about .cp_tit a,
.about .cp_tit span {
	color: #fff;
}

.cp_tit {
	font-size: 40px;
	color: #333;
	text-align: center;
}

.cp_tit span {
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: normal;
	padding: 14px 0 0;
}

.plan_main {
	display: flex;
	margin-top: 65px;
}

.plan01 {
	position: relative;
	width: 20%;
	overflow: hidden;
	height: 553px;
}

.plan01:before {
	content: "";
	width: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/20210810180613_383327030.png) no-repeat;
	height: 77%;
}

.plan01 dl {
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.plan01 dl dt {
	margin: 0 auto;
}

.plan01 dl dt img,
.plan_m h5 em img {
	width: 78px;
}

.plan01 dl dd {
	width: 100%;
	margin-top: 40px;
}

.plan01 dl dd h5 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
}

.plan01 dl dd h5 b {
	color: #fff;
}

.plan01 dl dd p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
	overflow: hidden;
	margin-top: 30px;
	width: 80%;
	margin: 30px auto 0;
	height: 120px;
}

.plan01 dl dd em {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background: rgb(255 255 255 / 0.5);
	margin: 100px auto 0;
	font-size: 30px;
	line-height: 39px;
	color: #000;
}

.plan_m {
	position: absolute;
	transition: all .5s;
	left: 0;
	top: 0;
	overflow: hidden;
	-webkit-transition: all .5s;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.plan_m p {
	overflow: hidden;
}

.plan_m p img {
	display: block;
	width: 100%;
}

.plan_m p img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.plan_m p img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.plan_m h5 {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #a40000;
	width: 100%;
	height: 148px;
}

.plan_m h5 em {
	display: block;
}

.plan_m h5 span {
	display: block;
	float: left;
	font-size: 25px;
	color: #fff;
	margin-left: 18px;
}

.plan_m h5 i {
	display: block;
	font-weight: normal;
	color: #fff;
	margin-top: 14px;
}

.plan01:hover .plan_m,
.plan_main .cur .plan_m {
	top: 0;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	height: 100%;
}

.plan_main .plan01:first-child:before {
	background: none;
}

.plan_m:hover h5 em,
.case_nav ul li:hover em {
	-webkit-animation: hvr-buzz-out 0.75s linear;
	animation: hvr-buzz-out 0.75s linear;
}

.pr {
	position: relative;
}

.pro_tit2>b,
.pro_tit2>p {
	color: #fff;
}

.plan01 dl dt svg,
.plan_m h5 em i {
	font-size: 76px;
	color: #fff;
	font-weight: normal;
	height: 76px;
}

.plan_m:hover h5 em,
.case_nav ul li:hover em {
	-webkit-animation: hvr-buzz-out 0.75s linear;
	animation: hvr-buzz-out 0.75s linear;
}

@media screen and (max-width: 1700px) {
	.plan01 dl dd h5 {
		font-size: 24px;
	}

	.plan01 dl dd p {
		font-size: 14px;
		line-height: 24px;
	}

	.plan01 dl dd em {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1500px) {
	.plan01 {
		height: 500px;
	}
}

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

/*工程案例*/
.gc_bc {
	padding: 100px 0;
	background: #f5f5f5;
}

.gc_c>ul {
	display: flex;
	margin-top: 60px;
	justify-content: center;
}

.gc_c>ul>li {
	width: 10%;
}

.gc_c>ul>li:nth-child(1) span {
	font-size: 43px;
}

.gc_c>ul>li:nth-child(2) span {
	font-size: 43px;
}

.gc_c>ul>li:nth-child(4) span {
	font-size: 50px;
}

.gc_c>ul>li:nth-child(5) span {
	font-size: 45px;
}

.gc_c>ul>li:nth-child(6) span {
	font-size: 45px;
}

.gc_c>ul a {
	display: block;
	text-align: center;
}

.gc_c>ul span {
	font-size: 40px;
	color: #666;
	display: block;
	height: 40px;
	line-height: 40px;
}

.gc_c>ul p {
	font-size: 16px;
	color: #666;
	margin-top: 14px;
}

.gc_c>ul li:hover span {
	color: #a40000;
}
.content_image p{text-align:left;line-height:30px}

.gc_c>ul li:hover p {
	color: #a40000;
	font-weight: bold;
}

.gc_ic {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gc_lc .divdgweb_new_div_item {
	display: flex;
	flex-direction: column-reverse;
}

.gc_lc {
	width: 32%;
	margin-bottom: 20px;
}

.news_div_item_image {
	width: 100%;
}

.gc_rc {
	width: 45%;
	display: flex;
}

.gc_lc .news_div_item_pic {

	overflow: hidden;
}

.gc_rc .news_div_item_pic {
	height: 150px;
	overflow: hidden;
}

.gc_lc .divdgweb_new_div_item_a {
	font-size: 22px;
	color: #333;
	position: relative;
}

.gc_lc .divdgweb_new_div_item_content {
	background: #fff;
	padding: 30px 40px 60px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.gc_lc .divdgweb_new_div_item_body {
	margin-top: 50px;
	line-height: 24px;
	color: #888;
	font-size: 14px;
}

.gc_lc .divdgweb_new_div_item_a:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: #ddd;
	bottom: -20px;
	left: 0;
}

.gc_rc .divdgweb_new_div_item {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 14px;
}

.gc_rc .divdgweb_new_div_item_content {
	background: #fff;
	padding: 15px 15px 25px;
}

.gc_rc .divdgweb_new_div_item_a {
	font-size: 16px;
	color: #333;
}

.gc_rc .divdgweb_new_div_item_body {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #999;
}

.gc_prev {
	transform: rotate(-90deg);
	background: #a40000;
}

.gc_num>span {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 22px;
}

.gc_next {
	transform: rotate(90deg);
	background: #a8a8a8;
	margin-top: 5px;
}

.gc_num {
	margin-left: 5px;
}

.slick-vertical .slick-slide {
	border: none;
}

.gc_rc .divdgweb_new_div {
	width: 90%;
}

.par_item {
	margin-top: 40px;
	width: 97%;
}

.par_item .slick-track {
	display: flex;
}

.par_item .divdgweb_new_div {
	display: flex;
	justify-content: space-between;
}

.par_item .divdgweb_new_div_item {
	width: 20%;
	position: relative;
	border: 1px solid #eaeaea;
	overflow: hidden;
	flex-shrink: 0;
}

.par_item .divdgweb_new_div_item_a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.par_item .divdgweb_new_div_item_content {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254, 1, 55, 0.7);
	transition: all .5s;
	transform: rotateX(90deg);
}

.par_item .divdgweb_new_div_item:hover .divdgweb_new_div_item_content {
	transform: rotateX(0deg);
}

.par_item .slick-dots,
.par_item .divdgweb_new_div>button {
	display: none !important;
}

.par_item .divdgweb_new_div_item+.divdgweb_new_div_item {
	border-left: none;
	margin-left: 0.2%;
}


.gc_rc .divdgweb_new_div_item:hover .news_div_item_pic img {
	transform: translateY(-25%);
}

.gc_ic .news_div_item_pic img {
	transform: translateY(0);
	transition: 0.4s;
}

/*优势*/
.ys {
	padding-top: 80px;
}

.ys_con {
	width: 100%;
	height: 750px;
	overflow: hidden;
	margin-top: 70px;
}

.ys_con ul {
	width: 100%;
	height: 750px;
}

.ys_con li {
	width: 16%;
	float: left;
	position: relative;
	cursor: pointer;
	height: 750px;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.ys_con li:first-child {
	border: 0;
}

.ys_con li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.57);
	bottom: 0;
	left: 0;
}

.ys_con li .shu2 {
	width: 100%;
	height: 68%;
	left: 0;
	position: absolute;
	top: 15%;
}

.ys_con li .shu2 h3 {
	height: 62.26%;
}

.ys_con li .shu2 h3 img {
	display: block;
	height: 20px;
	width: auto;
	margin: 0 auto;
}

.ys_con li .shu2 em {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	color: #bab3b0;
	text-align: center;
}

.ys_con li .shu2 em span {
	font-size: 40px;
	color: #fff;
	display: block;
	background: #a40000;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}

.ys_con li .shu2 em i {
	position: relative;
}

.ys_con li .shu2 em i:before {
	position: absolute;
	content: "";
	width: 98px;
	height: 98px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -49px;
	margin-left: -49px;
}

.ys_con li .shu2 em b {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	display: block;
	margin: 35px 0 16px;
}

.ys_con li .bock {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(164, 0, 0, 0.78);
	height: 0;
	transition: all 0.3s;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}

.ys_con li .bock h3 {
	float: left;
	width: 250px;
	font-size: 30px;
	color: #fff;
	box-sizing: border-box;
	line-height: 42px;
	font-weight: bold;
	background: url(http://lipin168.n.zyqxt.com/uploadfile/image/20210811/20210811135544_10554827.png) no-repeat right;
	text-align: center;
}

.ys_con li .bock h3 b {
	display: block;
	color: #fff;
	margin-bottom: 8px;
}

.ys_con li .bock p {
	float: left;
	margin-left: 44px;
}

.ys_con li .bock p i {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	position: relative;
	padding-left: 16px;
}

.ys_con li .bock p i:after {
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	content: "";
}

.ys_con li.cur {
	width: 52%;
}

.ys_con li.cur:before {
	width: 0;
	height: 0;
}

.ys_con li.cur .bock {
	visibility: visible;
	opacity: 1;
	height: 200px;
}

.ys_con li.cur .shu2 {
	display: none;
}

/*流程*/
.tdbj {
	background: url(../images/20210813160453_1839935965.jpg) no-repeat center;
	padding: 100px 0 0;
}

.td h2 {
	text-align: center;
	margin-bottom: 60px;
}

.td h2 span {
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.td h2 em {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 17px;
}

.td h2 i {
	display: block;
	width: 59px;
	height: 3px;
	background: #1240B8;
	margin: 0 auto;
}

.td ul li {
	float: left;
	border-right: 1px solid #DEDEDE;
	box-sizing: border-box;
	transition: .5s;
	padding: 54px 0 45px;
	width: calc(100%/6);
}

.td ul li i {
	display: block;
	height: 19px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: .5s;
	border-right: 3px solid #a40000;
	width: 100%;
}

.td ul li b {
	display: block;
	width: 61px;
	height: 61px;
	transition: .5s;
	margin: 55px auto 30px;
}

.td ul li b {
	display: block;
	font-weight: normal;
	font-size: 60px;
	color: #a40000;
}

.td ul li span {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.td ul li span em {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #333333;
}

.td ul li span p {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-family: "Arial";
	color: rgba(102, 102, 102, 0.3);
	text-transform: uppercase;
}

.td ul li:hover b {
	margin-top: 37px;
}

.td ul li .td-desc {
	width: 70%;
	margin: 20px auto 0;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	transition: .5s;
	line-height: 24px;
}

.td ul li:hover .td-desc {
	opacity: 1;
	margin: 0 auto;
}

.td ul li:hover {
	background: #a40000;
}

.td ul li:hover b {
	color: #fff;
}

.td ul li:hover i {
	opacity: 0;
}

.td ul li:hover span em {
	color: #FFF;
	font-weight: bold;
}

.td ul li:hover span p {
	color: rgba(255, 255, 255, 0.9);
}

.td ul li:first-child {
	border-left: 1px solid #DEDEDE;
}

.td ul li:first-child i {
	border-left: 3px solid #a40000;
}

.td>ul {
	display: flex;
	margin-top: 60px;
}

/*news*/
.new_tit {
	display: flex;
	justify-content: space-between;
}

.ser_tit>b {
	display: block;
	font-size: 36px;
	font-weight: normal;
	color: #a40000;
}

.ser_tit>p {
	font-size: 14px;
	color: #333;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 10px;
}

.news_wz .news_div_item .news_div_item_title a:before {
	position: absolute;
	content: "了解详情";
	color: #333;
	bottom: -138px;
	left: 0;
	font-size: 14px;
	transition: all .5s;
}

.news_nav ul {
	display: flex;
}

.news_nav ul li+li {
	margin-left: 30px;
}

.news_nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_nav ul li a span {
	font-size: 18px;
	color: #333;
	display: block;
	margin-right: 8px;
}

.news_nav ul li:first-child a span {
	font-size: 23px;
}

.news_nav ul li:last-child a span {
	font-size: 21px;
}

.news_nav ul li a b {
	font-size: 18px;
	color: #333;
	display: block;
	position: relative;
}

.news_nav ul li.on a b:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #a40000;
	bottom: -27px;
	left: 0;
}

.news_nav ul li.on a b,
.news_nav ul li.on a span {
	color: #a40000;
}

.news_cc {
	margin-top: 50px;
	display: flex;
	transition: all .5s;
}

.news_wz .news_div_item {
	display: flex !important;
	flex-direction: column-reverse;
	width: 30%;
	flex-shrink: 0;
	position: relative;
	padding: 70px 0 102px;
}

.news_wz .news_div_item_pic img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

.news_cc .news_div+.news_div {
	display: none;
}

.news_wz .news_div {
	display: flex;
	justify-content: space-between;
}

.news_wz .news_div_item .news_div_item_date {
	position: absolute;
	top: 33px;
	display: flex;
	justify-content: center;
	color: #333;
	font-size: 20px;
}

.news_wz .news_div_item .news_div_item_date:before {
	position: absolute;
	content: "\e616";
	font-size: 26px;
	font-family: "hlz";
	top: 10px;
	left: 23px;
	display: none;
}

.news_wz .news_div_item .news_div_item_title a {
	display: block;
	font-size: 24px;
	color: #202020;
	padding: 25px 0 25px;
	position: relative;
}

.news_wz .news_div_item .news_div_item_body {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.news_wz .news_div_item .news_div_item_title a:after {
	position: absolute;
	content: "\e636";
	font-family: "iconftb";
	bottom: -139px;
	left: 62px;
	font-size: 22px;
	color: #6a6a6a;
	transition: all .5s;
}

.news_wz button {
	display: none !important;
}

.news_wz .news_div_item:hover .news_div_item_title a:after {
	color: #dc2623;
	transform: translateX(20px);
}

.news_wz {
	flex-shrink: 0;
	width: 100%;
}

.news_c {
	overflow: hidden;
}

.news_wz .news_div_item .news_div_item_date * {}

.new_bc {
	padding: 100px 0;
}

.news_wz .news_div_item:last-child {
	border: none;
}

.news_wz .news_div_item:hover .news_div_item_title a:before {
	color: #a40000;
}

.news_wz .news_div_item:hover .news_div_item_a {
	color: #a40000;
}

.news_wz .news_div_item:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #eee;
	top: 0;
	left: -36px;
}

.news_wz .news_div_item:first-child:after {
	background: none;
}

/*about*/
.ab_bc {
	background: url(../images/20210811153552_1594249691.jpg) no-repeat center;
	height: 637px;
	padding: 100px 0;
}

.ab_wz {
	text-align: center;
	color: #a40300;
	font-size: 14px;
	line-height: 33px;
	margin: 42px 0;
}

a.ab_btn {
	display: block;
	width: 193px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	margin: 0 auto;
	background: #a40000;
}

.cf_i .divdgweb_new_div {
	display: flex;
}

.cf_i .divdgweb_new_div_item {
	width: 343px;
	flex-shrink: 0;
	margin: 0 0.2%;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

.cf_i .news_div_item_pic {
	overflow: hidden;
}

.cf_i .news_div_item_pic a {
	display: block;
	position: relative;
	overflow: hidden;
}

.cf_i .news_div_item_pic a:before,
.cf_i .news_div_item_pic a:after {
	position: absolute;
}

.cf_i .news_div_item_pic img {
	width: 100%;
	transition: all .5s;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}

.cf_i .divdgweb_new_div_item .divdgweb_new_div_item_title a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 34px;
	line-height: 34px;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 99;
	width: 100%;
	transition: all .5s;
	background: #a40000;
}

.cf_i .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a,
.cf_i .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a:after {}

.cf_i .divdgweb_new_div button {
	display: none !important;
}

.cf_i .divdgweb_new_div_item:hover img {}

.cf_i .news_div_item_pic a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 55, 147, 0.6);
	bottom: -100%;
	left: 0;
	transition: all .5s;
	opacity: 0;
	border-radius: 30px;
	display: none;
}

.cf_i .divdgweb_new_div_item:hover .news_div_item_pic a:after {
	bottom: 0;
	opacity: 1;
}

.cf_c>ul {
	align-items: center;
	position: relative;
}

.cf_c>ul>li+li {
	margin-top: 2px;
}

.cf_c>ul>li>a {
	display: block;
	width: 188px;
	height: 66px;
	background: #e6e6e6;
	color: #666;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
}

.cf_c>ul>li.on>a {
	background: #a40000;
	color: #fff;
}

.cf_ic {
	transition: all .5s;
	display: flex;
}

.cf_fc {
	overflow: hidden;
	width: 100%;
}

.cf_i {
	flex-shrink: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
}

.cf_i.on {
	height: auto;
	visibility: visible;
}

.cf_i .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a {
	bottom: 0;
}

.cf_c>ul>a {
	right: 0;
	text-transform: uppercase;
	font-size: 20px;
	color: #0d1821;
	position: absolute;
}

.cf_c>ul>a>span {
	font-size: 18px;
	color: #0d1821;
}

.cf_c {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15), 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	margin-top: -120px;
	background: #fff;
	padding-left: 28px;
}

/*footer*/
.footer_bg {
	width: 100%;
	color: #fff;
	background: #333;
	position: relative;
	padding: 36px 0;
}

.fbt {
	border-top: 10px solid #ff5c00;
}

.bq_item li {
	position: relative;
}

.footer li {
	float: left;
	position: relative;
}

.bq_item li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 25px;
	background: #a40000;
	top: 9px;
	left: -18px;
}

.footer li+li {
	margin-left: 10%;
}

.footer_w1 t {
	display: block;
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-right: 11px;
}

.footer_w1 span {
	display: block;
	float: left;
	font-size: 20px;
	margin-top: 3px;
}

.bq_gzh li {
	width: 130px;
}

.footer_w {
	font-size: 14px;
	line-height: 34px;
	color: #999;
}

.footer_w p {
	position: relative;
}

.footer_w p:before {
	left: 0;
	font-family: "iconfont";
	font-size: 16px;
}

.footer li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.47);
}

.footer li a:hover {
	color: #fff;
}

.footer_t {
	font-size: 18px !important;
	color: #fff !important;
	line-height: 48px !important;
	position: relative;
	font-weight: bold;
}

.footer li img {
	width: 130px;
}

.bq_gzh li p {
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}

.copy {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	padding-top: 10px;
}

.copy a {
	font-size: 14px;
	color: #999;
}

.copy a:hover {
	color: #ff7b0f;
}

/*link*/
.link_bg {
	height: 88px;
	border-top: 1px solid #e6e6e6;
	position: relative;
	z-index: 99;
	background: #fff;
}

.linkTagcs li a {
	font-size: 14px;
}

.links_r a {
	font-family: "iconfont" !important;
	font-size: 42px;
	font-style: normal;
	color: rgba(255, 255, 255, 0.3);
	display: inline;
	height: 80px;
	display: block;
	line-height: 80px;
}

.links_l {
	display: flex;
	align-items: center;
}

.l_wz {
	margin-left: 12px;
	position: relative;
	width: 79px;
}

.l_wz b {
	font-size: 25px;
	color: #051c16;
	line-height: 21px;
}

.l_wz b span {
	font-size: 25px;
	color: #a40000;
}

.l_wz p {
	color: #696b6a;
	letter-spacing: 5px;
}

.l_wz:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 38px;
	background: #ededed;
	top: 0;
	right: -10px;
}

.links {
	display: flex;
	align-items: center;
	height: 88px;
}

.links_m {
	margin-left: 25px;
}

.foo_icon {
	display: flex;
	justify-content: space-between;

}

.foo_icon li span {
	color: #fff;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #a40000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 22px;
	z-index: 1;
}

.foo_icon li span:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: rgba(254, 1, 55, 0.22);
	top: -5px;
	left: -5px;
	z-index: -1;
}

.foo_icon li {
	display: flex;
	align-items: center;
}

.foo_icon li div {
	margin-left: 13px;
}

.foo_icon li div b {
	font-size: 16px;
	color: #fff;
}

.bq_gzh {
	float: right;
	padding-top: 7px;
}

.bq_gzh li+li {
	margin-left: 44px !important
}

.copy_bg {
	height: 80px;
	background: #a40000;
	display: flex;
	align-items: center;
}

.copy_b {
	display: flex;
	justify-content: space-between;
}

.copy_bg div {
	color: #fff;
}

.copy_bg div a {
	color: #fff;
}

.foo_icon li div p {
	color: #fff;
	margin-top: 8px;
}

.cl {
	clear: both;
}

.banq {
	margin-left: 22px;
}

.linkTagcs>ul {
	display: flex;
}

.linkTagcs li {
	line-height: 30px !important;
	padding-right: 15px !important;
}

.linkTagcs {
	width: 100% !important;
}
