.text-primary {
	color: #245372 !important
}

.text-title {
	color: #212628
}

.text-sub {
	color: #666
}

.bg-sub {
	background: #666
}

.text-white {
	color: #fff !important
}

.text-color9 {
	color: #999
}

.text-color4 {
	color: #444
}

.text-black {
	color: #333
}

.bg-bg {
	background: #fafafa
}

.bg-white {
	background: #fff
}

.bg-primary {
	background: #245372
}

.bg-active {
	background: #fdeded
}

.bg-bbb {
	background: #bbb
}

.text-blue {
	color: #c7e3ff
}

.bg-border {
	background: #edecec
}

.text-5d {
	color: #5d5d5d
}

.text-border2 {
	color: #d9d9d9
}

.border-primary {
	border-bottom: 1px solid #245372
}

.indexTitle {
	text-align: center;
	padding: 60px 0 35px
}

.indexTitle .title {
	font-size: 40px;
	color: #333
}

.indexTitle .subTitle {
	font-size: 14px;
	color: #666;
	margin-top: 10px
}

.indexTitle .line {
	margin-top: 15px
}
.a_txt{ display:none}

.indexTitle .line:before {
	display: inline-block;
	content: '';
	height: 1px;
	width: 80px;
	background: #ccc;
	vertical-align: middle
}
.moblie_head{ display:none}

.indexTitle .line:after {
	display: inline-block;
	content: '';
	height: 1px;
	width: 80px;
	background: #ccc;
	vertical-align: middle
}

.indexTitle .line .dot {
	display: inline-block;
	width: 40px;
	height: 1px;
	position: relative;
	vertical-align: middle
}

.indexTitle .line .dot:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #245372;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -9px
}

.indexTitle .tag {
	margin-top: 25px
}

.indexTitle .tag a {
	color: #999
}

.indexTitle .tag a:hover {
	color: #245372
}

.indexTitle .tag i {
	color: #999;
	padding: 0 20px
}

.pagination {
	text-align: center
}

.pagination .swiper-pagination-switch {
	width: 11px;
	height: 11px;
	margin: 0 3px;
	background: #bfbfbf;
	border-radius: 50%;
	display: inline-block
}

.pagination .swiper-active-switch {
	background: #245372
}

.banner {
	min-width: 1280px;
	height: 750px;
	z-index: 0
}

.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide {
	height: 100%;
	width: 100%
}

.banner .swiper-slide {
	display: block
}

.banner .pagination {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 2
}

.banner .swiper-prev,
.banner .swiper-next {
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 70px;
	background: #000;
	opacity: .4;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 50px
}

.banner .swiper-prev:hover,
.banner .swiper-next:hover {
	opacity: .5;
	color: #245372
}

.banner .swiper-prev {
	left: 0
}

.banner .swiper-next {
	right: 0
}

@media (min-width: 1920px) {
	.banner .swiper-prev {
		left: 50%;
		margin-left: -950px
	}
	.banner .swiper-next {
		right: 50%;
		margin-right: -950px
	}
}

.ad-custom {
	width: 110%;
	height: 155px;
	box-shadow: none;
	margin-top: 15px
}

.ad-custom .title .block {
	margin-left: 0
}

.ad-custom .input-list .input-box {
	margin-left: 0;
	margin-right: 20px
}

.ad-custom .input-list .input-box input {
	width: 239px
}

.ad-custom .input-list .button-box {
	margin-left: 0
}

.box1 {
	padding: 65px 0
}

.box1 a {
	float: left;
	width: 205px;
	padding-left: 95px
}

.box1 a:hover .tit {
	color: #245372
}

.box1 a:hover .iconfont {
	background: #245372;
	border-color: #245372;
	color: #fff
}

.box1 .iconfont {
	float: left;
	margin-left: -95px;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	line-height: 68px;
	font-size: 34px;
	text-align: center;
	border: solid 1px #ddd
}

.box1 .tit {
	font-size: 22px;
	color: #333;
	margin-top: 8px;
	display: block
}

.box1 .des {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	display: block
}

.box2 {
	padding-bottom: 70px
}

