@charset "utf-8";

body {}


.fl {
	display: block;
	float: left;
}

.fr {
	display: block;
	float: right;
}

.qing {
	display: block;
	clear: both;
}

.container {
	width: 1500px;
	min-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.palr {
	padding-left: 60px;
	padding-right: 60px;
}

.ovfh {
	overflow: hidden;
}

/**********************index**********************/

.foot-gao {
	height: 58px;
}

.footsjk {
	display: block;
	width: 100%;
	height: 58px;
	background: #26343f;
	position: fixed;
	z-index: 9999;
	left: 0;
	bottom: 0;
}

.footsjk a {
	display: block;
	float: left;
	width: 33.333%;
	height: 58px;
	text-align: center;
	padding: 8px 0;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footsjk a img {
	display: block;
	height: 20px;
	margin: 0 auto 4px;
}

.footsjk a div {
	display: block;
	overflow: hidden;
}

.footsjk a:visited {
	color: #fff;
}

.footsjk a:first-child {
	border-left: none;
}

/*  */
.home-nrdk {
	display: block;
	width: 90%;
	max-width: 1210px;
	background: #587fc0;
	border-radius: 8px;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
	padding: 120px 40px;
	margin: 50px auto;
}
.home-nrdk2{
	padding: 60px;
	background-color: #fff;
}
.home-nr-tit {
	display: block;
	text-align: center;
	margin-bottom: 70px;
	font-weight: bold;
	line-height: 66px;
	font-size: 40px;
	color: #fff;
}

.home-nr-tak {
	display: block;
	overflow: hidden;
	margin-bottom: 150px;
	text-align: center;
	/* line-height: 48px; */
	font-size: 16px;
	color: #000;
}

.home-nr-taxk {
	display: inline-block;
	vertical-align: top;
}

.home-nr-taxk a {
	display: block;
	width: 200px;
	height: 52px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 2px solid #b9b9b9;
	background: #b9b9b9;
	margin: 0 10px;
	float: left;
	border-radius: 8px;
	font-weight: bold;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
}

.home-nr-taxk a span {
	display: block;
	position: relative;
	top: 0;
	color: #fff;
}

/* .home-nr-taxk a:hover {
	border-color: #0067B0;
	background: #0067B0;
} */

.home-nr-taxk a:hover span {
	top: -100%;
	color: #fff;
	font-weight: bold;
}

.home-nr-text {
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
}

.home-nr-textx {
	display: inline-block;
	text-align: center;
}

.home-nr-texts {
	display: block;
	font-weight: bold;
}

.home-nr-texta {
	display: block;
}

.tanchuk {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.tanchubg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.tanchuxk{
	display: block;
	position: absolute;
	width: 80%;
	max-width: 600px;
	max-height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 50px;
	border-radius: 8px;
	z-index: 3;
	line-height: 30px;
	font-size: 16px;
	color: 000;
}
.tanchuxk a,
.tanchuxk a:visited{
	color: #000;
}
.nr-tit {
    line-height: 58px;
    font-size: 30px;
    color: #0d0d0d;
    margin-bottom: 30px;
    text-align: center;
}
.home-nr-tak2{
	padding-top: 50px;
	margin-bottom: 0;
}


/*******公共样式*******/

.block-sj {
	display: none;
}

.block-ipad {
	display: none;
}

.block-pc {
	display: block;
}

.in-protu {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover !important;
}

.in-protu12:hover .in-protu,
.wz-lb li:hover .in-protu {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	/* IE 9 */
	-webkit-transform: scale(1.05);
	/* Safari 和 Chrome */
	-o-transform: scale(1.05);
	/* Opera */
	-moz-transform: scale(1.05);
}

.in-zcxlb li a:hover img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	/* IE 9 */
	-webkit-transform: rotateY(180deg);
	/* Safari and Chrome */
	-o-transform: rotateY(180deg);
	/* Opera */
	-moz-transform: rotateY(180deg);
}

.navk a span,
.navk a b,
.home-nr-taxk a span,
.home-nr-taxk a  {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}