/**** 文字排版 ****/
.one-text{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.two-text{overflow : hidden;display: -webkit-box;display: -moz-box;-webkit-line-clamp: 2;-moz-line-clamp: 2;-webkit-box-orient: vertical;-moz-box-orient: vertical;text-overflow: ellipsis;}
.three-text{overflow : hidden;display: -webkit-box;display: -moz-box;-webkit-line-clamp: 3;-moz-line-clamp: 3;-webkit-box-orient: vertical;-moz-box-orient: vertical;text-overflow: ellipsis;}
.f-left{float: left !important;}
.f-right {float: right !important;}
.t-left {text-align: left !important;}
.t-right {text-align: right !important;}
.t-center {text-align: center !important;}
.font-14{font-size: 1.4rem;}
.font-16{font-size: 1.6rem;}
.font-18{font-size: 1.8rem;}
.font-20{font-size: 2rem;}
.font-26{font-size: 3rem;}
.zt-color{color:#a22224;}
.h-color{color:#000;}
.b-color{color:#fff;}
.six-color{color:#666;}
.s-color{color:#333;}
.e-color{color:#888;}
.fixed {
    position: fixed !important;
    top: 0px;
    background-color: #f6f6f6;
    z-index: 8;
}
h2{line-height: 0.84rem}
p{word-wrap:break-word;
	text-align: justify;
}
a{
	word-wrap:break-word
}
.body{background-color: #f2f2f2;min-width: 300px;
    max-width: 640px;
    margin: 0 auto;}
div{box-sizing: border-box;}
.show{display: block }
.hide{display: none}
.clear:after{display: table; line-height: 0; content: ""; height:0; clear: both;}
.clr{width:100%;display: block;float: none;height:0;margin:0;clear:both;}
.center{
	width: 90%;
	margin:0 auto;
	background: #fff
}
.center-s{
	width: 86%;
	margin:0 auto;
	background: #fff
}
.center-out .title{
	line-height: 9rem;
	text-align: center;
	font-family:pingfang,"Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
nav{
	
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding:10px 5%;
	position: fixed;
	z-index: 999;
	left: 0;
	top:0;
	text-align: center;
	
}
.nav-in{
	padding-top: 20px;
	width: 100%;
	height: 100%;
	position: fixed;
	top:-100%;
	left: 0;
	text-align: center;
	background-color: #f2f2f2;
	z-index: 99;
}
.nav-in a{
	width: 100%;
	line-height: 43px;
	font-size: 1.6rem;
	color: #3c3c3c;
	display: block;
}
.nav-in a.on{
	background-color: #e1e1e1
}
.fixed-h{
	height:50px
}
nav ul.nav-a{
	position: absolute;
	top:12px;
	transform: rotate(90deg);
}
nav ul.nav-a li{
	width: 2px;
	height: 27px;
	background: #302a25;
	float: left;
	margin:0 4px;

}
nav img{
	max-width:100%;
	height: 30px;

}
.lunbo1{
	width: 100%;
	position: relative;
}
.lunbo1 .swiper-slide img{
	width: 100%;
	display: block;
}
.main .indeximg{
	width: 100%
}
.lunbo1 .sytitle{
	position: absolute;
	top:48%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 2rem
}
.lunbo1 .news{
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	display: flex;
	position: absolute;
	top:0;
	left:0;
	z-index: 999
}
.lunbo1 .news img{
	max-width: 100%;
	height: 39px;
	border-radius: 0.04rem
}
.lunbo1 .news .scrollDiv{
	width: 75%;
	box-sizing: border-box;
	padding:7px 4%;
	height: 28px;/* 必要元素 */
    overflow: hidden;/* 必要元素 */
}
.lunbo1 .news li {
    height: 28px;
}
.lunbo1 .news li a{
	display: block;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	font-family: "pingFangSC-Medium";
	color: #000;
	font-size: 1.6rem;
	font-weight: normal;
}
.news-main{
	width: 100%;
	background:#f2f2f2;
	/*height: 100%*/
	margin-bottom:3rem;
	padding-bottom:3rem
}
.news-main .main1 h1{
	font-size: 2.8rem;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: normal;
	font-stretch: normal;
	font-family: pingfang,"Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif
}
/*新闻*/
.jzmore{
	text-align: center;
	margin:1rem 0;
}
.jzmore .loadMore{
	font-size: 1.2rem;
	
	color: #333
}
.jzmore .loadMore1{
	font-size: 1.2rem;
	
	color: #333
}
.news-main .main2{
	width: 91%;
	background: #fff;
	margin:0.5rem auto;
	box-sizing: border-box;
	padding-left: 4%;
	padding-top: 35px
}
.news-main .main2 a{
	display: block;
	padding:14px 3.6% 14px 0;
	border-bottom: 0.02rem solid #e1e1e1;
}
.news-main .main2 a .news-date{
	width: 18%;
	background: #d51019;
	color:#fff;
	padding:0.2rem 0;
}
.news-main .main2 a .news-date p:first-of-type{
	font-size: 1.4rem;
	text-align: center;
}
.news-main .main2 a .news-date p:last-of-type{
	font-size: 1rem;
	text-align: center;
}
.news-main .main2 a .news-con{
	width: 76%;
	
}
.news-main .main2 a .news-con p{
	color: #3c3c3c;
	font-size: 1.4rem;
	    margin-top: -0.1rem;
}
.news-main .main2 a:first-of-type{
	display: block;
	box-sizing: border-box;
	padding:0.2rem 4% 1.6rem 0;
	border-bottom: 0.02rem solid #e1e1e1;
	display: flex;
	justify-content: space-between;
	font-family: pingFangSC-Medium
}
.news-main .main2 a:last-of-type{
	border:none;
}
.news-main .main2 a:first-of-type div{
	width:62%;
}
.news-main .main2 a:first-of-type img{
	width: 37%;
	height:100%;
}
.news-main .main2 a:first-of-type div img{
	width:1.2rem;
	height: 1.1rem;
	margin-right: 0.6rem;
	
}
.news-main .main2 a:first-of-type div p:first-of-type{
	margin-bottom: 1rem;
	margin-top: 0.04rem;
	font-size: 1.6rem;
	margin-top: -2px;
	color: #3c3c3c
}
.news-main .main2 a:first-of-type div p:last-of-type{
	margin-bottom: 0rem;
	display: flex;
	align-items:center;
	color: #d51019

}



/*新闻详情*/
.newsxq-main{
	width: 90%;
	margin:2.2rem auto 0;
	background-color: #fff;
	box-sizing: border-box;
	padding:3rem 4%;
}
.newsxq-main .title h1{
	font-family: pingFangSC-Bold;
	font-size: 2rem;
	margin:0 0 1.4rem 0;
	color: #333
}
.newsxq-main .title p{
	line-height: 0.7rem;
	margin-bottom: 0.8rem;
	display: flex;
	align-items:center;
	color: #d51019;
	font-family: pingFangSC-Medium
}
.newsxq-main .title p img{
	width: 1.4rem;
	height: 1.2rem;
	margin-right: 0.6rem;
}
.newsxq-main .news-contant p{
	font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #636261;
    text-indent: 2rem;
}
.newsxq-main .news-contant img{
	max-width: 100%;
	/*margin:0.2rem auto;*/
	margin:1rem 0 1rem -2rem;
}


/*项目详情*/
.select{
	width:86%;  
	background: #FFFFFF; 
	margin: 0px auto 40px;
	height: 46px;
	position: relative;
}
.select p::after{
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	border-left: 6px solid transparent;
	border-top: 6px solid #e1e1e1;
	border-right: 6px solid transparent;

	top: 20px;
	right: 18px;
	position: absolute;
	transition: all .3s ease-in;
}
.select p{
	width: 100%;
	font-size: 16px;
	color: #121212;
	padding: 10px 15px;
	border:1px solid #fff;
}
.select p span{
	display: inline-block;
	width: 90%;
	border-right: 1px solid #e1e1e1
}
.select .href-ym{
	width: 100%;
	display: block;
	font-size: 16px;
	background: #FFFFFF;
	position: absolute;
	top: 46px;
	left: 0px;
	max-height: 0px;
	overflow: hidden;
	transition: max-height .3s ease-in;
	-webkit-box-shadow:0 0 5px #e0e1e1;  
    -moz-box-shadow:0 0 5px #e0e1e1;  
    box-shadow:0 0 5px #e0e1e1; 
    z-index: 9
}
.select .href-ym a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	list-style: none;
	color: #121212;
}

.select.open .href-ym{
	max-height: 250px;
	transform-origin: 50% 0;
	transition: max-height .2s ease-in;
}
.select.open p{
	border:1px solid #d51019;
}
.select.open p::after{
	transform: rotate(180deg);
	border-top: 6px solid #d51019;
}

.xmzx{
	padding:43px 4.5%;
    display: none
}
.xmzx.show{
	display: block;
}
.xm-href{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 0
}
.xm-href div{
	width: 50%;
	height: 9rem
}
.xm-href .xm-img img{
	width: 100%;
	height: 9rem
}
.xm-href .xm-title p{
	font-size: 1.6rem;
	color: #fff;
	background: #d51019;
	line-height: 9rem;
	text-align: center;
}
/*项目详情*/
#slideBox{
	width: 100%;
	position: relative;
}
#slideBox img{
	width: 100%;
	height: 20rem
}
#slideBox .hd{
	position: absolute;
	bottom: 20px;
	right:20px;
	z-index: 9;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 1rem;
	text-align: center;
	line-height: 2.4rem
}
#slideBox .video-m{
	width: 100%;
	max-height: 100%
}
#slideBox  .video-m .video-js{
	width: 100%;
	height: 20rem
}
#slideBox .video-m .video-js .vjs-big-play-button{width: 4rem;height: 4rem;line-height: 3.8rem;border-radius: 50%;font-size: 3rem;background-color: transparent !important;border: 0.2rem solid #fff;top: 50%;margin-top: -2.7rem;left: 50%;margin-left: -1.7rem;
}
.vjs-control-bar .vjs-volume-control,.vjs-time-tooltip,.vjs-control-bar{
	display: none
}
#slideBox .vjs-poster{background-size: cover !important;}
.xmxq{
	padding:2rem 4%;
		margin:2rem auto;
}
.xmxq h2{
	font-size: 2.2rem;
	line-height: 4rem;
	text-align: center;
	color: #d51019;
	font-weight: normal;
	font-stretch: normal;
}
.xmxq .xmxq-in h3{
	font-size: 1.6rem;
	color: #d51019;
	margin:1rem 0;
}
.xmxq .xmxq-in h3:before{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/Public/wap/images/xmxq-b.png);
    margin-right: 10px;
    height: 10px;
    width: 23px;
    margin-top: -3px;
}
.xmxq .xmxq-in p{
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	color: #636261
} 

