/* CSS Document */

html {
	font-size: 100px;
}

body {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	overflow-x: hidden;
}

body.f5 {background:#fff}

.contain {
	width: 1300px;
	margin: 0 auto;
}



/*初始化按钮*/

.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

.btn span {
	display: inline-block;
}

input.text,
textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
	resize: none;
}



/*--- Header ---*/

.Header-wrapper {
	z-index: 99;
}

.Header-wrapper .Header-cl {
	position: relative;
}

.header-container {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.header-box {
	padding: 0px 4%;
	
}



/*logo*/

.H-logo {
	height: 90px;
	line-height: 90px;
	font-size: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.H-logo img.rollover {
	display: none;
}



.H-action {
	float: right;
	margin: 0 1.16667% 0 0;
}

.H-srch {
	height: 90px;
	float: left;
}



/*Hsrch*/

.H-srch .Hsrch-menu {
	display: block;
	width: 47px;
	height: 100%;
	background: url(../image/icon-hsrch.png) no-repeat center center;
}

.Hsrch-box {
	width: 100%;
	height: 90px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	position: absolute;
	z-index: 2;
}

.Hsrch-block {
	padding: 0 0 0 4rem !important;
	width: 12rem !important;
	height: 32px;
	margin: 30px auto 0;
}

.Hsrch-block .btn {
	width: 24px;
	height: 32px;
	background: url(../image/icon_sq.svg) no-repeat center center / contain;
	float: left;
}

.Hsrch-block .close {
	display: block;
	width: 24px;
	height: 32px;
	background: url(../image/icon-close1.png) no-repeat center center;
	float: right;
}

.Hsrch-block .text {
	width: 70%;
	height: 32px;
	font-size: 16px;
	float: left;
	margin: 0 0 0 10px;
}

.Hsrch-block .text::-webkit-input-placeholder {
	color: #6f6f6f;
}

.Hsrch-menu.cur {
	display: none;
}



.Header-wrapper.Header-searching .H-logo img {
	display: none;
}

.Header-wrapper.Header-searching .H-logo img.rollover {
	display: inline-block;
}



.header-container.fixedHead {
	background: #fff;
	box-shadow: 0px 0px 8px #666;
}

.header-container.fixedHead .H-logo {
	line-height: 90px;
	height: 90px;
}

.header-container.fixedHead .H-logo img {
	display: none;
}

.header-container.fixedHead .H-logo img.rollover{
	display: block;
	padding-top: 18px;
}

.header-container.fixedHead .H-nav .Hnav-menu {
	color: #333;
}

.header-container.fixedHead .H-srch .Hsrch-menu {
	background: url(../image/icon-hsrchon.png) no-repeat center center;
}

.header-container.fixedHead .H-nav .Hnav-menu.active {
	color: #c70c1f;
}



/*Hnav*/

.H-nav {
	float: right;
	margin: 0 0 0 4.75%;
}

.H-nav>li {
	padding: 0 33px;
	float: left;
	position: relative;
}

.H-nav .Hnav-menu {
	display: block;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #fff;
	position: relative;
}

.H-nav .Hnav-menu:hover {
	color: #c70c1f !important;
}

.H-nav>li:hover .Hnav-menu {
	color: #c70c1f !important;
}

.Hnav-menu i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../image/icon-dd1.png) no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

.Hnav-menu.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}



.Hnav-sub {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 90px;
	left: 0px;
	display: none;
}

.HnavSub-list {
	width: 100%;
}

.HnavSub-list li {
	width: 100%;
}

.HnavSub-list li a {
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #666;
	background: #f6f7f9;
	position: relative;
}

.HnavSub-list li a:after {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 2px;
	background: #c70c1f;
	content: "";
	height: 0%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.HnavSub-list li a:hover:after {
	height: 100%;
	top: 0%;
}

.H-nav>li.active .Hnav-menu {
	color: #c70c1f;
}

.HnavSub-list li.cur a,

.HnavSub-list li a:hover {
	background: #fff;
	color: #c70c1f;
}





@media all and (min-width:980px) {

	.H-lang:hover .Hlang-box {
		display: block;
		animation: fadeInUp .4s ease-in-out;
		-webkit-animation: fadeInUp .4s ease-in-out;
	}

	.H-nav>li:hover .Hnav-sub {
		display: block;
		animation: fadeInDown .4s ease-in-out;
		-webkit-animation: fadeInDown .4s ease-in-out;
	}

}



/*right menu*/

@keyframes fadeInUp {

	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}

}

@keyframes fadeInDown {

	0% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}

}



/*--- Footer ---*/

.Footer-wrapper {
	color: #fff;
}

.F-cr {
	padding: 15px 0;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, .4);
	background: #1a1a1a;
}

.footer-container {
	padding: 56px 0 45px;
	background: #1a1a1a;
}

.F-nav {
	width: 13.8333%;
	float: left;
}

.F-nav.F-nav2 {
	width: 18.0833%;
}

.F-nav dt {
	line-height: 25px;
	font-size: 16px;
	position: relative;
	padding-bottom: 20px;
}

.F-nav dt:after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	height: 2px;
	background: #e50012;
	content: "";
}

.F-nav dt i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../image/icon-dd2.png) no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}

.F-nav dt.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.F-nav dd {
	margin: 15px 0 0;
}

.F-nav dd a {
	display: block;
	padding: 5px 0;
	line-height: 24px;
	opacity: .6;
}

.F-nav dd a:hover {
	color: #e50012;
}



.F-ct {
	width: 31%;
	float: left;
}

.F-ct .tel {
	padding: 15px 0;
	padding-left: 50px;
	color: #fff;
	margin-bottom: 35px;
	font-size: 18px;
	background: url(../image/icon-user.png) no-repeat left center;
}

.F-ct .tel a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.F-ct .adr {
	line-height: 22px;
	color: rgba(255, 255, 255, .6);
	margin: 7px 0 0;
}

.F-code {
	float: right;
	margin: 0px 0 0;
}

.F-code .type {
	line-height: 22px;
	font-size: 13px;
	color: #b6b6b6;
	margin: 10px 0 0;
}



.fdlink {
	background: #1a1a1a;
}

.fdlink .contain {
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	padding: 25px 0;
	height: 90px;
	overflow: hidden;
}

.fdlink a {
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
	margin-left: 5px;
	line-height: 22px;
}

.fdlink a:hover {
	color: #fff;
}
/* 
.fdlink span {
	background: url(../image/x.png) no-repeat right center;
	padding-right: 25px;
	cursor: pointer;
} */

.fdlink .active {
	height: auto;
}

.fdlink .active a {
	line-height: 30px;
}



#web-bnr {
	display: none;
}



/*--- Banner ---*/

#index-bnr {
	height: 866px;
}

.bnr-img {
	display: block;
	width: 100%;
	height: auto;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}



.index-bnr .bnr-img {
	height: 866px;
}

.index-bnr .swiper-pagination {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 15% !important;
	z-index: 2;
	text-align: center;
}

.index-bnr .swiper-pagination-switch {
	width: 30px;
	height: 4px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 8px;
	opacity: 0.3;
	display: inline-block;
}

.index-bnr .bnr-bg {
	width: 100%;
	height: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	top: 0px;
	left: 0px;
}

.index-bnr .swiper-active-switch {
	opacity: 1;
}



/*iBnr-1*/

.iBnr1-box {
	text-align: center;
	color: #fff;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 700px;
	margin-left: 0px;
	text-align: left;
}

.iBnr1-box .t1 {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 35px;
}

.iBnr1-box .t1,
.iBnr1-box .t2 {
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
	opacity: 0;
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
}

.iBnr1-box .t2 {
	transition: all 1s ease-in-out .2s;
	-webkit-transition: all 1s ease-in-out .2s;
	background: url(../image/icon_t2.png) no-repeat left center;
	padding-left: 25px;
}

.swiper-slide.swiper-slide-active .iBnr1-box .t1,
.swiper-slide.swiper-slide-active .iBnr1-box .t2 {
	transform: translate(0, 0) scale(1);
	-webkit-transform: translate(0, 0) scale(1);
	opacity: 1;
}



.iBnr1-box .t2 {
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 2px;
}

.iBnr1-box .iBnr1-block {
	width: 830px;
	height: 267px;
	
	position: relative;
	margin: -28px 0 0;
}

.iBnr1-block .orn1 {
	display: block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	font-size: 18px;
	font-weight: lighter;
	position: absolute;
	left: 0px;
	top: 32px;
}



.index-bnr .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../image/iprev.png) no-repeat center;
	position: absolute;
	left: 4%;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}

.index-bnr .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../image/inext.png) no-repeat center;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}



.index-bnr .swiper-button-prev:hover {
	background: url(../image/iprevon.png) no-repeat center;
	position: absolute;
	left: 4%;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}

.index-bnr .swiper-button-next:hover {
	background: url(../image/inexton.png) no-repeat center;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}



/*--- Container ---*/



/*内页banner 文字缓动1*/

.bann h2,
.bann h1,
.bann h4,
.bnr-t1 h2 {
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes mymove {

	from {
		transform: translateY(-50px);
	}

	to {
		transform: translateY(0px);
	}

}

@-webkit-keyframes mymove {

	from {
		transform: translateY(-50px);
	}

	to {
		transform: translateY(0px);
	}

}

.pdtb70 {
	padding: 70px 0px;
}

.bann {
	height: 350px;
	margin-top: 90px;
	color: #fff;
	position: relative;
}

.bann img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}

.bann h1 {
	font-size: 36px;
	text-align: center;
}

.bann h2 {
	font-size: 42px;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -30px;
}

.pub_nav {
	position: relative;
	margin-top: -50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	color: #fff;
	overflow: hidden;
}

