@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: victor2;
    src: url(../images/DINCond-Medium.otf);
}
@font-face {
    font-family: victor3;
    src: url(../images/DIN-Pro-Regular-2.otf);
}
html {
	width: 100%;
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*修正手持设备字体变化*/
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: "微软雅黑";
	/*font-size: 12px;*/
	margin: 0;
	padding: 0;
	color: #525252;
	line-height: 200%;
}

img {
	border: none;
}

dl,
dt,
dd {
	display: block;
	margin: 0;
}

p,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #525252;
	text-decoration: none !important;
	cursor: pointer;
	background: transparent;
	/*修正win8系统IE连接灰色背景*/
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a img {
	border: none;
}

a:hover {
	color: rgb(46, 85, 140);
}

.wrap {
	width: 1280px;
	margin: 0px auto;
}

.stage {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: calc(100vh - 85px);
	background: linear-gradient(90deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7)),url(../images/right1.png);
	background-size: cover;
}
.stage h1,h2,h3,h4,h5 {
	/*font-family: Microsoft JhengHei UI,siyuanheiti,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;*/
	color: #000;
	font-weight: lighter;
}

.stage h1{
	font-size: 2em;
	margin: 0.67em 0;
}

.stage h3{
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.el-divider--horizontal {
	background-color: #dcdfe6;
	position: relative;
	display: block;
	height: 1px;
	width: 100%;
	margin: 24px 0;
}

.el-divider__text.is-center {
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.el-divider__text {
	position: absolute;
	background-color: #fff;
	padding: 0 20px;
	font-weight: 500;
	color: #303133;
	font-size: 14px;
}

.ny_wrap {
	width: 1200px;
	margin: 0px auto;
}

.news-content img{
	width: 800px;
}

#content{
	background-color: #FFFFFF;
	position: relative;
	z-index: 999;
}

#content .ny_wrap {
	width: 850px;
}

#content .d2 p{
	text-align: left;
	font-size: 15px;
	color: #8a8a8a;
	line-height: 28px;
	margin-bottom: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	margin-right: 100px;
	float: right;
}

.tc {
	text-align: center;
}

html {
	width: 100%;
}

/*首页*/
.kjcy_5a img{display: block;width: 100%;}
/*banner*/
.bannerwhd .swiper-container {
	width: calc(80% - 10px);
	padding-bottom: 60px;
}

.bannerwhd .swiper-slide {
	height: 720px;
	position: relative;
	overflow: hidden;
}
.bannerwhd .swiper-slide a img{display: block;width: 100%!important;}
.bannerwhd .swiper-slide .txt {
	position: absolute;
	top: 50%;
	z-index: 10;
}

.bannerwhd .swiper-slide p {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 2;
	color: transparent;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	will-change: transform;
}

/* .bannerwhd .swiper-slide-active .whd,
.bannerwhd .swiper-slide-duplicate-active .whd {
	animation: line 4s;
	animation-iteration-count: 2;
	animation-direction: alternate;
	animation-timing-function: ease;
}
 */
/* @keyframes line {
	0% {
		transform: matrix3d(0.990268, -0.139173, 0, 0, -0.0348995, 0.999391, 0, 0, 0, 0, 1, 0, 10, -20, 0, 1);
	}

	50% {
		transform: rotate(1deg);
		transform-origin: left center;
	}

	60% {
		transform: translate3d(0px, 0px, 0px);
	}

	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}

.bannerwhd .swiper-slide .whd {
	display: inline-block;
	will-change: transform, opacity, text-shadow;
}
 */
.whd {
	position: absolute;
	top: 28%;
	left: 20%;
	z-index: 999999999;
}

.bannerwhd .swiper-slide-active .whd,
.bannerwhd .swiper-slide-duplicate-active .whd {
	animation: letterL 2s;
	/*animation-iteration-count:2;
	animation-direction:alternate;
	animation-fill-mode: forwards;
	animation-timing-function:ease-in-out;*/
}

@keyframes letterL {
/* 	0% {
		opacity: 0;
		transform:translate(0,0);
	}
 */
	60% {
		opacity: 1;
		transform:translate(0,0);
	}

	100% {
		opacity: 1;
		transform:translate(0,0);
		text-shadow: rgb(255, 255, 255) 0px 0px 0px;
	}

	0%{opacity: 0;transform: translate(0,50px);}

}

@keyframes letterR {
	0% {
		opacity: 0;
		transform: matrix3d(1.14907, -0.964181, 0, 0, 1.40954, -0.51303, 0, 0, 0, 0, 1, 0, 15, -8, 0, 1);
		text-shadow: rgb(255, 255, 255) 0px 0px 40px
	}

	60% {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
		text-shadow: rgb(255, 255, 255) 0px 0px 0px;
	}

	100% {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
		text-shadow: rgb(255, 255, 255) 0px 0px 0px;
	}
}

.bannerwhd .swiper-slide p span:nth-child(22) {
	animation-delay: 270ms;
}

.bannerwhd {
	overflow: hidden;
	max-height: 980px;
	position: relative;
}

.bannerwhd .swiper-slide>img {
	width: 100%;
	min-height: 100%;
	transition: 1s linear 2s;
	display: block;
}

.bannerwhd .swiper-slide-active>img,
.bannerwhd .swiper-slide-duplicate-active>img {
	transition: 10s linear;
	transform: scale(1.15, 1.15);
}

.bannerwhd .swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	opacity: 1 !important;
	background: rgb(221, 221, 221)!important;
	/* border: 1px solid #557898; */
	/* border-radius: 0px!important; */
}

.bannerwhd .swiper-pagination-bullet-active {
	background: rgb(46, 85, 140) !important;
}

.bannerwhd>.swiper-container-horizontal>.swiper-pagination-bullets {bottom: 25px;}
.bannerwhd>.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}