/*豪门国际先锋*/
.htxf{
	width: 90%;
     background:url('/Public/wap/images/htxf.jpg') no-repeat center top;
     box-sizing: border-box;
     padding-bottom: 2rem
}
.htxf .hd{
	opacity: 0
}

.htxf .slideBox{ position:relative; overflow:hidden;}
#htxf .hd{ position:absolute; width:100%; bottom:0; left:0; z-index:1; }
#htxf .hd img{width: 100% }
#htxf .bd{ position:relative; z-index:0; }
#htxf .bd li{ position:relative; }
#htxf .bd li img{ width:100%;height: 18rem   }
#htxf .bd li .pic{
	display:block;
	 width:100%;  
	 height: 18rem; 
}
#htxf .bd li .tit{ 
	display:block;
	 width:100%;  
	 position:absolute; 
	 bottom:0;
	 height: 40px; 
	 line-height:40px;  
	 text-align:center;  
	 color:#fff; 
	 background-color:rgba(0,0,0,0.5);
	 overflow: hidden;
	 padding:0 10px;
	 font-size: 1.5rem;
	 font-weight: normal;
	font-stretch: normal;
}

.htxf-nav{
	width: 100%;
	display: flex;
	font-size: 0;
}
.htxf-nav a{
	width: 25%;
	color: #636261;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	font-size: 1.5rem;
	margin:10px 0;
}
.htxf-nav a:last-child{
	border:none;
}
.htxf-nav a.active{
	background: #d51019;
	color: #fff;
	line-height: 40px;
	margin:0 0;
}
.htxf .xf-list a{
	display: block;;
	width: 92%;
	margin:0 auto;
	overflow: hidden;
	font-size: 1.4rem;
	color: #3c3c3c;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1
}
.htxf .xf-list a:last-child{
	border:none;
}
.htxf .more{
	width: 100%;
	text-align: center;
	line-height: 42px;
	background-color: #d51019;
	color: #fff;
	display: block;
	margin:1rem auto;
	font-size: 1.4rem
}
.htxf-m-in{
	display: none
}
.htxf-m-in.show{
	display: block;
}