.pub_nav .crumbs {
	float: left;
}

.pub_nav .crumbs a.home {
	background: url(../image/icon_home.png) no-repeat center;
	display: inline-block;
	width: 18px;
	height: 16px;
	position: relative;
	top: 2px;
}

.pub_nav .crumbs a:hover {
	color: #c70c1f;
}

.pub_nav .nav {
	float: right;
}

.pub_nav .nav a {
	display: block;
	float: left;
	padding: 0px 30px;
}

.pub_nav .nav a:hover,
.pub_nav .nav a.cur {
	background: #c70c1f;
	color: #fff;
}



/*效果*/

.show-more {
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	display: block;
	color: #fff;
	text-align: center;
	margin: 48px auto 0;
	border: 1px solid #c70c1f;
	position: relative;
	background: #c70c1f;
}

.show-more span {
	position: relative;
	z-index: 3;
	background: url(../image/icon_jtr.png) no-repeat right center;
	padding-right: 25px;
}

.show-more {
	overflow: hidden;
}

.show-more:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ac0a1b;
	position: absolute;
	top: 0px;
	left: -100%;
}

.show-more:hover {
	color: #fff;
	border-color: #ac0a1b !important;
}

.show-more:hover:after {
	left: 0px;
}

.show-more:after,
.show-more {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}



/* 四大金刚 */

.fourmod {
	background: #f7f7f7;
}

.fourmod ul {
	background: #fff;
	box-shadow: 0px 0px 20px #555;
	padding: 30px 3.125%;
	overflow: hidden;
	position: relative;
	top: -90px;
	z-index: 3;
}

.fourmod ul li {
	width: 24%; 
	/* margin-left: 12px; */
	text-align: center;
	float: left;
}

.fourmod ul li span {
	position: relative;
	top: 0px;
	transition: all 0.5s ease-in-out;
}

.fourmod ul li:hover span {
	top: -10px;
}

.fourmod ul li h4 {
	font-size: 18px;
	color: #c70c1f;
	font-weight: bold;
	margin: 25px auto 15px;
}

.fourmod ul li:hover h4 {
	color: #c70c1f;
}

.fourmod ul li p {
	color: #7f7878;
	line-height: 25px;
}



/* 首页案例 */

.ind-case {
	padding: 30px 0 50px;
	background: #f7f7f7;
}

.ind-tit {
	font-size: 36px;
	font-weight: bold;
	color: #232323;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 80px;
}

.ind-msg {
	font-size: 18px;
	color: #605c5c;
	text-align: center;
	margin-bottom: 28px;
	line-height: 28px;
}



.ind-casebox {
	overflow: hidden;
	margin: 0px 4.25%;
}

.ind-casel {
	float: left;
	width: 25%;
	overflow: hidden;
	position: relative;
	height: 920px;
}

.ind-casel img {
	width: 100%;
	height: 920px;
	object-fit: cover;
}

.ind-casec-top img,
.ind-casec-down-fl img,
.ind-casec-down-fr img,
.ind-caser-top img,
.ind-caser-down img {
	width: 100%;
	height: 455px;
	object-fit: cover;
}

.ind-casec {
	float: left;
	width: 49%;
	overflow: hidden;
	margin: 0 0.5%
}

.ind-casec-top,
.ind-caser-top {
	margin-bottom: 10px;
}

.ind-casec-down-fl {
	width: 49.5%;
	float: left;
}

.ind-casec-down-fr {
	width: 49.5%;
	float: right;
}

.ind-caser {
	float: right;
	width: 25%;
	overflow: hidden;
}



.ind-casel a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
}

.ind-casel:hover a {
	opacity: 1;
}

.ind-casel a .note {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #fff;
}

.ind-casel a .note h4 {
	position: relative;
	padding-bottom: 15px;
}

.ind-casel a .note h4:after {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 30px;
	height: 1px;
	background: #fff;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}



.ind-casec-top,
.ind-casec-down-fl,
.ind-casec-down-fr,
.ind-caser-top,
.ind-caser-down {
	position: relative;
}

.ind-casec-top a,
.ind-casec-down-fl a,
.ind-casec-down-fr a,
.ind-caser-top a,
.ind-caser-down a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
}

.ind-casec-top:hover a,
.ind-casec-down-fl:hover a,
.ind-casec-down-fr:hover a,
.ind-caser-top:hover a,
.ind-caser-down:hover a {
	opacity: 1;
}

.ind-casebox a .note {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #fff;
}

.ind-casebox a .note h4 {
	position: relative;
	padding-bottom: 15px;
	font-size: 16px;
}

.ind-casebox a .note h4:after {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 30px;
	height: 1px;
	background: #fff;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.ind-casebox a:hover .note h4:after {
	width: 100%;
}



/* 特效屏产品 */

.ind-pro-list {
	height: 510px;
	overflow: hidden;
	padding: 0px 8.333%;
}

.ind-pro-list .swiper-container {
	overflow: hidden;
}

.ind-pro-list .swiper-slide {
	width: 380px !important;
	height: 322px;
	position: relative;
	margin-top: 80px;
	float: left;
}

.ind-pro-list .swiper-slide:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

/* .ind-pro-list .swiper-slide.active{width:835px!important;height:405px;background:#fff;box-shadow:0 0 20px #999;text-align:center;margin:10px auto;padding:40px 0px;} */

.ind-pro-list .swiper-slide h2 {
	font-size: 24px;
	color: #666666;
	margin-top: 30px;
	display: none;
}

.ind-pro-list .swiper-slide.active h2 {
	display: block;
}



/*New*/





/* 合作伙伴 */

.ind-partner {
	background: url(../image/bj-r.png) no-repeat right;
}

.ind-partner ul li {
	width: 20%;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}



/* 商业价值 */

.ind-busn {
	background: url(../image/jz-bg.png) no-repeat center / cover;
}

.ind-busn .ind-tit {
	color: #fff;
}

.ind-busn .ind-msg {
	color: #ffffffbd;
}

.ind-slist li {
	float: left;
	width: 24.1%;
	margin-left: 1.125%;
	background: #ffffffed;
	position: relative;
}

.ind-slist li:first-child {
	margin-left: 0px;
}

.ind-slist li .note {
	padding: 30px 20px 30px;
	text-align: center;
}

.ind-slist li .note h4 {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.ind-slist li .note h4:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 24px;
	margin-left: -15px;
	height: 3px;
	background: #dcdcdc;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.ind-slist li .note p {
	color: #7f7878;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
}

.ind-slist li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0px;
	height: 4px;
	background: #d91a3a;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.ind-slist li:hover:after {
	width: 100%;
	left: 0px;
}



/* 新闻资讯 */

.ind-news {
	background: url(../image/bj.png) no-repeat left;
}

.ind-news .ind-newsfl {
	width: 34.765%;
	float: left;
	background: #fff;
	padding: 15px;
}

.ind-newsfl .n-pic img {
	max-width: 100%;
	height: 268px;
	object-fit: cover;
}

.ind-newsfl h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 25px auto 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.ind-newsfl p {
	color: #888;
	margin-bottom: 15px;
	line-height: 25px;
}

.ind-newsfl span {
	color: #888;
}



.ind-newsfl:hover h4 {
	color: #d91a3a;
}

.ind-news .ind-newsfr {
	width: 61%;
	float: right;
}

.ind-newsfr li {
	padding: 15px;
	background: #fff;
	overflow: hidden;
	margin-top: 20px;
}

.ind-newsfr li:first-child {
	margin-top: 0px;
}

.ind-newsfr li .n-pic {
	width: 24%;
	float: left;
}

.ind-newsfr li .n-pic img {
	max-width: 100%;
	height: 110px;
	object-fit: cover;
}

.ind-newsfr li .n-note {
	width: 72%;
	float: right;
}

.ind-newsfr li h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.ind-newsfr li p {
	margin: 10px auto;
	color: #757474;
	line-height: 25px;
}

.ind-newsfr li span {
	color: #888;
}

.ind-newsfr li:hover h4 {
	color: #d91a3a;
}



/* 关于我们 */

.ind-about {
	background: url(../image/about-bg.jpg) no-repeat center / cover;
}

.about-note ul li {
	width: 33.3333%;
	float: left;
	text-align: center;
	color: #9e9e9e;
	line-height: 22px;
}

.about-note ul li p {
	margin-top: 20px;
	margin-bottom: 25px;
}

.about-note ul li h4 {
	font-size: 30px;
	color: #c70c1f;
	font-weight: bold;
	height: 65px;
	line-height: 65px;
}

.about-note ul li h4 span {
	font-size: 55px;
}

.ind-video {
	overflow: hidden;
}

.ind-video ul li {
	width: 33.3333%;
	float: left;
	position: relative;
}

.ind-video ul li img {
	max-width: 100%;
	height: 340px;
	object-fit: cover;
}