.box2 li {
	float: left;
	width: 286px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box2 li.active {
	width: 415px
}

.box2 li .lazy {
	display: block;
	width: 100%;
	height: 463px
}

.box2 li:hover {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	z-index: 1;
	box-shadow: 0 5px 20px #ccc
}

.box2 li:hover .con {
	background: #fff;
	border-bottom: solid 3px #245372;
	left: -1px;
	bottom: -1px;
	right: -1px
}

.box2 li:hover .con::before {
	content: '';
	width: 0px;
	height: 0;
	overflow: hidden;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #fff;
	position: absolute;
	left: 50%;
	top: -14px;
	margin-left: -15px;
	background: none
}

.box2 li:hover .con .tit,
.box2 li:hover .con .subTit {
	color: #333
}

.box2 li:hover .con .des {
	color: #666
}

.box2 li:hover .con .button-primary.is-plain {
	background: #245372;
	color: #fff
}

.box2 li:hover .con .button-primary.is-plain:hover {
	background: #d62c1a
}

.box2 .con {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 30px 37px;
	color: #fff;
	z-index: 1
}

.box2 .con:before {
	content: '';
	width: 16px;
	height: 9px;
	background: #245372;
	display: block;
	margin-bottom: 10px
}

.box2 .con .tit {
	font-size: 30px
}

.box2 .con .subTit {
	margin-top: 5px;
	font-size: 18px
}

.box2 .con .des {
	min-height: 38px;
	font-size: 14px;
	margin-top: 10px;
	color: #b9b9b9
}

.box2 .con .is-plain {
	background: none;
	padding: 8px 40px;
	margin-top: 15px
}

.box2 .con .is-plain:hover {
	background: #245372
}

.box2 .form {
	height: 463px;
	width: 488px;
	box-shadow: 2px 2px 10px #ddd
}

.box2 .form dl {
	overflow: hidden;
	font-size: 16px;
	padding: 10px 0 10px 146px
}

.box2 .form dt {
	float: left;
	width: 6em;
	margin-left: -6em;
	line-height: 40px;
	color: #212628
}

.box2 .form dd {
	position: relative;
	float: left
}

.box2 .form dd .button {
	padding-left: 50px;
	padding-right: 50px
}

.box2 .form dd .dw {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	font-size: 14px
}

.box2 .form .line {
	width: 31px;
	height: 7px;
	background: #245372;
	margin: 12px auto 30px
}

.box2 .form input,
.box2 .form select {
	border: solid 1px #ddd;
	background: #fafafa;
	padding: 9px 15px;
	font-size: 14px
}

.box2 .form select {
	width: 87px;
	margin-right: 10px
}

.box2 .form input {
	width: 259px
}

.box3 {
	padding-bottom: 70px
}

.box3 .img {
	height: 450px;
	width: 1205px;
	padding-left: 296px
}

.box3 .imgBox {
	position: relative;
	width: 299px;
	height: 222px;
	cursor: pointer;
	float: left;
	margin: 0 4px 4px 0
}

.box3 .imgBox .lazy {
	display: block
}

.box3 .imgBox .lazy:hover:after {
	opacity: 0
}

.box3 .imgBox .tag {
	background: rgba(0, 0, 0, 0.32);
	border-radius: 20px;
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 15px;
	left: 15px;
	text-align: center
}

.box3 .imgBox .tag a {
	color: #fff
}

.box3 .imgBox .tag a:hover {
	color: #245372
}

.box3 .imgBox em {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #cd953e;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: -1px
}

.box3 .imgBox.firstchild {
	width: 292px;
	height: 449px;
	float: left;
	margin-left: -296px
}

.box3 .imgBox.firstchild .tag {
	right: 5px;
	top: 20px;
	bottom: auto;
	left: auto
}

.box3 .imgBox.firstchild .lazy::before {
	content: '';
	width: 100%;
	height: 100%;
	background: url("//s.dyrs.cc/static/pc/images/xiangkuang.png");
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.box3 .cat-tag {
	overflow: hidden
}

.box3 .cat-tag a {
	color: #666;
	width: 80px;
	height: 64px;
	float: left;
	border: solid 1px #e1e1e1;
	border-radius: 50%;
	text-align: center;
	padding-top: 16px;
	margin-right: 57px;
	cursor: pointer
}

.box3 .cat-tag a i,
.box3 .cat-tag a span {
	display: block
}

.box3 .cat-tag a.active {
	background: #245372
}

.box3 .cat-tag a.active i,
.box3 .cat-tag a.active span {
	color: #fff
}

.box3 .cat-tag a:hover {
	transition: .5s all;
	background: #245372
}

.box3 .cat-tag a:hover i,
.box3 .cat-tag a:hover span {
	color: #fff
}

.box4 {
	padding-bottom: 70px
}

.box4 ul {
	height: 480px;
	padding-left: 480px
}

.box4 ul.filter-list {
	padding-left: 0;
	height: auto;
	width: 175px;
	z-index: 9
}

.box4 ul.filter-list li {
	float: none
}

.box4 li {
	float: left
}

.box4 li .lazy {
	width: 100%;
	height: 100%;
	display: block
}

.box4 li.first {
	position: relative;
	width: 480px;
	height: 480px;
	margin-left: -480px
}

.box4 li.first .tag {
	background: #245372;
	color: #fff;
	border-radius: 10px 0 0 0;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1;
	padding: 5px 10px
}

.box4 li.first .con {
	position: absolute;
	left: 0;
	padding-left: 33px;
	padding-bottom: 40px;
	padding-top: 40px;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7)
}

.box4 li.first .con .tit,
.box4 li.first .con .subTit {
	color: #fff;
	font-size: 24px
}

.box4 li.first .con .des {
	font-size: 18px;
	color: #999;
	margin-top: 10px;
	line-height: 1.6
}

.box4 li.item {
	position: relative;
	width: 240px;
	height: 240px;
	overflow: hidden
}

.box4 li.item:hover .con {
	bottom: 0
}

.box4 li.item .con {
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
	bottom: -100%;
	background: rgba(231, 76, 60, 0.9);
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	text-align: center;
	color: #fff
}

.box4 li.item .con .tit {
	margin-top: 40px;
	font-size: 22px
}

.box4 li.item .con .des {
	font-size: 16px;
	margin-top: 15px;
	line-height: 2
}

.box4 li.item .con .btn {
	border: solid 1px #fff;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 5px 40px;
	margin-top: 20px
}

.box4 li.form {
	width: 480px;
	height: 240px
}

.box4 li.form .input-box {
	padding-left: 55px
}

.box4 li.form .line {
	width: 62px;
	height: 4px;
	background: #245372;
	margin: 10px auto 15px
}

.box4 li.form input {
	border: solid 1px #ddd;
	padding: 10px 15px;
	font-size: 14px;
	width: 143px;
	float: left;
	margin: 0 20px 10px 0
}

.box4 li.form .button {
	margin-top: 10px;
	padding: 10px 60px
}

.box5 {
	min-width: 1200px;
	overflow: hidden;
	height: 644px
}

.box5 .indexTitle .title {
	color: #fff
}

.box5 .indexTitle .subTitle {
	color: #b2b2b2
}

.box5 .time-line {
	color: #fff
}

.box5 .time-line li {
	position: absolute
}

.box5 .time-line li .year {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: solid 3px #245372;
	text-align: center;
	line-height: 66px;
	background: #272727
}

.box5 .time-line li .line {
	width: 1px;
	background: #fff;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	opacity: .5
}

.box5 .time-line li .txt {
	font-size: 22px;
	position: absolute;
	white-space: nowrap
}

@keyframes updown {
	0%,
	100% {
		transform: translate(5px, -10px)
	}
	50% {
		transform: translate(0, 0)
	}
}

@keyframes sizeChange {
	0%,
	100% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
}

.box6 {
	padding-bottom: 70px
}

.box6 .house3d {
	height: 617px;
	width: 799px;
	margin: 0 auto
}

.box6 .house3d .point {
	position: absolute;
	top: 20%;
	left: 50%;
	cursor: pointer
}

.box6 .house3d em {
	display: block;
	width: 8px;
	height: 8px;
	background: #245372;
	border-radius: 50%
}

.box6 .house3d .point,
.box6 .house3d i {
	display: block;
	border-radius: 50%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5)
}