/*党建列表*/
.djxq{
	margin:2rem auto;
	padding:10px 5% 40px 5%;
}
.dj-title{
    font-size: 1.6rem;
    color: #d51019;
    margin:1rem 0;
    
}
.dj-title:before{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #d51019;
    margin-right: 10px;
    height: 15px;
    width: 2px;
    margin-top: -2px;
}
.dj-l-list a{
	line-height: 40px;

	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	font-size: 1.4rem
}
.dj-l-list a:last-child{
	border-bottom:none
}

/*党建详情*/
.djxq .dj-x-title{
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333;
	font-size: 1.8rem;
	margin-top: 1rem
}
.djxq .dj-x-date{
	font-size: 1.3rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #636261;
}
.djxq .dj-x-p{
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #636261;
	text-indent: 2rem
}
.djxq .dj-x-p img{
	margin: 1rem auto;
	display: block;
	max-width: 100%
}

/*旗下企业*/
.qxqy{
	padding:20px 4% 40px 4%;
}
.qxqy a{
	display: block;
	font-size: 1.5rem;
	color: #3c3c3c;
	line-height: 30px
}
.contact{
	padding:40px 5% 40px 5%;
}
.contact img{
	max-width: 100%;
	margin-bottom: 20px
}
.contact p{
	width: 74%;
	margin:0 auto;
	display: flex;
	font-size: 1.4rem
}
.contact p span:first-of-type{
	display: inline-block;
	width: 20%;
	font-weight: bold;
}
.contact p span:last-of-type{
	display: inline-block;
	width:80%
}