.ind-video ul li h4 {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.ind-video ul li .note {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.ind-video ul li .note span {
	width: 55px;
	height: 55px;
	object-fit: cover;
	background: url(../image/vplay.png) no-repeat center / cover;
	display: block;
	margin: 100px auto 20px;
	cursor: pointer;
}

.ind-video ul li:hover .note {
	z-index: 3;
}

.ind-video ul li:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(217, 26, 58, 0.7);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.ind-video ul li:hover:after {
	opacity: 1;
}

.ind-video ul li a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}

/* 视频中心 */

.c_video ul li {
	width: 47%;
	float: left;
	margin-bottom: 50px;
	position: relative;
}

.c_video ul li .vpic {
	position: relative;
}

.c_video ul li .vplay {
	position: absolute;
	width: 51px;
	height: 51px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background: url(../image/vplay1.png) no-repeat center / contain;
	cursor: pointer;
	z-index: 3;
}

.c_video ul li .vpic:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.c_video ul li .vpic:hover:after {
	opacity: 1;
}

.c_video ul li:nth-child(2n) {
	float: right;
}

.c_video ul li h4 {
	margin-top: 15px;
	color: #333;
	font-size: 18px;
	text-align: center;
}

.c_video ul li img {
	width: 100%;
	height: 282px;
	object-fit: cover;
}



/* 下载中心 */

.c_down li {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.c_down li h4 {
	width: 80%;
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: lighter;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.c_down li h4:hover {
	color: #d91a3a;
}

.c_down li span.date {
	width: 10%;
	float: left;
	color: #999;
	font-size: 14px;
}

.c_down li a.down {
	float: right;
	display: block;
	width: 26px;
	height: 24px;
	background: url(../image/down.png) no-repeat center;
}





/* 新闻列表页 */

.c_news {
	background: #f4f4f4;
	overflow: hidden;
}

.c_news_fl {
	width: 66%;
	float: left;
}

.newsList li {
	padding: 30px 30px;
	background: #fff;
	margin-bottom: 30px;
}

.newsList li h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.newsList li:hover h4 {
	color: #d91a3a;
}

.newsList li .com-img img {
	max-width: 100%;
}

.newsList li p {
	font-size: 16px;
	color: #777777;
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	line-height: 28px;
}

.newsList li .tag {
	color: #333;
	margin-top: 20px;
	padding-left: 130px;
}

.newsList li .tag .cp_name {
	background: url(../image/icon_cpn.png) no-repeat left center;
	padding-left: 25px;
	margin-right: 30px;
}

.newsList li .tag .stag {
	padding-left: 20px;
	background: url(../image/icon_tag.png) no-repeat left center;
}

.newsList li .note {
	position: relative;
}

.newsList li .date {
	width: 72px;
	height: 70px;
	background: #c70c1f;
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: -40px;
}

.newsList li .date p {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #fff;
	border: 0px;
}

.newsList li .date span {
	font-size: 12px;
	color: #fff;
}

.newsList li .more {
	overflow: hidden;
	width: 160px;
	height: 42px;
	line-height: 42px;
	display: block;
	color: #666;
	text-align: center;
	float: right;
	border: 1px solid #e5e5e5;
	position: relative;
}

.newsList li .more span {
	position: relative;
	z-index: 3;
	background: url(../image/icon-newr.png) no-repeat right center;
	padding-right: 25px;
}

.newsList li .more:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ac0a1b;
	position: absolute;
	top: 0px;
	left: -100%;
}

.newsList li .more:hover {
	color: #fff;
	border-color: #ac0a1b !important;
}

.newsList li .more:hover:after {
	left: 0px;
}

.newsList li .more:after,
.newsList li .more {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}



.c_news_fr {
	width: 31%;
	float: right;
}

.c_news_fr h2 {
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	position: relative;
}

.c_news_fr h2::after {
	position: absolute;
	left: 0px;
	height: 20px;
	width: 5px;
	content: "";
	top: 2px;
	background: #c70c1f;
}

.hotnews {
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
}

.hotnews li {
	overflow: hidden;
	border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 15px;
}

.hotnews .hot-nimg {
	width: 35%;
	float: left;
}

.hotnews .hot-nimg img {
	width: 100%;
	height: 65px;
	object-fit: cover;
}

.hotnews .note {
	width: 60%;
	float: right;
}

.hotnews .note h4 {
	color: #666;
	margin-bottom: 5px;
	line-height: 20px;
}

.hotnews li:hover .note h4 {
	color: #c70c1f;
}

.hotnews .note p {
	color: #999;
}



.hotkey {
	padding: 20px;
	background: #fff;
}

.hotkey .formkey {
	margin: 20px auto;
	overflow: hidden;
}

.hotkey .key_tit a {
	color: #999;
	margin-right: 15px;
	line-height: 30px;
}

.hotkey .key_tit a:hover {
	color: #c70c1f;
}

.hotkey .inp_text {
	width: 67%;
	float: left;
	border: 1px solid #eee;
	height: 40px;
	padding: 0px 10px;
	transition: all 0.5s ease-in-out;
}

.hotkey .inp_text:focus {
	border-color: #999;
}

.hotkey .inp_sq {
	width: 30%;
	float: right;
	background: #c70c1f;
	height: 40px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}



/* 新闻详情页 */

.newsCon {
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
}

.newsCon h1 {
	font-size: 18px;
	color: #333;
}

.newsCon .note {
	margin: 15px auto;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.newsCon .tag {
	color: #333;
	margin-top: 40px;
	padding-left: 20px;
	float: left;
}

.newsCon .tag .cp_name {
	background: url(../image/icon_cpn.png) no-repeat left center;
	padding-left: 25px;
	margin-right: 30px;
	float: left;
}

.newsCon .tag .stag {
	padding-left: 20px;
	background: url(../image/icon_tag.png) no-repeat left center;
}

.newsCon .date {
	width: 72px;
	height: 70px;
	background: #b5b5b5;
	padding: 10px;
	text-align: center;
	float: left;
}

.newsCon .date p {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #fff;
	border: 0px;
}

.newsCon .date span {
	font-size: 12px;
	color: #fff;
}



.newsCon p {
	color: #777;
	line-height: 25px;
}

.newsCon .content img {
	max-width: 100%;
}

.cshare {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
}

.cshare span {
	float: left;
	color: #999;
	position: relative;
	margin-top: 8px;
}

.cshare .baishare {
	float: left;
}

.baishare a {
	width: 24px !important;
	height: 24px !important;
	display: inline-block;
	background: url(../image/icon_share.jpg) no-repeat left center !important;
}

.baishare a.bds_tsina {
	background-position: -31px center !important;
}

.baishare a.bds_qzone {
	background-position: -62px center !important;
}



.flip_page {
	overflow: hidden;
	color: #999;
}

.flip_page .prev {
	width: 49%;
	float: left;
}

.flip_page .next {
	width: 49%;
	float: right;
	text-align: right;
}

.flip_page a:hover {
	color: #c70c1f;
}

.return_l {
	overflow: hidden;
	width: 150px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	display: block;
	color: #fff;
	background: #c70c1f;
	text-align: center;
	position: relative;
	margin: 40px auto 20px;
}

.return_l span {
	position: relative;
	z-index: 3;
	background: url(../image/return.png) no-repeat left center;
	padding-left: 25px;
}

.return_l:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ac0a1b;
	position: absolute;
	top: 0px;
	left: -100%;
}

.return_l:hover {
	color: #fff;
	border-color: #ac0a1b !important;
}

.return_l:hover:after {
	left: 0px;
}

.return_l:after,
.return_l {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}



.new_case {
	background: #fff;
	padding: 20px;
}

.new_case h2 {
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	position: relative;
}

.new_case h2::after {
	position: absolute;
	left: 0px;
	height: 20px;
	width: 5px;
	content: "";
	top: 2px;
	background: #c70c1f;
}

.new_case li {
	width: 48%;
	float: left;
	overflow: hidden;
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}

.new_case li:nth-child(2n) {
	float: right;
}

.new_case .pic {
	width: 35%;
	float: left;
}

.new_case .pic img {
	width: 100%;
	height: 65px;
	object-fit: cover;
}

.new_case .note {
	width: 60%;
	float: right;
}

.new_case .note h4 {
	color: #666;
	margin-bottom: 5px;
	line-height: 20px;
}

.new_case li:hover .note h4 {
	color: #c70c1f;
}

.new_case .note p {
	color: #999;
}





/* 联系我们 */

.ct_msgbox {
	border: 1px solid #eee;
	padding: 40px 70px;
	overflow: hidden;
}

.ctmsg_fl {
	width: 45%;
	border-right: 1px solid #eee;
	float: left;
	padding-bottom: 50px;
}

.ctmsg_fl h2 {
	font-size: 60px;
	font-weight: bold;
	color: #c70c1f;
	font-family: "Arial";
}

.ctmsg_fl h4 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin: 25px 0 30px;
}

.ctmsg_fl p {
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	background: url(../image/icon_ct.png) no-repeat left top;
	padding-right: 150px;
}

.ctmsg_fl p.add {
	margin-bottom: 35px;
}

.ctmsg_fl p.tel {
	background-position: left -50px;
}

.ctmsg_fl p.fax {
	background-position: left -97px;
}

.ctmsg_fl p.email {
	background-position: left -140px;
}

.ctmsg_fl .list {
	position: relative;
}

.ctmsg_fl .list span {
	position: absolute;
	right: 25px;
	bottom: 0px;
}



.ct_msgfr {
	width: 45%;
	float: right;
}

.ct_msgfr p {
	margin-bottom: 20px;
}

.ct_msgfr p .inp_t {
	width: 100%;
	height: 40px;
	border: 0px;
	border-bottom: 1px solid #eee;
	transition: all 0.5s ease-in-out;
}

.ct_msgfr p .inp_t:focus,
.ct_msgfr p textarea:focus {
	border-color: #999;
}

.ct_msgfr p textarea {
	border: 0px;
	width: 100%;
	border-bottom: 1px solid #eee;
	height: 100px;
	resize: none;
}

.ct_msgfr p .inp_s {
	width: 150px;
	height: 40px;
	background: #c70c1f;
	color: #fff;
	border: 0px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.ct_msgfr p .inp_s:hover {
	background: #ac0a1b;
}



/* 常见问题 */

.c_faq {
	background: #f4f4f4;
}



/*常见问题*/

.faq_list {
	background: #fff;
	padding: 30px 40px 60px;
}

.faq_list ul {
	margin-bottom: 60px;
}

.faq_list ul li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.faq_list .job_Tname {
	width: 80%;
}

.faq_list ul li .job_infor4 {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 36px;
	height: 36px;
	background: url(../image/icon_jia.png) no-repeat center;
}

.faq_list .faq_top {
	overflow: hidden;
	padding: 22px 0;
	font-size: 16px;
	color: #666;
	background: #fff;
	cursor: pointer;
}

.faq_list .cur .faq_top .job_infor4 {
	background: url(../image/icon_jian.png) no-repeat center;
}

.faq_list .job_down {
	padding: 30px 20px;
	background: #f4f4f4;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	display: none;
}



/* 案例列表页 */

.c_case {
	background: #f4f4f4;
}

.c_case ul li {
	width: 31.25%;
	float: left;
	margin-right: 3.125%;
	margin-bottom: 40px;
	height: 248px;
	position: relative;
}

.c_case ul li:nth-child(3n) {
	margin-right: 0px;
}

.c_case ul li .com-img img {
	width: 100%;
	height: 248px;
	object-fit: cover;
}

.c_case ul li h4 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(0, 0, 0, .5);
	padding: 0px 10px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.c_case ul li:hover h4 {
	background: rgba(0, 0, 0, 0.8);
}



.new_cbox {
	background: #fff;
	padding: 27px 35px;
	margin-top: 80px;
}

.new_cbox h2 {
	font-size: 24px;
	color: #c70c1f;
	padding-left: 20px;
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}

.new_cbox h2:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 3px;
	height: 24px;
	background: #c70c1f;
}

.new_cbox .com-img {
	border: 1px solid #eee;
	height: 160px;
	transition: all 0.5s ease-in-out;
}

.new_cbox .com-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_cbox h4 {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.new_cbox .swiper-slide:hover h4 {
	color: #c70c1f;
}

.new_cbox .swiper-slide:hover .com-img {
	border-color: #ccc;
}

.new_cbox .swiper-button-prev {
	left: 0px;
	background-color: #a8a8a8;
	background-size: 50%;
	width: 28px;
	height: 60px;
	margin-top: -46px;
}

.new_cbox .swiper-button-next {
	right: 0px;
	background-color: #a8a8a8;
	background-size: 50%;
	width: 28px;
	height: 60px;
	margin-top: -46px;
}

.new_cbox .swiper-button-next:hover,
.new_cbox .swiper-button-prev:hover {
	background-color: #c70c1f;
}



/* 产品列表页 */

.c_product {
	background: #f4f4f4;
}

.c_pro_fl {
	width: 49%;
	float: left;
}

.c_pro_fl .c_pro_top {
	background: #fff;
	margin-bottom: 30px;
	height: 300px;
	box-shadow: 0 0 15px #ddd;
	padding: 60px 35px;
	position: relative;
}

.c_product .cprobox .c_pro_top a.more {
	display: none;
}

.c_product .cprobox .c_pro_top .pic a,
.c_product .cprobox .c_pro_down .pic a {
	display: block;
}

.c_pro_fl .c_pro_top:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	background: rgba(199, 12, 31, 0.8);
	transition: all 0.3s ease-in-out;
}

.c_pro_fl .c_pro_top:hover:after {
	width: 50%;
}

.c_pro_fl .c_pro_top:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	background: rgba(199, 12, 31, 0.8);
	transition: all 0.3s ease-in-out;
}