.box6 li.active dl {
	display: block
}

.box6 li.active .point {
	animation: sizeChange .8s infinite
}

.box6 dl {
	display: none;
	width: 320px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	line-height: 1.6;
	position: absolute;
	z-index: 1
}

.box6 dl:after {
	content: '';
	width: 100px;
	height: 0;
	overflow: hidden;
	position: absolute;
	border-top: dashed 1px #000
}

.box6 dl::before {
	content: '';
	width: 0;
	height: 100px;
	overflow: hidden;
	position: absolute;
	border-left: dashed 1px #000
}

.box6 dt {
	color: #333;
	font-size: 30px;
	padding: 10px 20px
}

.box6 dt::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #245372;
	box-shadow: 0 0 6px #245372;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.box6 dd {
	padding: 0 20px 20px;
	color: #999
}

.box6 .woshi dl {
	width: 230px;
	left: 680px;
	top: 330px
}

.box6 .woshi dl:after {
	top: 36px;
	left: -177px;
	width: 182px
}

.box6 .woshi dl::before {
	left: -177px;
	height: 63px;
	top: 36px
}

.box6 .xuanguan dl {
	width: 210px;
	left: 680px;
	top: 280px
}

.box6 .xuanguan dl:after {
	top: 36px;
	left: -176px;
	width: 181px
}

.box6 .xuanguan dl::before {
	left: -177px;
	height: 37px
}

.box6 .jiucan dl {
	left: 667px;
	top: 225px
}

.box6 .jiucan dl:after {
	top: 36px;
	left: -127px;
	width: 133px
}

.box6 .jiucan dl::before {
	left: -128px;
	top: -34px;
	height: 70px
}

.box6 .chufang dl {
	left: 661px;
	top: 215px
}

.box6 .chufang dl:after {
	display: none
}

.box6 .chufang dl::before {
	left: 12px;
	top: -52px;
	height: 80px
}

.box6 .huike dl {
	width: 250px;
	left: -160px;
	top: 190px
}

.box6 .huike dl:after {
	top: 36px;
	left: 94px;
	width: 405px
}

.box6 .huike dl::before {
	left: 503px;
	top: 37px;
	height: 65px
}

.box6 .baojie dl {
	width: 230px;
	left: -195px;
	top: 192px
}

.box6 .baojie dl:after {
	top: 36px;
	left: 94px;
	width: 195px
}

.box6 .baojie dl::before {
	left: 289px;
	top: 37px;
	height: 37px
}

.box6 .weishengjian dl {
	width: 230px;
	left: -160px;
	top: -24px
}

.box6 .weishengjian dl:after {
	top: 36px;
	left: 95px;
	width: 329px
}

.box6 .weishengjian dl::before {
	left: 423px;
	top: 37px;
	height: 37px
}

.box7 {
	height: 200px;
	color: #fff
}

.box7 .btn {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border: solid 1px #fff;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
	padding: 0 40px
}

.box7 .btn:hover {
	background: rgba(255, 255, 255, 0.1)
}

.box8 {
	padding-bottom: 70px
}

.box8 li {
	float: left;
	width: 388px;
	height: 388px;
	background: #fafafa;
	margin-right: 18px
}

.box8 .lazy {
	display: block;
	width: 388px;
	height: 291px
}

.box8 .tit {
	font-size: 18px;
	border-left: solid 5px #245372;
	line-height: 18px;
	padding-left: 15px;
	margin: 25px 0 15px;
	color: #212628;
	float: left;
	width: 8em
}

.box8 .tit:hover {
	color: #245372
}

.box8 .des {
	float: right;
	width: 200px;
	margin: 25px 10px 15px;
	text-align: right
}

.box8 .des span {
	text-decoration: underline
}

.box8 .info {
	text-align: center;
	clear: both
}

.box8 .form {
	padding: 10px 10px 10px 230px;
	background: url(data:image/gif;base64,R0lGODlhCAAIAKIAAENDQyoqKigoKCkpKUFBQUJCQkdHRwAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDU2OTI3NUNBRjU1MTFFOEE5ODY4RjFFMUREMkY0NjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDU2OTI3NURBRjU1MTFFOEE5ODY4RjFFMUREMkY0NjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENTY5Mjc1QUFGNTUxMUU4QTk4NjhGMUUxREQyRjQ2NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENTY5Mjc1QkFGNTUxMUU4QTk4NjhGMUUxREQyRjQ2NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAIAAgAAAMWaKo1tKa9BUaBJdxVxGQeZDhi8TFDAgA7) #474747
}

.box8 .form dt {
	float: left;
	margin-left: -205px
}

.box8 .form dd {
	background: #fff;
	padding: 15px 30px
}

.box8 .form .button {
	padding-left: 55px;
	padding-right: 55px
}

.box8 .form input {
	padding: 11px 15px;
	background: #fafafa;
	border: solid 1px #ddd;
	float: left;
	width: 131px;
	margin-right: 20px
}