/*企业简介*/
.qyjj{
padding:20px 3% 40px 3%;
}
.qyjj p{
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.6rem;
	letter-spacing: 0px;
	color: #121212;
	font-size: 1.4rem;
	text-indent: 2.8rem;
	margin-bottom: 1rem
}

/*发展沿革*/
.fzyg{
	/*background: url(/Public/wap/images/fzyg.jpg) center /cover fixed;*/
	width: 100%;
	height: auto;
	padding:2rem 0;
}
.lsbg-box-in{
	
    padding:2rem 5%;
}
.center-s{
	background-color: rgba(255,255,255,0.9);
}
.ddsj{
	width: 50.1%;
	color: #3c3c3c;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ddsj:before{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #d51019;;
    height: 100%;
    width: 0.1rem;
    margin-top: 0px;
    position: absolute;left:0;
}
.ddsj p.dot{
    width: 1.86rem;
    height: 1.86rem;
    display: block;
    border-radius: 50%;;
    background: #d51019;
    position: absolute;
    left:-0.94rem;
}
.ddsj div,.ddsj1 div{
	width: 88%;
	font-size: 1.2rem;
}
.ddsj div{
	float: right;
	margin-left: 12%
}
.ddsj div p{
	
}
.ddsj div p:first-child{
	color: #d51019;
}
.ddsj div p:last-child{
	font-weight: bold;
}
.ddsj1 div p:first-child{
	color: #d51019;
	text-align: right;
}
.ddsj1{
	width: 50.1%;
	padding-bottom:2rem;
	color: #3c3c3c;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ddsj1:before{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #d51019;;
    height:100%;
    width: 0.1rem;
    margin-top: 0px;
    position: absolute;right:0;
}
.ddsj1 p.dot-s{
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 50%;
    background: #d51019;
    position: absolute;
    right:-0.44rem;
}

.hxyw{
	padding:0 5% 2rem 1%;
}
.hxyw .swiper-slide{
	width:90%;
	padding:0 6% 0 1%;
}
.hxyw .swiper-slide img{
	width: 100%
}
.hxyw .swiper-slide .hxyw-m{
	width: 100%;
	padding:0 5% 2rem 5%;
	background: #fff;
	height: 19.6rem
}
.hxyw .swiper-slide .hxyw-m h2{
	font-size: 1.6rem;
	line-height: 5rem;
	color: #d51019
}
.hxyw .swiper-slide .hxyw-m p{
	font-size: 1.3rem;
	line-height: 20px;
	letter-spacing: 0px;
	color: #3c3c3c;
}<!--0.00019192695617676-->