.c_pro_fl .c_pro_top:hover:before {
	width: 50%;
}

.c_pro_fl .c_pro_top:hover .note {
	position: relative;
	z-index: 3;
	color: #fff;
	padding-top: 0px;
}

.c_pro_fl .c_pro_top:hover .note h4 {
	color: #fff;
}

.c_pro_fl .c_pro_top:hover a.more {
	display: block;
}

.c_pro_fl .c_pro_top .pic {
	float: left;
	width: 48%;
}

.c_pro_fl .c_pro_top .pic img {
	max-width: 100%;
	height: 200px;
	object-fit: cover;
}

.c_pro_fl .c_pro_top .note {
	float: right;
	width: 48%;
	color: #666;
	line-height: 28px;
	padding-top: 30px;
}

.c_product .note h4 {
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}



.c_pro_fl .c_pro_down {
	background: #fff;
	height: 300px;
	box-shadow: 0 0 15px #ddd;
	padding: 60px 35px;
	position: relative;
}

.c_product .cprobox .c_pro_down a {
	display: none;
}

.c_pro_fl .c_pro_down:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	background: rgba(199, 12, 31, 0.8);
	transition: all 0.3s ease-in-out;
}

.c_pro_fl .c_pro_down:hover:after {
	width: 50%;
}

.c_pro_fl .c_pro_down:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	background: rgba(199, 12, 31, 0.8);
	transition: all 0.3s ease-in-out;
}

.c_pro_fl .c_pro_down:hover:before {
	width: 50%;
}

.c_pro_fl .c_pro_down:hover .note {
	position: relative;
	z-index: 3;
	color: #fff;
	padding-top: 0px;
}

.c_pro_fl .c_pro_down:hover .note h4 {
	color: #fff;
}

.c_pro_fl .c_pro_down:hover a.more {
	display: block;
}

.c_pro_fl .c_pro_down .pic {
	float: right;
	width: 48%;
}

.c_pro_fl .c_pro_down .pic img {
	max-width: 100%;
	height: 200px;
	object-fit: cover;
}

.c_pro_fl .c_pro_down .note {
	float: left;
	width: 48%;
	color: #666;
	line-height: 28px;
	padding-top: 30px;
}





.c_pro_fr {
	width: 49%;
	float: right;
	background: #fff;
	height: 630px;
	box-shadow: 0 0 15px #ddd;
	padding: 60px 35px;
	text-align: center;
	position: relative;
}

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

.c_pro_fr:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	background: rgba(199, 12, 31, 0.8);
	transition: all 0.3s ease-in-out;
}

.c_pro_fr:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0%;
	background: rgba(199, 12, 31, 0.8);
	transition: all 0.3s ease-in-out;
}

.c_pro_fr:hover:after {
	height: 50%;
}

.c_pro_fr:hover:before {
	height: 50%;
}

.c_pro_fr .note h4 {
	color: #fff;
	text-align: center;
}

.c_pro_fr .note {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	line-height: 28px;
	color: #fff;
	width: 60%;
	text-align: left;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.c_product .cprobox a.more {
	width: 135px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	text-align: center;
	display: none;
	margin: 20px 0 0;
}

.c_product .cprobox a.more:hover {
	background: #fff;
	color: #c70c1f;
}

.c_pro_fr:hover .note {
	opacity: 1;
}

.c_pro_fr .ctnote1 h4 {
	font-size: 30px;
	color: #333 !important;
	margin-bottom: 20px;
	text-align: center;
}

.c_pro_fr .ctnote1 p {
	color: #666;
}

.c_pro_fr:hover .ctnote1 {
	display: none;
}

.c_pro_fr .note a.more {
	margin: 20px auto 0 !important;
}

.c_pro_fr:hover .note a.more {
	display: block !important;
}



/* 招聘 */

.c_about_pic {
	width: 55%;
	float: left;
}

.c_ab_box {
	position: relative;
}

.c_about_note {
	box-shadow: 0 0 15px #ddd;
	width: 57%;
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
	padding: 40px;
	background: #fff;
	height: 400px;
	margin-top: -200px;
	color: #999;
	line-height: 24px;
}

.c_about_note h4 {
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
}

.c_about_note h4:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 65px;
	height: 2px;
	background: #c70c1f;
	transition: all 0.5s ease-in-out;
}

.c_about_note:hover h4:after {
	width: 140px;
}

.c_ab_box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}



.staff_show .ind-tit,
.joinus .ind-tit {
	font-weight: normal;
}

.staff_show {
	background: #f4f4f4;
}

