@font-face
{
font-family: 'myFirstFont';
src: /*url('../font/SourceHanSansCN-Light.ttf'),*/
     /*url('../font/SourceHanSerifCN-Regular.otf');*/ 
     url('../font/SourceHanSerifCN-Bold.otf'); 
}

.banner_img{
	height: 400px;
	width: 100%;
	background:url(../images/FEBD279643C4E10BE6564A2B3F65FD53.jpg)no-repeat;
	background-size: 100%;
	
}
.banner_img p{
	text-align: center;
	font-family: "myFirstFont";
	padding-top: 15%;
	font-size: 6rem;
}

#mnav-wrap {
    position: relative;
    height: 60px;
    background: #fff;
}
#mnav {
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}
#mnav-wrap .wrap {
	text-align: center;
    /*display: flex;*/
}
.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#mnav-wrap a {
    /*width: 50%;*/
   margin: 0 10px;
   padding: 0 30px;
   display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    transition: all .3s;
    text-decoration: none !important;

}
#mnav-wrap a:hover {
    background: #006432;
    color: #fff;
}


/*新闻样式*/
.datarime{
	margin: 0 15%;
	background-color: #f2f2f2;
	text-align: center;
	
	padding-top: 8%;
	padding-bottom: 8%;
}
.datarime >span{
	font-size: 3rem;
	color: #333333;
}
.datarime >p{
	color: #666666;
	font-size: 1.6rem;
}
.zjianms{
	min-height: 500px; 
	padding-top: 3%;
	padding-bottom: 3%;
}
.zjianms >.container>a>.row{
	margin-top: 2%;
}
.zjianms >.container>a>.row:hover .zjian_title{
	color: #cd0000;
}
.zjianms >.container>a>.row:hover .zjian_neir{
	color: #cd0000;
}
.zjianms >.container>a>.row:hover .datarime{
	background-color:#006432 ;
}
.zjianms >.container>a>.row:hover .datarime>span {
	color: #FFFFFF;
}
.zjianms >.container>a>.row:hover .datarime>p {
	color: #FFFFFF;
}
.zjian_title{
	    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    padding-top: 1%;
}
.zjian_neir{
	    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 0.9%;
    color: #848484;
}

.xiaoshiajin{
	display: none;
	color: #848484;
	float: right;
}
/*公示公告*/
.liebiao_li{
	background: #FFFFFF;
	padding-left: 20px;
	 height: 55px;
	 margin-top: 1.5%;
	overflow: hidden;
}
.liebiao_li > div {
	width: 80%;
	float: left;
   
    padding-right: 45px;
    line-height: 55px;
    font-size: 16px;
    position: relative;
    color: #646464;
    overflow: hidden;
    cursor: pointer;
}
.liebiao_li >span{
	line-height: 55px;
	font-size: 14px;
	color: #646464;
	margin-right: 1%;
}
.liebiao_li:hover {
    box-shadow: 0 0 20px 0 #c6c6c6;
}
.liebiao_li:hover >span{
	color: #cd0000;	
}
.liebiao_li:hover >div{
	color: #cd0000;
}

/*列表*/

.cloud-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.cloud-card-image>img{
	width: 100%; 
	height: 200px;
	 transition: all 0.6s;
	 
}
.cloud-card-text>p{
	color: #646464;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	height: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.cloud-card-text {
    margin-top: 10px;
    width: 100%;
   color: #646464;
    font-size: 13px;
    line-height: 24px;
   height: 80px;
    overflow: hidden;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
}
.xinwen_da{
	    transition: all 0.3s;
    text-decoration: none;
        cursor: pointer;
    min-height: 310px;
    padding: 20px;
} 
.xinwen_da:hover{
	    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
		background-color: #FFFFFF;
}
.xinwen_da:hover .cloud-card-text>p{
	color: #cd0000;
}
.xinwen_da:hover .cloud-card-image>img{
	transform: scale(1.2);
}


/*左右新闻页面*/

.clearfloat{
	/*padding: 20px 0;*/
	margin-top: 3%;
}
.clearfloat_lift{
	float: left;
	overflow: hidden;
	
}
.clearfloat{
	float: none;
}
.clearfloat_lift_img{
	 /*transition: all 0.8s;*/
	overflow: hidden;
}
.clearfloat_lift_img >img{
	width: 100%;
	height: 200px;
	 transition: all 0.8s;
}

.single-line>a{
	color: #646464;
}
.newsInner h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.newsInner h3 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.newsInner p {
    margin-top: 8px;
    line-height: 26px;
    color: #666;
}
.multi-line {
    min-height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    overflow: hidden;
}
.newsInner a.more {
    display: block;
    width: 116px;
    height: 32px;
    margin-top: 18px;
    line-height: 32px;
    text-align: center;
    color: #646464;
    border: 1px solid #646464;
    transition: all 0.5s;
}
.clearfloat:hover .clearfloat_lift_img >img{
	transform: scale(1.2);
}
.clearfloat:hover .single-line>a{
	color: #cd0000;
}
.clearfloat:hover .newsInner a.more{
	background-color: #646464;
	color: #FFFFFF;
}


/*子公司*/
.zigsixiao_p{
	color: #000000;
	 font-size: 16px;
	 width: 100%;
	 height: 50px;
	 line-height: 50px;
	 background-color: #EEEFEF;
	 overflow: hidden;
	text-align: center;
	 padding-left: 15px;
}

/*苹果6*/
@media screen and (max-width: 640px) and (min-width: 325px){
	.banner_img p{
		font-size: 3rem;
		padding-top: 27%;
	}
	.zjianms img {
    max-width: 100%;
}
	.banner_imgs{
			height: 200px;
		display: block !important;
	}
	.banner_img{
		display: none;
	}
	.customer{
	display: none;
}
	.xiaozigsi{
		display: block;
	}
	.banner_img{
		height: 200px;
	}
	#mnav-wrap{
		display: none ;
	}
	.a_zxlmenu{
		display: block;
	}
	.logyc{
		display: none;
	}
	.xiaoshiajin{
		display: block;
	}
	.newsInner h2{
		font-size: 16px;
	}
	.liebiao_li > div{
		width: 100%;
	}
	.newsInner{
		margin-bottom: 20px;
	}
	.banner_imgs{
		margin-top: 7%;
	}
	
}

/*苹果se 5*/
@media screen and (max-width: 324px) and (min-width: 200px){
	.banner_img p{
		font-size: 3rem;
		padding-top: 30%;
	}
	.zjianms img {
    max-width: 100%;
}
	.banner_imgs{
		display: block !important;
		height: 200px;
	}
	.banner_img{
		display: none;
	}
	.xiaozigsi{
		display: block;
	}
	.liebiao_li > div{
		width: 100%;
	}
	.customer{
	display: none;
	}
	#mnav-wrap{
		display: none ;
	}
	.newsInner h2{
		font-size: 14px;
	}
	.newsInner{
		margin-bottom: 20px;
	}
	.banner_img{
		height: 214px;
	}
	.a_zxlmenu{
		display: block;
	}
	.logyc{
		display: none;
	}
	.xiaoshiajin{
		display: block;
	}
}
@media screen and (max-width: 5000px) and (min-width: 1200px){
	.single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	}
	.xiaozigsi{
		display: none !important;
	}
	.banner_img{
		margin-top: 75px;
	}
}