.box8 .more .button {
	padding-left: 55px;
	padding-right: 55px
}

.box9 {
	padding-bottom: 70px
}

.box9 .swiper-wrapper,
.box9 .swiper-slide {
	height: 496px !important
}

.box9 .yueyun-card {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.box9 .yueyun-card .left-yy {
	float: left;
	width: 650px;
	height: 496px
}

.box9 .yueyun-card .right-yy {
	float: left;
	width: 550px;
	height: 496px;
	position: relative
}

.box9 .yueyun-card .right-yy:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	top: 210px;
	left: -15px
}

.box9 .yueyun-card .right-yy .yy-title {
	font-size: 26px;
	height: 45px;
	line-height: 45px;
	margin-left: 40px;
	margin-top: 55px
}

.box9 .yueyun-card .right-yy .yy-title:before {
	content: url("//s.dyrs.cc/static/pc/images/lou_07.jpg");
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 20px
}

.box9 .yueyun-card .right-yy .yy-title:after {
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background: #245372;
	margin-left: 64px;
	margin-top: 10px
}

.box9 .yueyun-card .right-yy .anli-num {
	width: 300px;
	height: 28px;
	margin: 25px 0 0 100px;
	font-size: 16px;
	color: #666
}

.box9 .yueyun-card .right-yy .anli-num .div {
	padding: 0 5px
}

.box9 .yueyun-card .right-yy .tel {
	margin-left: 50px;
	width: 420px;
	overflow: hidden
}

.box9 .yueyun-card .right-yy .tel .tel-img {
	width: 30px;
	float: left;
	color: #f5c43b
}

.box9 .yueyun-card .right-yy .tel .tel-img i {
	font-size: 30px
}

.box9 .yueyun-card .right-yy .tel .tel-text {
	margin-left: 20px;
	width: 370px;
	float: left;
	height: 26px;
	font-size: 16px;
	line-height: 30px
}

.box9 .yueyun-card .right-yy .divied {
	width: 420px;
	margin: auto;
	height: 1px;
	background: #edecec
}

.box9 .yueyun-card .right-yy .lp-hk .hk-title {
	font-size: 18px;
	width: 420px;
	margin: 0 auto
}

.box9 .yueyun-card .right-yy .lp-hk .list-input {
	width: 430px;
	height: 45px;
	margin: auto;
	overflow: hidden
}

.box9 .yueyun-card .right-yy .lp-hk .list-input input {
	display: block;
	float: left;
	margin-right: 10px;
	width: 170px;
	height: 40px;
	border: 1px solid #edecec;
	background: #fafafa;
	padding: 0 15px;
	border-radius: 3px
}

.box9 .yueyun-card .right-yy .lp-hk .list-input .button {
	width: 202px
}

.box9 .swiper-prev,
.box9 .swiper-next {
	top: 0;
	right: 0;
	background: #c1c1c1;
	width: 44px;
	height: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	z-index: 2
}

.box9 .swiper-prev:hover,
.box9 .swiper-next:hover {
	background: #5c5c5c
}

.box9 .swiper-prev {
	right: 50px
}

.box10 {
	padding-bottom: 70px
}

.box10 .accordion-box {
	width: 100%;
	height: 360px
}

.box10 .accordion-box ul {
	padding: 0;
	width: inherit;
	height: 360px;
	overflow: hidden;
	position: relative
}