.staff_show .com-img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff_show h4 {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.staff_show .swiper-slide:hover h4 {
	color: #c70c1f;
}

.staff_show .swiper-slide:hover .com-img {
	border-color: #ccc;
}

.staff_show .swiper-button-prev {
	background-color: rgba(0, 0, 0, .5);
	background-size: 30%;
	width: 46px;
	height: 46px;
	margin-top: -46px;
	border-radius: 50%;
}

.staff_show .swiper-button-next {
	background-color: rgba(0, 0, 0, .5);
	background-size: 30%;
	width: 46px;
	height: 46px;
	margin-top: -46px;
	border-radius: 50%;
}

.staff_show .swiper-button-next:hover,
.staff_show .swiper-button-prev:hover {
	background-color: #c70c1f;
}



/*人才引进*/

.tDvptIntro-list {
	width: 102.5%;
	margin: 41px 0 0 -2.5%;
}

.tDvptIntro-list li {
	width: 33.333%;
	padding: 15px 0 16px 2.439024390243902%;
	float: left;
}

.tdIntro-box {
	display: block;
	padding: 42px 9.210526315789474% 44px;
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #c70c1f;
}

.tdIntro-box .name {
	line-height: 30px;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.tdIntro-box .about {
	margin: 10px 0 0;
	position: relative;
	z-index: 2;
}

.tdIntro-box .about span {
	display: inline-block;
	padding: 0 0 0 21px;
	line-height: 20px;
	font-size: 12px;
	color: #888888;
	background: url(../image/icon-label.png) no-repeat left center;
	margin: 0 0 0 9.354838709677419%;
}

.tdIntro-box .about span:first-child {
	margin: 0px;
}

.tdIntro-box .con {
	height: 72px;
	line-height: 24px;
	font-size: 12px;
	color: #888888;
	margin: 10px 0 0;
	position: relative;
	z-index: 2;
}

.tdIntro-box .btn {
	width: 78px;
	line-height: 28px;
	font-size: 12px;
	color: #888;
	border: 1px solid #888;
	border-radius: 2px;
	margin: 29px 0 0;
	position: relative;
	z-index: 2;
	float: right;
}



.tdIntro-box:hover {
	background: #c70c1f;
	border-color: #c70c1f;
}

.tdIntro-box:hover .name,

.tdIntro-box:hover .con,

.tdIntro-box:hover .about span,

.tdIntro-box:hover .btn {
	color: #fff;
}

.tdIntro-box:hover .about span {
	background-image: url(../image/icon-label2.png);
}

.tdIntro-box:hover .btn {
	border-color: #fff;
}

.tdIntro-box .btn:hover {
	color: #c70c1f;
	background: #fff;
}

.tDvpt-intro .pagination {
	margin: 51px 0 0;
}





/*详情*/

.cTeamModal-contain,

.picData-modal .picDataModal-contain,

.CIUAV-box,

.tdIntroModal-contain {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}



.tDvptIntro-modal {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	display: none;
	opacity: 0;
}

.tDvptIntro-modal .tdIntroModal-contain {
	width: 1029px;
	max-height: 92%;
	padding: 49px .96rem 53px;
	background: #fff;
	display: none;
}

.tdIntroModal-contain .tdIntroModal-top {
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

.tdIntroModal-top .name {
	line-height: 47px;
	font-size: 28px;
	float: left;
}

.tdIntroModal-top .about {
	float: right;
	margin: 15px 0 0;
}

.tdIntroModal-top .about span {
	display: inline-block;
	padding: 0 0 0 21px;
	line-height: 19px;
	font-size: 12px;
	color: #888888;
	background: url(../image/icon-label.png) no-repeat left center;
	margin: 0 0 0 .28rem;
}

.tdIntroModal-contain .tdIntroModal-con {
	padding: 0 10px 0 0;
	line-height: 28px;
	color: #666666;
	position: relative;
	overflow: hidden;
	margin: 22px 0 0;
}

.tdIntroModal-con .top {
	line-height: 31px;
	font-size: 18px;
}

.tdIntroModal-apply {
	padding: 37px 0 0;
	border-top: 1px solid #e5e5e5;
	margin: 35px 0 0;
}

.tdIntroModal-apply .btn {
	width: 180px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background: #c70c1f;
}

.tdIntroModal-action {
	position: absolute;
	right: -70px;
	top: 0px;
}

.tdIntroModal-action .btn {
	display: block;
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, .8);
	position: relative;
	margin: 0 0 1px;
}

.tdIntroModal-action .btn:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.tdIntroModal-action .btn.close:after {
	background: url(../image/icon-close2.png) no-repeat center center;
}

.tdIntroModal-action .btn.prev:after {
	background: url(../image/swiper2-r.png) no-repeat center center;
}

.tdIntroModal-action .btn.next:after {
	background: url(../image/swiper2-l.png) no-repeat center center;
}

.tdIntroModal-action .btn:hover:after {
	transform: scale(.8);
	-webkit-transform: scale(.8);
}

.tdIntroModal-contain .tdIntroModal-loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
}

.tdIntroModal-con.ps-container .ps-scrollbar-y-rail {
	width: 5px;
	background: #eaeaea;
}

.tdIntroModal-con.ps-container .ps-scrollbar-y {
	width: 5px;
	background: #c70c1f;
}





/* 关于我们 */

.cpn-note .pic p {
	color: #333;
	font-size: 18px;
	margin-top: 20px;
}

.cpn-note .pic {
	float: left;
	width: 45%;
	text-align: center;
}

.cpn-note .note {
	float: right;
	width: 55%;
	line-height: 30px;
	color: #777;
}

.cpn-note .note i {
	color: #333;
	font-size: 16px;
	float: left;
	display: block;
	width: 10%;
	font-style: normal;
}

.cpn-note .note span {
	float: right;
	display: block;
	width: 90%;
}

.cpn-note .note ul li {
	margin-bottom: 25px;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}

.cpn-note .note ul li:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid #777;
	border-radius: 50%;
}

.cpn-art {
	line-height: 35px;
	color: #777;
	text-align: center;
}

.mtxt {
	display: block;
	position: relative;
	margin-top: 35px;
}

.mtxt:after {
	content: "";
	left: 0px;
	top: 50%;
	height: 1px;
	background: #efefef;
	width: 100%;
	position: absolute;
	margin-top: 1px;
}

.mtxt span {
	position: relative;
	z-index: 2;
	display: block;
}

.cpn-say {
	height: 190px;
	overflow: hidden;
	text-align: left;
	line-height: 24px;
}

.cpn-say.cur {
	height: auto;
}

.mtxt.cur span {
	transform: rotate(180deg);
}



.about_his {
	padding: 90px 0 100px;
	position: relative;
	overflow: hidden;
}

/* 背景图片 */

.bg-pic {
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	text-align: center;
	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
	-webkit-transition: all 0.4s ease 1.2s;
	-moz-transition: all 0.4s ease 1.2s;
	-ms-transition: all 0.4s ease 1.2s;
	-o-transition: all 0.4s ease 1.2s;
	transition: all 0.4s ease 1.2s;
	object-fit: cover;
}



/* 滑动到该位置时 */

.active .bg-pic {
	transition-delay: 0.4s !important;
	transform: matrix(1.0, 0, 0, 1.0, 0, 0);
	-webkit-transition: all 5.0s ease;
	-moz-transition: all 5.0s ease;
	-ms-transition: all 5.0s ease;
	-o-transition: all 5.0s ease;
	transition: all 5.0s ease;
}

.about_his .contain {
	position: relative;
}

.about_his p {
	color: #fff;
}

.about_his ul li h4 {
	color: #fff;
}



.about_ind ul {
	overflow: hidden;
}

.about_ind ul li {
	width: 23.4375%;
	float: left;
	margin-left: 2%;
	position: relative;
	cursor: pointer;
}

.about_ind ul li:first-child {
	margin-left: 0px;
}

.about_ind ul li .notebox {
	position: absolute;
	left: 0px;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.about_ind ul li .note {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 80%;
}

.about_ind ul li .note p {
	display: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 16px;
	line-height: 30px;
}

.about_ind ul li h4 {
	font-size: 24px;
	margin: 20px auto;
	position: relative;
	padding-bottom: 20px;
}

.about_ind ul li h4:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	width: 30px;
	height: 2px;
	background: #fff;
}

.about_ind ul li:hover .com-img img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
}



.about_ind ul li:hover .notebox {
	top: 0px;
	opacity: 1;
	background: rgba(199, 12, 31, 0.8);
}

.about_ind ul li:hover .note p {
	display: block;
}

.about_honor {
	background: #f4f4f4;
}

.about_honor .swiper-slide:hover h4 {
	color: #c70c1f;
}

.hn-img {
	background: #fff;
	padding: 20px;
	text-align: center;
}

.hn-img img {
	max-height: 212px;
}

.box h4 {
	color: #a0a0a0;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.about_honor .swiper-container {
	padding-bottom: 50px;
}

.about_honor .swiper-pagination-bullet {
	border: 1px solid #c70c1f;
	background: none;
	width: 10px;
	height: 10px;
}

.about_honor .swiper-pagination-bullet-active {
	background: #c70c1f;
}





/* 服务支持 */

.sq_server ul li {
	width: 33.3333%;
	float: left;
	text-align: center;
	border: 1px solid #eee;
	padding: 50px 50px;
	height: 285px;
	margin-left: -1px;
	margin-top: -1px;
}

.sq_server ul li h4 {
	font-size: 24px;
	color: #222;
	margin: 30px auto 20px;
}

.sq_server ul li img.hv {
	display: none;
}

.sq_server ul li img {
	display: block;
	margin: 0px auto;
}

.sq_server ul li p {
	color: #666;
	line-height: 25px;
}

.sq_server ul li:hover img {
	display: none;
}

.sq_server ul li:hover img.hv {
	display: block;
}

.sq_server ul li:hover h4 {
	color: #c70c1f;
}



.sh_server {
	background: url(../image/sh_bg.jpg) no-repeat center / cover;
}

.sh_server .ind-tit {
	color: #fff;
}

.sh_server .ind-msg {
	color: #fff;
}

.sh_server ul li {
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 0px 2%;
}

.sh_server ul li span {
	display: block;
	background: url(../image/ser-iconbg.png) no-repeat center;
	width: 150px;
	height: 167px;
	line-height: 167px;
	margin: 0px auto;
	text-align: center;
}

.sh_server ul li h4 {
	font-size: 24px;
	margin: 20px auto;
}

.sh_server ul li p {
	line-height: 28px;
}

.sh_server ul li:hover .sh1 img {
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out;
}

.sh_server ul li:hover .sh2 img {
	transform: rotateY(360deg);
	transition: all 0.3s ease-in-out;
}

.sh_server ul li:hover .sh3 img {
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out;
}

.sh_server ul li:hover .sh4 img {
	transform: rotateY(360deg);
	transition: all 0.3s ease-in-out;
}



.map-box {
	overflow: hidden;
}

.map-box .web-map-img {
	float: left;
	width: 63%;
}

.map-box .web-map-list {
	float: right;
	width: 100%;
}
/*
.map-box .web-map-list h4 {
	font-size: 24px;
	color: #444;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}

.map-box .web-map-list h4 span {
	border-bottom: 2px solid #c70c1f;
	padding-bottom: 13px;
}

.map-box .web-map-list p {
	color: #666;
	line-height: 30px;
}
*/




.webm1 {
	margin-bottom: 40px;	
	display: none;
}

