@charset "utf-8";
/* 首页中间内容 */
.home-box{
	width: 100%;
	background: url(/jxjktz/xhtml/static/images/home_bgs.png) no-repeat center top;
	background-size: 100% 100%; 
	min-height: 500px;
	}

.home-tt h1{
	font-size: 16px;
	color: #8D734B;
	height: 35px;
	line-height: 35px;
	font-weight: 400;
	margin: 0 10px;
}
.home-tt h1 span{
	float: right;
	color: #d0c5b5;
}

/* 产品介绍 */
.home_cpjs{
    position: relative;
}
.home_cpjs_box{
    overflow: hidden;
}
.home_cpjs_box li{
    width: 33.333333%;
    float: left;
    height: 202px;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.home_cpjs_box li:nth-child(1){
    background-image: url(/jxjktz/xhtml/static/images/home_gqtz.png);
}
.home_cpjs_box li:nth-child(2){
    background-image: url(/jxjktz/xhtml/static/images/home_gqyw.png);
}
.home_cpjs_box li:nth-child(3){
    background-image: url(/jxjktz/xhtml/static/images/home_zxxm.png);
}
.home_cpjs_box li:nth-child(4){
    background-image: url(/jxjktz/xhtml/static/images/home_gylmy.png);
}
.home_cpjs_box li img{
    margin-top: 50px;
    /* margin-bottom: 110px; */
}
.home_cpjs_box li p{
    position: relative;
}
.home_cpjs_box li p::after{
	display:none;
    content: "";
    position: absolute;
    width: 39px;
    height: 18px;
    background: url(/jxjktz/xhtml/static/images/home_hoverleft.png);
    /* left: 0; */
    right: 50px;
    bottom: -30px;
    margin: 0 auto;
}
.home_cpjs_box li:hover p::after{display: block;}
.home_cpjs_box li p a{
    font-size: 30px;
    color: #fff;
    display: inline-block;
}
.home_cpjs_box li p a span{
    display: block;
    font-size: 16px;
    color: #FFF;
    margin-top: 8px;
    margin-bottom: 22px;
}

/* 公司简介 */
.home-box2{margin: 10px 0;}
.home-company{
	width: 526px;
	height: 380px;
	background: url(/jxjktz/xhtml/static/images/home_gsjj.png) no-repeat center;
	background-size: 100% 100%;
	box-shadow: rgba(150,150,150,.3) 0 2px 20px;
	padding: 20px;
	box-sizing: border-box;
}
.home-company h1{background: url(/jxjktz/xhtml/static/images/aboutus_bg.png) no-repeat; font-size: 16px; color: #8D734B; height: 54px; line-height: 54px; font-weight: 400;}
.home-company p{
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 35px;
	text-indent: 2em;
	display:-webkit-box;/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp:4;/**显示的行数**/
	overflow:hidden;/**隐藏超出的内容**/
}

.home-company a{
	position: relative;
	display: block;
	text-align: center;
	width: 160px;
	height: 35px;
	float: right;
	border-bottom:1px #8D734B solid;
	color: #8D734B;
	margin-top: 30px;
}
.home-company a::after{
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	width: 17px;
	height: 8px;
	background: url(/jxjktz/xhtml/static/images/home_more.png);
}
/* 要闻 */
.home-yaowen{width: 860px; height: 380px; box-shadow: rgba(150,150,150,.3) 0 2px 20px; background: #FFF;padding: 20px;
	box-sizing: border-box;}
.home-yaowen h1{margin:0 36px}
.home-yaowen ul{display: block;}
.home-yaowen ul li{
	width: calc(100% / 2 - 70px);
	float: left;
	margin: 10px 35px;
	border-top: 1px #8D734B solid;
	padding-top: 20px;
}
.home-yaowen ul li h2{
	font-size: 16px;
	color: #8D734B;
	line-height: 32px;
	font-weight: 400;
	display:-webkit-box;/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp:2;/**显示的行数**/
	overflow:hidden;/**隐藏超出的内容**/
	height: 64px;
}
.home-yaowen ul li h2 a{color: #8D734B;}
.home-yaowen ul li .pic{
	position: relative;
	height: 190px;
	width: 100%;
	margin-top: 10px;
}
.home-yaowen ul li .pic img{width: 100%; height: 100%;}
.home-yaowen ul li .pic span{
	position: absolute;
	padding: 10px;
	background: #8D734B;
	color: #FFF;
	bottom: 0;
	left: 0;
}

/* 党群建设 */
.home-box3{
	width: 100%;
	background: url(/jxjktz/xhtml/static/images/home_footer_bg.png) no-repeat center bottom;
	background-size: 100% auto; 
}
.home-dqjs-box{height: 380px; margin-bottom: 10px;}
.home-dqjs{width: 70%;box-shadow: rgba(150,150,150,.3) 0 2px 20px; background: #FFF;padding: 20px;
	box-sizing: border-box;}
.home-dqjs .list-li{width:40% ; float: left;}
.home-dqjs .list-li li{
	float: left;
	margin: 10px;
	border-top: 1px #8D734B solid;
	padding-top: 20px;
}
.home-dqjs .list-li li h2{
	font-size: 16px;
	color: #8D734B;
	line-height: 32px;
	font-weight: 400;
	display:-webkit-box;/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp:2;/**显示的行数**/
	overflow:hidden;/**隐藏超出的内容**/
	height: 64px;
}
.home-dqjs .list-li li h2 a{color: #8D734B;}
.home-dqjs .list-li li .pic{
	position: relative;
	height: 190px;
	width: 100%;
	margin-top: 10px;
}
.home-dqjs .list-li  li .pic img{width: 100%; height: 100%;}
.home-dqjs .list-li li .pic span{
	position: absolute;
	padding: 10px;
	background: #8D734B;
	color: #FFF;
	bottom: 0;
	left: 0;
}

.home-dqjs .list-li2{width: 58%; float: right;}
.home-list li{
	font-size: 16px;
	color: #333;
	border-bottom: 1px #8D734B solid;
	padding-bottom: 15px;
	margin-bottom: 45px;
}
.home-list li:last-child{margin-bottom: 0;}
.home-list li span{
	display: block;
	color: #8D734B;
	padding-bottom: 10px;
}
.home-list li a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.home-list li a:hover{
	color: #8D734B;
}

.infolist{clear: both;}
.infolist li{position:relative; padding-top: 8px; padding-bottom: 7px; line-height:36px; overflow:hidden; vertical-align: top;}
.infolist li a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 36px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #8D734B;}
.infolist li:hover span{color:#8D734B;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:100px;}

.infolist.dot li a{padding-left: 18px;}
.infolist.dot li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #666; border-radius: 50%;}
.infolist.dot li:hover a:before{background: #8D734B;}

/* 企业文化 */
.home-qywh{width: 29%;box-shadow: rgba(150,150,150,.3) 0 2px 20px; background: #FFF;padding: 20px;
	box-sizing: border-box;}
.home_banner>.swiper-pagination-bullets{width: 90%; bottom: 30px;}
.home_banner .swiper-pagination{text-align: right;}

.home-qywh .list-li2{width: 95%; margin: 0 auto;}
.home-qywh .home-list li{margin-bottom: 10px; margin-top: 12px; color: #8D734B; padding-bottom: 10px;}
.home-qywh .home-list li span{font-size: 12px; padding-bottom: 8px;}
@media (max-width: 1500px) {
	.home-company{width: 30%;}
	.home-yaowen{width: 68%;}
}
@media (max-width: 1280px) {
	.home-company{width: 30%;}
	.home-yaowen{width: 68%;}
}
@media (max-width: 740px) {
    .home_cpjs_box li p a{font-size: 14px;}
	.home_cpjs_box li p a span{font-size: 12px;}
	.home-company{width:100%;}
	.home-yaowen{width:100%; margin-top: 20px; height: auto;}
	.home-yaowen h1{margin: 0;}
	.home-yaowen ul li, .home-dqjs .list-li li{width: 100%; margin: 10px 0;}
	.home-dqjs{width: 100%;}
	.home-qywh{width: 100%; margin-top: 20px; margin-bottom: 20px;}
	.home-dqjs .list-li, .home-dqjs .list-li2{width: 100%;}
	.home_banner>.swiper-pagination-bullets{width:90%; bottom: 10px;}
}
@media (max-width: 594px) {
    
}<!--0.0001680850982666-->