@font-face {
	font-family: 'rq';
	src: url(../font/DIN-MEDIUM.eot);
	src: url('../font/DIN-MEDIUM.woff') format('woff'),
		url('../font/DIN-MEDIUM.ttf') format('truetype'),
		url('../font/DIN-MEDIUM.svg') format('svg');
}

.lo1 {
	display: none;
}

.white_head {
	box-shadow: #6e6e6e 2px -1px 5px 0px;
}

.layui-layer-setwin .layui-layer-close2 {
	right: 5px !important;
	top: 11px !important;
}

.a-xingqing1 {
	padding-bottom: 25px;
	padding-top: 30px;
}
.d-tg1:nth-child(3) .d-ti p:nth-child(1){
	font-weight: 600;
	color: #000000;
}
/*图片*/

.picture {
	width: 100%;
	overflow: hidden;
	padding-top: 85px;
}
/*.bar1  .swiper-horizontal.swiper-pointer-events .swiper-slide{
	height: 486px !;
}*/
.picture img {
	width: 100%;
}

.s-wen span {
	display: none;
}

.a-xingqing1 p img {
	width: 70% !important;
}
.a-xingqing1 p img {
    text-align: center;
    margin: 0 auto;
    width: 70% !important;
    display: block;
}
.s-pp a {
	font-size: 32px;
	padding-right: 126px;
	padding-left: 48px;
}

.a-xiang a {
	font-size: 32px;
}

.d-p2 {
	width: 48%;
}

.d-ddt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s-xinwen1:hover .s-xin1 a {
	font-weight: 600;
}

.c-zhu2 a:hover {
	color: red;
}

.d-dinglv1 .d-ti1 p {
	color: #000000 !important;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 25px;
}
/*------------*/
#fotrgg{
	display: none;
	}
.weii{
	
    position: fixed;
    left: 50%;
    top: 50%;
    transform:translateY(-50%) ;
    padding: 10px;
    width: 240px;
    height: 300px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;

}
.weii-1 a {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}
.weii-1 {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

/*--------------*/
/*位置*/

.weizhi {
	border-bottom: #F4F4F4 1px solid;
	background-color: #fff;
}

.weizhi1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background-color: #fff; */
}

.wei {
	display: flex;
	align-items: center;
}

.wei1 {
	background: #D70C25;
	padding: 26px 17px;
}

.wei3 a {
	font-size: 14px;
	color: #666;
	font-weight: 600;
}

.wei2 {
	padding: 0 15px;
	margin-top: 5px;
}

.zhi ul {
	display: flex;
}

.zhi ul li {
	padding: 26px 23px;
}

.zhi ul li a {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 26px;
}

.s-a {
	border-bottom: 3px solid #D70C25;
}


/*新闻资讯——————————————————————————*/


/*标题*/

.c-jianzhu {
	width: 100%;
	overflow: hidden;
}

.s-biao {
	width: 100%;
	overflow: hidden;
	background-image: url(../img/47.png);
	/* background-size: 100% 100%; */
	background-position-x: 100%;
}

.s-biao1 {
	display: flex;
	padding-top: 73px;
	padding-bottom: 93px;
}

.s-b1 {
	width: 36.8%;
	position: relative;
}

.s-b1 img {
	width: 100%;
}

.s-b2 {
	width: 57.5%;
	margin-left: 34px;
	padding-bottom: 33px;
	border-bottom: solid #dcd4d4 1px;
}

.s-pp {
	display: flex;
}

.s-pp1 {
	width: 5px;
	height: 38px;
	background-color: #E30713;
}

.s-pp p {
	font-size: 32px;
	color: #333;
	padding-left: 48px;
	padding-right: 126px;
}

.s-pp2 {
	font-size: 15px;
	color: #777;
	padding-left: 59px;
	padding-right: 126px;
	padding-top: 42px;
	line-height: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 4;
	/** 显示的行数 **/
	overflow: hidden;
	/** 隐藏超出的内容 **/
}

.s-pp3 {
	float: right;
	margin-right: 36px;
	padding-top: 70px;
}

.s-bb {
	position: absolute;
	text-align: center;
	background-color: #E30713;
	top: 0;
	padding: 10px 22px;
	border-bottom-right-radius: 15px;
}

.s-bb p:nth-child(1) {
	font-size: 35px;
	color: #fff;
}

.s-bb p:nth-child(2) {
	font-size: 16px;
	color: #fff;
}

.swiper {
	width: 100%;
	height: 100%;
}

.s-swiper-slide {
	font-size: 18px;
	/* 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;
}

.s-swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s-swiper-pagination {
	bottom: 35px !important;
}

.s-swiper-pagination>.swiper-pagination-bullet-active {
	background: #E30713;
}


/*新闻检索*/

.s-xwjs {
	width: 100%;
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 88px;
	background-color: #fff !important;
}

.s-xwjs1 {
	display: flex;
	justify-content: space-between;
}

.s-xinwen {
	width: 71.5%;
}

.s-jiansuo {
	width: 26.5%;
}

.s-xin2 a:nth-child(2) {
	display: none;
}

.s-xinwen1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 2px solid #ededed;
}

.s-xin1 a {
	display: block;
}

.s-wen {
	display: flex;
	align-items: center;
	padding-top: 15px;
}

.s-xin {
	width: 13%;
	text-align: center;
	border-right: 1px solid #ededed;
}

.s-xin1 {
	width: 78%;
	padding-left: 53px;
}

.s-xin2 {
	width: 9%;
}

.s-xin p:nth-child(1) {
	font-size: 60px;
	color: #ceb3b3;
	font-family: "rq";
	font-weight: 600;
}

.s-xin p:nth-child(2) {
	font-size: 16px;
	color: #ceb3b3;
	font-family: "rq";
}

.s-xin1 p {
	font-size: 18px;
	color: #333333;
	padding-bottom: 23px;
}

.s-wen p::before {
	content: "浏览次数：";
}