.webm1:after {
	clear:both;
	content:' ';
}
.webm1 .tulist{
	position:relative;
	float: left;
    display: block;
    width: 31.33333%;
	box-sizing: border-box;
    margin:1%;
}
.webm1 .tulist .tuk{
	width: 100%;
	height: 0;
	position: relative;
  	padding-top: 100%;
}

.webm1 .tulist img{
	position: absolute;
    max-height: 100%;
    width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.webm1 .tulist span{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    line-height: 40px;
    font-size: 12px;
    height: 40px;
	color:#fff;
    background: rgba(0 , 0 , 0 , 0.5);
    text-align: center;
    box-sizing: border-box;

}


.webmt{display: flex;
    width: 100%;
    justify-content: space-around;}
.webmt a {
	padding: 10px 17px;
	color: #999;
	border: 1px solid #eee;
	border-radius: 3px;
	display: block;
	text-align: center;
    width: 17%;
	margin-bottom: 20px;

}

.webmt a.cur,
.webmt a:hover {
	background: #c70c1f;
	border-color: #c70c1f;
	color: #fff;
}



/* 产品详情页 */

.header-container.no-shadow {
	box-shadow: 0 0 1px #888;
}

.pro1 {
	background: #fff;
	padding-top: 230px;
}

.pronav {
	position: fixed;
	left: 0px;
	top: 90px;
	background: #fff;
	height: 70px;
	line-height: 70px;
	color: #333;
	font-size: 16px;
	width: 100%;
	z-index: 2;
	box-shadow: 0px 0px 10px #999;
}

.pronav h2 {
	float: left;
	width: 30%;
}

.pronav .pro-atit {
	float: right;
	width: 70%;
	text-align: right;
	font-size: 14px;
	color: #666;
}

.pronav .pro-atit a {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
}

.pronav .pro-atit a:first-child:after {
	display: none;
}

.pronav .pro-atit a:after {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 1px;
	height: 10px;
	background: #999;
	content: "";
}

.pronav .pro-atit a:hover,
.pronav .pro-atit a.cur {
	color: #c70c1f;
}



.pro1-fl {
	width: 42%;
	float: left;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 77%;
	width: 100%;
}

.gallery-top img {
	max-width: 100%;
}

.gallery-thumbs {
	height: 100%;
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide .equip-min {
	height: 100%;
	position: relative;
	display: block;
}

.gallery-thumbs .swiper-slide .equip-min:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(199, 12, 31, 0.2);
	border: 1px solid #c70c1f;
	opacity: 0;
}

.gallery-thumbs .swiper-slide a.cur:after {
	opacity: 1;
}

.gallery-thumbs .swiper-slide img {
	width: 120px;
	height: 86px;
	object-fit: cover;
}

.gallery-top .swiper-button-prev,
.gallery-top .swiper-button-next {
	display: none;
}

.gallery-top:hover .swiper-button-prev,
.gallery-top:hover .swiper-button-next {
	display: block;
}

.thumb-box {
	position: relative;
	height: auto;
	margin-top: 20px;
}

.thumb-box .swiper-button-prev {
	top: 20px;
	left: 0px;
	width: 10px;
	height: 90px;
}

.thumb-box .swiper-button-next {
	top: 20px;
	right: 0px;
	width: 10px;
	height: 90px;
}



.pro1-fr {
	width: 52%;
	float: right;
}

.pro1-fr h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

.pro1-fr p {
	font-size: 16px;
	color: #555;
	line-height: 28px;
}

.pro1-fr ul {
	margin-top: 20px;
}

.pro1-fr ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.pro1-fr ul li h4 {
	font-size: 18px;
	color: #333;
	margin: 10px auto;
}

.pro1-fr ul li p {
	font-size: 14px;
	color: #777;
}

.pro1-fr ul li span {
	position: relative;
	top: 0px;
	transition: all 0.5s ease-in-out;
}

.pro1-fr ul li:hover span {
	top: -10px;
}

.pro2 {
	position: relative;
}

.pro2 .note {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.pro2 .note span {
	cursor: pointer;
}

.pro2 .note h4 {
	margin-top: 20px;
}

.v-modal {
	display: none;
}



.pro3 table {
	width: 100%;
	color: #333;
	font-size: 16px;
}

.pro3 table tr:nth-child(odd) {
	background: #f7f7f7;
}

.pro3 table tr td {
	padding: 15px 20px;
}

.pro3 table tr td:nth-child(2n) {
	color: #999;
}



.pro4 {
	background-size: cover;
}

.pro4 .ind-tit,
.pro4 .ind-msg {
	color: #fff;
}

.pro4 ul li {
	width: 25%;
	text-align: center;
	color: #fff;
	float: left;
}

.pro4 ul li h4 {
	font-size: 20px;
	margin: 15px auto;
}

.pro4 ul li span {
	display: block;
}

.pro4 ul li:hover span {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
}



.pro5 {
	background: #f4f4f4;
}

.rel_case .ind-tit {
	margin-bottom: 40px;
}

.rel_case .com-img {
	height: 248px;
	transition: all 0.5s ease-in-out;
}

.rel_case .com-img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.rel_case h4 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	background: rgba(0, 0, 0, .5);
	height: 45px;
	line-height: 45px;
}

.rel_case .swiper-slide:hover h4 {
	background: rgba(0, 0, 0, .8);
}

.rel_case .swiper-slide:hover .com-img {
	border-color: #ccc;
}

.rel_case .swiper-button-prev {
	left: 0px;
	background-color: rgba(0, 0, 0, .8);
	background-size: 50%;
	width: 28px;
	height: 60px;
	margin-top: -46px;
}

.rel_case .swiper-button-next {
	right: 0px;
	background-color: rgba(0, 0, 0, .8);
	background-size: 50%;
	width: 28px;
	height: 60px;
	margin-top: -46px;
}

.rel_case .swiper-button-next:hover,
.rel_case .swiper-button-prev:hover {
	background-color: #c70c1f;
}



/* 核心优势 */

.core_bann {
	position: relative;
}

.core_bann .core_note {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.core_bann .ind-tit,
.core_bann .ind-msg {
	color: #fff;
}

.core_bann .ind-msg {
	max-width: 65%;
	margin: 20px auto 50px;
}

.core_note ul li {
	width: 20%;
	float: left;
	text-align: center;
	color: #fff;
}

.core_note p {
	margin-top: 20px;
	font-size: 18px;
	font-weight: lighter;
}

.core_note ul li span {
	position: relative;
	top: 0px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.core_note ul li:hover span {
	top: -10px;
}



.newadv ul {
	max-width: 1200px;
	margin: 0px auto;
}

.newadv ul li {
	width: 29.58%;
	height: 380px;
	float: left;
	margin-left: 5.5%;
	text-align: center;
	background: #eee;
	padding: 55px 20px 70px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.newadv ul li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0)
}

.newadv ul li:first-child {
	margin-left: 0px;
}

.newadv ul li h4 {
	font-size: 22px;
	color: #333;
	margin: 20px auto;
}

.newadv ul li p {
	color: #777;
	font-size: 16px;
}



.tec_adv {
	background: #f4f4f4;
}

.abs_cont {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: rgba(9, 30, 71, .84);
	z-index: 2;
	padding: 100px 8% 60px 40px;
	color: #fff;
}

.abs_cont h4 {
	font-size: 30px;
	margin-bottom: 20px;
}

.abs_cont p {
	font-size: 16px;
	line-height: 30px;
	opacity: .6;
}

.btnbox {
	position: absolute;
	width: 240px;
	height: 50px;
	left: 50%;
	top: 0px;
	margin-left: -110px;
	background: #fff;
	line-height: 50px;
	z-index: 3;
}

.abs-tab1 {
	display: none;
}

.abs_cont ul {
	margin-top: 50px;
}

.abs_cont ul li {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-right: 18px;
	cursor: pointer;
}

.abs_cont ul li.cur {
	background: #c70c1f;
	border-color: #c70c1f;
}

.btnbox .swiper-button-prev {
	background-color: #c70c1f;
	width: 55px;
	height: 100%;
	left: 0px;
	margin-top: 0px;
	top: 0px;
	background-size: 30%;
	z-index: 5;
}

.btnbox .swiper-button-next {
	background-color: #c70c1f;
	width: 55px;
	height: 100%;
	left: 55px;
	margin-top: 0px;
	top: 0px;
	background-size: 30%;
	z-index: 5;
}

.btnbox .swiper-button-prev.swiper-button-disabled,
.btnbox .swiper-button-next.swiper-button-disabled {
	opacity: 0.85;
}

.btnbox .fr {
	width: 130px;
	overflow: hidden;
	position: relative;
	padding: 0px 10px;
	color: #bfc5d1;
}

.btnbox .fr .swiper-pagination {
	bottom: 0px;
	left: 25px;
}





/*网站地图*/

.web-map {
	padding: 80px 0;
}

.wMap-top {
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	color: #333;
	padding: 0 0 20px;
	border-bottom: 1px solid #f7f7f7;
}

.wMap-list {
	width: 104.25%;
	margin: 0 0 0 -4.25%;
}

.wMap-list li {
	width: 33.333%;
	padding: 0 0 0 4.25%;
	float: left;
	margin: 24px 0 0;
}

.wMap-list .wMap-box {
	padding: 25px;
	color: #333333;
	border: 1px solid #e5e5e5;
	min-height: 240px;
}

.wMap-box .top a {
	line-height: 25px;
	font-size: 18px;
	padding: 0 0 20px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 13px;
	width: 100%;
}

.wMap-box a {
	display: block;
	width: 50%;
	padding: 5px 0;
	line-height: 34px;
	color: #666666;
	float: left;
	text-align: center;
}

.wMap-box a:hover {
	color: #c70c1f;
}







#china-map {

	width:45%;

	height: 620px;

	margin: auto;

	float: left;

}

#mapbox {

	display: none;

	background: rgba(0, 0, 0, 0.6);

	width: 100%;

	height: 100%;

	position: fixed;

	left: 0%;

	top: 0%;

	z-index: 99999;

}