/* .ny_wrap{margin: 0 auto;width: 1200px;height: 1110px;overflow: hidden;} */
.ny_wrap iframe,iframe{border: 0;}
.top {
	position: relative;
}
.whd_fid {
    transform: translate(0, -100px);
    visibility: hidden;
}
.top_1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999999999999999;
	line-height: 85px;
	height: 85px;
	background-color: rgba(255,255,255,1);
	 -webkit-transition: 0.65s;
	 -moz-transition: 0.65s;
	 -ms-transition: 0.65s;
	 -o-transition: 0.65s;
	 transition: 0.65s;
	 -moz-box-shadow:0px -4px 16px #666; -webkit-box-shadow:0px -4px 16px #666; box-shadow:0px -4px 16px #666;
}
.top_wrap{width: 90%;margin: 0 auto;}
.top_2a_1 ul li {
	float: left;
	margin: 0 20px;
	position: relative;
}
.top_2a_1 ul li:hover>a{color: rgb(46, 85, 140);}
.top_2a_1 ul li>a {
	color: #727072;
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.top_2a_1 ul li:hover::after{content: '';width: 100%;height: 6px;background: url(../images/ban_f.png) no-repeat center;position: absolute;bottom: 18px;}
#whdppx::after{content: '';width: 100%;height: 6px;background: url(../images/ban_f.png) no-repeat center;position: absolute;bottom: 18px;}
#whdppx>a{color: rgb(46, 85, 140);}
.bannerwhd .swiper-slide>.b1{top: 46%;left: 64%;}
.top_1a img {
	margin-top: 20px;
	display: block;
}
.main5{position: relative;margin-top: 85px;}

.hxyw{width: 230%!important;}
.hxcp{width: 260%!important;}
.hide {
    position: absolute;
    top: 85px;
    left: -30px;
    background: rgba(0, 0, 0, 0.6);
    width: 200%;
    text-align: center;
    z-index: 66666;
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    transition: All 0.3s;
    -moz-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -o-transition: All 0.3s;
}
.hide dl dd a {
    color: #ffffff;
    font-size: 14px;
    display: block;
}
.hide dl dd {
    line-height: 40px;
}
.hide dl dd a:hover {
    background: rgba(221, 221, 221, 0.3);
}
.hide dl {
    padding: 5px 0;
}
.top_2a_1 ul li:hover .hide {
    z-index: 2;
    transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    transition: All 0.3s;
    -moz-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -o-transition: All 0.3s;
}

/* main1 */
.top_2a_2a ul li {float: left;margin: 3px 10px;position: relative;}
.whd_syzmt{width: 130px;position: absolute;top: 88px;left: -65px;transform: translate(0, 20px);opacity: 0;
    visibility: hidden;
	 transition: All 0.3s;
	 -moz-transition: All 0.3s;
	 -webkit-transition: All 0.3s;
	 -o-transition: All 0.3s;
	 }
.sadasd:hover .whd_syzmt{    
	transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    transition: All 0.3s;
    -moz-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -o-transition: All 0.3s;}
.top_2a_2b ul li {float: left;}
.top_2a_2b ul li a{font-size: 14px;padding: 0 10px;position: relative;}
.top_2a_2b {line-height: 85px;}
.sy_xian a::after{content: "";width: 2px;height: 13px;background-color: #908e8f;position: absolute;right: 0;top: 3px;}

.sy_gupiao{position: absolute;bottom: 0;right: 0;background-color: rgba(229,0,31,0.7);width: 315px;height: 230px;z-index: 999;}
.gp_1{width: 160px;margin: 40px 0 0 50px;}
.gp_1a span{text-transform: uppercase;color: #f2959f;font-size: 18px;}
.gp_1a p{color: #fff;font-size: 18px;font-weight: bold;}
.gp_1b{margin-top: 15px;}
.gp_1b h3{color: #fff;font-size: 18px;margin-bottom: 5px;}
.gp_1b p{color: #fff;font-size: 14px;line-height: 24px;}

.main1{height: 600px;text-align: center;background-color: #f7f7f7;position: relative;overflow: hidden;}
.m1_1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.m1_1 h3{color: #494949;font-size: 28px;font-weight: normal;letter-spacing: 4px;margin-bottom: 70px;}
.m1_1 p{width: 50%;color: #878787;font-size: 15px;line-height: 30px;}
.m1_1 span{display: block;text-align: center;color: #b2b2b2;font-size: 14px;line-height: 30px;}
.rt-1{margin-top: 20px;}
.m1_1 a{display: inline-block;border: 1px solid rgb(46, 85, 140);font-size: 14px;font-weight: bold;color: rgb(46, 85, 140);padding: 5px 25px;margin-top: 70px;
    transition: All 0.6s;
    -moz-transition: All 0.6s;
    -webkit-transition: All 0.6s;
    -o-transition: All 0.6s;
}
.m1_1 a:hover{background-color: rgb(46, 85, 140);color: #fff;}
.m1_2a{height: 540px;}
.m1_2a img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-100%);opacity: 0;transition-delay: 1.5s;}
.m1_2b{height: 540px;}
.m1_2b img{position: absolute;top: 60%;left: 50%;transform: translate(-50%,-100%);opacity: 0;transition-delay: 1s;
}
.whd_sy{transform: translate(-50%,-50%)!important;opacity: 0.1!important;
	transition-delay: 2s;
    transition: All 1s;
    -moz-transition: All 1s;
    -webkit-transition: All 1s;
    -o-transition: All 1s;
}
.m1_1{z-index: 999;margin-top: 120px;position: relative;}
.m1_1 h3{
	color: rgb(46, 85, 140);
}


.main2{padding: 110px 0 100px;}
.m2_1{width: 80%;margin: 0 auto;position: relative;z-index: 999;}
.m2_1 ul li{float: left;width: 25%;position: relative;}
.m2_1a img{display: block;width: 100%;
    transition: All 1s;
    -moz-transition: All 1s;
    -webkit-transition: All 1s;
    -o-transition: All 1s;
}
.m2_1 ul li dl{padding: 0 5px;}

.m2_1b{position: absolute;width: 170px;height: 170px;top: 50%;left: 50%;margin-top: -80px;margin-left: -80px;border: 1px solid #fff;}
.m2_1b em{font-size: 34px;color: #fff;font-style: normal;font-weight: 100;padding: 10px;display: block;}
.info{padding: 10px;margin-top: 30px;}
.info h3{color: #fff;font-size: 16px;}
.info h4{color: #fff;font-size: 13px;font-weight: normal;line-height: 14px;}

.m2_1b:before{ content: ""; display: block; width: 0; height: 0; position: absolute; left: 50%;top: 50%; transition: ease 0.7s; background: rgba(50,65,136,0.7);}
.m2_1 ul li:hover .m2_1b:before{ width: 100%; height: 100%; left: 0; top: 0;}
.m2_1 ul li:hover .m2_1b{ border-color: rgba(50,65,136,0.7);}
.zw{position: relative;z-index: 999;}
.m2_1a{overflow: hidden;}
.m2_1 ul li:hover .m2_1a img{transform: scale(1.1);}

.main3{position: relative;overflow: hidden;}
.m3_1 img{display: block;width: 100%;}
.main3 .{background: url(../images/m3_j3.png) no-repeat center;right: 5%;}
.main3 .swiper-container1>.swiper-button-prev{background: url(../images/m3_j2.png) no-repeat center;left: 5%;}
.main3 .swiper-container1>.swiper-button-next{background: url(../images/m3_j3.png) no-repeat center;right: 5%;}
.main3 .swiper-container1 .swiper-slide{position: relative;}
.m3_4{position: absolute;text-align: center;width: 100%;top: 32%;}
.m3_2 p{color: #fff;font-size: 40px;letter-spacing: 3px;line-height: 40px;margin: 20px 0 50px 0;}
.m3_bgm{position: absolute;bottom: 0;left: 0;width: 100%;z-index: 10;}
.m3_bgm img{width: 100%;display: block;}
.m3_bgm div {position: absolute;left: 0;bottom: 0;width: 100%;}
.m3_3{transform: translate(0,50px);opacity: 0;
    transition: All 1s;
    -moz-transition: All 1s;
    -webkit-transition: All 1s;
    -o-transition: All 1s;
}
.main3 .swiper-container1 .swiper-slide:hover .m3_3{transform: translate(0,0);opacity: 1;}

.main4{padding: 80px 0 85px 0;}
.m4_1{text-align: center;margin-bottom: 65px;}
.m4_2{width: 90%;margin: 0 auto;}
.m4_2 ul li{float: left;width: 33.3%;}
.m4_2a{margin: 0 2%;border: 1px solid #d4d4d4;padding: 5%;}
.m4_1 h3{color: #494949;font-size: 26px;}
.m4_1 span{display: block;width: 17px;height: 2px;background-color: #6b6b6b;margin: 17px auto;}
.m4_1 p{color: #8c8c8c;font-size: 16px;}
.m4_2a_1 span{width: 29px;height: 9px;background: url('../images/css_sprites.png') -188px -15px;display: block;
	transition: All 0.6s;
	-moz-transition: All 0.6s;
	-webkit-transition: All 0.6s;
	-o-transition: All 0.6s;
}
.m4_2a_1 h3{color: #595959;font-size: 17px;font-weight: normal;
	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
                text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
                white-space:nowrap; /*不换行 */
}
.m4_2a_1 p{color: #8c8c8c;font-size: 14px;text-align: justify;line-height: 24px;margin: 18px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}
.m4_3{text-align: center;}
.m4_3 a{display: inline-block;border: 1px solid #656365;font-size: 14px;font-weight: bold;color: #656365;padding: 5px 25px;margin-top: 70px;
    transition: All 0.6s;
    -moz-transition: All 0.6s;
    -webkit-transition: All 0.6s;
    -o-transition: All 0.6s;
}
.m4_2a{
	background-color: #ffffff;
	transition: All 0.6s;
	-moz-transition: All 0.6s;
	-webkit-transition: All 0.6s;
	-o-transition: All 0.6s;
}
.m4_3 a{background-color: #ffffff}
.m4_3 a:hover{background-color: rgb(46, 85, 140);color: #fff;border: 1px solid rgb(46, 85, 140);}
.m4_2 ul li:hover .m4_2a{background-color: #f7f7f7;}
.m4_2 ul li:hover .m4_2a_1 span{background: url('../images/css_sprites.png') -247px -15px;transform: translate(10px,0);}


.mian5{position: relative;overflow: hidden;}
.m5_1 video{width: 100%;display: block;object-fit:fill;}
.m5_1 a{display: inline-block;border: 1px solid rgb(46, 85, 140);font-size: 14px;font-weight: bold;color: rgb(46, 85, 140);padding: 5px 25px;margin-top: 70px;
	transition: All 0.6s;
	-moz-transition: All 0.6s;
	-webkit-transition: All 0.6s;
	-o-transition: All 0.6s;
}
.m5_1 a:hover{background-color: rgb(46, 85, 140);color: #fff;}
.m5_2{position: absolute;top: 0;left: 0;width: 100%;background: rgba(0,0,0,0.2);height: 100vh;text-align: center;}
.m5_2 div{position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);}
.m5_2 p{color: #fff;font-size: 18px;margin-top: 5px;}

.m5_2 div img {
    cursor: pointer;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	 opacity: 0;
}
.m5_2:hover div img{opacity: 1;}
.m5_2 div img:hover {
    transform: rotate(360deg) scale(1.06, 1.06);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

/*简介视频*/
.fullmask {text-align: center;}
.fullmask { position: fixed; z-index: 10000000000000000000000000000000000000000000000000000000000000000002; left: 0; top: 100%; opacity: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, .8); transition: top 0s ease 0.6s, opacity 0.6s ease 0s }
.fullmask video { margin-top: 5%; height: 70%; }
.fullmask .btn-close { position: relative; display: block; margin: 20px auto 0; width: 70px; height: 70px; background: url('../images/css_sprites.png') -306px -15px; border-radius: 50%; cursor: pointer; }
.fullmask.on { top: 0; opacity: 1; transition: top 0s ease 0s, opacity 0.6s ease 0s; }

.ft2{
	display: flex;
	justify-content: center;
}
.ft2_1 img{position: relative;top: 3px;left: 5px;}
.footer{width: calc(100% - 180px);margin: 0 auto;padding: 60px 90px 30px 90px;border-top: 1px solid #eaeaea;}
.ft1 ul li{float: left;padding: 0 70px;position: relative;}
.whd_pq::after{width: 0!important;}
.whd_pq h3{color: #6c6c6c;font-weight: bold;font-size: 20px;margin-bottom: 18px;}
.whd_pq dl dd  p{color: #a6a6a6;font-size: 15px;line-height: 32px;}
.whd_pq  p span{color: #6c6c6c;font-size: 15px;}
.ft1_p1{padding-left: 0!important;}
.ft1{margin-bottom: 115px;}
.ft1 ul li>p{color: #656365;font-size: 15px;margin-bottom: 20px;}
.ft1 ul li dd a{color: #a6a6a6;font-size: 14px;line-height: 32px;}
.ft1 ul li dd a:hover{color: rgb(46, 85, 140);}
.ft1 ul li::after{content: '';width: 1px;height: 13px;background-color: #656365;position: absolute;right: 0;top: 6px;}
.ft2_1 p{color: #a6a6a6;font-size: 14px;}
.ft2_1 p a{color: #a6a6a6;font-size: 14px;}
.ft2_2 p{color: #a6a6a6;font-size: 14px;}
.ft2_2 ul li span{width: 28px; height: 25px;background: url('../images/css_sprites.png') -72px -15px;display: inline-block;margin-right: 15px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.ft2_2 ul li{float: left;}
.ft2_2 ul li span:hover{background: url('../images/css_sprites.png') -130px -15px;}

.home_sy_1 a{ width: 27px; height: 25px;background: url('../images/css_sprites.png') -15px -15px;display: inline-block;}
.home_sy{position: fixed;right: 1.5%;bottom: 15%;z-index: 9999999999;display: none;}
.home_sy_2a{background: url(../images/ys_top.png) no-repeat center;}
.home_sy_2b{background: url(../images/sy_bot.png) no-repeat center;}
.home_sy_2 ul li{width: 45px;height: 45px;background-color: #8c8c8c;margin-bottom: 8px;cursor: pointer;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.home_sy_1{text-align: center;margin-bottom: 10px;}
.home_sy_2 ul li:hover{background-color: rgb(46, 85, 140);}


.dm1{color: #333;font-size: 15px;}
.dm2{color: #8d8384;font-family: victor2;font-size: 18px;}
.dm3{color: #eb2d2f;font-family: victor2;font-size: 18px;margin: 0 13px;}
.dm4{color: #eb2d2f;font-family: victor2;font-size: 18px;}
.top_2a_2c {margin-left: 15px;}

/* neiye */
.h1 { width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
.h2 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h3 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h4 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h5 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h6 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h7 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h8 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h9 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h10 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h11 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h12 { width: 100%;
	  height: 100vh;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.ny_b1 {
    padding: 12% 0 6% 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
    display: block;
	 text-align: center;
}
.ny_b1a h3{color: #ffffff;font-size: 30px;letter-spacing: 3px;text-shadow: #000 0.1em 0.1em 0.2em;}
.ny_b1a p{color: #ffffff;font-size: 20px;margin-top: 20px;text-shadow: #000 0.1em 0.1em 0.2em;}
.ny_b1a{margin-bottom: 3%;}
.ny_nav{text-align: center;height: 75px;border-bottom: 1px solid #e8e8e8;background-color: #ffffff;position: relative;z-index: 999;}
.ny_nav ul li{float: left;margin: 0 26px;line-height: 75px;}
.ny_nav ul li a{color: #727072;font-size: 16px;}
.ny_nav ul li a:hover{color: rgb(46, 85, 140)!important;}
.ny_nav ul{display: inline-block;}
.ny_jj_1{height: 684px;padding-left: 70px;}
.ny_jj_2{width: 815px;padding: 80px 90px 70px 0;border-right: 1px solid #e8e8e8;}
.ny_jj_news_1{width: 220px;height: 684px;padding-right: 70px;}
.ny_jj_news_2{width: 800px;padding: 80px 0 70px 80px;border-left: 1px solid #e8e8e8;}
.ny_jj_2a p{color: #737373;font-size: 15px;text-align: justify;margin-bottom: 2%;line-height: 28px;}
.ny_jj_1a{margin-top: 80px;}
.ny_jj_1a_1 h3{color: #8c8c8c;font-size: 24px;font-weight: normal;}
.ny_jj_1a_1 p{color: #000;font-size: 20px;margin: 10px 0 25px 0;}
.ny_jj_1a_1 span{display: inline-block;width: 50px;height: 1px;background-color: rgb(46, 85, 140);position: relative;}
.ny_jj_1a_1 span::after{content: '';width: 25px;height: 1px;background-color: rgb(46, 85, 140);position: absolute;bottom: -5px;left: 0;display: block;}
.ny_jj_1a_2{margin-top: 90px;}
.ny_jj_1a_2 ul li p{color: #595959;font-size: 15px;margin-bottom: 13px;}
.ny_jj_1a_2 ul li h3{font-family: victor2;font-size: 15px;color: #595959;font-weight: normal;}
.ny_jj_1a_2 ul li h3 span{font-size: 46px;color: rgb(46, 85, 140);}
.ny_jj_1a_2 ul li{margin-bottom: 50px;}
.ny_jj_1a_2 ul li h3 font{color: rgb(46, 85, 140);font-size: 30px;}

@keyframes icon{
	0%{
    opacity: 0.8;
		transform: translate(0,0);
	}
	50%{
    opacity: 1;
		transform: translate(0,35px);
	}
	100%{
    opacity: 0.8;
		transform: translate(0,0);
	}
}
.ny_b1 img{
	animation:  icon 1.5s linear infinite;
}

.ny_js{width: 100%;height: 800px;background: url(/skin/default/images/ny/jj_bg2.png) no-repeat center;}
.ny_js_1{width: 1200px;float: right;margin-top: 40px;display: flex}
.ny_js_1a_2{margin-top: 50px;display: flex;justify-content: space-evenly;}
.ny_js_1a_2_1{width: 100%}
.ny_js_1a_2_list{width: 22%}
.ny_js_1a_2_1_img{text-align: center}
.ny_js_1a_2 p{color: #737373;font-size: 15px;line-height: 40px;}
.ny_js_1b p{text-align: center;font-weight: bold;color: #333333;font-size: 18px;margin-top: 25px;}

.ny_lc{width: 100%;height: 663px;background: url(/skin/default/images/ny/jj_bg2.jpg) no-repeat center;position: relative;}
.ny_lc_xian{position: absolute;width: 100%;height: 1px;background-color: #c3c4c4;bottom: 330px;z-index: 999;}
.ny_lc .ny_wrap{position: relative;padding-top: 113px;}
.ny_lc_1{background-color: rgba(255,255,255,0.9);height: 550px;}
.ny_lc_1 .ny_jj_1a_1{padding: 30px 0;text-align: center;}
.ny_lc_1 .ny_jj_1a_1 span{display: inline-block;width: 50px;height: 1px;background-color: rgb(46, 85, 140);position: relative;}
.ny_lc_1 .ny_jj_1a_1 p{margin: 10px 0;}

.ny_lc_1a{width: 1100px;margin: 0 auto;overflow: hidden;}
.ny_lc_1a .swiper-slide h3{color: rgb(46, 85, 140);font-family: victor2;font-size: 40px;font-weight: normal;line-height: 40px;margin-bottom: 20px}
.ny_lc_1a .swiper-slide p{color: #878787;font-size: 15px;line-height: 30px;}
.ny_lc_1a .swiper-slide p:before{content: url(/skin/default/images/ny/dian.png);margin-right: 5px}
.ny_lc_1a .swiper-slide img{display: block;margin: 15px 0;position: relative;z-index: 9999;}

.ny_lc .ny_wrap .swiper-button-next{background:url(/skin/default/images/ny/jj_right.png) no-repeat center;width: 44px;height: 44px;right: -5%;top: 50.2%;z-index: 99999;}
.ny_lc .ny_wrap .swiper-button-prev{background:url(/skin/default/images/ny/jj_left.png) no-repeat center;width: 44px;height: 44px;left: -5%;top: 50.2%;z-index: 99999;}
.ny_lc .ny_wrap .swiper-button-next:hover{background:url(/skin/default/images/ny/jj_righta.png) no-repeat center;right: -5%;}
.ny_lc .ny_wrap .swiper-button-prev:hover{background:url(/skin/default/images/ny/jj_lefta.png) no-repeat center;left: -5%;}


.ny_bg3 { background: linear-gradient(90deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7)),url(/skin/default/images/right.png) no-repeat center;overflow: hidden;
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
.ny_bg3a {
    padding: 5% 0 10% 0;
    display: block;
	 text-align: center;
}
.ny_bg3a .ny_jj_1a_1 h3{font-size: 24px;font-weight: normal;}
.ny_bg3a .ny_jj_1a_1 p{font-size: 20px;margin: 10px 0 25px 0;}
.ny_bg3a .ny_jj_1a_1 span{display: inline-block;width: 50px;height: 1px;background-color: rgb(46, 85, 140);position: relative;}
.ny_bg3a .ny_jj_1a_1 span::after{content: '';width: 25px;height: 1px;background-color: rgb(46, 85, 140);position: absolute;bottom: -5px;left: 12px;display: block;}
.ny_bg3a img{margin-top: 5%;}
.vvic a{color: rgb(46, 85, 140)!important;font-weight: bold;}

/* honor */
.ny_honor{padding: 80px 0 120px 0;border-bottom: 1px solid #eaeaea;}
.pc-slide {
	width: 1200px;
	margin: 0 auto;
}

.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	height: 80px;
	position: relative;
	background: url(../images/ny/hon_dian.jpg) repeat-x center;
	/* overflow: hidden; */
}
.view .swiper-container{height: auto!important;}
.preview .swiper-container {
	width: 1180px;
	height: 80px;
	background: url(../images/ny/xxxx.jpg) repeat-x center 65px;
	margin-left: 40px;
}

.preview .swiper-slide {
	text-align: center;
	width: 225px;
	height: 80px;
	line-height: 80px;
	cursor:pointer;
	position: relative;
	/* top: -15px; */
	background: url(../images/ny/ho_2.png) no-repeat center;
}
.hon_pp2{width: 9px;height: 9px;background-color: #dcdcdc;position: absolute;bottom: 12px;left: 50%;border-radius: 50%;}
.active-nav .hon_pp2{border: 2px solid #0a8892;background-color: #fff;bottom: 10px;}
.preview .slide6 {
	width: 80px;
}
.preview .arrow-left {
	background:url(../images/ny/jj_left.png) no-repeat center;border-radius: 50%;background-size: 44px;
	position: absolute;
	left: -22px;
	top: 27%;
	margin-top: -9px;
width: 55px;height: 55px;
	z-index: 10;
}
.preview .arrow-left:hover{background: url(../images/ny/jj_lefta.png) no-repeat center;background-size: 44px;}
.preview .arrow-right {
	background:url(../images/ny/jj_right.png) no-repeat center;border-radius: 50%;background-size: 44px;
	position: absolute;
	right: -22px;
	top: 27%;
	margin-top: -9px;
width: 55px;height: 55px;
	z-index: 10;
}
.preview .arrow-right:hover{background: url(../images/ny/jj_righta.png) no-repeat center;background-size: 44px;}
.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}
.hon_pp1{font-size: 30px;color: rgb(46, 85, 140);line-height: 80px;font-family: victor2;}
.active-nav .hon_pp1{color: rgb(46, 85, 140);font-size: 36px;font-family: victor2;}
.active-nav {background: url(../images/ny/ho_1.png) no-repeat center!important;}
.ny_honor_1 h3{width: 70px;color: rgb(46, 85, 140);font-size: 20px;background: url(../images/ny/hor_right.png) no-repeat center right;}
.ny_honor_2{width: 1100px;}
.view{margin-top: 95px;}
.ny_honor_2 p{color: #737373;font-size: 15px;text-align: justify;line-height: 30px;}
.view .swiper-slide li{margin-bottom: 40px;}
.view .swiper-slide{background: url(../images/ny/hon_d2.jpg) repeat-y center left 62px;}


.ny_honor .ry-qh { width: 1200px; height: 385px; margin: 0 auto; margin-bottom: 60px; position: relative;}
.ny_honor .ry-qh .swiper-container { position: static}
.ny_honor .ry-qh .swiper-slide {float: left;border: 1px solid #d4d4d4;height: 320px; box-sizing: border-box;}
.ny_honor .ry-qh .swiper-slide a { display:block; width: 100%; height: 100%;}
.ny_honor .ry-qh .swiper-slide .d1 { width: 100%; height: 200px; overflow: hidden; margin-bottom: 20px;}
.ny_honor .ry-qh .swiper-slide .d1 img { width: 100%; height: 100%; display: block;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_honor .ry-qh .swiper-slide .d2 { width: 90%; margin: 0 auto; font-weight: bold;box-sizing: border-box; color: #595959;font-size: 16px;display: -webkit-box;height: 48px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; margin-bottom: 20px;}
.ny_honor .ry-qh .swiper-slide .d3 { width: 100%;height: 9px;background: url(../images/more_r.png) no-repeat 94% center;margin-top: 8px;}
.ny_honor .ry-qh .swiper-slide:hover .d1 img{transform: scale(1.1);}
.ny_honor .ry-qh .swiper-slide:hover .d3 {background: url(../images/more_ra.png) no-repeat 94% center;}
.ny_honor .ry-qh .swiper-container-horizontal>.swiper-pagination-bullets { bottom:0;}
.ny_honor .ry-qh .swiper-pagination-bullet{ width: 12px; height: 12px; background:none; border: 1px solid #333; box-sizing: border-box; margin: 0 9px;}
.ny_honor .ry-qh .swiper-pagination-bullet-active {background:rgb(46, 85, 140);border:0}
.ny_honor .ry-qh .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 9px;}






/* culture */
.ny_culture{border-bottom: 1px solid #eaeaea;}
.cul_1{text-align: center;margin: 80px 0;}
.cul_1 h3{color: #333333;font-size: 30px;font-weight: normal;margin-bottom: 30px;}
.cul_1 p{color: #808080;font-size: 16px;line-height: 36px;}

.cul_2a ul{display: flex;flex-direction: row;flex-wrap: wrap;}
.cul_2a ul li{width: 50%;box-sizing: border-box;display: flex;flex-direction: row;align-items: center;height: 230px;}
.cul_2{ background: url(../images/cul_xiug03.jpg) no-repeat center;
    width: 100%;
    height: 599px; }
.cul_2a{padding: 75px 0;}
.cul_2a_1 p{color: #fff;font-size: 16px;}
.cul_2a_1 {text-align: center;margin-right: 35px;}
.cul_2a_2 p{color: #fff;font-size: 15px;line-height: 32px;}
.cul_2a_2 p span{font-weight: bold;display: inline-block;margin-right:10px;}
.cul_2a_2 h3{color: #fff;font-size: 16px;font-weight: normal;}
.cul_p1{border-right: 1px solid #f0898a;border-bottom: 1px solid #f0898a;padding-left: 100px;}
.cul_p2{border-top: 1px solid #f0898a;border-left: 1px solid #f0898a;padding-left: 60px;position: relative;top: -1px;left: -1px;}
.cul_p4{padding-left: 100px;}
.cul_p3{padding-left: 60px;}

.cul_3{padding: 95px 0;}
.cul_3a{text-align: center;}
.cul_3a h3{color: #595959;font-size: 26px;font-weight: normal;}
.cul_3a img{display: inline-block;margin: 12px 0 25px 0;}
.cul_3a p{color: #808080;font-size: 16px;line-height: 36px;}

.cul_3b ul li{float: left;position: relative;cursor: pointer;}
.cul_3b{margin-top: 70px;overflow: hidden;}
.cul_3b_3{background: rgba(230,0,32,0.5);width: 100%;height: 100%;position: absolute;top: 0;left: 0;transform: translate(0,100%);
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_3b_2{position: absolute;top: 36%;width: 100%;text-align: center;z-index: 99;transform: translate(-70px,0);opacity: 0;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_3b_2 h3{color: #ffffff;font-size: 20px;font-weight: normal;}
.cul_3b_2 p{color: #fff;font-size: 15px;line-height: 36px;}
.cul_3b_2 img{display: inline-block;margin: 10px 0 10px 0;}
.cul_3b_1 img{display: block;}
.cul_whd .cul_3b_3{transform: translate(0,0);
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_whd .cul_3b_2{transform: translate(0,0);opacity: 1;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_4{text-align: center;margin-top: 85px;}
.cul_4 a{display: inline-block;font-size: 16px;border: 1px solid #e4596b;background-color: #e4596b;padding: 10px 40px;color: #fff;}

.ny_cont .ny_wrap{margin: 60px auto;}
.ny_cont_1 h3{color: #333333;font-weight: normal;font-size: 22px;}
.ny_cont_1 .line{display: block;width: 40px;height: 2px;background-color: #e10000;margin: 20px 0;}
.ny_cont_1 p{color: #8c8c8c;font-size: 15px;}
.ny_cont_2 p{text-align: center;color: #8c8c8c;font-size: 15px;}
.ny_cont_3 iframe{border: 0;}
.ny_cont_3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ny_cont_3 #container{
	width: 100%;
	height: 500px;
}
#pictureViewer{z-index: 99999999999999999999999999999999999999999999999999999!important;overflow: hidden;overflow-y: hidden;overflow-x: hidden;}


.ny_news_ml{margin: 60px 0 0 0;}
.ny_news_ml ul li{float: left;margin: 0 50px 30px 0;text-align: center;}
.ny_news_ml ul{width: 1350px;}
.ny_news_mla img{display: block;width: 100%;height: 275px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_news_ml ul li p{text-align: center;font-size: 16px;line-height: 50px;}
.ny_news_mla div{width: 200px;height: 275px;overflow: hidden;border: 1px solid #ccc;padding: 6px;}
.ny_news_ml ul li:hover .ny_news_mla img{transform: scale(1.06);}

.ny_xwff1_a3 img{display: block;width: 100%;}
.ny_xwff1_a3 a{margin-bottom: 10px;display: block;}
.ny_xwff1 {padding-left: 80px;}
.ny_xwff1_a{margin-top: 60px;}
.ny_xwff1_a1{margin-bottom: 20px;}
.ny_xwff1_a1 p{color: #e7d7d7;font-size: 30px;font-family: victor3;text-transform: uppercase;margin-bottom: 5px;}
.ny_xwff1_a2{margin: 40px 0 75px 0;}
.ny_xwff1_a2 h3{color: #454545;font-size: 36px;font-family: victor3;font-weight: normal;}
.ny_xwff1_a2 h3 span{}
.ny_xwff1_a2 p{color: #999999;font-size: 16px;margin-top: 8px;}
.ny_xwff2 {border-right: 1px solid #e0e0e0;width: 755px;padding: 60px 40px 30px 0;}
.ny_xwff2_a{width: 755px;}
.ny_xwff2_a ul li{margin-bottom: 20px;height: 155px;background:#f7f7f7 url(../images/more_r.png) no-repeat center right 35px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_xwff2_a1{float: left;width: 155px;background-color: #d7d7e7;height: 155px;text-align: center;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_xwff2_a2{float: left;}
.ny_xwff2_a1 h3{color: #fff;font-size: 57px;font-weight: normal;font-family: victor3;line-height: 57px;margin-top: 35px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_xwff2_a1 p{color: #ffffff;font-family: victor3;font-size: 18px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_xwff2_a2{width: 470px;margin: 50px 0 0 37px;}
.ny_xwff2_a2 h3{color: #595959;font-size: 18px;font-weight: bold;	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
                text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
                white-space:nowrap; /*不换行 */}
.ny_xwff2_a2 p{color: #595959;font-size: 15px;margin-top: 5px;}
.ny_xwff2_a ul li:hover .ny_xwff2_a1{background-color: rgb(46, 85, 140);}
.ny_xwff2_a ul li:hover .ny_xwff2_a2 h3{color: rgb(46, 85, 140);}
.ny_xwff2_a ul li:hover .ny_xwff2_a2 p{color: rgb(46, 85, 140);}
.ny_xwff2_a ul li:hover {background:#f7f7f7 url(../images/more_ra.png) no-repeat center right 35px;}
.ny_xwff2 iframe{border: 0;}

.ny_news_1 ul li{float: left;width: 375px;margin: 0 35px 40px 0;border: 1px solid #d4d4d4;min-height: 200px;cursor: pointer;}
.ny_news_1{padding: 60px 0;}
.ny_news_1 ul{width: 1350px;}
.ny_news_1b{padding: 5%;}
.ny_news_1b h3{color: #595959;font-size: 16px;		display: -webkit-box;height: 60px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;}
	.fflpps{margin-top: 20px;}
.ny_news_1b p{color: #8c8c8c;font-size: 14px;margin: 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newssp_1 {color: #8c8c8c;font-size: 14px;}
.newssp_2 {width: 29px;height: 9px;background: url(../images/more_r.png) no-repeat center;display: inline-block;margin-top: 8px;}
.ny_news_1a{height: 200px;overflow: hidden;}
.ny_news{border-bottom: 1px solid #eaeaea;}
.ny_news_1a img{width: 100%;display: block;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_news_1 ul li:hover .ny_news_1a img{transform: scale(1.1);}
.ny_news_1 ul li:hover .ny_news_1b p{color: rgb(46, 85, 140);}
.ny_news_1 ul li:hover .newssp_2 {background: url(../images/more_ra.png) no-repeat center;}

.ny_zrbg{margin: 60px 0;}
.ny_zrbg ul li{float: left;width: 275px;margin: 0 30px 30px 0;}
.ny_zrbg ul li div{width: 275px;height: 374px;overflow: hidden;border: 2px solid #e6e2e3;}
.ny_zrbg ul li img{display: block;width: 100%;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_zrbg ul{width: 1350px;}
.ny_zrbg ul li:hover div img{transform: scale(1.05);}
.ny_zrbg ul li p{text-align: center;color: #595959;font-size: 15px;line-height: 60px;}

#laosding1{width: 120px;height: 40px;line-height: 40px;text-align: center;margin: 0 auto;}
#laosding1 a{color: #656365;font-size: 14px;display: block;width: 100%;height: 100%;border: 1px solid #b3b3b3;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.clear{display: block!important;}
#laosding1 a:hover{color: #fff;background-color: rgb(46, 85, 140);border: 1px solid rgb(46, 85, 140);}

/* 分页 */
.fy{clear:both;margin-top:20px;color:#4e2b13;text-align:center;font-size:0;}
.fy a{display:inline-block;margin:0 7px;padding:4px 12px;color:#777;font-size:12px;border:1px solid #ddd;}
.fy a:hover,.pages a.on{color:#fff;background:#db1b23;border-color:#db1b23;}

.ny_dj .ny_wrap{padding: 75px 0 65px 0;}
.ny_dj_1 h3{text-align: center;color: #333333;font-size: 24px;font-weight: normal;margin-bottom: 80px;letter-spacing: 2px;}
.ny_dj_2{width: 100%;height: 58px;background: url(../images/ny/djk_03.jpg) no-repeat center;line-height: 58px;}
.ny_dj_2 p{color: #fff;font-size: 16px;margin-left: 25px;}
.ny_dj_3{margin: 65px 0;}
.ny_dj_3a ul li p{color: #808080;font-size: 16px;}
.ny_dj_3a ul li p span{color: rgb(46, 85, 140);display: inline-block;margin-right: 15px;font-weight: bold;}
.ny_dj_3a ul li {margin-bottom: 34px;}
.ny_dj_3a ul {margin-top: 25px;}
.ny_dj_3a ul li img{display: inline-block;position: relative;left: 16px;}
.ny_dj_4 h3{color: rgb(46, 85, 140);font-size: 18px;margin: 40px 0;}
.ny_dj_4 ul li{margin-bottom: 40px;}
.ny_dj_4 ul li p{color: #808080;font-size: 15px;line-height: 36px;}
.ny_dj_5{background-color: rgb(46, 85, 140);}
.ny_dj_5a{border-bottom: 2px solid #ee596d;padding-bottom: 40px;}
.ny_dj_5b ul li{float: left;width: 390px;margin: 0 15px 0 0;}
.ny_dj_5b ul {width: 1350px;}
.ny_dj_5b{margin-top: 60px;}
.ny_dj_5b ul li h3{color:#ffffff;font-size: 18px;text-align: center;margin-top: 30px;}
.ny_dj_5b_1{position: relative;height: 300px;overflow: hidden;}
.ny_dj_5b_1a img{display: block;width: 100%;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_dj_5b_1b{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);opacity: 0;
	 -webkit-transition: 0.8s;
	 -moz-transition: 0.8s;
	 -ms-transition: 0.8s;
	 -o-transition: 0.8s;
	 transition: 0.8s;
}
.ny_dj_5b_1b p{color: #fff;font-size: 14px;line-height: 30px;padding: 40px;text-align: justify;}
.ny_dj_5b ul li:hover .ny_dj_5b_1a img{transform: scale(1.1);}
.ny_dj_5b ul li:hover .ny_dj_5b_1b{opacity: 1;}

.ny_tzz{padding: 60px 0 70px 0;border-bottom: 1px solid #eaeaea;}
.ny_tzz_1{background-color: rgb(46, 85, 140);padding: 37px 50px;}
.ny_tzz_1a span{color: #fff;}
.tz_sp1{font-size: 24px;}
.tz_sp2{font-size: 30px;margin: 0 10px;}
.tz_sp3{font-size: 16px;}
.ny_tzz_1b ul li{float: left;color: #fff;}
.ny_tzz_1b{margin: 55px 0;}
.fp_1{margin: 0 105px;}
.fp_2{margin: 0 105px;}
.ny_tzz_1b ul li p{font-size: 16px;margin-bottom: 14px;}
.tzz_sp4,.tzz_sp5,.tzz_sp6,.tzz_sp8{font-weight: bold;font-size: 24px;}
.tzz_sp1{font-size: 40px;font-weight: bold;}
.tzz_sp2{font-size: 16px;margin: 0 8px;}
.tzz_sp3{font-size: 16px;}
.fp_3{margin-top: 30px;}
.ny_tzz_1c span{display: inline-block;color: #f6a6b1;margin-right: 50px;font-size: 15px;}
.ny_tzz_2a ul li{border-bottom: 1px dashed #d6d6d6;line-height: 95px;padding: 0 25px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.trz_p1 {color: #595959;font-size: 25px;display: inline-block;margin-right: 27px;font-family: victor2;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.trz_p2 {color: #595959;font-size: 20px;width: 475px;	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
                text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
                white-space:nowrap; /*不换行 */
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_tzz_2{margin-top: 60px;}
.trz_p3 {color: #949494;font-size: 14px;}
.ny_tzz_2a {width: 750px;}
.ny_tzz_2a ul li:hover {background-color: #f1eced;}
.ny_tzz_2a ul li:hover .trz_p1 {color: #e50020;}
.ny_tzz_2a ul li:hover .trz_p2 {color: #e50020;}
.ny_tzz_2b {width: 375px;height: 420px;background-color: #77686a;}
.ny_tzz_2b_1{margin: 60px 0 0 60px;}
.ny_tzz_2b_1 h3{color: #ffffff;font-size: 20px;font-weight: normal;}
.ny_tzz_2b_1 p{color: #8c8c8c;font-size: 20px;}
.ny_tzz_2b_1 ul li{color: #fff;font-size: 15px;line-height: 50px;padding-left: 45px;}
.tzx_li1{background: url(../images/ny/zzt_03.jpg) no-repeat center left;}
.tzx_li2{background: url(../images/ny/zzt_09.jpg) no-repeat center left;}
.tzx_li3{background: url(../images/ny/zzt_11.jpg) no-repeat center left;}
.ny_tzz_2b_1 span{display: inline-block;width: 50px;height: 1px;background-color: #fff;position: relative;}
.ny_tzz_2b_1 span::after{content: '';width: 25px;height: 1px;background-color: #fff;position: absolute;bottom: -5px;left: 0;display: block;}

#laosding2{width: 140px;height: 40px;line-height: 40px;text-align: center;margin: 0 auto;margin-top: 50px;}
#laosding2 a{color: #656365;font-size: 14px;display: block;width: 100%;height: 100%;border: 1px solid #b3b3b3;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.clear{display: block!important;}
#laosding2 a:hover{color: #fff;background-color: rgb(46, 85, 140);border: 1px solid rgb(46, 85, 140);}
.whd_nb{color: #22ac38;background: url(../images/xbot.png) no-repeat center right!important;padding-right: 12px;}
.gp4{color: #fff;background: url(../images/ny/jiahao.png) no-repeat center left;padding-left: 12px;background-size: 11px;}
.dm4{background: url(../images/xbot_1.png) no-repeat center right;padding-right: 12px;}
.gp5{color: #22ac38;background: url(../images/xbot.png) no-repeat center right!important;padding-right: 12px;}

.ny_cont_5{margin-bottom: 60px;}
.ny_jb{padding: 75px 0;border-bottom: 1px solid #eaeaea;}
.ny_jb h2{color: #404040;font-size: 18px;}
.ny_jb h2 span{color: #e50020;}
.ny_jb ul li h3{color: #3f3f3f;font-size: 18px;margin-bottom: 20px;}
.ny_jb ul li p{color: #737373;font-size: 15px;line-height: 40px;}
.ny_jb ul li {margin-top: 50px;}
.ny_jb ul li img{display: block;margin-top: 10px;}

/* 民生地产 */
.msdc_1{width: 100%;}
.msdc_1 .ny_wrap{padding-top: 50px;}
.msdc_1a h3{color: #333333;font-size: 24px;font-weight: normal;margin-bottom: 6px;}
.msdc_1a span{display: inline-block;width: 50px;height: 1px;background-color: rgb(46, 85, 140);position: relative;}
.msdc_1a span::after{content: '';width: 25px;height: 1px;background-color: rgb(46, 85, 140);position: absolute;bottom: -5px;left: 0;display: block;}
.msdc_1b{margin: 36px 0;}
.jkdc_1 .msdc_1 .ny_wrap{padding-top: 20px}
.msdc_1b ul li{background-color: unset !important;margin-bottom: unset !important;list-style: url(/skin/default/images/ny/dian.png);margin-left: 20px;}
.msdc_1b p{color: #878787;font-size: 15px;}
.msdc_1c{display: flex;}
.cxy{width: 33%}
.msdc_1c p{line-height: 35px;color: #878787;font-size: 15px;}
.msdc_1c p span{color: rgb(46, 85, 140);font-size: 16px;}
.msdc_2{margin: 82px 0;}
.tit_h{text-align: center;}
.tit_h h3{color: #333333;font-size: 24px;font-weight: normal;margin-bottom: 6px;}
.tit_h span{display: inline-block;width: 50px;height: 1px;background-color: rgb(46, 85, 140);position: relative;}
.tit_h span::after{content: '';width: 25px;height: 1px;background-color: rgb(46, 85, 140);position: absolute;bottom: -5px;left: 14px;display: block;}
.msdc_2a{margin: 40px 0;text-align: center;}
.msdc_2a p{color: #878787;font-size: 15px;line-height: 32px;text-align: left;}
.msdc_2c ul li{float: left;width: 390px;height: 495px;margin-right: 15px;position: relative;}
.msdc_2c ul{width: 1360px;}
.msdc_2c_1 img{display: block;}
.msdc_2c_2a{position: absolute;top: 10%;left: 0;width: 100%;text-align: center;}
.msdc_2c_2a h3{color: #fff;font-size: 18px;font-weight: normal;}
.msdc_2c_2a p{color: #fff;font-size: 16px;margin-top: 6px;}
.msdc_2c_2b{position: absolute;bottom: 8%;left: 0;width: 100%;text-align: center;}
.msdc_2c_2b p{color: #fff;font-size: 14px;line-height: 30px;}
.msdc_2c_3{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);text-align: center;z-index: 999;opacity: 0;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.msdc_2c_3 a{display: inline-block;width: 40%;height: 45px;background-color: #eb334d;text-align: center;line-height: 45px;color: #fff;font-size: 16px;margin-top: 60%;}
.msdc_2c ul li:hover .msdc_2c_3{opacity: 1;}

.msdc_3{background: #f6f6f6 url(../images/ny/dc_bg2.jpg) no-repeat center;padding: 100px 0;}
.msdc_3a{width: 100%;}
.msdc_3b{width: 646px;height: 416px;overflow: hidden;}
.msdc_3a_1 ul li{float: left;width: 138px;text-align: center;margin-right: 36px;margin-bottom: 30px;cursor: pointer;}
.msdc_3a_1 ul li div{width: 80px;height: 80px;border-radius: 50%;display: inline-block;}
.msdc_3a_1 ul li:hover p{color: rgb(46, 85, 140);}
.msdc_3a_1 ul li:hover:nth-child(2) div{background: url(../images/ny/jxp_05.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(3) div{background: url(../images/ny/jxp_05.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(4) div{background: url(../images/ny/jxp_05.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(5) div{background: url(../images/ny/jxp_05.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(6) div{background: url(../images/ny/jxp_05.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(7) div{background: url(../images/ny/jxp_05.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(1) div{background: url(../images/ny/jxp_05.png) no-repeat center;}

.dc_yqq1{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_yqq2{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_yqq3{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_yqq4{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_yqq5{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_yqq6{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_yqq7{background: url(../images/ny/jxp_05.png) no-repeat center;}

.dc_jx_vic .dc_yqq1{background: url(../images/ny/jxp_05.png) no-repeat center!important;}
.dc_jx_vic .dc_yqq2{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_jx_vic .dc_yqq3{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_jx_vic .dc_yqq4{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_jx_vic .dc_yqq5{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_jx_vic .dc_yqq6{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_jx_vic .dc_yqq7{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_jx_vic p{color: rgb(46, 85, 140)!important;}

.msdc_3a_1::-webkit-scrollbar {    width: 6px;}
.msdc_3a_1::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.msdc_3a_1::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.msdc_3a_1::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}
.msdc_3a_1{margin: 60px 0 0 -25px;height: 290px;overflow-y: auto;}
.msdc_3a_1 ul li p{color: #595959;font-size: 14px;font-weight: bold;line-height: 20px;margin-top: 5px;}
.msdc_3b_1 .swiper-slide div{position: absolute;bottom: 0;left: 0;width: 100%;padding: 4% 5%;background: rgba(0,0,0,0.6);}
.msdc_3b_1 .swiper-slide img{display: block;width: 646px;height: 416px;}
.msdc_3b_1 .swiper-slide div h3{color: #fff;font-size: 16px;}
.msdc_3b_1 .swiper-slide div p{color: #fff;font-size: 14px;margin-top: 5px;}
.msdc_3b_1{position: relative;}
.msdc_3b_1 .swiper-button-next{background:rgba(255,255,255,0.4) url(../images/ny/right.png) no-repeat center;width: 38px;height: 38px;right: 5%;background-size: 12px;}
.msdc_3b_1 .swiper-button-prev{background:rgba(255,255,255,0.4) url(../images/ny/left.png) no-repeat center;width: 38px;height: 38px;left: 5%;background-size: 12px;}
.msdc_3b_1 .swiper-button-next:hover{background:rgba(226,1,25,0.5) url(../images/ny/right.png) no-repeat center;background-size: 12px;}
.msdc_3b_1 .swiper-button-prev:hover{background:rgba(226,1,25,0.5) url(../images/ny/left.png) no-repeat center;background-size: 12px;}

.msdc_4{width: 100%;height: 718px;background: url(../images/ny/dqwee.jpg) no-repeat center;overflow: hidden;}
.msdc_4a{padding: 100px 0;position: relative;}
.msdc_4a_1 p{text-align: center;color: #fff;font-size: 14px;margin: 50px 0;}
.msdc_4a_2 .swiper-container1{overflow: hidden;}
.msdc_4a_2 .swiper-slide div{background-color: #fff;padding: 6% 8%;}
.msdc_4a_2 .swiper-slide div h3{color: rgb(46, 85, 140);font-size: 18px;margin-bottom: 20px;margin-left: -10px;}
.msdc_4a_2 .swiper-slide div p{color: #878787;font-size: 15px;line-height: 30px;margin-bottom: 7px;}
.msdc_4a_2 .swiper-slide div p span{color: #333;display: inline-block;margin-right: 5px;}

.msdc_4a_2{position: relative;}
.msdc_4a_2 .swiper-button-next{background: url(../images/ny/jj_left_p2.png) no-repeat center;width: 44px;height: 44px;right: -5%;}
.msdc_4a_2 .swiper-button-prev{background: url(../images/ny/jj_left_p1.png) no-repeat center;width: 44px;height: 44px;left: -5%;}
.msdc_4a_2 .swiper-button-next:hover{background: url(../images/ny/jj_righta.png) no-repeat center;}
.msdc_4a_2 .swiper-button-prev:hover{background: url(../images/ny/jj_lefta.png) no-repeat center;}

.msdc_5{background: #f6f6f6 url(../images/ny/msdc_17.jpg) no-repeat center;height: 750px;}
.msdc_5_a{width: 695px;float: right;}
.msdc_5_a .msdc_1a{margin: 80px 0 75px 150px;}
.msdc_5_a_1 ul li h3{color: #fff;font-size: 32px;font-family: victor3;font-weight: normal;position: relative;} 
.msdc_5_a_1 ul li h3::after{content: '';width: 30px;height: 2px;background-color: rgb(46, 85, 140);position: absolute;right: -50px;top: 13px;}
.msdc_5_a_1 ul li p{color: #878787;font-size: 15px;width: 545px;line-height: 30px;} 
.msdc_5_a_1 ul li {margin-bottom: 60px;}
.msdc_5_a_1{overflow: hidden;height: 420px;overflow-y: auto;}
.msdc_5_a_1::-webkit-scrollbar { width: 6px;}
.msdc_5_a_1::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.msdc_5_a_1::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.msdc_5_a_1::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}

.msdc_6{background:url(../images/ny/msdc_18.jpg) no-repeat center;height: 864px;}
.msdc_6 .ny_wrap{padding-top: 85px;}
.msdc_6 .tit_h h3{color: #fff;}
.msdc_6a{background-color: #fff;margin-top: 50px;text-align: center;padding: 60px 0;}
.msdc_6a_1b img{margin: 55px 0;}
.msdc_6a_1c img{display: none;}
.msdc_6a_1c a{display: inline-block;width: 44px;height: 44px;background: url(../images/ny/jj_right.png) no-repeat center;}
.msdc_6a_1c a:hover{background: url(../images/ny/jj_righta.png) no-repeat center;}
.msdc_6a_1a ul{text-align: center;}
.msdc_6a_1a ul li{display: inline-block;padding: 0 25px;}
.msdc_6a_1a ul li p{display: inline-block;color: #878787;font-size: 16px;}
.msdc_6a_sp1{color: #2bddab;}
.msdc_6a_sp2{color: #1ac2dc;}
.msdc_6a_sp3{color: #069ef7;}
.msdc_7{background-color: #f5f5f5;padding: 90px 0  0 0;border-bottom: 1px solid #eaeaea;}
.msdc_7a_1{margin-top: 65px;}
.msdc_7a_1b {width: 425px;padding: 55px 40px;background-color: #fff;height: 600px;}
.msdc_7a_1b iframe{border: 0;overflow-y: hidden;}
.msdc_7a_1a {margin-top: 55px;}
.msdc_7a_1b_1a h3{color: #e3000c;font-size: 20px;font-weight: normal;}
.msdc_7a_1b_1a p{color: #999999;text-transform: uppercase;font-size: 18px;}
.msdc_7a_1b_1a{margin-bottom: 50px;}
.msdc_7a_1b_1b select{width: 48%;border: 0;border-bottom: 2px solid #e3000c;display: inline-block;outline: none;height: 44px;font-size: 15px;}
.b_xm p{float: left;font-size: 15px;color: #878787;margin: 0 27px 15px 0;}
.a_xm{margin-bottom: 32px;}
.b_xm{height: 450px;overflow: hidden;overflow-y: auto;}
.b_xm::-webkit-scrollbar { width: 6px;}
.b_xm::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.b_xm::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.b_xm::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}

/* 科技 */
.kjcy_1 .ny_wrap{position: relative;padding-bottom: 4.5%;}
.kjcy_1{width: 100%;height: 656px;background: url(../images/ny/kjcy_02.jpg) no-repeat center;}
.kjcy_1 .msdc_1a{padding-top: 90px;}
.msdc_1d{width: 690px;margin-top: 35px;}
.kjcy_3a_1 .msdc_1a{padding:23% 0;}
.drtgb {color: rgb(46, 85, 140)!important;font-weight: bold;}
.msdc_1d p{color: #878787;font-size: 15px;margin-bottom: 15px;text-align: justify;line-height: 30px;}
.kjcy_2{ background: url(../images/ny/kj_bg2.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.kjcy_2 .ny_wrap{padding: 75px 0;}
.kjcy_2a ul li{float: left;border-right: 1px solid #9cb1c2;box-sizing: border-box;}
.kjcy_2a ul li:nth-child(3){border-right: 0;}
.kjcy_2 .tit_h h3{color: #fff;}
.kjcy_2a{margin-top: 115px;background-color: rgba(255,255,255,0.8);}
.kjcy_2a ul li{width: 33.33%;text-align: center;height: 270px;}
.kjcy_2a_1{display: inline-block;width: 110px;height: 110px;background-color: #eef2f5;border-radius: 50%;border: 2px solid #fff;margin-top: -55px;}
.kjcy_2a_1 img{margin-top: 25px;}
.kjcy_2a_2{margin-top: 30px;}
.kjcy_2a_2 h3{color: #363636;font-size: 18px;font-weight: bold;margin-bottom: 5px;}
.kjcy_2a_2 span{color: #959595;font-size: 15px;}
.kjcy_2a_3{margin-top: 25px;}
.kjcy_2a_3 p{color: #595959;font-size: 16px;}
.kjcy_3a {width: 50%;background: url(../images/ny/kjcy_bg1.jpg) no-repeat;background-size: 100%;}
.kjcy_3b {width: 50%;position: relative;overflow: hidden;}
.kjcy_3a_1{width: 540px;float: right;margin-right: 60px;}
.kjcy_3b .swiper-slide img{display: block;width: 100%;}
.kjcy_3a_1a ul li{float: left;color: #808080;font-size: 18px;padding: 0 11px;border-left: 1px solid #898989;cursor: pointer;}
.kjcy_hide1 {margin-top: 8%;}
.kjcy_hide1 p{color: #878787;font-size: 15px;text-align: justify;line-height: 30px;}
.kj_vic{color: rgb(46, 85, 140)!important;}
.kjcy_3b .swiper-container2 .swiper-button-next{left: 0;bottom: 0;top: auto;background: rgba(170,46,66,0.4) url(../images/ny/ds_rr.png) no-repeat center;width: 77px;height: 77px;}
.kjcy_3b .swiper-container2 .swiper-button-next:hover{background: rgba(170,46,66,1) url(../images/ny/ds_rr.png) no-repeat center;}

.kjcy_4{padding: 80px 0 60px 0;}
.kjcy_4a{margin: 30px 0;text-align: center;}
.kjcy_4a p{color: #878787;font-size: 16px;margin-top: 10px;}
.kjcy_4b{text-align: center;}
.kjcy_4b img{margin-bottom: 25px;}

.kjcy_5{width: 100%;height: 670px;background: url(../images/ny/kjcy_bg5.jpg) no-repeat center;margin-bottom: 35px;}
.kjcy_5 .ny_wrap{padding-top: 85px;}
.kjcy_5 p{color: #666666;}
.kjcy_6{border-bottom: 1px solid #eaeaea;padding-bottom: 70px;}
.kjcy_5a{margin-top: 50px;}
.zlp_2{clear: both;}
.zlp_1 a{display: inherit;width: 225px;	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
                text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
                white-space:nowrap; /*不换行 */}
.zlp_2{text-align: justify;height: 150px;overflow: hidden;overflow-y: auto;padding-right: 5px;}
.zlp_2::-webkit-scrollbar {    width: 6px;}
.zlp_2::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.zlp_2::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.zlp_2::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}

/* 生活服务 */
.ny_shfw_more {position: absolute;bottom: 0px;right: 180px;}
.ny_shfw_more a{border: 1px solid #da1b1b;display: block;width: 180px;height: 45px;line-height: 45px;text-align: center;font-size: 16px;color: #da1b1b;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_shfw_more a:hover{background-color: #da1b1b;color: #fff;}


/*qiyewenhua*/
.qywh {margin-top:30px;}
.qywh a{border: 1px solid #da1b1b;display: block;width: 180px;height: 45px;line-height: 45px;text-align: center;font-size: 16px;color: #da1b1b;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
text-align:center;
}
.qywh a:hover{background-color: #da1b1b;color: #fff;}




.shfw_1 .ny_wrap{position: relative;}
.shfw_1{width: 100%;height: 742px;background: url(../images/ny/shfw_02.jpg) no-repeat center;}
.shfw_1 .msdc_1a{padding-top: 85px;}
.shfw_2_1a{width: 1100px;margin: 0 auto;position: relative;}
.shfw_2_1a .swiper-containe{overflow: hidden;}
.shfw_2{height: 480px;}
.shfw_2_1{padding-top: 100px;}
.shfw_2_1 {width: 100%;background: url(../images/ny/shfw_05.jpg) repeat-x center top 149px;}
.shfw_2_1a .swiper-button-next{background:url(../images/ny/jj_right.png) no-repeat center;width: 44px;height: 44px;right: -8%;top: 15.5%;z-index: 99999;}
.shfw_2_1a .swiper-button-prev{background:url(../images/ny/jj_left.png) no-repeat center;width: 44px;height: 44px;left: -8%;top: 15.5%;z-index: 99999;}
.shfw_2_1a .swiper-button-next:hover{background:url(../images/ny/jj_righta.png) no-repeat center;right: -8%;}
.shfw_2_1a .swiper-button-prev:hover{background:url(../images/ny/jj_lefta.png) no-repeat center;left: -8%;}

.shfw_3{width: 100%;height: 674px;background: url(../images/ny/shfw_3bg.jpg) no-repeat;padding-top: 70px;overflow: hidden;}
.shfw_2_1a .swiper-slide h3{color: rgb(46, 85, 140);font-size: 30px;font-family: victor3;}
.shfw_2_1a .swiper-slide img{display: inline-block;margin: 18px 0 0 62px;}
.shfw_2_1a .swiper-slide h4{color: #505050;font-size: 20px;margin: 15px 0 20px 0;background: url(../images/ny/shfw_09.jpg) no-repeat center left;padding-left: 20px;font-weight: normal;}
.shfw_2_1a .swiper-slide{height: 320px;}
.shfw_2_1a .swiper-slide p{color: #878787;font-size: 15px;margin-bottom: 13px;}

.shfw_3a{margin: 40px 0 35px 0;text-align: center;}
.shfw_3a p{text-align: center;font-size: 18px;border-bottom: 1px dashed #c4c4c4;padding-bottom: 27px;}
.shfw_3b ul li{float: left;margin-right: 15px;}
.shfw_3b ul {width: 1350px;}
.shfw_3b_1a img{display: block;width: 390px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.shfw_3b_1{position: relative;}
.shfw_3b_1b{position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.5);opacity: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.shfw_3b_1b img{display: block;}
.shfw_3b_1b h3{text-align: center;color: #fff;font-size: 18px;width: 100%;text-align: center;position: absolute;top: 17%;}
.shfw_3b ul li:hover .shfw_3b_1b{opacity: 1;}



.shfw_3b_1a{width: 390px;height: 260px;overflow: hidden;}
.shfw_3b_2{line-height: 70px;background-color: rgb(46, 85, 140);text-align: center;font-size: 18px;color: #fff;position: relative;z-index: 9999;}
.shfw_3b ul li:hover .shfw_3b_1a img{transform: scale(1.1);}
.shfw_4a{text-align: center;margin: 45px 0;}
.shfw_4a p{color: #878787;font-size: 16px;line-height: 30px;}
.shfw_4b_1 .swiper-container1{width: 1200px;overflow: hidden;margin: 0 auto;}
.shfw_4{margin-bottom: 100px;}
.shfw_4b_1{width: 1340px;margin: 0 auto;position: relative;}
.shfw_4b_1 .swiper-button-next{background:url(../images/ny/jj_right.png) no-repeat center;width: 44px;height: 44px;right: 0%;top: 45%;z-index: 99999;}
.shfw_4b_1 .swiper-button-prev{background:url(../images/ny/jj_left.png) no-repeat center;width: 44px;height: 44px;left: 0%;top: 45%;z-index: 99999;}
.shfw_4b_1 .swiper-button-next:hover{background:url(../images/ny/jj_righta.png) no-repeat center;right: 0%;}
.shfw_4b_1 .swiper-button-prev:hover{background:url(../images/ny/jj_lefta.png) no-repeat center;left: 0%;}
.shfw_4b_1 .swiper-container1 .swiper-slide p{background-color: #efefef;text-align: center;line-height: 50px;text-align: center;font-size: 16px;color: #4c4c4c;}
.shfw_4b_1 .swiper-container1 .swiper-slide img{display: block;width: 290px;height: 214px;}

.shfw_5{background-color: #f5f5f5;}
.shfw_5 .ny_wrap{padding-top: 80px;}
.shfw_5b ul li{float: left;margin-left: 44px;text-align: center;}
.shfw_5b_li{padding: 0 44px;border-right: 1px solid #ed6b7d;border-left: 1px solid #ed6b7d;}
.shfw_5b ul li p{color:rgb(46, 85, 140);font-size: 15px;}
.shfw_5b ul li p span{color:rgb(46, 85, 140);font-size: 26px;font-family: victor3;font-weight: bold;}
.shfw_5c{margin-top: 70px;}
.shfw_5c img{display: block;}

.shfw_6{background: #f5f1e9 url(../images/ny/bg_wyfs.png) no-repeat center bottom;padding: 70px 0 90px 0;}
.shfw_6_1{margin-top: 110px;position: relative;}
.shfw_6_1a .swiper-container3{width: 1150px;overflow: hidden;margin: 0 auto;}
.shfw_6_1a{width: 1300px;margin: 0 auto;position: relative;}
.shfw_6_1a .swiper-button-next{background:url(../images/ny/jj_right.png) no-repeat center;width: 44px;height: 44px;right: -1%;top:16.55%;z-index: 99999;}
.shfw_6_1a .swiper-button-prev{background:url(../images/ny/jj_left.png) no-repeat center;width: 44px;height: 44px;left: -1%;top: 16.55%;z-index: 99999;}
.shfw_6_1a .swiper-button-next:hover{background:url(../images/ny/jj_righta.png) no-repeat center;}
.shfw_6_1a .swiper-button-prev:hover{background:url(../images/ny/jj_lefta.png) no-repeat center;}

.shfw_6_1a .swiper-slide h3{color: rgb(46, 85, 140);
    font-family: victor2;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;}
.shfw_6_1a .swiper-slide img{display: block;margin: 10px 0 10px 24px;position: relative;z-index: 99999999;}
.ny_fw_xian {position: absolute;width: 100%;height: 1px;background-color: #c3c4c4;top: 57px;z-index: 999;}
.shfw_6_1a .swiper-slide div ul li{color: #808080;font-size: 14px;line-height: 36px;background: url(../images/ny/janb.png) no-repeat left top 10px;padding-left: 24px;}
.shfw_6_1a .swiper-slide div{height: 270px;overflow: hidden;overflow-y: auto;}
.shfw_6_1a .swiper-slide div ul{padding-left: 23px;}

/* 康养 */
.wnky_1 {width: 100%;height: 671px;background: url(../images/ny/wnky_02.jpg) no-repeat center;}
.wnky_3{background-color: #eeeeee;overflow: hidden;}
.wnky_3a_1 {width: 400px;margin-top: 80px;}
.wnky_3a_1 h3{color: rgb(46, 85, 140);font-size: 16px;margin-bottom: 15px;}
.wnky_3a_1 p{color: #878787;font-size: 15px;text-align: justify;line-height: 30px;}
.wnky_3a ul li{padding: 60px 0;}
.wnky_3a_ber{border-bottom: 1px solid #dbdbdb;}
.wnky_4{padding: 65px 0;}
.wnky_1 .msdc_1a{padding-top: 70px;}
.wnky_4a_1{text-align: center;margin-top: 50px;border-top: 1px solid #e1e1e1;line-height: 80px;}
.wnky_4a_1 ul li{display: inline-block;margin: 0 80px;color: #737373;font-size: 18px;cursor: pointer;}
.wnky_4a_1aaa{color: rgb(46, 85, 140)!important;}
.wnky_4a_2a ul {width: 1300px;}
.wnky_4a_2a ul li{float: left;margin: 0 15px 0 0;position: relative;}
.wnky_4a_2a_1{width: 390px;height: 440px;overflow: hidden;}
.wnky_4a_2a_1 img{display: block;width: 100%;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.wnky_4a_2a_2 p{width: 90%;margin: 0 auto;background-color: rgba(255,255,255,0.9);line-height: 65px;text-align: center;color: #808080;font-size: 18px;margin-top: -32px;position: relative;z-index: 111;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.wnky_4a_2a ul li:hover .wnky_4a_2a_2 p{background-color: rgba(232,25,54,0.9);color: #fff;}
.wnky_4a_2a ul li:hover .wnky_4a_2a_1 img{transform: scale(1.1);}
.wnky_4a_2a_3 a{width: 45%;line-height: 50px;color: #fff;text-align: center;position: absolute;top: 44%;left: 27%;font-size: 16px;background-color: rgba(0,0,0,0.6);opacity: 0;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.wnky_4a_2a ul li:hover .wnky_4a_2a_3 a{opacity: 1;}
.wnky_4a_2a_3 a:hover{background-color: rgba(232,25,54,0.6)}

.wnky_52 { clear:both; width: 100%; margin: 0 auto; overflow: hidden; border-bottom: 1px solid #eaeaea;}
.wnky_52 img { display: block; width: 1200px; height: auto; margin: 0 auto;}



.wnky_5{background-color: #f5f5f5;padding: 60px 0;overflow: hidden;}
.imghvr-shutter-out-diag-2{width: 100%;height: 100%;}
.ny_dyhbk{padding: 65px 0 75px 0;border-bottom: 1px solid #eaeaea;}
.ny_dyhbk ul li{position: relative;width: 595px;margin: 0 8px 8px 0;float: left;}
.ny_dyhbk ul {width: 1250px;}
.dyhbk_1{width: 595px;height: 414px;overflow: hidden;}
.dyhbk_1 img{display: block;width: 100%;}
.dyhbk_2 {position: absolute;top: 65px;left: 65px;z-index: 2;}
.dyhbk_2 h3{color: #fff;font-size: 20px;font-weight: normal;}
.dyhbk_2 p{color: #fff;font-size: 16px;margin: 5px 0 30px 0;}
/* .dyhbk_3{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;} */
.imghvr-shutter-out-diag-2{ width: 100%; height: 100%;background-color: rgba(232,17,47,0.4)!important;text-align: center;}
.imghvr-shutter-out-diag-2 P{text-align: center;font-size: 16px;border: 1px solid #fff;padding: 10px 55px!important;display: inline-block;margin-top: 165px!important;}

.ny_banner{position: relative;}
.ny_dcpic{margin-top: 85px;}
.ny_dcpic img{display: block;width: 100%;}
.ny_dclist{position: absolute;bottom:20%;}
.ny_dclist a{background: url(../images/ny/dc_lsdft.png) no-repeat center left;padding-left: 60px;line-height: 45px;display: inline-block;font-size: 15px;color: #fff;}

.jkdc_text{text-align: center;padding: 70px 0;display: flex;flex-flow: column;align-items: center;}
.jkdc_text h3{font-size: 24px;}
.jkdc_text img{display: inline-block;width: 15px;padding: 20px 0 15px 0;}
.jkdc_text h4{color: #808080;font-size: 20px;font-weight: normal;letter-spacing: 4px;margin-bottom: 25px;}
.jkdc_text p{color: #878787;font-size: 16px;line-height: 30px;width: 1000px;}

.jkdc_1a{width: 50%;}
.jkdc_1b{width: 50%;height: 500px}
.jkdc_1 ul li:nth-of-type(odd) .jkdc_1a{float: left;}
.jkdc_1 ul li:nth-of-type(odd) .jkdc_1a div{width: 515px;float: right;margin:70px 80px 0 0;}
.jkdc_1 ul li:nth-of-type(odd) .jkdc_1b{float: left;}
.jkdc_1 ul li:nth-of-type(even) .jkdc_1a{float: right;}
.jkdc_1 ul li:nth-of-type(even) .jkdc_1a div{width: 515px;float: left;margin:70px 0 0 80px;}
.jkdc_1 ul li:nth-of-type(even) .jkdc_1b{float: left;}
.jkdc_1 ul li{background-color: #f4f4f4;margin-bottom: 30px;}
.jkdc_1 ul li .swiper-slide img{display: block;}
.jkdc_1 ul li h3{color: #494949;font-size: 20px;font-weight: bold;margin-bottom: 25px;}
.jkdc_1 ul li p{text-align: justify;line-height: 30px;font-size: 14px;margin-bottom: 20px;}
.jkdc_1 ul li .jkdc_1a div{height: 420px;overflow: hidden;overflow-y: auto;padding-right: 20px;}
.jkdc_1 ul li .jkdc_1a div::-webkit-scrollbar {    width: 6px;}
.jkdc_1 ul li .jkdc_1a div::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.jkdc_1 ul li .jkdc_1a div::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.jkdc_1 ul li .jkdc_1a div::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}

.jkdc_1{border-bottom: 1px solid #eaeaea;padding-bottom: 80px;}
.system-list {
	display: flex;
	flex-flow: wrap;
}
.msdc_2c_2{text-align: center}
.jkdc_2 .system-list li{border: 1px solid #d4d4d4;float: left;width: 375px;height: 330px;margin: 0 35px 40px 0;}
.jkdc_2 .system-list li h3{font-weight: bolder;}
.system-list .ny_news_1b{
	padding: 5%;
}
.system-list .fflpps{
	margin-top: 0;
}
.system-list .fr{
	margin-right: 0;
}

/* 生命建筑 */
.cpxlh_1a_1{width: 100%;height: 400px;background: url(../images/ny/smjz_03.jpg) no-repeat center;padding: 75px 0;border-bottom: 1px dashed #bfbfbf;}
.cpxlh_1a_2{padding: 65px 0;border-bottom: 1px dashed #bfbfbf;}
.cpxlh_1a_2 h3{color: #333333;font-size: 22px;font-weight: normal;text-align: center;}
.cpxlh_1a_2 p{color: #595959;font-size: 16px;text-align: justify;line-height: 30px;margin-top: 40px;}
.msdc_6a_1b{text-align: center;}
.cpxlh_1a_2 .msdc_6a_1a{margin-top: -30px;}
.cpxlh_1a_3{padding: 65px 0;border-bottom: 1px dashed #bfbfbf;text-align: center;overflow: hidden;}
.cpxlh_1a_3 h3{color: #333333;font-size: 22px;font-weight: normal;text-align: center;margin-bottom: 55px;}
.cpxlh_1a_3 p{color: #a2a2a2;font-size: 16px;text-align: justify;line-height: 30px;margin-bottom: 40px;}
.cpxlh_1a_4{ background: url(../images/ny/nh_bg1.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.cpxlh_1a_4 div{text-align: center;padding: 10% 0;}
.cpxlh_1a_4 h3{color: #fff;font-size: 40px;letter-spacing: 4px;font-weight: normal;margin-bottom: 25px;}
.cpxlh_1a_4 p{font-size: 18px;text-transform: uppercase;letter-spacing: 1px;color: #fff;}
.cpxlh_1a_1 p{width: 490px;color: #Fff;text-align: justify;float: right;margin: 100px 50px 0 0;line-height: 30px;font-size: 16px;}
.cpxlh_1a_1 p span{font-weight: bold;}
.cpxlh_1a{overflow: hidden;}

.ny_ky_text{border-bottom: 1px solid #eaeaea;padding: 60px 0;}
.ny_ky_text_2{overflow: hidden;position: relative;}
.ny_ky_text h3{display: flex;justify-content: center;align-items: center;color: rgb(46, 85, 140);font-size: 24px;font-weight: bolder;margin-bottom: 35px;}
.ny_ky_text h3 svg{margin-right: 20px;}
.ny_ky_text_1 p{color: #878787;font-size: 16px;text-align: justify;margin-bottom: 35px;line-height: 30px;}


.ny_ky_text_2 .swiper-button-next{background:rgba(255,255,255,0.4) url(../images/m3_j3.png) no-repeat center;width: 55px;height: 55px;right: 2%;}
.ny_ky_text_2 .swiper-button-prev{background:rgba(255,255,255,0.4) url(../images/m3_j2.png) no-repeat center;width: 55px;height: 55px;left: 2%;}
.ny_ky_text_2 .swiper-button-next:hover{background:rgba(46, 85, 140,0.7) url(../images/m3_j3.png) no-repeat center;}
.ny_ky_text_2 .swiper-button-prev:hover{background:rgba(46, 85, 140,0.7) url(../images/m3_j2.png) no-repeat center;}
.ny_ky_text_2 .swiper-slide img{display: block;width: 100%;height:425px;}
.ny_ky_text_2 .swiper-pagination-bullet{background-color: #67676b;opacity: 1;}
.ny_ky_text_2 .swiper-pagination-bullet-active{background-color: #fff;}

.ny_jsjt{border-bottom: 1px solid #eaeaea;}
.ny_jsjt_1{background-color: #f8f7f7;}
.ny_jsjt_1 ul li {width: 25%;text-align: center;float: left;padding: 40px 0;position: relative;}
.ny_jsjt_1 ul li::after{content: '';width: 1px;height: 70px;background-color: #e0e0e0;position: absolute;right: 0;top: 57px;}
.ny_jsjt_1 ul li span{display: inline-block;width: 48px;height: 47px;}
.ny_jsjt_1 ul li h3{color: #7a7a7a;font-size: 16px;}
.ny_jsjt_1 ul li p{color: #7a7a7a;font-size: 14px;text-transform: uppercase;}
.js_sp1{background: url(../images/ny/js_pic_03.png) no-repeat center;}
.js_sp2{background: url(../images/ny/js_pic_05.png) no-repeat center;}
.js_sp3{background: url(../images/ny/js_pic_07.png) no-repeat center;}
.js_sp4{background: url(../images/ny/js_pic_09.png) no-repeat center;}

.ny_jsjt_2{margin: 70px 0 100px 0;}
.ny_jsjt_2a_1 p{color: #808080;font-size: 15px;line-height: 30px;margin-bottom: 18px;text-align: justify;}
.ny_jsjt_2a_1{margin-top: 45px;}
.ny_jsjt_2a_2 ul li{width: 25%;float: left;text-align: center;border-right: 1px solid #b8b8b8;box-sizing: border-box;}
.ny_jsjt_2a_2{width: 90%;margin-left: 5%;margin-top: 60px;}
.ny_jsjt_2a_2 ul li h3{color: #595959;font-size: 15px;line-height: 30px;}
.ny_jsjt_2a_2 ul li h3 span{color: rgb(46, 85, 140);font-size: 50px;font-family: victor3;font-weight: normal;}
.ny_jsjt_2a_2 ul li p{text-align: center;color: #595959;font-size: 15px;margin-top: 6px;}
.ny_jsjt_2a_2 ul li font{color: rgb(46, 85, 140);font-size: 30px;font-family: victor3;font-weight: normal;}

.ny_jsjt_3 .ny_wrap{padding: 75px 0;position: relative;}
.jt_hhd1{background-color: #e9effa;}
.ny_jsjt_3a_1 {width: 600px;position: relative;overflow: hidden;height: 404px;}
.ny_jsjt_3a_1 .swiper-slide{overflow: hidden;height: 404px;}
.ny_jsjt_3a_1 .swiper-slide p{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,0.5);text-align: center;line-height: 50px;color: #fff;font-size: 18px;}
.ny_jsjt_3a_2 {width: 550px;position: relative;height: 404px;}
.pljj{color: #a79d9e;font-size: 16px;padding-left: 29px;background: url(../images/ny/edqwe.png) no-repeat center left;position: absolute;bottom: 0;left: 0;}
.jjzz {background-color: #fff;width: 131px;height: 131px;text-align: center;position: absolute;z-index: 99;}
.jjzz p{color: rgb(46, 85, 140);font-size: 18px;}
.jjzz img{display: inline-block;margin: 24px 0 5px 0;}
.ftkp1{top: 0;left: 0;}
.ftkp2{top: 0;right: 0;}

.ny_jsjt_3a_1  .swiper-button-next{background:rgba(255,255,255,0.4) url(../images/m3_j3.png) no-repeat center;width: 55px;height: 55px;right: 2%;}
.ny_jsjt_3a_1  .swiper-button-prev{background:rgba(255,255,255,0.4) url(../images/m3_j2.png) no-repeat center;width: 55px;height: 55px;left: 2%;}
.ny_jsjt_3a_1  .swiper-button-next:hover{background:rgba(232,17,47,0.7) url(../images/m3_j3.png) no-repeat center;}
.ny_jsjt_3a_1  .swiper-button-prev:hover{background:rgba(232,17,47,0.7) url(../images/m3_j2.png) no-repeat center;}
.ny_jsjt_3a_1  .swiper-slide img{display: block;width: 100%;height: 100%;}
.ny_jsjt_3a_1  .swiper-pagination-bullet{background-color: #67676b;opacity: 1;}
.ny_jsjt_3a_1  .swiper-pagination-bullet-active{background-color: #fff;}

.ny_jsjt_3a_2_1 ul li{float: left;background: url(../images/ny/jsfg_12.jpg) no-repeat center left;padding-left: 30px;color: #595959;font-size: 16px;cursor: pointer;position: relative;}
.jsjt_vvc {background: url(../images/ny/jsfg_12.png) no-repeat center left!important;color: rgb(46, 85, 140)!important;}
.ttii{padding-right: 25px;margin-right: 25px;}
.ttii::after{content: '';width: 1px;height: 20px;background-color: rgb(46, 85, 140);position: absolute;right: 0;top: 40px;}
.ny_jsjt_3a_2_1{line-height: 100px;}
.ny_jsjt_3a_2_2{height: 255px;overflow: hidden;overflow-y: auto;padding-right: 10px;}
.ny_jsjt_3a_2_2 p{color: #808080;font-size: 15px;text-align: justify;line-height: 30px;margin-bottom: 10px;}
.ny_jsjt_3a_2_2::-webkit-scrollbar {    width: 6px;}
.ny_jsjt_3a_2_2::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.ny_jsjt_3a_2_2::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.ny_jsjt_3a_2_2::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}
.js_whd2::after{width: 0!important;}
.js_whd4{border-right: 0!important;}
.js_whd .js_sp1{background: url(../images/ny/js_pic_03a.png) no-repeat center;}
.js_whd .js_sp2{background: url(../images/ny/js_pic_05a.png) no-repeat center;}
.js_whd .js_sp3{background: url(../images/ny/js_pic_07a.png) no-repeat center;}
.js_whd .js_sp4{background: url(../images/ny/js_pic_09a.png) no-repeat center;}
.js_whd h3{color: rgb(46, 85, 140)!important;}
.js_whd p{color: rgb(46, 85, 140)!important;}

.ny_jkjd .ny_jsjt_2a{margin: 75px 0 50px 0;}
.ny_jkjd_1{width: 100%;height: 586px;background: url(../images/ny/hot_p1.jpg) no-repeat center;padding-top: 0;}
.ny_jkjd_1 .shfw_6_1a{background-color: #fff;width: 1200px;padding: 65px 0 0 0;height: 340px;}
.ny_jkjd_1 .shfw_6_1{margin-top: 0;padding-top: 170px;}
.ny_jkjd_1 .shfw_6_1a .swiper-container3{width: 1050px;}
.ny_jkjd_1 .swiper-button-next{background:url(../images/ny/jj_right.png) no-repeat center;width: 44px;height: 44px;right: -5%;top:30.55%;z-index: 99999;}
.ny_jkjd_1 .swiper-button-prev{background:url(../images/ny/jj_left.png) no-repeat center;width: 44px;height: 44px;left: -5%;top: 30.55%;z-index: 99999;}
.ny_jkjd_1 .ny_fw_xian {position: absolute;width: 100%;height: 1px;background-color: #c3c4c4;top: 292px;z-index: 1;}

.ny_jkjd_p1{background-color: #f4f0f1;padding: 50px;}
.ny_jkjd_p1 .ny_wrap{overflow: hidden;position: relative;}
.ny_jkjd_p1 .swiper-container1{width: 1000px;margin: 0 auto;overflow: hidden;}

.ny_jkjd_p2{width: 100%;padding: 100px 0;border-bottom: 1px solid #f5f5f5;}
.ny_jkjd_p2a_1 p{color: #fff;font-size: 20px;margin-bottom: 15px;}
.ny_jkjd_p2a_1 h3{color: #fff;font-size: 22px;margin-bottom: 16px;}
.ny_jkjd_p2a_1 span{display: inline-block;width: 50px;height: 1px;background-color: #fff;position: relative;}
.ny_jkjd_p2a_1 span::after{content: '';width: 25px;height: 1px;background-color: #fff;position: absolute;bottom: -5px;left: 0;display: block;}
/* .ny_jkjd_p2a_2{display: flex;flex-direction: row;} */
.ny_jkjd_p2a_2 p{color: #fff;font-size: 15px;line-height: 40px;margin-right: 20px;}
.ny_jkjd_p2a_2 p span{font-weight: bold;}
.ny_jkjd_p2a{padding: 35px 60px;}
.ffsp_1ss1{margin:55px 37px 0 0;}
.ffsp_1ss2{position: relative;top: -70px;}


.ny_jkjd_p2 .swiper-button-next{background:rgba(255,255,255,0.5) url(../images/ny/right.png) no-repeat center;width: 48px;height: 48px;right: 0%;background-size: 12px;z-index: 1;}
.ny_jkjd_p2 .swiper-button-prev{background:rgba(255,255,255,0.5) url(../images/ny/left.png) no-repeat center;width: 48px;height: 48px;left: 0%;background-size: 12px;z-index: 1;}
.ny_jkjd_p2 .swiper-button-next:hover{background:rgba(226,1,25,0.5) url(../images/ny/right.png) no-repeat center;background-size: 12px;}
.ny_jkjd_p2 .swiper-button-prev:hover{background:rgba(226,1,25,0.5) url(../images/ny/left.png) no-repeat center;background-size: 12px;}

.ny_jkjd_p2 .swiper-slide img{display: block;width: 100%;}
.ny_jkjd_p2 .swiper-slide {position: relative;}
.jd_whd{position: absolute;bottom: 0;left: 0;width: 100%;background-color: rgba(0,0,0,0.6);height: 100%;transform: translate(0,473px);z-index: 9999;
	 -webkit-transition: 1s;
	 -moz-transition: 1s;
	 -ms-transition: 1s;
	 -o-transition: 1s;
	 transition: 1s;
}
.jd_whd:hover{transform: translate(0,0);}
.ny_news_text{padding: 60px 0;}
.ny_news_text h3{font-size: 16px;margin-bottom: 3%;}
.ny_jkjd_p2a_3{margin-top: 35px;}
.ny_jkjd_p2a_3 p{color: #fff;font-size: 15px;text-align: justify;line-height: 30px;}

/* 分页 */
.fy{clear:both;margin-top:60px;color:#4e2b13;text-align:center;font-size:0;}
.fy a{display:inline-block;margin:0 7px;padding:4px 12px;color:#777;font-size:12px;border:1px solid #ddd;}
.fy a:hover,.pages a.on{color:#fff;background:rgb(46, 85, 140);border-color:rgb(46, 85, 140);}




.ny_jkjd_p1_1{width: 1100px;margin: 0 auto;overflow: hidden;}
.ny_jkjd_p1_1 ul li{float: left;margin: 0 0 0 0;height: 110px;display: flex;align-items: center;}
.ny_jkjd_p1_1 ul{width: 1000%;}
.ny_jkjd_p1_left{width: 22px;height: 34px;background: url(../images/ny/sjd_lef.png) no-repeat center;position: absolute;top: 40%;left: 0;cursor: pointer;}
.ny_jkjd_p1_right{width: 22px;height: 34px;background: url(../images/ny/sjd_right.png) no-repeat center;position: absolute;top: 40%;right: 0;cursor: pointer;}
.ny_jkjd_p1_left:hover{background: url(../images/ny/sjd_lefa.png) no-repeat center;}
.ny_jkjd_p1_right:hover{background: url(../images/ny/sjd_righta.png) no-repeat center;}

.ny_xny{padding: 70px 0 65px 0;}
.ny_xny_1{margin: 50px 0;}
.ny_xny_1 p{color: #808080;font-size: 15px;left: 30px;margin-bottom: 20px;}
.ny_xny_2{width: 100%;height: 475px;background: url(../images/ny/xny_05.jpg) no-repeat center;}
.ny_xny_2a{background-color: rgba(255,255,255,0.7);display: inline-block;float: right;padding: 35px 0;}
.ny_xny_2a ul li{float: left;padding: 0 40px;}
.ny_xny_2a ul li h4{font-size: 16px;color: #000;font-weight: normal;margin-bottom: 15px;}
.xny_sp1{font-size: 45px;font-family: victor3;color: rgb(46, 85, 140);font-weight: bold;}
.xny_sp2{color: rgb(46, 85, 140);font-size: 15px;}
.ny_xny_2a ul li p{color: #666;font-size: 15px;}
.xny_sp3{display: inline-block;width: 1px;height: 15px;background-color: #666;margin: 0 11px;position:relative;top: 2px;}

.ny_jr_30{margin: 70px 0 0 0;}
.ny_jr_1{width: 100%;height: 605px;background: url(../images/ny/jsr_bg.jpg) no-repeat center;overflow: hidden;}
.ny_jr_1a{background-color: #fff;padding: 55px 70px;}
.ny_jr_1 .tit_h{padding: 60px 0 40px 0;}
.ny_jr_1 .tit_h h3{color: #fff;}
.ny_jr_1 .tit_h span{background-color: #fff;}
.ny_jr_1 .tit_h span::after{background-color: #fff;}
.ny_jr_1a_1 ul li{width: 33.33%;float: left;box-sizing: border-box;border: 1px solid #e0e0e0;padding: 40px 0;text-align: center;display: flex;flex-direction: row;align-items: center;justify-content: center;cursor: pointer;}
.ny_jr_1a_1a{border-left: 0!important;border-right: 0!important;}
.ny_jr_1a_1 ul li p{color: #737373;font-size: 18px;margin-left: 15px;}
.ny_jr_1a_2a h3{color: #595959;font-size: 18px;margin: 30px 0;}
.ny_jr_1a_2a p{color: #595959;font-size: 15px;}
.ny_jr_1a_2a ul li{float: left;margin-right: 20px;border: 1px solid #a6a6a6;padding: 8px 35px;border-radius: 25px;font-size: 15px;color: #666;}
.ny_jr_1a_2a ul {margin-top: 45px;}
.jr_whd{border-bottom: 2px solid rgb(46, 85, 140)!important;}

.ny_jr_2{padding-bottom: 90px;overflow: hidden;}
.ny_jr_2 .tit_h{margin: 75px 0 40px 0;}
.ny_jr_2a ul li{width: 585px;border: 1px solid #d9d9d9;}
.ny_jr_2a_1{float: left;}
.ny_jr_2a_1 img{display: block;}
.ny_jr_2a_2{width: 220px;float: right;margin: 32px 25px 0 0;}
.ny_jr_2a_2 h3{color: #595959;font-size: 18px;margin-bottom: 20px;}
.ny_jr_2a_2 p{color: #808080;font-size: 15px;line-height: 28px;}

.ny_jr_3{width: 100%;height: 630px;background: url(../images/ny/jrr_22.jpg) no-repeat center;overflow: hidden;}
.ny_jr_3 .ny_wrap{padding: 72px 0 0 0;}
.ny_jr_3 .tit_h h3{color: #fff;}
.ny_jr_3a{background-color: rgba(255,255,255,0.9);padding: 50px;margin-top: 30px;}
.ny_jr_3a_1 ul li h3{color: rgb(46, 85, 140);font-size: 18px;}
.ny_jr_3a_1 ul li p{color: #808080;font-size: 15px;}
.ny_jr_3a_1 ul li>span{display: block;width: 13px;height: 2px;background-color: #e9213d;margin: 15px 0;}
.ny_jr_3a_1a{border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px;}
.ny_jr_3a_1 ul li div{margin: 25px 0 0 0;}
.ny_jr_3a_1 ul li div p{color: #808080;font-size: 15px;}
.ny_jr_3a_1 ul li div p span{color: #333;font-weight: bold;}

.ny_jr_4{width: 100%;height: 555px;background: url(../images/ny/jrr_23.jpg) no-repeat center;overflow: hidden;}
.ny_jr_4a {width: 520px;float: right;margin: 160px 0 0 0;}
.ny_jr_4a_1{margin-top: 50px;}
.ny_jr_4a_1 p{color: #808080;font-size: 15px;text-align: justify;line-height: 30px;}


.indexTypes{width:1200px;}
.indexTypes>ul{width: 1250px;}
.indexTypes ul li{position:relative;float:left;width:85px;overflow:hidden;height:300px;overflow:hidden;margin-right: 10px;background-color: #f07381;}
.indexTypes ul li:hover{cursor:pointer;}
.indexTypes ul li.currnet{width:480px;}
.indexTypes ul li .title{width:90px;background:#feeaeb;font-size:16px;color: #8b8182;font-family:"微软雅黑";height:300px;display: flex;flex-direction: row;align-items: center;justify-content: center;position: absolute;z-index: 999999;}
.indexTypes ul li .title a{color:#fff;}
.indexTypes ul li .title h2{font-size:20px;font-weight: normal;width: 20px;}
.indexTypes ul li .con{position: absolute;width: 340px;top: 11%;right: 3%;overflow: hidden;}
.clear{clear: both;}
.con_ps1 h3{color: #fff;font-size: 20px;}
.con_ps1 p{color: #fff;font-size: 15px;margin: 20px 0 30px 0;}
.con_ps1 span{display: block;color: #ffc2c3;font-size: 14px;line-height: 26px;}
.kjcy_3,.kjcy_4{overflow: hidden;}


/* 商旅康养 */
.wnky_3{background-color: #fff!important;}
.wnky_4{background-color: #f5f5f5;}
.wnky_4a_1 p{color: #878787;font-size: 15px;line-height: 32px!important;}
.wnky_4a_1{margin: 45px 0;border-top: 0;}

.shfw_20{background: url(../images/ky/sn_baner.jpg) no-repeat center;overflow: hidden;
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;}
.shfw_20_1a{height: 220px;overflow: hidden;overflow-y: auto;padding-right: 8px;margin-top: 6%;}
.whd_lkjx{background: url(../images/ny/shangla.png) no-repeat center right!important;cursor: pointer;
	 -webkit-transition: 0.8s;
	 -moz-transition: 0.8s;
	 -ms-transition: 0.8s;
	 -o-transition: 0.8s;
	 transition: 0.8s;
}
.whd_lkjx h3{color: #e60021;}
.shfw_20 .msdc_1a {background: url(../images/ny/xiala1.png) no-repeat center right;}
.shfw_20_1{transform: translate(0,265px);}
.shfw_20_1a::-webkit-scrollbar {    width: 6px;}
.shfw_20_1a::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.shfw_20_1a::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.shfw_20_1a::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}
.shfw_20_1{width: 520px;padding: 40px 35px;background: rgba(255,255,255,0.8);display: inline-block;
	 -webkit-transition: 0.8s;
	 -moz-transition: 0.8s;
	 -ms-transition: 0.8s;
	 -o-transition: 0.8s;
	 transition: 0.8s;
}
.shfw_20_1:hover{transform: translate(0,0);}
.shfw_20_1:hover .whd_lkjx{background: url(../images/ny/xiala1.png) no-repeat center right!important;}
.shfw_20_1:hover h3{color: #333;}
.shfw_20 .ny_wrap{text-align: right;padding-top: 145px;}
.shfw_20_1a p{color: #878787;font-size: 14px;text-align: justify;line-height: 33px;margin-bottom: 4%;}
.shfw_20 .msdc_1a{text-align: left;}
.wnky_4a_2a_2 p{width: 100%;background-color: rgba(0,0,0,0.4);color: #fff;top: -0!important;}
.wnky_4a_2a_2{position: absolute;bottom: 0;width: 100%;}
.wnky_4a_2a ul li{margin-bottom: 15px;}
.wnky_4a_2_1{position: relative;}
.wnky_4a_2_1a img{display: block;width: 100%;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.wnky_4a_2_1 p{width: 100%;background-color: rgba(0,0,0,0.4);color: #fff;text-align: center;color: #fff;position: absolute;bottom: 0;left: 0;line-height: 70px;font-size: 18px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}

.wnky_4a_2_1{width: 100%;height: 380px;overflow: hidden;}
.wnky_4a_2_1:hover .wnky_4a_2_1a img{transform: scale(1.05);}
.wnky_4a_2_1:hover .wnky_4a_2a_3 a{opacity: 1;}
.wnky_4a_2_1 .wnky_4a_2a_3 a{width: 20%;left: 40%;}
/* .wnky_4a_2_1:hover  p{background-color: rgba(232,25,54,0.6);color: #fff;} */

 .ny_jklf_3c .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.ny_jklf_1a ul{width: 1360px;}
.ny_jklf_1a ul li{float: left;margin: 0 30px 0 0;}
.ny_jklf_1a_2{text-align: center;}
.ny_jklf_1a{padding-bottom: 80px;}
.ny_jklf_1{background-color: #f5f5f5;}
.ny_jklf_1a_1{width: 380px;height: 260px;overflow: hidden;position: relative;}
.ny_jklf_1a_1 img{display: block;width: 100%;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_jklf_1a_2 h3{color: #333333;font-size: 16px;line-height: 45px;}
.ny_jklf_1a_2 p{color: #737373;font-size: 15px;}
.ny_jklf_1a ul li:hover .ny_jklf_1a_1 img{transform: scale(1.06);}
.ny_jklf_1a ul li a{width: 100%;height: 100%;background: rgba(230,0,33,0.5) url(../images/ky/lf_right.png) no-repeat center;display: block;position: absolute;top: 0;left: 0;opacity: 0;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_jklf_1a ul li:hover a{opacity: 1;}
.ny_jklf_2{padding: 75px 0;}
.ny_jklf_2 h3{text-align: center;color: #333333;font-size: 24px;margin-bottom: 80px;font-weight: normal;}
.ny_jklf_3{background-color: #f2f2f2;padding: 80px 0;}
.ny_jklf_3a ul li{display: inline-block;padding: 0 20px;cursor: pointer;color: #333;font-size: 22px;}
.ny_jklf_3a ul{text-align: center;}
.lfkks{border-right: 1px solid #333;}
.ny_jklf_3a{border-bottom: 1px solid #f0ced3;padding-bottom: 30px;}
.ny_jklf_3b{margin: 40px 0;text-align: center;}
.ny_jklf_3b p{color: #878787;font-size: 15px;line-height: 30px;}
.ny_jklf_3c{height: 404px;overflow: hidden;}

.ny_jklf_3c .swiper-button-next{background:rgba(0,0,0,0.4) url(../images/ny/right.png) no-repeat center;width: 38px;height: 38px;right: 2%;background-size: 12px;}
.ny_jklf_3c .swiper-button-prev{background:rgba(0,0,0,0.4) url(../images/ny/left.png) no-repeat center;width: 38px;height: 38px;left: 2%;background-size: 12px;opacity: 1!important;}
.ny_jklf_3c .swiper-button-next:hover{background:rgba(226,1,25,0.5) url(../images/ny/right.png) no-repeat center;background-size: 12px;}
.ny_jklf_3c .swiper-button-prev:hover{background:rgba(226,1,25,0.5) url(../images/ny/left.png) no-repeat center;background-size: 12px;}

.ny_jklf_4{background: url(../images/ky/jklf_21.jpg) no-repeat center;padding: 80px 0;}
.ny_jklf_4a h3{text-align: center;font-size: 24px;color: #333333;margin-bottom: 60px;}
.ny_jklf_4c ul li{float: left;background-color: #fff;width: 290px;margin: 0 14px 0 0;height: 370px;text-align: center;}
.ny_jklf_4c ul{width: 1366px;}
.ny_jklf_4b{background: url(../images/ky/lf_pic1.png) no-repeat center;margin-bottom: 85px;height: 224px;}
.ny_jklf_4b ul li{width: 270px;float: left;margin: 0 61px;}
.ny_jklf_4b ul li h3{text-align: center;color: #fff;font-size: 24px;margin: 37px 0 27px 0;}
.ny_jklf_4b ul li p{color: #fff;font-size: 14px;text-align: justify;line-height: 26px;}
.ny_jklf_4c img{margin: 70px 0 30px 0;}
.ny_jklf_4c h3{color: #333333;font-size: 20px;margin-bottom: 28px;}
.ny_jklf_4c p{color: #666666;font-size: 14px;}

.ny_jklf{padding-bottom: 90px;border-bottom: 1px solid #eaeaea;}
.sqx_p4{overflow: hidden;position: relative;}
.sqx_p4 .swiper-button-next{background:rgba(255,255,255,0.4) url(../images/m3_j3.png) no-repeat center;width: 55px;height: 55px;right: 2%;}
.sqx_p4 .swiper-button-prev{background:rgba(255,255,255,0.4) url(../images/m3_j2.png) no-repeat center;width: 55px;height: 55px;left: 2%;}
.sqx_p4 .swiper-button-next:hover{background:rgba(232,17,47,0.7) url(../images/m3_j3.png) no-repeat center;}
.sqx_p4 .swiper-button-prev:hover{background:rgba(232,17,47,0.7) url(../images/m3_j2.png) no-repeat center;}
.sqx_p4 .swiper-slide img{display: block;width: 100%;}
.sqx_p4 .swiper-pagination-bullet{background-color: #67676b;opacity: 1;}
.sqx_p4 .swiper-pagination-bullet-active{background-color: #fff;}

.sqx_p1{text-align: center;margin: 60px 0;}
.sqx_p1 h3{color: #333333;font-size: 20px;font-weight: normal;margin-bottom: 25px;}
.sqx_p1 p{color: #878787;font-size: 15px;margin-top: 5px;}
.sqx_p2 ul li{display: inline-block;margin: 0 3%;text-align: center;}
.sqx_p2 ul li h3{color: rgb(46, 85, 140);font-size: 48px;font-weight: normal;font-family: victor2;line-height: 48px;}
.sqx_p2 ul li p{color: #595959;font-size: 15px;}
.sqx_p3 ul li{float: left;margin: 0 24px 0 0;}
.sqx_p3 ul li p{color: #333333;font-size: 18px;text-align: center;}
.sqx_p3 ul{width: 1300px;}
.sqx_p4,.sqx_p3{margin-top: 60px;}
.ttggy p{text-align: left;}
.ttggy1 p{text-align: left;margin-bottom: 1.5%;}

.sqx_p4 .swiper-slide div{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,0.4);padding: 1.5% 3%;}
.sqx_p4 .swiper-slide div h3{color: #fff;font-size: 16px;margin-bottom: 10px;}
.sqx_p4 .swiper-slide div p{color: #fff;font-size: 14px;}


video::-internal-media-controls-download-button {
                display:none;
}
video::-webkit-media-controls-enclosure {
	 overflow:hidden;
}
video::-webkit-media-controls-panel {
	 width: calc(100% + 30px);
}



/* 社会责任报告 */
.h13 { background: url(../images/h13_bg.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.ny_shzr_1a {width: 600px;}
.ny_shzr_1{margin: 100px 0 80px 0;}
.ny_shzr_1a_1 h3{color: #595959;font-size: 28px;text-transform: uppercase;line-height: 32px;}
.ny_shzr_1a_1 h4{color: #333333;font-size: 22px;padding: 25px 0;}
.ny_shzr_1a_1{border-bottom: 1px solid #eeeeee;}
.ny_shzr_1a p{color: #595959;font-size: 14px;margin-top: 25px;}
.zr_a{display: inline-block;padding: 5px 25px;border: 1px solid #f6a6b1;border-radius: 25px;color: rgb(46, 85, 140);font-size: 15px;font-weight: bold;margin-top: 35px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_shzr_2{background-color: #f5f5f5;padding: 95px 0;}
.ny_shzr_2a p{width: 635px;font-size: 15px;color: #595959;line-height: 28px;margin-top: 20px;}
.ny_shzr_2b{margin-top: 70px;}
.ny_shzr_2b .swiper-button-next{background:rgba(0,0,0,0.6) url(../images/ny/right.png) no-repeat center;width: 38px;height: 38px;right: 1%;background-size: 12px;}
.ny_shzr_2b .swiper-button-prev{background:rgba(0,0,0,0.6) url(../images/ny/left.png) no-repeat center;width: 38px;height: 38px;left: 1%;background-size: 12px;}
.ny_shzr_2b .swiper-button-next:hover{background:rgba(226,1,25,0.5) url(../images/ny/right.png) no-repeat center;background-size: 12px;}
.ny_shzr_2b .swiper-button-prev:hover{background:rgba(226,1,25,0.5) url(../images/ny/left.png) no-repeat center;background-size: 12px;}
.ny_shzr_2b img{width: 100%;min-height: 260px;}
.ny_shzr_2b .swiper-slide{height: 260px;overflow: hidden;}

.ny_shzr_3{margin: 90px 0 60px 0;}
.ny_shzr_3a{text-align: center;}
.ny_shzr_3a h3{color: #333333;font-size: 24px;font-weight: normal;}
.ny_shzr_3a p{color: #595959;font-size: 15px;margin: 35px 0 5px 0;}
.ny_shzr_3b{margin-top: 65px;position: relative;}
.ny_shzr_3b .ny_wrap{position: relative;}
.ny_shzr_3b .ny_lc_xian{bottom: 330px;z-index: -1;}
.ny_shzr_3b .ny_wrap .swiper-button-next{background:url(../images/ny/jj_right.png) no-repeat center;width: 44px;height: 44px;right: -2%;top: 14.2%;z-index: 99999;}
.ny_shzr_3b .ny_wrap .swiper-button-prev{background:url(../images/ny/jj_left.png) no-repeat center;width: 44px;height: 44px;left: -2%;top: 14.2%;z-index: 99999;}
.ny_shzr_3b .ny_wrap .swiper-button-next:hover{background:url(../images/ny/jj_righta.png) no-repeat center;right: -2%;}
.ny_shzr_3b .ny_wrap .swiper-button-prev:hover{background:url(../images/ny/jj_lefta.png) no-repeat center;left: -2%;}
.zr_img{width: 314px;height: 192px;display: block;}
.ny_shzr_4{width: 100%;height: 499px;background: url(../images/jkzr_23.jpg) no-repeat center;}
.ny_shzr_4a{width: 545px;float: right;padding-top: 85px;}
.ny_shzr_4a p{color: #595959;font-size: 15px;line-height: 40px;}
.ny_shzr_4a img{display: block;margin-bottom: 50px;}
.ny_shzr_4a p span{color: rgb(46, 85, 140);font-size: 30px;font-family: victor2;}
.zr_a:hover{background-color: rgb(46, 85, 140);color: #fff;}

/*20210804*/
.jkzx .ny_ky_text h3 {background:url(../images/2021080405.png) no-repeat bottom center; padding-bottom: 20px}
.jkzx-div .d1 { font-size: 18px; color: #333333; text-align: center; margin-bottom:15px;;}
.jkzx-div .d2 { font-size: 15px; color: #8a8a8a; text-align: center; margin-bottom: 40px; line-height: 28px;}

.jkzx-div .numbox { display: flex; justify-content: center;width: 100%; height: 110px; margin: 0 auto; text-align: center; margin-bottom: 3%;}
.jkzx-div .numbox .li { width:20%; height: 100%; float: left;background: url(../images/lkine.png) no-repeat right center;text-align: center;}
.jkzx-div .numbox .m0 {background:none;}
.jkzx-div .numbox .li p.p1 { font-size: 18px; color: #363636;text-align: center; margin-bottom: 4px; }
.jkzx-div .numbox .li p.p1 span { font-size: 48px; color: rgb(46, 85, 140); line-height: 50px;font-family:Arial, "sans-serif";}
.jkzx-div .numbox .li p.p2 { clear: both;font-size: 16px; color: #808080; line-height: 22px;text-align: center;}


.wnky_3 { padding:100px 0; overflow: inherit;background:url(../images/line.jpg) no-repeat center 162px;}
.wnky_3 .ny_lc_1a { position:relative; overflow: inherit}
.wnky_3 .swiper-container { padding:0 3%; box-sizing: border-box}
.wnky_3 .swiper-button-next{background:url(../images/ny/jj_right.png) no-repeat center;width: 44px;height: 44px;right: -43px;top: 64px;z-index: 99999;}
.wnky_3 .swiper-button-prev{background:url(../images/ny/jj_left.png) no-repeat center;width: 44px;height: 44px;left: -48px;top: 64px;z-index: 99999;}
.wnky_3 .swiper-button-next:hover{background:url(../images/ny/jj_righta.png) no-repeat center;right: -5%;}
.wnky_3 .swiper-button-prev:hover{background:url(../images/ny/jj_lefta.png) no-repeat center;left: -5%;}
.wnky_3 .ny_lc_1a .swiper-slide p span { color: rgb(46, 85, 140)}