.s-xin1 a {
	font-size: 14px;
	color: #777777;
	padding-bottom: 6px;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s-wen a {
	font-size: 14px;
	color: #777777;
	padding-bottom: 19px;
	line-height: 25px;
}

.s-wen p {
	font-size: 14px;
	color: #777777;
	padding-left: 15px;
	padding-bottom: 0;
}

.s-xin2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.s-xinwen1:hover {
	background-color: #EBF3F9;
}

.s-xinwen1:hover .s-xin2 a:nth-child(2) {
	display: block;
}

.s-xinwen1:hover .s-xin2 a:nth-child(1) {
	display: none;
}

.s-xinwen1:hover .s-xin1 p:nth-child(1) {
	font-weight: 600;
}

.s-xinwen1:hover .s-xin p:nth-child(1) {
	color: #D70C25;
}

.s-xinwen1:hover .s-xin p:nth-child(2) {
	color: #000;
	font-weight: 600;
}

.s-dian {
	width: 100%;
	background-color: #EBF3F9;
	display: flex;
	justify-content: center;
	margin-top: 43px;
	padding: 22px 0;
}

.s-dian1 {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #D70C25;
	margin: 0 10px;
}

.s-jiansuo1 {
	background-image: url(../img/52.png);
	background-size: 100% 100%;
	text-align: center;
	padding-top: 44px;
	padding-bottom: 275px;
}

.s-jian {
	padding-bottom: 44px;
}

.s-jian p:nth-child(1) {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.s-jian p:nth-child(2) {
	font-size: 18px;
	color: #b8b2b2;
	font-weight: 600;
}

.s-sou input {
	width: 355px;
	height: 60px;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 42px;
	outline: none;
}

.s-nf {
	background-color: #fff;
	width: 355px;
	height: 60px;
	border-radius: 5px;
	margin: 0 auto;
}

.s-nf select option{ line-height: 50px !important;}

.s-sou select {
	width: 355px;
	height: 60px;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 32px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	background: url(../img/la.png) 95% 50% no-repeat scroll transparent;
}




.s-sou .xuanx {
	width: 355px;
	height: 60px;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 42px;
	outline: none;
}

.s-sou {
	position: relative;
	padding-top: 20px;
}

.s-sou button {
	border: 0;
	background-color: #fff;
	position: absolute;
	right: 15%;
	top: 45%;
	cursor: pointer;
}


/*新闻详情——————————————*/

.a-xiang {
	text-align: center;
	font-size: 24px;
	color: 333333;
	font-weight: 600;
}

.a-xiangqing {
	padding: 23px 0;
	border-bottom: 2px solid #ededed;
}

.a-qing {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-top: 20px;
}

.a-qing p {
	font-size: 16px;
	color: #d70c25;
	padding-right: 10px;
}

.a-xingqing1 p {
	font-size: 16px;
	color: #777;
	line-height: 27px;
	text-indent: 2em;
	padding-bottom: 15px;
}

.a-xingqing1 p img {
	width: 100%;
	padding-top: 30px;
}

.a-tu {
	padding-left: 55px;
	padding-top: 43px;
	padding-bottom: 85px;
}

.a-sy {
	padding-bottom: 18px;
}

.a-sxy1 a {
	font-size: 16px;
	color: #333;
}

.a-sy a:nth-child(1) {
	margin-right: 85px;
}

.a-xy a:nth-child(1) {
	margin-right: 85px;
}

.a-sxy {
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	padding: 40px 0;
}

.a-fh {
	width: 100px;
	height: 36px;
	border: #D7D7D7 solid 2px;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.a-fh a {
	color: #767676;
}

.a-sxy {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.a-xg {
	padding-top: 45px;
}

.a-x {
	padding-bottom: 22px;
}

.a-x p {
	font-size: 20px;
	color: #333;
	padding-left: 19px;
	border-left: solid 3px #4067B3;
}

.a-g {
	border-top: solid #ededed 1px;
	border-left: solid #ededed 1px;
	border-right: solid #ededed 1px;
}

.a-g li {
	color: #4067B3;
	padding: 25px 25px 25px 25px;
	border-bottom: solid #ededed 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.a-g li a {
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.a-g li:hover {
	background-color: #D70C25;
	color: #fff;
}

.a-g li:hover a {
	color: #fff;
}


/*精品工程详情————————————————————*/

.b-picture {
	display: flex;
	padding-top: 55px;
	padding-bottom: 100px;
}

.b-lb {
	width: 66%;
}

.b-myswiper {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
}

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

/* .hhh {
	height: 100% !important;
	opacity: 0;
	transition: 0.3s;
} */

.b-myswiper2 {
	height: 100%;
	width: 100%;
}

.b-myswiper {
	height: 100%;
	box-sizing: border-box;
	position: absolute !important;
	z-index: 100 !important;
	background: rgb(8 8 8 / 61%);
	padding-top: 73px !important;
	opacity: 0;
	transition: 0.3s;
}
.b-myswiper:hover{
	opacity: 1;
}
/* .b-myswiper:hover .hhh{
	opacity: 1;
} */
.b-swiper-slide {
	width: 70% !important;
	height: 17% !important;
	cursor: pointer;
	margin: 0 auto !important;
	margin-bottom: 20px !important;
}

.b-myswiper .swiper-slide-thumb-active {
	border: 3px solid #D70C25;
}

.b-swiper-slide img {
	width: 100%;
}

.b-lb {
	overflow: hidden;
	position: relative;
}

.s-swiper-button-prev {
	left: 44% !important;
	top: 5% !important;
	color: #fff !important;
	transform: rotate(90deg);
}

.s-swiper-button-prev:after {
	font-size: 30px !important;
}

.s-swiper-button-next {
	left: 44% !important;
	top: 90% !important;
	color: #fff !important;
	transform: rotate(90deg);
}

.s-swiper-button-next:after {
	font-size: 30px !important;
}

.b-wz {
	background-image: url(../img/52.png);
	background-size: 100% 100%;
	width: 34%;
	padding: 88px 80px;
}

.b-wz1 p:nth-child(1) {
	font-size: 20px;
	color: #333;
	border-bottom: 1px #b4b4b4 solid;
	font-weight: 600;
	padding-bottom: 21px;
}

.b-wz1 p:nth-child(2),
.b-wz1 p:nth-child(3) {
	font-size: 16px;
	color: #787777;
	padding-top: 16px;
}

.b-swiper-slide3 {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
}

.b-swiper-slide4 {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
}

.b-myswiper3 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-myswiper4 {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

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

.b-myswiper4 {
	height: 80%;
	width: 100%;
}

.b-myswiper4 {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.b-myswiper3 .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.b-sa {
	width: 100%;
	display: none;
}

.b-myswiper3 .swiper-slide-thumb-active {
	border: 3px solid #D70C25 !important;
	opacity: 1;
}

.b-myswiper4 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-myswiper3 {
	background-color: rgb(0 0 0 / 69%);
}


/*精品工程——————————————————*/

.c-jianzhu {
	padding-top: 55px;
	padding-bottom: 91px;
}

.c-jz {
	display: flex;
}

.c-jian {
	width: 50%;
	background-color: #EEEEEE;
}

.c-zhu {
	width: 50%;
	background-color: #fff;
}

.c-swiper-slide {
	padding: 10px !important;
}

.c-swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-swiper-slide1 {
	padding: 10px !important;
}

.c-swiper-slide1 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-swiper-button-next {
	background-image: url(../img/65.png);
	background-repeat: no-repeat;
	top: 90% !important;
	width: 50px !important;
	border: 0 !important;
	outline: none !important;
}

.c-swiper-button-next:after {
	font-size: 0 !important;
}

.c-swiper-button-prev {
	background-image: url(../img/66.png);
	background-repeat: no-repeat;
	top: 90% !important;
	left: 86% !important;
	width: 50px !important;
	outline: none !important;
}

.c-swiper-button-prev:after {
	font-size: 0 !important;
}

.c-swiper-button-prev:hover {
	background-image: url(../img/67.png);
}

.c-swiper-button-next:hover {
	background-image: url(../img/68.png);
}

.c-swiper-button-next1 {
	background-image: url(../img/65.png);
	background-repeat: no-repeat;
	top: 90% !important;
	width: 50px !important;
	border: 0 !important;
	outline: none !important;
}

.c-swiper-button-next1:after {
	font-size: 0 !important;
}

.c-swiper-button-prev1 {
	background-image: url(../img/66.png);
	background-repeat: no-repeat;
	top: 90% !important;
	left: 86% !important;
	width: 50px !important;
	outline: none !important;
}

.c-swiper-button-prev1:after {
	font-size: 0 !important;
}

.c-swiper-button-prev1:hover {
	background-image: url(../img/67.png);
}

.c-swiper-button-next1:hover {
	background-image: url(../img/68.png);
}




.c-swiper-slide2 {
	padding: 10px !important;
}

.c-swiper-slide2 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-swiper-button-next2 {
	background-image: url(../img/65.png);
	background-repeat: no-repeat;
	top: 90% !important;
	width: 50px !important;
	border: 0 !important;
	outline: none !important;
}

.c-swiper-button-next2:after {
	font-size: 0 !important;
}

.c-swiper-button-prev2 {
	background-image: url(../img/66.png);
	background-repeat: no-repeat;
	top: 90% !important;
	left: 86% !important;
	width: 50px !important;
	outline: none !important;
}

.c-swiper-button-prev2:after {
	font-size: 0 !important;
}

.c-swiper-button-prev2:hover {
	background-image: url(../img/67.png);
}

.c-swiper-button-next3:hover {
	background-image: url(../img/68.png);
}


.c-swiper-slide3 {
	padding: 10px !important;
}

.c-swiper-slide3 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-swiper-button-next3 {
	background-image: url(../img/65.png);
	background-repeat: no-repeat;
	top: 90% !important;
	width: 50px !important;
	border: 0 !important;
	outline: none !important;
}

.c-swiper-button-next3:after {
	font-size: 0 !important;
}

.c-swiper-button-prev3 {
	background-image: url(../img/66.png);
	background-repeat: no-repeat;
	top: 90% !important;
	left: 86% !important;
	width: 50px !important;
	outline: none !important;
}

.c-swiper-button-prev3:after {
	font-size: 0 !important;
}

.c-swiper-button-prev3:hover {
	background-image: url(../img/67.png);
}

.c-swiper-button-next3:hover {
	background-image: url(../img/68.png);
}


.c-swiper-slide4 {
	padding: 10px !important;
}

.c-swiper-slide4 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-swiper-button-next4 {
	background-image: url(../img/65.png);
	background-repeat: no-repeat;
	top: 90% !important;
	width: 50px !important;
	border: 0 !important;
	outline: none !important;
}

.c-swiper-button-next4:after {
	font-size: 0 !important;
}

.c-swiper-button-prev4 {
	background-image: url(../img/66.png);
	background-repeat: no-repeat;
	top: 90% !important;
	left: 86% !important;
	width: 50px !important;
	outline: none !important;
}

.c-swiper-button-prev4:after {
	font-size: 0 !important;
}

.c-swiper-button-prev4:hover {
	background-image: url(../img/67.png);
}

.c-swiper-button-next4:hover {
	background-image: url(../img/68.png);
}

.c-zhu {
	padding: 40px 38px 50px 40px;
	z-index: 10;
	position: relative;
}

.c-z {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	position: relative;
	z-index: 10;
	height: 140px !important;
	overflow: auto;
}

.c-jz .c-zhu:nth-child(2) {
	box-shadow: #d1d1d1 8px -2px 10px -4px;
}

.c-jz .c-zhu:nth-child(1) {
	box-shadow: #d1d1d1 -2px 4px 8px 0px;
}

.c-jz .c-zhu:nth-child(2)::after {
	content: "";
	width: 100%;
	height: 30%;
	border-right: 8px solid #DA2031;
	border-bottom: 8px solid #DA2031;
	position: absolute;
	top: 68%;
	right: -9px;
	z-index: 5;
}

.c-jz .c-zhu:nth-child(1)::after {
	content: "";
	width: 100%;
	height: 30%;
	border-left: 8px solid #DA2031;
	border-bottom: 8px solid #DA2031;
	position: absolute;
	top: 69%;
	right: 1px;
	z-index: 5;
}

.c-zhu1 {
	display: flex;
	align-items: flex-start;
	padding-bottom: 21px;
	border-bottom: 1px #ededed solid;
}

.c-zhu1 p {
	font-size: 25px;
	color: #333;
	padding-left: 15px;
}

.c-zhu2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	position: relative;
	z-index: 10;
	max-height: 290px;
	overflow: auto;
	/* overflow-x: scroll; */
}

.c-zhu2::-webkit-scrollbar-track {
	/* background-color: green; */
}

.c-zhu2::-webkit-scrollbar {
	width: 2px;
}

.c-zhu2::-webkit-scrollbar-thumb {
	background-color: #d5bdbd;
	border-radius: 0%;
}


.c-zhu2 li {
	width: 33%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #DA2031;
	padding-bottom: 15px;
}

.c-zhu2 li a {
	font-size: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-jz {
	margin-bottom: 50px;
}

.c-hh {
	/*border-right: 1px solid #ededed;*/
	position: relative;
}

.c-hh::after {
	/*width: 6px;
	height: 38px;
	background-color: #DA2031;
	content: "";
	position: absolute;
	top: 46%;
	right: -7px;*/
}


/*企业文化——————————————————*/

.d-wenhua {
	width: 100%;
	overflow: hidden;
	padding-top: 53px;
	padding-bottom: 80px;
}

.d-wenhua2 {
	display: flex;
	padding-top: 55px;
}

.d-hua {
	width: 50%;
	background-image: url(../img/155.png);
	background-size: 100% 100%;
	padding-left: 71px;
	padding-top: 66px;
}

.d-wen {
	width: 50%;
	/*background-image: url(../img/156.png);*/
	background: url(../img/156.png)no-repeat center bottom;
	background-size: 100% 100%;
	padding-left: 76px;
	overflow: hidden;
	padding-top: 63px;
	padding-bottom: 63px;
}

.d-wen {
	display: flex;
}
/* .d-wen3 .d-w::after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 31%;
    left: 56%;
}
.d-wen3 .d-w::before {
    width: 1px;
    background-color: #c7bfbf;
    height: 100%;
    content: "";
    top: 39%;
    left: 59%;
    position: absolute;
} */
.d-w {
	display: flex;
	align-items: center;
	padding-bottom: 27px;
	position: relative;
}

.d-w::after {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: 31%;
	left: 37%;
}

.d-w::before {
	width: 1px;
	background-color: #c7bfbf;
	height: 100%;
	content: "";
	top: 39%;
	left: 39%;
	position: absolute;
}

.d-w1 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #F0BABF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.d-w:hover .d-w1 {
	background-color: #fff;
}
.d-w:hover p{
	font-weight: 600;
}
.d-w p {
	font-size: 18px;
	color: #fff;
	padding-left: 40px;
	cursor: pointer;
}

.d-wen1 .d-w:nth-child(5)::before {
	height: 0;
}

.d-wen2 .d-w:nth-child(5)::before {
	height: 0;
}

.d-wen2 {
	margin-left: 60px;
}
.d-wen3 {
	margin-left: 60px;
}
.d-hu p {
	font-size: 25px;
	color: #D61129;
	padding-bottom: 36px;
}

.d-hu {
	width: 50%;
	border-bottom: 2px #EEE5D9 solid;
}

.d-hu1 {
	width: 50%;
	padding-top: 37px;
}

.d-hu1 p {
	font-size: 18px;
	color: #666;
	line-height: 28px;
}

.d-swiper {
	width: 100%;
	height: 100%;
}

.d-swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.d-swiper-button-next {
	background-image: url(../img/168.png);
	width: 56px !important;
	height: 56px !important;
	right: 13% !important;
	top: 68% !important;
}

.d-swiper-button-next::after {
	font-size: 0 !important;
}

.d-swiper-button-next:hover {
	background-image: url(../img/170.png);
}

.d-swiper-button-prev {
	background-image: url(../img/167.png);
	width: 56px !important;
	height: 56px !important;
	top: 68% !important;
	left: 73% !important;
}

.d-swiper-button-prev:hover {
	background-image: url(../img/169.png);
}

.d-swiper-button-prev::after {
	font-size: 0 !important;
}

.d-tg1 {
	display: flex;
	margin-bottom: 30px;
}

.d-ti {
	width: 50%;
	background-color: #EEEDED;
	padding-top: 123px;
	padding-left: 160px;
}

.d-ti1 {
	width: 50%;
	background-color: #EEEDED;
	padding-top: 50px;
	padding-left: 90px;
}

.d-p1 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	padding-bottom: 30px;
}

.d-p2 {
	font-size: 16px;
	color: #666;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.d-ti p {
	color: #666;
	font-size: 16px;
	padding-bottom: 20px;
}

.d-gui {
	width: 50%;
}

.d-gui img {
	width: 100%;
	height: 100%;
}

.d-chenggong {
	padding-top: 60px;
	padding-bottom: 81px;
}

.d-dinglv {
	display: flex;
}

.d-ding {
	width: 25%;
	height: 666px;
	position: relative;
	transition: 0.4s;
	cursor: pointer;
}

.d-ding1 {
	width: 50% !important;
}

.d-ding img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.d-zi {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 20%;
	left: 40%;
}

.d-lv {
	width: 85%;
	height: 85%;
	background-color: rgb(0 0 0 / 48%);
	position: absolute;
	top: 7%;
	left: 7%;
	padding: 129px 136px 0 136px;
	display: none;
}

.d-lp1 {
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding-bottom: 60px;
}

.d-lp2 {
	font-size: 15px;
	color: #fff;
	text-indent: 25px;
	line-height: 28px;
}

.d-dinglv1 {
	display: none;
}

.d-dinglv1 .d-gui img {
	height: 150px;
	object-fit: cover;
}

.d-dinglv1 .d-ti1 {
	padding-bottom: 20px;
}

/*人文关怀——————————————————————*/

.e-guanhuai {
	width: 100%;
	overflow: hidden;
}

.e-guan1 {
	background-color: #f3f3f3;
	width: 32%;
	overflow: hidden;
	margin-top: 41px;
	position: relative;
	padding-bottom: 56px;
}

.e-tu {
	width: 100%;
}

.e-g1 {
	margin-top: 24px;
	padding-left: 36px;
	padding-right: 44px;
	border-left: 5px #E30713 solid;
}

.e-g1 p {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px #DBD6D6 solid;
}

.e-g2 {
	padding-left: 36px;
	padding-right: 44px;
}

.e-g2 a {
	display: block;
	font-size: 14px;
	color: #777;
	line-height: 28px;
}

.e-g2 a:nth-child(1) {
	padding-top: 22px;
}

.e-g2 a:nth-child(2) {
	position: absolute;
	top: 92%;
	right: 65px;
}

.e-guan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.e-guan::after {
	content: "";
	width: 32%;
}

.e-ye {
	padding: 55px 0;
}

.e-ye ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #EAEAEA;
	margin-right: 4px;

}

/*.e-ye ul li:nth-child(1) {*/
	/*width: 70px;*/
	/*height: 37px;*/
/*}*/

/*.e-ye ul li:last-child {*/
	/*width: 70px !important;*/
	/*height: 37px !important;*/
/*}*/

.e-ye ul li a {
	font-size: 14px;
	color: #6e6e6e;
	padding: 10px 20px;
	display: inline-block;
}

.e-ye ul li:hover {
	background: #E30713;
}

.e-ye ul li:hover a {
	color: #fff;
}


.e-ye ul li.active a {
	font-size: 14px;
	color: #6e6e6e;
	padding: 10px 20px;
	display: inline-block;
}

.e-ye ul li.active {
	background: #E30713;
}

.e-ye ul li.active a {
	color: #fff;
}

.e-li {
	background: #E30713 !important;
}

.e-a {
	color: #fff !important;
}

/*.e-ye ul li:nth-child(5) {
	width: 70px;
	height: 37px;
}*/

.e-ye ul {
	display: flex;
	justify-content: center;
}


/*人文关怀————————————————————————*/

.e-biao {
	width: 100%;
	overflow: hidden;
	background-image: url(../img/86.png);
	background-size: 100% 100%;
}


/*慈善公益—————————————————————————*/

.f-cishan {
	width: 100%;
	overflow: hidden;
	background-color: #FCFBFB;
	padding-top: 56px;
}

.f-cishan1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.f-cishan2 {
	display: flex;
	background-color: #fff;
	box-shadow: #d2d2d8 1px 0px 8px -1px;
	width: 48%;
	margin-bottom: 40px;
}

.f-ci {
	width: 50%;
	display: flex;
}

.f-ci img {
	width: 100%;
}

.f-shan {
	width: 50%;
	background-color: #fff;
	padding-left: 42px;
	padding-right: 33px;
	padding-top: 33px;
}

.f-shan:hover {
	background-color: #EBF3F9;
}

.f-shan p:nth-child(1) {
	font-size: 16px;
	color: #D70C25;
	padding-bottom: 17px;
}

.f-shan p:nth-child(2) {
	font-size: 18px;
	color: #333;
	padding-bottom: 12px;
	font-weight: 600;
	border-bottom: 1px #ededed solid;
}

.f-shan1 a:nth-child(1) {
	font-size: 14px;
	color: #777;
	line-height: 27px;
	padding-top: 21px;
	display: block;
}

.f-shan1 {
	position: relative;
	padding-bottom: 65px;
}

.f-shan1 a:nth-child(2) {
	position: absolute;
	top: 70%;
	right: 0;
}


/*企业报刊——————————————————————————-——*/

.h—baokan {
	width: 100%;
	background-color: #ECF0F3;
	overflow: hidden;
	padding-top: 63px;
	padding-bottom: 80px;
}

.h-bar {
	width: 100%;
	max-width: 1758px;
}

.h-bk {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.h-b {
	width: 32%;
	padding-left: 160px;
}

.h-k {
	width: 64%;
	background-image: url(../img/103.png);
	background-size: 100% 100%;
}

.h-swiper,
.h-Swiper1 {
	width: 100%;
	height: 100%;
}

.h-swiper-slide,
.h-swiper-slide1 {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
}

.h-swiper {
	width: 100%;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
}

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

.h-Swiper1 {
	height: 80%;
	width: 100%;
}

.h-swiper {
	box-sizing: border-box;
	padding: 15px 0;
}

.h-swiper .swiper-slide {
	cursor: pointer;
	height: 40px !important;
	background-color: transparent !important;
	margin-bottom: 11px !important;
}

.h-swiper .swiper-slide-thumb-active {
	font-weight: 600;
	background-image: url(../img/106.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 14px 10px;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
	width: 100%;
}

.h-shu {
	display: flex;
	justify-content: space-between;
}

.h-shu p {
	color: #fff;
	font-size: 18px;
}

.h-shu {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.h-shu img {
	width: 18px;
	height: 20px;
}

.h-swiper-slide {
	width: 70% !important;
}

.swiper-scrollbar-drag {
	background: #fff !important;
	left: -2px !important;
	width: 4px !important;
}

.h-swiper-scrollbar {
	right: 6px !important;
	width: 1px !important;
	background: #a8a8a8 !important;
}

.h-Swiper1 {
	width: 49%;
	height: 98%;
	margin-right: 0 !important;
}

.h-swiper-wrapper1 {
	height: 95% !important;
	margin-top: 13px !important;
	margin-left: -7px;
}

.h-Swiper1 img {
	width: 100% !important;
	height: 100% !important;
}

.h-swiper-slide1 img {
	object-fit: fill !important;
}

.h-b {
	background-image: url(../img/104.png);
	background-size: 100% 100%;
	padding-top: 73px;
	padding-right: 55px;
}

.h-p1 {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
}

.h-ss {
	position: relative;
	padding-bottom: 40px;
}

.h-ss input {
	height: 61px;
	width: 100%;
	color: #fff;
	background-color: transparent;
	border: 0px;
	border-bottom: 2px solid #fff;
	outline: none;
}

.h-ss button {
	position: absolute;
	right: 25px;
	top: 18px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.h-swiper-slide1 {
	position: relative;
}

.h-cha {
	width: 120px;
	height: 50px;
	background-color: #DA2031;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 92%;
	right: 2%;
	border-top-left-radius: 20px;
}

.h-cha a {
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
}


/*人才视频————————————————————————————*/

.i-rencai {
	width: 100%;
	overflow: hidden;
}

.i-ren {
	background-image: url(../img/109.png);
	background-size: 100% 100%;
	display: flex;
}

.i-ren1 {
	width: 33.3%;
	padding: 163px 60px 170px 110px;
	border-right: 1px #fff solid;
	position: relative;
	z-index: 6;
	cursor: pointer;
}

.i-re1 {
	text-align: center;
	z-index: 6;
	position: relative;
}

.i-p1 {
	font-size: 22px;
	color: #333;
	padding-top: 23px;
	padding-bottom: 28px;
}

.i-re2 {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	z-index: 6;
	position: relative;
	padding-top: 30px;
	border-top: 1px #fff solid;
	display: none;
}

.i-zhe {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(245 249 252 / 29%);
	top: 0;
	left: 0;
	z-index: 5;
}

.i-zhe1 {
	background-color: rgb(130 169 199 / 29%) !important;
}

.i-p2 {
	color: #fff !important;
	font-weight: 600;
}

.i-fengcai {
	width: 100%;
	overflow: hidden;
	padding-top: 85px;
	padding-bottom: 77px;
	background-color: #F6F5F5;
}

.i-feng1 {
	padding-bottom: 25px;
}

.i-feng1 p {
	font-size: 32px;
	text-align: center;
	color: #d70c25;
	position: relative;
	padding-bottom: 19px;
	/* border-bottom: solid #BBBBBB 4px; */
	width: 134px;
	margin: 0 auto;
}

/* .i-feng1 p::after {
	width: 64px;
	height: 4px;
	background-color: #BBBBBB;
	position: absolute;
	content: "";
	bottom: 0;
	left: 48%;
} */

.i-swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 75px !important;
}

.i-swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
	padding: 15px;
}

.i-swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i-swiper-pagination .swiper-pagination-bullet-active {
	background-color: #D70C25;
}


/*人才招聘————————————————————————*/

.j-zhaopin {
	width: 100%;
	overflow: hidden;
	background-image: url(../img/118.png);
	background-size: 100% 100%;
	padding-top: 60px;
	padding-bottom: 130px;
}

.j-fenlei ul {
	display: flex;
	justify-content: center;
}

.j-lei1 {
	width: 150px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	background-color: #A0A0A0;
	margin-left: 20px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	cursor: pointer;
	font-weight: 600;
}

.j-lei2 {
	background-color: #DA2031 !important;
}

.j-kuang {
	background-color: #fff;
	padding: 60px 25px 60px 60px;
	border-radius: 10px;
	margin-top: 75px;
	position: relative;
	display: none;
}

.j-kuang::before {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 30px solid #fff;
	content: "";
	position: absolute;
	top: -30px;
	left: 49%;
}

.j-kuang1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.j-k {
	background-color: #D9E8F4;
	width: 265px;
	height: 100px;
	font-size: 18px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	position: relative;
	border-radius: 10px;
	margin-right: 35px;
	margin-bottom: 23px;
	cursor: pointer;
}

.j-k p {
	z-index: 2;
}

.j-k p:nth-child(2) {
	position: absolute;
	left: 80%;
	top: 68%;
}

.j-img {
	position: absolute;
	left: 40%;
	top: 26%;
	z-index: 1;
}

.j-k1 {
	background-color: #DA2031;
	color: #fff !important;
}

.j-zhe {
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 68%);
	position: fixed;
	z-index: 666;
	top: 0;
	display: none;
}

.j-zhe1 {
	width: 870px;
	height: 650px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
	background-image: url(../img/134.png);
	background-size: 100% 100%;
	padding: 50px 44px;
}

.j-shi {
	display: flex;
	padding-bottom: 22px;
	border-bottom: 1px #E6E6E6 solid;
}

.j-shi p {
	font-size: 24px;
	color: #da2031;
	padding-left: 241px;
}

.j-shi1 {
	padding-top: 35px;
	padding-bottom: 30px;
	border-bottom: 1px #E6E6E6 solid;
}

.j-sp1 {
	font-size: 20px;
	color: #da2031;
	padding-bottom: 39px;
}

.j-sp2 {
	font-size: 16px;
	color: #666;
	padding-bottom: 31px;
}

.j-shi2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 29px;
}

.j-z {
	padding-left: 45px;
	background-image: url(../img/136.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

.j-z:hover {
	background-image: url(../img/138.png);
}

.j-z a {
	font-size: 18px;
	color: #666;
}

.j-y a {
	font-size: 18px;
	color: #666;
}

.j-y {
	padding-right: 45px;
	background-image: url(../img/137.png);
	background-repeat: no-repeat;
	background-position: 100% 6px;
}

.j-y:hover {
	background-image: url(../img/139.png);
}

.j-x {
	position: absolute;
	top: -25px;
	right: 0;
	cursor: pointer;
}

.j-zhe2 {
	position: relative;
}


/*客户服务-----------————————————————*/

.k-fuwu {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
}

.k-fuwu1 {
	width: 100%;
	background-color: #F7F6F6;
	padding: 57px 45px 71px 45px;
}

.k-p1 p {
	font-size: 32px;
	color: #d70c25;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}

.k-p1 p::after {
	width: 67px;
	height: 3px;
	
	position: absolute;
	content: "";
	bottom: 0;
	left: 48%;
}

.k-p2 {
	padding: 0 274px;
	text-align: center;
	color: #777;
	line-height: 28px;
	padding-top: 30px;
}

.k-in {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}

.k-in input {
	width: 33%;
	background-color: #fff;
	border: 0;
	outline: none;
	height: 50px;
	padding-left: 23px;
}

.k-in1 textarea {
	width: 100%;
	background-color: #fff;
	border: 0;
	outline: none;
	height: 204px;
	padding-left: 23px;
	padding-top: 24px;
}

.k-in1 {
	padding-top: 20px;
}

.k-in2 {
	padding-top: 72px;
}

.k-in2 button {
	width: 185px;
	height: 55px;
	background-color: #DA2031;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	outline: none;
}


/*联系方式————————————————————————*/

.l-jituan {
	width: 100%;
	overflow: hidden;
	padding: 52px 0;
}

.l-jituan1 {
	width: 100%;
	background-color: #F7F6F6;
	display: flex;
	padding: 20px;
}

.l-ji {
	width: 50%;
	background-color: #fff;
	padding: 62px 67px 0 67px;
}

.l-tuan {
	width: 50%;
}

.l-tuan img {
	width: 100%;
	height: 100%;
}

.l-ji1 {
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	text-align: center;
	padding-bottom: 43px;
	border-bottom: 1px #ededed solid;
}

.l-zi {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.l-zi p {
	color: #666;
	font-size: 20px;
	padding-left: 50px;
}

.l-ji2 {
	padding-top: 38px;
}

.l-fengong {
	padding-bottom: 30px;
}

.l-fg {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l-fg::after {
	content: '';
	width: 32%;
}

.l-fen {
	width: 32%;
	background-color: #F4F4F4;
	padding-top: 13px;
	padding-bottom: 52px;
	margin-bottom: 27px;
}

.l-fen1 p {
	font-size: 20px;
	color: #666;
	font-weight: 600;
	padding-left: 28px;
	border-left: 4px solid #D61129;
	padding-top: 10px;
	padding-bottom: 10px;
}

.l-fen2 {
	padding-left: 32px;
	padding-top: 37px;
}

.l-gong {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}

.l-gong p {
	font-size: 16px;
	color: #666;
	padding-left: 25px;
}


/*企业邮箱——————————————————*/

.m-youxiang {
	width: 100%;
	overflow: hidden;
	padding-top: 32px;
	padding-bottom: 70px;
}

.m-yx {
	background-image: url(../img/151.png);
	background-size: 100% 100%;
	padding-top: 117px;
	overflow: hidden;
	padding-bottom: 203px;
}

.m-yx1 p {
	text-align: center;
	font-size: 32px;
	color: #d70c25;
	font-weight: 600;
	position: relative;
	padding-bottom: 16px;
}

.m-yx1 p::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	background-color: #6E6E6E;
	bottom: 0;
	left: 48%;
}

.m-yx2 {
	padding-top: 43px;
}

.list-name-input {
	color: #333;
	font-family: tahoma, 'Microsoft YaHei', 'Segoe UI', Arial, 'Microsoft Yahei', Simsun, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 55px;
	/* margin: 0px; */
	padding: 0px;
	position: relative;
	width: 40%;
	margin: 0 auto;
	margin-bottom: 18px;
}

.list-name-for-select {
	border: 0;
	color: #555;
	height: 55px;
	lighting-color: rgb(255, 255, 255);
	line-height: 20px;
	margin: 0 0 10px 0;
	outline-color: #555;
	outline-offset: 0px;
	outline-style: none;
	outline-width: 0px;
	padding: 4px 6px;
	position: absolute;
	top: 1px;
	left: 3px;
	vertical-align: middle;
	width: 75%;
	padding-left: 60px;
}

.list-name-input-for-select:focus {
	border: 0;
	border-radius: 0;
}

.list-select {
	background-color: #FFF;
	color: #555;
	cursor: pointer;
	height: 55px;
	border: 0;
	outline: none;
	position: absolute;
	top: 1px;
	vertical-align: middle;
	white-space: pre;
	width: 25%;
	z-index: 99;
	right: 0;
}

.m-in {
	margin: 0 auto;
	position: relative;
	width: 40%;
}

.m-in input {
	width: 100%;
	height: 55px;
	background-color: #fff;
	border: 0;
	outline: none;
	padding-left: 60px;
}

.m-in1 {
	position: absolute;
	top: 16px;
	left: 30px;
}

.m-in2 {
	padding-top: 45px;
}

.m-in2 button {
	width: 190px;
	height: 60px;
	background-color: #D61129;
	border: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.m-in2 img {
	padding-left: 5px;
}

.fanhui {
	/*transform:translate3d(0px, 0px, 0px);*/
}

@media screen and (max-width:1600px) {
	.s-sou input {
		width: 95%;
	}

	.s-biao {
		width: 94%;
		margin: 0 auto;
	}

	.weizhi1 {
		width: 94%;
		margin: 0 auto;
	}

	.s-xwjs1 {
		width: 94%;
		margin: 0 auto;
	}

	.a-tu {
		padding-left: 0px;
	}

	.a-tu img {
		width: 100%;
	}

	.c-jianzhu {
		width: 94%;
		margin: 0 auto;
		padding-bottom: 45px;
	}

	.c-jz .c-zhu:nth-child(2)::after {
		content: "";
		width: 96%;
		height: 30%;
		border-right: 8px solid #DA2031;
		border-bottom: 8px solid #DA2031;
		position: absolute;
		top: 68%;
		right: 22px;
		z-index: 5;
	}

	.c-jz .c-zhu:nth-child(1)::after {
		content: "";
		width: 98%;
		height: 30%;
		border-left: 8px solid #DA2031;
		border-bottom: 8px solid #DA2031;
		position: absolute;
		top: 69%;
		right: 0px;
		z-index: 5;
	}

	.c-swiper-button-prev {
		background-image: url(../img/66.png);
		background-repeat: no-repeat;
		top: 90% !important;
		left: 80% !important;
		width: 50px !important;
	}

	.b-picture {
		width: 94%;
		margin: 0 auto;
	}

	.b-swiper-slide {
		width: 70% !important;
		height: 14% !important;
		cursor: pointer;
		margin: 0 auto !important;
		margin-bottom: 20px !important;
	}

	.b-swiper-slide img {
		width: 100%;
		height: 100%;
	}

	.d-wen {
		padding-left: 30px;
	}
    .d-wen2 {
        margin-left: 30px;
    }
	.d-wen3 {
	    margin-left: 30px;
	}
	.d-w1 {
	    width: 50px;
	    height: 50px;
	}
	.d-w p {
	    font-size: 16px;
	}
	.d-swiper-button-prev {
		background-image: url(../img/167.png);
		width: 56px !important;
		height: 56px !important;
		top: 68% !important;
		left: 69% !important;
	}

	.d-tiegui {
		width: 94%;
		margin: 0 auto;
	}

	.e-guanhuai {
		width: 94%;
		margin: 0 auto;
	}

	.f-cishan1 {
		width: 94%;
		margin: 0 auto;
	}

	.f-ci img {
		width: 100%;
		object-fit: cover;
	}

	.h-b {
		background-image: url(../img/104.png);
		background-size: 100% 100%;
		padding-top: 73px;
		padding-right: 49px;
	}

	.h-b {
		width: 32%;
		padding-left: 55px;
	}

	.i-feng {
		width: 94%;
		margin: 0 auto;
	}

	.j-kuang {
		width: 94%;
		margin: 0 auto;
		margin-top: 75px;
	}

	.j-k {
		/* margin-right: 0px; */
		margin-bottom: 23px;
	}

	.j-kuang1 {
		/* justify-content: space-between; */
	}

	.j-k {
		width: 17%;
	}

	/* 	.j-kuang1::after {
		width: 18%;
		content: "";
	} */

	.l-jituan {
		width: 94%;
		margin: 0 auto;
	}

	.l-fengong {
		width: 94%;
		margin: 0 auto;
	}

	.k-fuwu {
		width: 94%;
		overflow: hidden;
		padding: 85px 0;
		margin: 0 auto;
	}

	.m-yx {
		width: 94%;
		margin: 0 auto;
	}

	.s-nf {
		width: 95%;
	}

	.s-sou select {
		width: 100%;
	}

	.s-sou button {
		right: 10%;
	}

	.d-ti1 {
		padding-left: 30px;
	}
	
	

	.d-p2 {
		font-size: 15px;
	}
	.c-jz {
	    display: flex;
	    padding: 0 1%;
	}
}
@media screen and (max-width:1400px) {
	.a-xingqing1 p img {
	    width: 100%!important;
	    display: block;
	    
	}
	.l-zi p { padding-left: 30px;}
	
	.l-gong p{padding-left:15px; padding-right: 15px;}
	
	.d-ti1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.j-zhaopin { padding-bottom: 60px;}
	
	.i-fengcai{padding-top: 60px;}
	
}
@media screen and (max-width:1339px) {
	.j-k {
		width: 16%;
	}
}

@media screen and (max-width:1300px) {
	.d-swiper-button-prev {
		background-image: url(../img/167.png);
		width: 56px !important;
		height: 56px !important;
		top: 68% !important;
		left: 63% !important;
	}

	.k-p2 {
		padding: 0 18px;
		text-align: center;
		color: #777;
		line-height: 28px;
		padding-top: 30px;
	}

	.list-name-input {
		width: 70%;
	}

	.m-in {
		width: 70%;
	}
	.d-w1 {
	    width: 40px;
	    height: 40px;
	}
	.d-w p {
	    font-size: 14px;
	}
	.d-wen2 {
	    margin-left: 20px;
	}
	.d-wen3{
	    margin-left: 20px;
	}
}

@media screen and (max-width:1200px) {
	.d-wen {
		padding-left: 10px;
	}

	.h-bk {
		display: flex;
		flex-wrap: wrap;
	}

	.h-b {
		width: 100%;
		padding-left: 55px;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
	}

	.h-k {
		width: 100%;
		margin-top: 50px;
	}

	.h-swiper-wrapper1 {
		height: 95% !important;
		margin-top: 0px !important;
	}

	.l-ji2 {
		padding-top: 18px;
	}

	.l-ji {
		width: 50%;
		background-color: #fff;
		padding: 20px 20px 0 20px;
	}

	.l-zi p {
		color: #666;
		font-size: 15px;
		padding-left: 50px;
	}
	.a-xingqing1 p img {
	    width:100% !important;
	}
}

@media screen and (max-width:1024px) {
	.s-biao1 {
		flex-wrap: wrap;
		padding-bottom: 30px;
		padding-top: 32px;
	}

	.s-b1 {
		width: 100%;
	}

	.s-b2 {
		width: 100%;
		margin-top: 20px;
		padding-bottom: 0;
		border-bottom: solid #dcd4d4 0px;
	}

	.s-xwjs1 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.s-jiansuo {
		width: 80%;
		display: none;
	}

	.s-jiansuo1 {
		display: none;
	}

	.s-xinwen {
		width: 100%;
		padding-top: 10px;
	}

	.a-tu img {
		width: 100%;
	}

	.c-jz {
		flex-wrap: wrap;
	}

	.c-jz1 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.c-jian {
		width: 100%;
		background-color: #EEEEEE;
	}

	.c-zhu {
		width: 100%;
	}

	.b-picture {
		flex-wrap: wrap;
	}

	.b-wz {
		background-image: url(../img/52.png);
		background-size: 100% 100%;
		width: 100%;
		padding: 88px 80px;
	}

	.b-lb {
		width: 100%;
	}

	.d-wenhua2 {
		flex-wrap: wrap;
	}

	.d-wen {
		width: 100%;
		justify-content: center;
	}

	.d-hua {
		width: 100%;
		padding-bottom: 100px;
	}

	.d-ti {
		width: 50%;
		background-color: #EEEDED;
		padding-top: 30px;
		padding-left: 10px;
	}

	.e-guan1 {
		width: 47%;
	}

	.f-cishan2 {
		width: 100%;
		flex-wrap: wrap;
	}

	.i-ren {
		display: flex;
		flex-wrap: wrap;
	}

	.i-ren1 {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.j-kuang1 {
		justify-content: space-between;
	}

	.j-k {
		margin-right: 0px;
	}

	.j-k {
		width: 48%;
	}

	.j-zhe1 {
		width: 80%;
		height: 650px;
	}

	.l-jituan1 {
		flex-wrap: wrap;
	}

	.l-ji {
		width: 100%;
		background-color: #fff;
		padding: 20px 20px 0 20px;
	}

	.l-tuan {
		width: 100%;
	}

	.l-fen {
		width: 48%;
	}

	.b-myswiper {
		height: 19%;
		box-sizing: border-box;
		position: absolute !important;
		z-index: 100 !important;
		background: rgb(8 8 8 / 61%);
		padding-top: 22px !important;
		width: 100%;
		bottom: 0;
	}

	.hhh {
		flex-direction: inherit !important;
	}

	.b-swiper-slide {
		width: 25% !important;
		height: 90% !important;
	}

	.s-swiper-button-next {
		right: 0 !important;
		top: 55% !important;
		color: #fff !important;
		transform: rotate(0deg);
		display: none !important;
	}

	.s-swiper-button-prev {
		left: 0 !important;
		top: 54% !important;
		color: #fff !important;
		transform: rotate(0deg);
		display: none !important;
	}

	.s-biao {
		background-size: auto;
		background: #F2F2F2;
	}

	.e-biao {
		background-size: auto;
	}

	.b-sa {
		display: block;
	}

	.b-lb {
		display: none;
	}

	.s-wen span {
		display: block;
		font-size: 16px;
		color: #ceb3b3;
		font-family: "rq";
		margin-right: 35px;
	}

	.s-xin p:nth-child(2) {
		display: none;
	}

	.s-xin2 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 90%;
		margin-top: -21px;
	}

	.s-xinwen1:hover .s-wen p:nth-child(1) {
		color: #000;
	}
}

@media screen and (max-width:856px) {
	.weizhi1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.wei {
		display: none;
	}

	.rong {
		display: none;
	}
}

@media screen and (max-width:786px) {
	.weizhi1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.i-fengcai{ padding-top: 40px; padding-bottom: 40px;}

	.zhi ul li {
		padding: 26px 6px;
	}

	.zhi ul {
		display: flex;
		width: 100%;
	}

	.zhi ul li a {
		font-size: 14px;
		color: #000000;
		font-weight: 600;
		padding-bottom: 16px;
	}

	.zhi {
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
		width: 150%;
	}

	.picture img {
		width: 100%;
	}

	.s-pp p {
		font-size: 18px;
	}

	.s-pp2 {
		font-size: 14px;
		color: #777;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		line-height: 25px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical;
		/** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2;
		/** 显示的行数 **/
		overflow: hidden;
		/** 隐藏超出的内容 **/
	}

	.s-pp3 {

		padding-top: 24px;
	}

	.s-xwjs {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.s-pp p {
		font-size: 18px;
		color: #333;
		padding-left: 15px;
		padding-right: 15px;
	}

	.s-jiansuo {
		width: 100%;
	}

	.s-xin p:nth-child(1) {
		font-size: 45px;
		color: #ceb3b3;
		display: none;
	}

	.s-wen {
		padding-top: 0px;
	}

	.s-xin1 p {
		font-size: 16px;
		color: #b7a7a7;
		padding-left: 6px;
	}

	.s-wen p::before {
		content: "";
	}

	.s-xin1 a {
		font-size: 12px;
		color: #777777;
		padding-bottom: 19px;
		line-height: 25px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical;
		/** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 1;
		/** 显示的行数 **/
		overflow: hidden;
		/** 隐藏超出的内容 **/
		display: none;
		font-weight: 200 !important;
	}

	.s-xinwen1 {
		flex-wrap: wrap;
		padding-top: 5px;
		padding-bottom: 12px;
	}

	.s-xin {
		width: 100%;
		text-align: inherit;
		border-right: 1px solid #ededed;
		margin-bottom: 20px;
		padding-left: 13px;
	}

	.s-xin1 {
		width: 100%;
		padding-left: 11px;
	}

	.a-xiang {
		text-align: center;
		font-size: 16px;
		color: #333333;
		font-weight: 600;
	}

	.a-sxy1 a {
		font-size: 12px;
		color: #333;
	}

	.a-xingqing1 p img {
		width: 100% !important;
		
	}

	.a-sxy {
		flex-wrap: wrap;
	}

	.a-sy a:nth-child(1) {
		margin-right: 8px;
	}

	.a-xy a:nth-child(1) {
		margin-right: 8px;
	}

	.b-wz {
		background-image: url(../img/52.png);
		background-size: 100% 100%;
		width: 100%;
		padding: 30px 30px;
	}

	.d-w p {
		font-size: 12px;
		color: #fff;
		padding-left: 20px;
	}

	.d-wen2 {
		margin-left: 20px;
	}

	.m-yx1 p {
		text-align: center;
		font-size: 24px;
		color: #d70c25;
		font-weight: 600;
		position: relative;
		padding-bottom: 16px;
	}

	.m-yx1 p::after {
		content: "";
		position: absolute;
		width: 60px;
		height: 3px;
		background-color: #6E6E6E;
		bottom: 0;
		left: 41%;
		display: none;
	}

	.d-swiper-button-prev {
		background-image: url(../img/167.png);
		width: 46px !important;
		height: 46px !important;
		top: 83% !important;
		left: 46% !important;
		background-size: 100% 100%;
	}

	.d-swiper-button-next {
		width: 46px !important;
		height: 46px !important;
		top: 83% !important;
		background-size: 100% 100%;
	}

	.d-tg1 {
		flex-wrap: wrap;
	}

	.d-ti,
	.d-ti1 {
		width: 100%;
	}

	.d-gui {
		width: 100%;
	}

	.d-ti1 {
		background-color: #EEEDED;
		padding-top: 30px;
		padding-left: 10px;
	}

	.d-dinglv {
		display: flex;
		flex-wrap: wrap;
	}

	.d-ding {
		width: 100% !important;
	}

	.d-lv {
		width: 85%;
		height: 85%;
		background-color: rgb(0 0 0 / 48%);
		position: absolute;
		top: 7%;
		left: 7%;
		padding: 40px 15px 0 15px;
		display: none;
	}

	.e-guan1 {
		width: 100%;
	}

	.f-ci {
		width: 100%;
	}

	.f-shan {
		width: 100%;
	}

	.h-shu p {
		color: #fff;
		font-size: 14px;
	}

	.h-cha {
		top: 80%;
		right: 2%;
	}

	.i-ren1 {
		padding: 71px 60px 170px 60px;
	}

	.j-k {
		width: 45%;
		font-size: 14px;
		height: 60px;
		margin-bottom: 11px;
	}

	.j-img {
		position: absolute;
		left: auto;
		top: 26%;
		text-align: center;
		z-index: 1;
	}

	.j-img img {
		width: 60%;
	}

	.j-kuang {
		padding: 33px 25px 25px 25px;
	}

	.j-lei1 {
		margin-left: 0px;
	}

	.i-feng1 p::after {
		content: "";
		left: 44%;
	}

	.j-zhe1 {
		width: 95%;
		height: 95%;
		overflow: auto;
	}

	.l-fen {
		width: 100%;
	}

	.k-in {
		display: flex;
		flex-wrap: wrap;
	}

	.k-in input {
		width: 100%;
		margin-bottom: 20px;
	}

	.k-fuwu1 {
		width: 100%;
		background-color: #F7F6F6;
		padding: 57px 15px 71px 15px;
	}

	.k-p2 {
		padding: 0;
		text-align: center;
		color: #777;
		line-height: 24px;
		padding-top: 30px;
		font-size: 12px;
	}

	.k-p1 p::after {
		display: none;
	}

	.list-name-input {
		width: 85%;
	}

	.m-in {
		width: 85%;
	}

	.s-b2 {
		margin-left: 10px;
	}

	.s-biao {
		background-size: auto;
		margin-top: 15px;
	}

	.a-g li {
		padding: 12px 0 12px 25px;
	}

	.h-p1 {
		font-size: 24px;
		color: #fff;
		font-weight: 600;
		display: none;
	}

	.j-kuang {
		margin-top: 40px;
	}

	.j-lei1 {
		font-size: 16px;
	}

	.i-feng1 {
		padding-bottom: 10px;
	}

	.i-feng1 p {
		font-size: 28px;
		width: 115px;
	}

	.k-fuwu {
		padding: 12px 0;
	}

	.c-jz .c-zhu:nth-child(2)::after {
		right: 0px;
	}

	.b-picture {
		display: flex;
		padding-top: 16px;
		padding-bottom: 33px;
	}

	.j-fenlei ul {
		display: flex;
		justify-content: space-around;
	}

	.d-swiper-wrapper {
		padding-bottom: 49px;
	}

	.picture {
		display: none;
	}

	.weizhi {
		border-bottom: #F4F4F4 1px solid;
		background: #f3f1f1;
	}

	.d-hu1 p {
		font-size: 14px;
	}

	.zhi ul li {
		padding: 20px 6px;
	}

	.d-wenhua {
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.d-wenhua2 {
		padding-top: 19px;
	}

	.d-w1 {
		width: 30px;
		height: 30px;
	}

	.d-w1 img {
		width: 67%;
	}

	.d-w::before {
		left: 34%;
		position: absolute;
	}

	.d-w::after {
		left: 31%;
	}

	.d-wen {
		padding-top: 40px;
		padding-bottom: 13px;
	}

	.d-hu {
		width: 100%;
		border-bottom: 2px #EEE5D9 solid;
	}

	.d-hu1 {
		width: 97%;
		padding-top: 17px;
		text-align: center;
	}

	.d-hua {
		padding-bottom: 10px;
	}

	.d-hua {
		padding-left: 18px;
		padding-top: 15px;
	}

	.d-chenggong {
		padding-top: 6px;
		padding-bottom: 30px;
	}

	.h-b {
		padding-top: 32px;
		padding-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.h-swiper {
		width: 100%;
		height: 162px;
	}

	.l-tuan {
		height: 251px !important;
	}

	.h-ss {
		position: relative;
		padding-bottom: 11px;
		width: 100%;
	}

	.l-zi p {
		color: #666;
		font-size: 12px;
		padding-left: 12px;
	}

	.l-ji1 {
		font-size: 23px;
		color: #000000;
		font-weight: 600;
		text-align: center;
		padding-bottom: 21px;
	}

	.h—baokan {
		padding-top: 23px;
		padding-bottom: 31px;
	}

	.l-ji {
		width: 100%;
		background-color: #fff;
		padding: 20px 20px 0 20px;
	}

	.d-dinglv1 {
		display: block;
	}

	.d-dinglv {
		display: none;
	}

	.c-zhu2 li {
		width: 49%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #DA2031;
		padding-bottom: 15px;
		list-style: disc;
		display: list-item;
		list-style-position: inside;
	}

	.Navigation {
		width: 100% !important;
		position: inherit !important;
	}

	.s-pp a {
		font-size: 20px !important;
		padding-left: 10px;
		padding-right: 15px;
	}

	.l-zi img {
		width: 7%;
	}

	.a-fh {
		display: none;
	}

	.a-sy {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.a-xy {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.d-p2 {
		width: 100%;
	}

	.c-zhu2 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
		position: relative;
		z-index: 10;
		max-height: 111px;
		overflow: auto;
		overflow-x: scroll;
	}

	.l-gong p {
		font-size: 12px;
		color: #666;
		padding-left: 16px;
		padding-right: 10px;
	}

	.c-zhu2::-webkit-scrollbar-thumb {
		background-color: red !important;
		border-radius: 0%;
	}

	.h-swiper {
		box-sizing: border-box;
		padding: 0px 0;
	}

	.d-hu p {
		font-size: 25px;
		color: #D61129;
		padding-bottom: 36px;
		text-align: center;
	}
	.j-zhaopin {
		padding-top: 27px;
	}
	
}

@media screen and (max-width:540px) {
	.j-k {
		width: 48%;
		font-size: 14px;
	}

	.j-shi p {
		font-size: 24px;
		color: #da2031;
		padding-left: 10px;
	}

	.j-shi {
		align-items: center;
	}

	.j-z {
		padding-left: 0;
		background-size: 0;
	}

	.j-y {
		padding-right: 0px;
		background-size: 0;
	}

	.list-name-input {
		width: 95%;
	}

	.m-in {
		width: 95%;
	}

	.list-name-for-select {
		width: 65%;
	}

	.list-select {
		width: 35%;
	}

	.c-swiper-button-prev {
		left: 68% !important;
	}

	.j-lei1 {
		width: 95px;
		height: 45px;
	}

	.a-sy {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 360px;
	}

	.a-xy {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 360px;
	}
}
@media screen and (max-width:442px) {
	.d-w p {
	    /* width: 70px; */
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 15px;
	}
	.d-w1 {
	    width: 30px;
	    height: 30px;
	}
    .d-w1 img{
        width: 50%;
    }
/* 	.d-wen3 .d-w::after {
	    width: 8px;
	    height: 8px;
	    background-color: #fff;
	    border-radius: 50%;
	    position: absolute;
	    content: "";
	    top: 31%;
	    left: 36%;
	}
	.d-wen3 .d-w::before {
	    width: 1px;
	    background-color: #c7bfbf;
	    height: 100%;
	    content: "";
	    top: 39%;
	    left: 40%;
	    position: absolute;
	} */
	.d-wen2 {
	    margin-left: 0px;
	}
	.d-wen3 {
	    margin-left: 0px;
	}
}
@media screen and (max-width:386px) {
	.j-k {
		width: 48%;
		font-size: 14px;
	}

	.a-sy {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 300px;
	}

	.a-xy {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 300px;
	}
}