#map_cont {

	background-color: #fff;

	width: 1000px;

	height: 500px;

	position: absolute;

	left: 50%;

	top: 50%;

	margin-left: -500px;

	margin-top: -250px;

	z-index: 999;

	padding: 50px;

}



#box-title {

	display: block;

	color: #333;

	text-align: center;

}



.map-pic {
	width: 42%;
	float: left;
	text-align: left;
}

.map-pic img {
	max-width: 100%;
}

#al_pics dd {
	display: none;
}

#al_pics dd:first-child {
	display: block;
}

.map-note {
	width: 54%;
	float: right;
	overflow: hidden;
	position: relative;
	padding-right: 15px;
}

#map_cont .map_close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 35px;
	background: #c70c1f;
	color: #fff;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	font-size: 18px;
}

.map-note h2 {
	color: #c70c1f;
	font-size: 24px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}

.map-note h2::after {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 3px;
	height: 22px;
	background: #c70c1f;
	content: "";
}

.map-note {
	color: #666;
	font-size: 14px;
	height: 405px;
	overflow: hidden;
}

.map-note li {
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.map-note li h4 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}

.map-note li h4:hover {
	color: #c70c1f;
}

.info {
	line-height: 28px;
}







.floatRight {
	position: fixed;
	right: -10px;
	top: 50%;
	z-index: 9999;
	width: 87px;
	height: 310px;
	margin-top: -150px;
}

.floatRight ul li {
	position: relative;
	width: 87px;
	height: 57px;
	margin-bottom: 1px;
	line-height: 27px;
	color: #fff;
	text-align: center;
}

.floatRight ul li.hover {
	overflow: hidden;
}

.floatRight ul li a {
	width: 87px;
	height: 57px;
	padding: 30px 10px 0 0;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}

.floatRight ul li.qq a {
	background: url('../image/bg_float01.png') no-repeat;
}

.floatRight ul li.fw a {
	background: url('../image/bg_float02.png') no-repeat;
}

.floatRight ul li.zd a {
	background: url('../image/xxf_bg_float01.png') no-repeat;
}







.floatRight li.dh p {

	position: relative;

	z-index: 2;

	height: 57px;

	padding-top: 30px;

	cursor: pointer;

	background: url('../image/bg_float03.png') no-repeat;

	font-size: 12px;

}



.floatRight li .tel {

	position: absolute;

	left: 87px;

	top: 0;

	z-index: 1;

	width: 184px;

	height: 57px;

	font: 24px/57px Arial;

	color: #fff;

	background: url('../image/bg_float06.png') no-repeat;

	cursor: pointer;

}







@media all and (max-width:1000px) {

	.floatRight {
		display: none !important;
	}
	

	
	

}
@media all and (max-width:1298px) {

	
	#china-map {
    display:none;
	}
	.map-box .web-map-list {
    width: 90%;
	    float: none;
    margin: 0 auto;
	
	}
	
	

}





/* ==================2019/12/26 winter================= */

.c_pro_fr img {
	max-height: 80%;
}

.wtchangelr {
	margin: 30px auto;
}

.wtchangelr .c_pro_fl {
	float: right;
}

.wtchangelr .c_pro_fr {
	float: left;
}


/* ==================tjfa团建方案================= */

