


div.hgroup{
	padding: 5px;
	padding-right: 0;
	background: #fff;
	margin: 0 10%;
	
}

div.hgroup > h3{
	line-height: 35px;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px;
	padding: 0 5px;

}
div.hgroup > p{
	line-height: 25px;
	padding: 0 5px;
	font-size: 1.0rem;
}
div.hgroup .myimg{
	width: 100%;
	height: 100%;
	position: relative;
}
div.hgroup .myimg> div.img {
	float: left;
	width: 31.333%;
	
	
	margin: 10px 1% 0;
	position: relative;
}


div.hgroup .myimg> div.img > p span{
	position: absolute;
	bottom: 15px;
	left:0;
	width: 100%;
	height: 25px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,132,206,0.5);

	line-height: 25px;
	z-index: 10;
	cursor:pointer;
	 
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}


.bblock{

	display: none;
}

div.hgroup .myimg> div.img:hover > .bblock{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: -webkit-calc(100% - 15px);height:-moz-calc(100% - 15px); height:calc(100% - 15px);
	text-align: center;
	color: #fff;
	z-index: 20;
	padding-top:10px;
	background-color: rgba(0,132,206,0.5);
	
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

div.hgroup .myimg> div.img:hover {
-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
	
 
}


div.hgroup .myimg> div.img:hover > p span{
	/*width: 100%;
	height: -webkit-calc(100% - 15px);height:-moz-calc(100% - 15px); height:calc(100% - 15px);
	display: block;
	text-align: center;*/
	display: none;
}
.jj{
	padding-left:8px;
	padding-right:8px;
}
.a1{
	border: 1px solid #ddd;
   padding: 5px;
    width: 30px;
    height: 30px;
   
    
    
}
 .cen {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #0084ce;
      z-index: 20;
      transition: 0.2s all;
      filter: alpha(opacity=0);
      -moz-opacity: 0.0;
      -khtml-opacity: 0.0;
      opacity: 0.0; 
    }


   
@media screen and (max-width: 1500px) {
	div.hgroup{
		margin: 10px 0;
	}

}

@media screen and (max-width: 1200px) {
	div.hgroup{
		margin: 10px 0;
	}
	div.hgroup > p{
		margin:0 2%；
	}
	div.hgroup .myimg> div.img {
	float: left;
	width: 46%;
	
	
	margin: 10px 2% 0;
	position: relative;
}

}
@media screen and (max-width: 767px) {
	div.hgroup{
		margin: 10px 0;
	}
	div.hgroup .myimg> div.img {
	float: left;
	width: 96%;
	
	
	margin: 10px 2% 0;
	position: relative;
}
.jj{
	padding-left:15%;
	padding-right:15%;
}
i.a1{
	display: none;
}

}

@media screen and (max-width: 420px) {
	div.hgroup{
		margin: 0px 0;
	}
	.bblock h3{
margin: 0 0 5px;
}
	.jj{
	padding-left:5%;
	padding-right:5%;
}

}
div.enterprise_box{
	
	width: 100%;
	height:100%;
	margin: 0px auto;
}
div.enterprise_tab{
	width: 200px;
	float: left;
}
div.enterprise_tab>div{
	height: 50px;
	line-height: 50px;
	text-align: center;
	
	background: #4a4a4a;
	font-size: 18px;
}
div.enterprise_tab>div a{
	
	color: #fff;
	
}
div.enterprise_tab>ul{
	padding: 0 10px;
	border:1px solid #E0E0E0;
}
div.enterprise_tab>ul>li{
	border-bottom: 1px dashed #e0e0e0;
	/*height: 49px;*/
	line-height: 25px;
    padding: 12px 0;
	font-size: 14px;
	color: #2B2B2B;
	cursor: pointer;
}

div.enterprise_tab>ul>li>a{
	display:block;
}
div.enterprise_tab>ul>li>i{
	margin-right: 10px;
	display: inline-block;
}
div.enterprise_tab>ul>li>a>span{
	display: inline-block;
    
    vertical-align: top;
}
div.enterprise_tab>ul>li.active a{
	color: #fa0;
}

div.enterprise_tab>ul>li>ul{
	padding-left: 19px;
}
div.enterprise_tab>ul>li>ul b{
	margin-right: 10px;
}


li.enterprise_list a:hover{
	color: #fa0;
}
div.enterprise_content{
	margin-left: 25%;
	
}
div.enterprise_content>p{
	height: 46px;
	font-size: 14px;
    color: #000002;
}


.comnumber{
	width: 100%;
	margin: 20px 0;
	
	background-color: #fff;
}
.comnumber .val{
	width: 24.5%;
	float: left;
	text-align: center;
}

.mstrong{
	font-size: 24px;
}
@media screen and (max-width: 767px) {
.comnumber{
	width: 100%;
	margin: 0 1%;
	background-color: #fff;
}
.comnumber .val{
	width: 49%;
	float: left;
	text-align: center;
}
.comnumber .val span{
	font-size: 14px;
}
}