.box10 .accordion-box ul li {
	width: 700px;
	position: absolute;
	top: 0;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .left {
	width: 600px;
	height: inherit;
	overflow: hidden;
	position: relative;
	float: left
}

.box10 .accordion-box ul li .left .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .left .shadow .title {
	width: 460px;
	height: 70px;
	color: #fff;
	line-height: 2;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 130px;
	left: 70px
}

.box10 .accordion-box ul li .left .shadow .button {
	background: transparent;
	color: #fff;
	position: absolute;
	top: 210px;
	left: 240px
}

.box10 .accordion-box ul li .left .shadow .button:hover {
	background: rgba(255, 255, 255, 0.2)
}

.box10 .accordion-box ul li .left img {
	z-index: -1;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .right {
	width: 100px;
	height: 360px;
	float: left;
	position: relative;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .right .title {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	position: absolute;
	top: 115px;
	left: 50px;
	font-size: 24px;
	-webkit-writing-mode: tb-lr;
	-ms-writing-mode: tb-lr
}

.box10 .accordion-box ul li .right .sub-title {
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	position: absolute;
	top: 115px;
	font-size: 14px;
	left: 27px
}

.box10 .accordion-box ul li .right::before {
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 48%;
	left: -10px;
	width: 0;
	height: 0;
	border-right-width: 10px;
	border-right-style: solid;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: transparent;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: transparent
}

.box10 .accordion-box ul li:nth-child(odd) .right {
	background: #dee0e2
}

.box10 .accordion-box ul li:nth-child(odd) .right::before {
	border-right-color: #dee0e2
}

.box10 .accordion-box ul li:nth-child(even) .right {
	background: #f6f8fa
}

.box10 .accordion-box ul li:nth-child(even) .right::before {
	border-right-color: #f6f8fa
}

.box10 .accordion-box ul li:hover .left .shadow {
	background-color: rgba(0, 0, 0, 0.6)
}

.box10 .accordion-box ul li:hover .left .shadow img {
	transform: scale(1.2, 1.2)
}

.box10 .accordion-box ul li:hover .right {
	background-color: #245372;
	color: #fff
}

.box10 .accordion-box ul li:hover .right::before {
	border-right-color: #245372
}

.box10 .accordion-box ul li:hover .right .title {
	color: #fff
}

.box10 .accordion-box ul li:hover .right .sub-title {
	color: #fafafa
}

.box11 {
	height: 293px;
	text-align: center;
	color: #fff
}

.box11 .w1 {
	width: 150%;
	margin-left: -36px
}

.box11 a {
	float: left;
	width: 159px;
	margin-top: 73px;
	cursor: default
}

.box11 span {
	display: block
}

.box11 .iconfont {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: solid 1px #fff;
	line-height: 80px;
	border-radius: 50%;
	font-size: 32px
}

.box11 .n {
	font-size: 16px;
	margin-top: 15px
}

.box11 .t {
	font-size: 18px
}

.box12 .news-title {
	font-size: 34px;
	color: #212628
}

.box12 .titles {
	width: 100%;
	border-bottom: 1px solid #edecec;
	overflow: hidden
}

.box12 .titles .left {
	float: left
}

.box12 .titles .left a {
	float: left;
	margin-right: 10px;
	padding: 5px 25px;
	border-radius: 15px;
	background-color: #f9f1f1
}

.box12 .titles .left a::after {
	display: block;
	clear: both
}

.box12 .titles .left a:hover {
	color: #245372
}

.box12 .titles .left a.active {
	background-color: #245372;
	color: #fff
}

.box12 .titles .right {
	float: right
}

.box12 .titles .right a {
	float: left;
	padding: 5px 15px
}

.box12 .titles .right a::after {
	display: block;
	clear: both
}

.box12 .titles .right a:hover {
	color: #245372
}

.box12 .news-list {
	width: 100%
}

.box12 .news-list .left {
	width: 580px;
	float: left
}

.box12 .news-list .left .img-box {
	width: inherit;
	height: 300px;
	overflow: hidden
}

.box12 .news-list .left .img-box img {
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box12 .news-list .left .img-box img:hover {
	transform: scale(1.1, 1.1)
}

.box12 .news-list .left .title {
	margin-top: 16px;
	color: #212628;
	width: inherit;
	display: block !important;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-height: 1.5;
	font-size: 20px;
	max-height: 30px
}

.box12 .news-list .left .title:hover {
	color: #245372
}

.box12 .news-list .left .article-time {
	color: #666;
	font-size: 14px
}

.box12 .news-list .left .sub-title {
	position: relative;
	margin: 17px 0 60px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 2;
	font-size: 14px;
	max-height: 56px
}

.box12 .news-list::after {
	content: '';
	display: block;
	clear: both
}

.box12 .news-list .right {
	float: right
}

.box12 .news-list .right a li {
	width: 570px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box12 .news-list .right a li .time {
	float: left;
	height: 90px;
	width: 80px;
	color: #fff;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
	position: relative
}

.box12 .news-list .right a li .time .month {
	display: block;
	position: absolute;
	font-size: 30px;
	top: 25px;
	left: 20px
}

.box12 .news-list .right a li .time .date {
	display: block;
	font-size: 16px;
	position: absolute;
	right: 10px;
	bottom: 10px
}

.box12 .news-list .right a li::after {
	content: '';
	display: block;
	clear: both
}

.box12 .news-list .right a li .content {
	width: 460px;
	float: left
}

.box12 .news-list .right a li .content .title {
	font-size: 18px;
	color: #212628;
	padding: 7px 0 7px 10px;
	width: inherit;
	display: block !important;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-height: 1.5;
	font-size: 18px;
	max-height: 27px
}

.box12 .news-list .right a li .content .sub-title {
	color: #666;
	position: relative;
	margin: 0 0 0 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	font-size: 14px;
	max-height: 42px
}

.box12 .news-list .right a li:hover {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(102, 102, 102, 0.2)
}

.box12 .news-list .right a li:hover .time {
	background: #245372
}

.box12 .news-list .right a .time:nth-child(odd) {
	background: #c0b8ac
}

.box12 .news-list .right a .time:nth-child(even) {
	background: #999288
}

.box12 .news-list .right a+a li {
	margin-top: 22px
}

.box13 {
	overflow: hidden
}

.box13 a {
	float: left;
	width: 383px;
	height: 295px;
	margin-right: 24px
}

@media (max-width: 980px){
    
    .banner {
    min-width: 100%;
    height: 200px;
    z-index: 0;}
    .adv_gd_nr{ width:100%}
    .adv_gd {
    background: url(../img/gd.jpg) repeat;
    height: 82px;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    box-sizing: border-box;
    padding: 10px;
}
.about{ width:100%}
.about_t h2{ font-size:20px}
.about_t h3{ font-size:12px; line-height:20px}
.about{ box-sizing: border-box; padding:15px; margin-top:10px}
.about_nr_le{ float:inherit; width:100%; height:100%}

.about_nr_re{float:inherit; width:100%; height:100% }
.about_nr_re h2{ font-size:18px}
.about_nr_re section {
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-size: 13px;
    margin-bottom: 0;
    color: #546879;
    margin-top: 20px;
}
.about_nr_re h3 a {
    background: url(../img/an_bj.png) no-repeat center;
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: all 0.5s;
    background-size: 100%;
}
.about_nr_re h3 {
    margin-top: 20px;
}
.chanpin{ margin-top:20px; width:100%;box-sizing: border-box; padding:10px}
.chanpin_nr1{ width:100%}
.chanpin_nr1 {
    background: url(../img/he.png) no-repeat top center;
    height: 475px;
    width: 1280px;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 15px;
    background-size: cover;
}
.chanpin_nr1_le h2{ font-size:20px}
.chanpin_nr1_le h3{ font-size:13px}
.chanpin_nr1_le section{ font-size:13px}
.chanpin_nr1_le h4 a {
    width: 107px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 13px;
    background: #fff;
    border-radius: 4px;
    color: #05549b;
    display: block;
    display: inline-block;
    margin-right: 10px;
}
.chanpin_nr1_le {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
}
.chanpin_nr1{ width:100%}
.chanpin_nr1_le section{ margin-top:20px; margin-bottom:20px}
.chanpin_t2 a{ width:136px; height:40px; line-height:40px; font-size:14px; background-size: 100%;}
.chanpin_t2 {
    float: right;
    margin-top: -96px;
}
.chanpin_nr1_re {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.chanpin_nr1_re img {
    width: 100%;
    height: 203px;
    border-radius: 10px;
    border: 3px solid #fff;
}

.chanpin_nr1_le h4 {
    margin-top: 10px;
}
.chanpin_nr2 ul li {
    float: left;
    display: block;
    width: 49%;
    background: #f4f4f4;
    margin-right: 0;
    transition: all 0.5s;
    border-radius: 4px;
}
.chanpin_nr2_img{ height:158px}
.chanpin_nr2_img img{ height:158px}
.chanpin_nr2 ul li:nth-child(2n){ float:right}
.chanpin_nr2_txt{ padding:10px}
.chanpin_nr2_txt h2{ font-size:17px}
.chanpin_nr2_txt h3{ font-size:13px}
.chanpin_nr2_txt h4 {
    background: url(../img/xiang2.png) no-repeat top center;
    width: 108px;
    height: 42px;
    text-align: center;
    line-height: 35px;
    color: #0860a7;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 25px;
    margin-top: 20px;
    transition: all 0.5s;
    background-size: 100%;
}
.chanpin_nr2_txt h4 span {
    background: url(../img/blue2.png) no-repeat 0px;
    display: block;
    background-size: 22%;
}
.chanpin_nr2 ul li{ height:305px; margin-bottom:15px}
.chanpin_nr2_txt h3{ height:30px}
.chanpin_nr2_txt h4 span {
    background: url(../img/blue2.png) no-repeat 0px 9px;
    display: block;
    background-size: 17%;
}
.chanpin_nr2_txt h4 {
    background: url(../img/xiang2.png) no-repeat top center;
    width: 108px;
    height: 42px;
    text-align: center;
    line-height: 35px;
    color: #0860a7;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 19px;
    margin-top: 16px;
    transition: all 0.5s;
    background-size: 100%;
}


.case_nr{ width:100%}
.case_nr h2{ font-size:20px}
.case_nr h3{ font-size:16px}
.case {
    background: url(../img/jie.jpg) no-repeat top center;
    background-size: 100%;
    width: 100%;
    margin-top: 13px;
    padding-top: 27px;
    padding-bottom: 40px;
    height: auto;
    box-sizing: border-box;
    background-size: cover;
}
.case_nr h4{ font-size:14px; line-height:21px}
.case_nr h5 a {
    width: 152px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    transition: all 0.5s;
}
.case_nr2{ width:100%;box-sizing: border-box; padding-left:10px; padding-right:10px}
.case_nr2 .swiper-container {
     padding-left: 0px; 
     padding-right: 0px; 
}
.case_nr2_img img{ height:180px}
.case_nr2_img{ height:180px}
.case_nr2_txt{ padding:10px}
.case_nr2_txt h2{ font-size:17px}
.case_nr2_txt h3{ font-size:13px}
.case_nr2_txt section {
    color: #666666;
    margin-top: 11px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    margin-bottom: 17px;
}

.case_nr2_txt section{ height:44px}
.case_nr2_txt h2{ margin-top:10px; line-height:28px}
.case_nr2 .swiper-slide{ height:370px}
.case_nr2 .swiper-container{ height:370px}
.case_nr2{ margin-top:25px}

.yzfw{ width:100%; margin-top:30px;box-sizing: border-box; padding:15px}

.yzfw_left h2{ font-size:20px; line-height:28px}
.yzfw_left section{ font-size:14px; padding-top:20px}
.yzfw_left dl dd{ font-size:14px;}
.yzfw_left{ width:100%}

.yzfw_left dl dd:before{ background-size:80%}
.yzfw_left dl dd{ padding-left:30px; line-height:28px}
.yzfw_left dl dd{ margin-top:12px}

.yzfw_right {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
}
.shuzi_d{ margin-top:20px}

.shuzi_d ul li{ width:50%; text-align:left}
.shuzi_d ul li .count-list .count-num{ font-size:20px}
.shuji{ width:100%}
.shuzi_d ul li{ padding-left:30px; height:44px}

.shuzi_d ul li:nth-child(1){ background-size: 16%;}
.shuzi_d ul li:nth-child(2){ background-size: 16%;}
.shuzi_d ul li:nth-child(3){ background-size: 16%;}
.shuzi_d ul li:nth-child(4){ background-size: 16%;}
.shuzi_d ul li .count-list p{ font-size:13px}

.shuzi_d ul li .count-list .count-num{ font-size:26px}


.news_nr{ width:100%; padding:10px;box-sizing: border-box;}

.news_cont_left {
    float: inherit;
    width: 100%;
    height: auto;}
.news_cont_left1{ width:100%; height:auto}
.news_cont_left1 img{ width:100%; height:200px}
.news_cont_left2 h2{ font-size:17px}
.xinw_ne{ font-size:14px}
.news_cont_left2 h3{ font-size:13px}
.news_cont_right {
    float: inherit;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0px;
    padding-top: 10px;
    height: auto;
    border-radius: 4px;
}

.news_cont_right1{ width:150px; height:103px}
.news_cont_right1 img{ width:100%;}
.news_cont_right2{ width:51%; padding-top:0}
.news_cont_right2 h2{ font-size:16px; margin-bottom:0}
.news_cont_right2 h3{ font-size:14px}

.news_cont{ margin-top:0}
.bottom_nr1{ display:none}
.ny_rongyu_nn{ width:100%}

.ny_rongyu_n{ width:100%}
.ryzz_nr{ width:100%}

.ny_rongyu_nn .swiper-container{ width:100%; padding-left:0; padding-right:0}

.ny_rongyu_nn .swiper-slide .pic_box img{ width:100%}
.ryzz_nr{ padding-left:10px; padding-right:10px;box-sizing: border-box;}


.header{ display:none}

.bottom_nr{ width:100%}
.bottom_nr2{ width:140px}
.bottom_nr3{ width:60%}
.bottom_nr2 img{ width:130px; height:130px}
.speach { font-size:20px}
.bottom_nr3_2{ font-size:13px}
.bottom_nr3_2{ margin-bottom:10px}

.bottom{ padding-top:26px}
.bottom_nr2{ margin-top:0px}
.bottom_nr2 p {
    font-size: 13px;
    line-height: 33px;
    color: #fff;
}
.bottom_bq{ font-size:13px; line-height:20px; font-size:13px;box-sizing: border-box; padding: 10px;
}
.ny_rongyu_nn .swiper-slide .pic_box{ height:240px}
.ny_rongyu_nn .swiper-slide{ height:240px}

.ny_rongyu_nn .swiper-container{ height:240px}
.about_t span{ width:60px; height:60px}
.ny_rongyu_n{ margin-top:20px!important}
.ryzz{ padding-top:20px!important}
.news{ padding-top:0px!important}
.shuzi_d ul li{ padding-left:40px!important}
.shuzi_d ul li {
    width: 46%;
    text-align: left;
    margin-left: 14px;
}
.shuzi_d {
    width: 100%;
    background: url(../img/lan_bj.png) no-repeat top center;
    height: 240px;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 21px;
   
}
.shuzi_d ul li {
    margin-top: 40px;
}
.shuzi_d {
    margin-top: 0;
}
.case_nr h3{ padding-top:20px}
.xinw_ne{ height:44px}
.about_nr {
    margin-top: 20px;
}
.about_t b{ top:15px; width:30px; height:30px}
.about_t h2{ font-size:22px}
.case_nr h4{ font-size:13px; padding-left:10px; padding-right:10px}
.news_cont_right2{ width:54%}
.ny_rongyu_nn .swiper-slide .pic_box img{ width:76%}
.yzfw_left h2{ margin-top:0}



/*联系我们开始*/
.inner-tit h3 {
    font-size: 22px;
    padding-top: 48px;
}
.contact-s1 .item{ width:100%;padding-bottom: 23px; height:auto; margin-top:10px}
.wrapper {
    width: 92vw;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.contact-s1 .item p{ font-size:15px}
.contact-s1 .item .icon{ margin-top:12px}
.ny_banner{ height:180px!important;background-size: cover!important;}
.ny_banner h2 {
    font-size: 25px;
    padding-top: 59px;
}
.ny_banner h3 {
    font-size: 18px;
    padding-top: 9px;
    text-transform: capitalize;
}
#map {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #E1E1E1;
    margin-top: 23px;
    height: 200px;
    margin-bottom: 31px;
}
.mbx_dh_n{ width:100%}
.market-prod-s1 .item{width: calc((100% - 14px) / 2);}
.n_case{ padding-top:0}
.market-prod-s1 .item img{ height:115px}
.market-prod-s1 .item h3{ font-size:18px}
.market-prod-s1 .item p {
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;
    font-size: 14px;
    margin-right: 0;
    margin-top: 6px;
    transition: color .3s ease;
}
.market-prod-s1 .item .txt-box{ padding:2vw}
.digg{ padding-top:0}
.weo-page {
    margin-top: 0;
}
#pageinfo{ height:auto}
.mbx_dh_n_re{ display:none}
.news-detail-s1 .top-block h3{ font-size:24px;  padding-top:20px; padding-bottom:10px}
.news-detail-s1 .info .item{ font-size:15px}
#endtxt{ font-size:15px}
.news-detail-s1 .top-block {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.news-detail-s1 a.back{ width:80px; height:80px}
.news-detail-s1 a.back span:before{margin: 0 auto 5px;}
.news-detail-s1 a.back span {
    display: block;
    font-size: 13px;
    color: #fff;
    padding-top: 9px;
}
.news-detail-s1 .bot-block a{ font-size:14px}
.news-list-s1 .item .date{ display:none}
.news-list-s1 .item .img-box{ width:176px}
.news-list-s1 .item .txt-box{width: calc(100% - 196px);}
.news-list-s1 .item h3{ font-size:18px}

.news-list-s1 .item p {
    color: #808080;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 11px;
}
.news-list-s1 .item .more span {
    background: url(../img/blue2.png) no-repeat 0px 8px;
    background-size: 18%;
    display: block;
}
.news-list-s1 .item .more {
    background: url(../img/xiang2.png) no-repeat top center;
    width: 119px;
    height: 41px;
    text-align: center;
    line-height: 37px;
    color: #0860a7;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    padding-left: 19px;
    margin-top: 7px;
    transition: color .3s ease;
    background-size: 100%;
}
.news-list-s1 .item .wrapper{padding-top: 21px;}
.mbx_dh_n_le ul li{ width:98px}
.ny_about{ width:100%}
.ny_title {
    line-height: 100px;
    font-size: 26px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0px;
}
.ny_about_n_le{ width:100%; font-size:14px}
.ny_about_n{ padding:20px}
.ny_about_n_le h2{ font-size:18px; font-weight: bold;
}
.ny_about_n_re {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
}
.ny_about_n_le h2{ margin-bottom:10px}
.ny_rongyu{ height:auto}
.n_qwwh_n{ width:100%}
.n_qwwh_n ul li:nth-child(1) em{ width:80px; height:80px} 
.n_qwwh_n ul li:nth-child(2) em{ width:80px; height:80px} 
.n_qwwh_n ul li:nth-child(3) em{ width:80px; height:80px} 
.n_qwwh_n2{ font-size:14px}
.n_qwwh_n1{ font-size:20px}

.n_qwwh_n ul li em{ background-size:100%!important}
.gs_huan .swiper-container{ width:100%}
.gs_huan{ width:100%}
.gs_huan .swiper-container{ padding-left:0; padding-right:0}

.gs_huan{ padding-left:10px; padding-right:10px;box-sizing: border-box;}
.gs_huan .swiper-slide .pic_box{ height:150px}
.gs_huan .swiper-container{ height:234px}

.ny_rongyu_nn{padding-left:10px; padding-right:10px;box-sizing: border-box;}
   body .layui-layer-shade {
    opacity: 0.8!important;
}
.recruit-s1 .top-block{ display:block}
.recruit-s1 .para{ font-size:14px; padding-top:10px}
.inner-tit h3 {
    font-size: 22px;
    padding-top: 0;
}
.recruit-s1 .item{ width:100%}
.recruit-s1 .items{ display:block}
.recruit-s1 .item h3{ font-size:20px}
.recruit-s1 .item p {
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    margin-top: 9px;
    transition: color .3s ease;
}
.recruit-s1 .item .txt-box {
    position: relative;
    padding: 6vw;
}
.recruit-s1 .item .txt-box:before{top: 4.5vw}
.recruit-s1 .item{ margin-bottom:20px}
.zhao_gw{ width:100%}
.zhao_gw h2{ font-size:22px}
.zhao_gw h3{ font-size:13px}
#job-list ul li .info span{ font-size:14px; margin-left:0; display:block}
#job-list ul li .info{ display:block}
#job-list ul li h2 span{ font-size:18px}

.zhao_gw{padding-left:10px; padding-right:10px;box-sizing: border-box; }
#job-list ul li{padding: 30px 23px;}
.pr_du{ width:100%}
.ipdclass{ width:38%}
.ipdclass dl dd>a{font-size:15px}
.ipdclass dl dd ol li a{ font-size:13px}

.ipdclass dl dt{ font-size:18px; line-height:48px}
.ipdlist {
    width: 56%;
    float: right;
}
.ipdlist h1{ font-size:18px}
.ipdlist ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-top: 17px;
}

.ipdlist ul li {
    width: 96%;
    margin-bottom: 11px;
    padding-right: 0;
    transition: all 0.5s;
}
.ipdlist ul li section h4 a{ font-size:14px}
.ipdlist ul li section h4 {
    padding: 5px 0px 0px;
}
.ipdclass dl dd>a{ font-size:14px}

.lv_caidan{
	box-sizing: border-box;
	font-size: .36rem;
	background: #1269b0;
	height:1.2rem;
	line-height: 1.2rem;
	text-align: center;
	color: #fff;
}

.moblie_head{
    display: block;
	display:flex;
	height: 1.2rem;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:9999;
	justify-content: space-between;
	align-items: center; background: #fff;
}
.moblie_head .lf{
	width: 2rem;
	padding-left: .2rem;
	box-sizing: border-box;
}
.moblie_head .lf img{
	display: block;
	width: 100%;
}
.moblie_head .rg{
	padding-right: .2rem;
	box-sizing: border-box;
}
.moblie_head .rg a img{
	display: block;
	height: .76rem;
}
.mm-search{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mm-search input{
	width: 100%;
	display: block;
	height: .5rem;
	margin-bottom: 4rem;
}
.a_txt{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	z-index:10000
}
.a_txt .div1{
	position:absolute;
	width:100%;
	height:100%;
	background:#0b0d19;
	filter:alpha(opacity=0);
	opacity:0;
	left:0px;
	top:0px;
	z-index:1
}
.a_txt .div3{
	position:absolute;
	width:58%;
	right:0px;
	top:0px;
	background:#ededed;
	height:100%;
	z-index:100;
	right:-80%
}
.a_txt .div3 ul{
	padding: 0 .2rem;
	box-sizing: border-box;
}
.a_txt .div3 ul li{
	border-bottom:1px solid #cbcbcb
}
.a_txt .div3 ul li a{
	height: .9rem;
	color:#333;
	line-height: .9rem;
	padding-left: .2rem;
	box-sizing: border-box;
	font-size: 16px;
}
.a_txt .div3 ul li.a_js2{
	background:url(../img//plus.png) 95% 15px no-repeat;
	-webkit-transition:all 0s;
	-moz-transition:all 0s;
	transition:all 0s
}
.a_txt .div3 ul li.a_js2_on{
	background:url(../img/reduce.jpg) 95% 15px no-repeat;
	-webkit-transition:all 0s;
	-moz-transition:all 0s;
	transition:all 0s
}
.a_txt .div3 ul li .a_txt2{
	display:none
}
.a_txt .div3 ul li .a_txt2 a{
	height: .8rem;
	line-height: .8rem;
	font-size: 14px; 
	display: block;
}
.banner{ margin-top:57px}

.ny_banner{ margin-top:57px; height:150px!important}
.ny_banner h2 {
    font-size: 25px;
    padding-top: 47px;
}
.inner-tit h3 {
    font-size: 18px;
    padding-top: 29px;}
    .mbx_dh_n_le ul li a{ font-size:15px}
.mbx_dh {
    background: #fff;
    height: 57px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    margin-top: -10px;
    line-height: 57px;
}
.mbx_dh_n_le ul li {
    width: 86px;
}
.ny_about_n_le p{ font-size:14px}
.banner .swiper-pagination-bullet{ width:10px; height:10px}
.n_qwwh_n1{ font-size:18px}
.ny_title{ font-size:24px}
.n_qwwh_n2{ font-size:13px}
.n_qwwh{padding-top: 1px;
    padding-bottom: 34px;}
    .news-list-s1 .item p{ margin-top:5px}
    .mbx_dh_n_le{ width:100%}
    
    
}