.ind-tjfa{margin: 0px 4.25%;overflow:hidden;}
.ind-tjfa .banner{width:320px;position:relative;float:left;}
.ind-tjfa .banner .ban1{width:320px;height:330px;overflow:hidden;}
.ind-tjfa .banner .ban1 img{width:320px;height:330px;overflow:hidden;}
.ind-tjfa .banner .ban2{width:320px;height:291px;padding:8px 10px 9px 10px ;overflow:hidden;background:#d84566;}
.ind-tjfa .banner .ban2 a{display:block;float:left;height:28px;width: 85px; margin:6px 7px;padding-left:4px;padding-right:4px;border:solid 1px #fff;border-radius:4px;text-align:center;font-size:14px;line-height:28px;color:#FFF;}
.ind-tjfa .banner .ban2 a:hover{color:#d84566;background:#FFFFFF}
.ind-tjfa .banner .ban2 a.cur{color:#d84566;background:#FFFFFF}
.ind-tjfa .banner1 .ban2{background:#ec7546;}
.ind-tjfa .banner1 .ban2 a:hover{color:#d84566;}
.ind-tjfa .banner2 .ban2{background:#ec7546;}
.ind-tjfa .banner2 .ban2 a:hover{color:#ec7546;}
.ind-tjfa .banner3 .ban2{background:#ec7546;}
.ind-tjfa .banner3 .ban2 a:hover{color:#ec7546;}
.ind-tjfa .banner4 .ban2{background:#ec7546;}
.ind-tjfa .banner4 .ban2 a:hover{color:#ec7546;}
.ind-tjfa .banner5 .ban2{background:#aa5586;}
.ind-tjfa .banner5 .ban2 a:hover{color:#aa5586;}
.ind-tjfa .banner6 .ban2{background:#f6c024;}
.ind-tjfa .banner6 .ban2 a:hover{color:#f6c024;}
.ind-tjfa .banner7 .ban2{background:#39b6b6;}
.ind-tjfa .banner7 .ban2 a:hover{color:#39b6b6;}
.ind-tjfa .banner8 .ban2{background:#8364a4;}
.ind-tjfa .banner8 .ban2 a:hover{color:#8364a4;}
.ind-tjfa .banner9 .ban2{background:#ff889e;}
.ind-tjfa .banner9 .ban2 a:hover{color:#ff889e;}
.ind-tjfa .banner10 .ban2{background:#569b86;}
.ind-tjfa .banner10 .ban2 a:hover{color:#569b86;}


.ind-tjfa .banner .menu{font-family:\5FAE\8F6F\96C5\9ED1;padding-top:38px}
.ind-tjfa .banner .menu li a{display:block;margin-bottom:10px;width:124px;text-align:center;color:#fff;font-size:14px;height:39px;line-height:39px;float:right;cursor:pointer}
.ind-tjfa .banner .menu .sel a{width:154px;background-position:right -89px;color:#fff;font-size:14px;cursor:pointer}
.ind-tjfa .goods{width: calc(100% - 320px);float: left;border-top:solid 1px #eee;}
.ind-tjfa .goods ul{width:100%;position:relative;}
.ind-tjfa .goods li{float: left;width: 25%; padding: 0 15px; height: 330px;border-right:solid 1px #eee;border-bottom:solid 1px #eee;background: #fff;margin-left: 0px;margin-bottom: 0px;position: relative;}
.ind-tjfa .goods .item{width: 100%;margin:0 auto;}
.ind-tjfa .goods .img{width: 100%;height: 230px;margin:10px auto 0 auto;overflow:hidden}
.ind-tjfa .goods .img img{width: 100%;height:auto;}
.ind-tjfa .goods .tit{width:100%;margin:10px auto 0 auto;height:30px;line-height:30px;text-align:center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.ind-tjfa .goods .tit a{color:#363636}
.ind-tjfa .goods .tit a:hover{color:#F60}
.ind-tjfa .goods .btns{width:100%;margin:5px auto 0 auto;}
.ind-tjfa .goods .pri{float:left;text-align:left;font-family:Arial, Helvetica, sans-serif}
.ind-tjfa .goods .pri b{color:#E31939;font-size:18px}
.ind-tjfa .goods .pri b span{
    display: inline-block;
    color: #666;
    font-size: 13px;
    background: #F0F0F0;
    border-radius: 3px;
    padding: 0 8px;
    margin-right: 3px;
    max-width: 76px;
    overflow: hidden;
    box-sizing: border-box;
    height: 22px;
	line-height: 22px;}
.ind-tjfa .goods .pri del{color:#999;text-decoration:line-through;padding-left:10px;}
.ind-tjfa .goods .addtocart{float:right;display:block;width:28px;height:28px;right 0 no-repeat;color:#fff;text-indent:-9999px;}

.ind-tjfa .goods.tjjd{width:100%;border:none;}
.ind-tjfa .goods.tjjd li{
    border: solid 1px #eee;
    margin-right: -1px;
    margin-bottom: -1px;}

	.ysbj{ height: 1138px; background:#fff; overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box;  max-width: 1920px;margin:0 auto;padding-top: 75px;}
	.ysbj h2{font-size: 36px;font-weight: bold;color: #232323;text-align: center;margin-bottom: 60px;}
	.ysbj h2 span{font-size: 17px;color: #7f7878;text-align: center;line-height: 28px;font-weight: 100;}
	
	
	.ys_nr{position: relative; width: 1200px; height: 590px;}
	.ys1{position: absolute; width: 1200px; left: 0px; top: 0px; display: none;}
	.ys1bg{background: #f7f7f7;}
	.ys{width: 1200px; margin:0 auto; height:918px;  position: relative;}
	.ys_nav ul{height: 167px;width: 1200px; margin:0 auto;}
	.ys_nav li{width: 215px; height: 167px;font-size: 26px; color: #222222; text-align: center;padding-top: 104px;box-sizing: border-box; float: left;margin-right: 31px;}
	.ys_nav li:nth-child(1){background:url(../image/ystit1.png) no-repeat center top;}
	.ys_nav li:nth-child(2){background:url(../image/ystit2.png) no-repeat center top;}
	.ys_nav li:nth-child(3){background:url(../image/ystit3.png) no-repeat center top;}
	.ys_nav li:nth-child(4){background:url(../image/ystit4.png) no-repeat center top;}
	.ys_nav li:nth-child(5){background:url(../image/ystit5.png) no-repeat center top; margin-right: 0;}
	.ys_nav li.cur{ color: #fff000; }
	.ys_nav li:nth-child(1).cur{background:url(../image/ystit1cur.png) no-repeat center top;}
	.ys_nav li:nth-child(2).cur{background:url(../image/ystit2cur.png) no-repeat center top;}
	.ys_nav li:nth-child(3).cur{background:url(../image/ystit3cur.png) no-repeat center top;}
	.ys_nav li:nth-child(4).cur{background:url(../image/ystit4cur.png) no-repeat center top;}
	.ys_nav li:nth-child(5).cur{background:url(../image/ystit5cur.png) no-repeat center top;}
	
	.ys1{height: 590px;}
	.ys1 dl{width:100%;position: relative; height: 590px; margin:0 auto;}
	.ys1 dl dt{width:100%!important;height:590px;overflow:hidden;text-align:center;}
	.ys1 dl dt img{ position:absolute; top:0; left:50%; margin-left:-960px;}
	.ys1 dd{width: 1200px;position:absolute; bottom:-87px; left:50%; margin-left:-599px; height: 167px;background: #fff;box-shadow: 0 0 5px #eeeeee;}
	.ys1 dd img{width: 167px; height: 150px; display: block; float: left;margin:8px 25px;}
	.ys1 dd .desc{padding-top:20px;width:808px; float: left;}
	.ys1 dd h3{font:24px "Microsoft YaHei"; color:#222222;  margin-bottom: 0px; font-weight: bold;box-sizing: border-box; height: 38px;  line-height: 38px;}
	.ys1 dd p{font:16px "Microsoft YaHei"; line-height:30px; position:relative; color: #333333;}
	
	.ys_l{position: absolute;left:50%;top:760px; margin-left: 484px;  width: 117px;height: 83px;background: url(../image/ys_l.gif) no-repeat; z-index: 3;}
	.ys_r{position: absolute;left:50%;top:677px; margin-left: 484px; width: 117px;height: 83px;background: url(../image/ys_r.gif) no-repeat;z-index: 3;border-bottom: 1px solid #b1061a;;}
	/*内页导航*/
.nynav{padding:14px 4.25%;margin-bottom:50px;display:flex;justify-content:space-around;;overflow:hidden}
.nynav a{color: #000;background: #eeeeee;padding: 11px;border-radius: 2px;width: 15%;text-align: center; min-width: 120px;}
.nynav a.cur{background:#c51519;color:#fff}

/*分页*/

.page{clear:both;margin:10px 0;text-align:center}
.page a:hover{color:#c52720}
.page-status{border-radius:2px 0 0 2px}
.page-last{border-radius:0 2px 2px 0}
.page-status,.page-index,.page-pre,.page-num,.page-next,.page-last{display:inline-block;vertical-align:middle;padding:0 15px;height:28px;line-height:28px;margin:0 -1px 5px 0;background-color:#fff;color:#333;font-size:14px;border:1px solid #e2e2e2}
.page-num-current{background-color:#c52720;height:30px;line-height:30px;border-top:none;border-bottom:none;color:#fff}
a.page-num-current:hover{color:#fff}



.p102-info-items{margin-bottom:60px}
.p102-info-items-img{float:right;width:362px}
.p102-info-items-img a,.p102-info-items-img img{width:100%;display:block}
.p102-info-items-text{float:left;width:620px;padding-top:40px}
.p102-info-items-text h4{height:32px;position:relative;padding-left:90px;margin-bottom:20px}
.p102-info-items-text h4 em{position:absolute;width:74px;height:30px;line-height:30px;font-size:18px;color:#c51519;text-align:center;font-style:normal;border:1px solid #c51519;left:0;top:0}
.p102-info-items-text h4 a{display:inline-block;height:32px;max-width:100%;line-height:32px;font-size:22px;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p102-info-items-text p{line-height:28px;font-size:14px;color:#666666;text-align:justify;margin-bottom:24px}
.p102-info-1-more a{display:inline-block;height:30px;line-height:30px;font-size:16px;color:#333333}
.p102-info-1-more a:hover{color:#c51519}

.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.p102-info{background: #f5f5f5;width:100%; padding: 20px;}
.p102-info-1{margin:0 auto;width:1300px;background:#fff;border-left:1px solid #ebebeb;padding:70px 40px 40px}
.p102-info-list{border:1px solid #e3e3e3;border-bottom:0;margin-bottom:30px}
.p102-info-list dl{border-bottom:1px solid #e3e3e3;padding:19px;position:relative}
.p102-info-list dt{width:268px}
.p102-info-list dt a,.p102-info-list dt img{display:block;width:100%}
.p102-info-list dd{position:absolute;left:327px;right:29px;top:19px;bottom:19px;z-index:1;padding-top:0px}
.p102-info-list dd h4{height:40px;line-height:40px;font-weight:normal;margin-bottom:5px}
.p102-info-list dd h4 a{display:inline-block;max-width:100%;height:40px;font-size:22px;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p102-info-list .p102-info-list-desc{font-size:14px;line-height:26px;color:#666666;text-align:justify}
.p102-info-list-more{padding-top:15px}
.p102-info-list-more a{display:block;width:98px;height:34px;line-height:34px;font-size:14px;color:#c51519;text-align:center;border:1px solid #c51519;position:relative}
.p102-info-list-more a:before{content:'';position:absolute;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:10px solid #fff;left:-1px;top:50%;margin-top:-9px;z-index:1}
.p102-info-list-more a:after{content:'';position:absolute;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #c51519;left:-1px;top:50%;margin-top:-5px;z-index:2}
.p102-info-list dl:hover{box-shadow:5px 5px 10px #ededed,-5px -5px 10px #ededed}
.p102-info-list dl:hover dd h4 a{color:#c51519}
.p102-info-list dl:hover .p102-info-list-more a{background:#c51519;color:#fff}
.p102-info-list dl:hover .p102-info-list-more a:before{border-left:10px solid #c51519}
.p102-info-list dl:hover .p102-info-list-more a:after{border-left:7px solid #fff}


nav {
		width: 100%;
		background: #c52720;
		margin-top: 30px;
	}

	nav ul {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
	}

	nav ul li {
		width: 14.2%;
		float: left;
		height: 60px;
		text-align: center;
		position: relative;
		transition: all .5s;
		-webkit-transition: all .5s;
	}

	nav ul li a {
		display: block;
		height: 60px;
	}

	nav ul li h3 {
		font-size: 18px;
		color: #ffffff;
		font-weight: 500;
		line-height: 60px;
	}

	nav ul li.spa {
		background: #FFFFFF;
	}

	nav ul li.spa h3 {
		font-weight: bold;
		color: #c52720;
	}

	nav ul li:hover {
		background: #FFFFFF;
	}

	nav ul li:hover h3 {
		font-weight: bold;
		color: #c52720;
	}




	footer {
		width: 100%;
		color: #FFFFFF;
		background: #333333;
	}

	.footer-box {
		width: 1400px;
		margin: 0 auto;
		height: 315px;
		padding-top: 30px;
		box-sizing: border-box;
		
	}

	.footer-box-logo {
		width: 500px;
		float: left;
		text-align: center;
		position: relative;
		padding-right: 95px;
	}

	.footer-box-logo:after {
		content: '';
		height: 200px;
		width: 1px;
		background: #484848;
		position: absolute;
		right: 0;
		top: 30px;
	}

	.footer-box-logo img {
		height: 160px;
		width: 160px;
	}

	.footer-box-logo h3 {
		font-size: 20px;
		font-weight: bold;
		line-height: 42px;
		position: relative;
	}

	.footer-box-logo h3:after {
		content: '';
		width: 50px;
		height: 1px;
		background: #FFFFFF;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.footer-box-logo p {
		font-size: 16px;
		line-height: 38px;
	}

	.footer-box-contact {
		float: left;
		width: 520px;
		padding-top: 30px;
		box-sizing: border-box;
		padding-left: 80px;
		position: relative;
	}

	.footer-box-contact:after {
		content: '';
		height: 200px;
		width: 1px;
		background: #484848;
		position: absolute;
		right: 0;
		top: 30px;
	}

	.footer-box-contact h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.footer-box-contact p {
		font-size: 14px;
		color: #999797;
		text-transform: uppercase;
	}

	.footer-box-contact ul {
		margin-top: 35px;
	}

	.footer-box-contact ul li {
		line-height: 30px;
		font-size: 16px;
	}

	.footer-box-contact ul li b {
		font-size: 18px;
	}

	.footer-box-qrcode {
		width: 200px;
		float: right;
		position: relative;
		padding-top: 85px;
		box-sizing: border-box;
		
	}

	.footer-box-qrcode img {
		width: 113px;
		height: 113px;
		position: absolute;
		margin-top: 30px;
		top: 0;
		left: 20%;
		transform: translateX(-50%);
	}

	.footer-box-qrcode-box {
		width: 100%;
		height: 160px;
		background: #c5000f;
		padding-top: 80px;
		box-sizing: border-box;
		text-align: center;
	}

	.footer-box-qrcode-box h4 {
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
	}

	.footer-box-qrcode-box h4 span {
		font-size: 14px;
		text-transform: uppercase;
		opacity: .4;
		margin-left: 8px;
		letter-spacing: -1px;
	}

	.footer-box-qrcode-box p {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 1px;
	}

	.footer-botm {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 14px;
		color: #cfcfcf;
		background: #202020;
	}

	.footer-botm a {
		color: #cfcfcf;
	}