*{margin:0;padding:0;list-style:none;text-decoration:none;}
a{color:#666;}
img{ border:none;}
input,select,textarea,button{ border:none; margin:0;outline:none; padding:0;background: none;}
a:hover{color:red;}
h1,h2,h3,h4,h5{font-weight: normal; }

/*字体引用*/




/*banner*/


/*公司简介*/
.gongs_jianj{
	width: 1200px;
	height: 580px;
	/*padding: 0 70px;*/
	margin:0 auto;
	position: relative;
	background: url(../images/beij.jpg) 0 0 no-repeat;
	overflow: hidden;
}
.beij_xia{
	position: absolute;
	bottom: 0; 
	left: 0;
	background: url(../images/beij_xia.jpg) 0 bottom no-repeat;
	height: 324px;
	width: 1340px;
	z-index: 1;
}
.gongs_jianj .jianj_neir{
	overflow: hidden;
	position: absolute;
	z-index: 2;
	width: 1200px;
	height: 580px;

}
.jvz{
	width: 80px;
	float: left;
}
.jvz i{
	background: #686868;
	height: 46px;
	width: 80px;
	display: inline-block;

}
.jvz h1{
	
	display: inline;
	writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;      
    writing-mode: vertical-lr;
    line-height: 32px;
    color: #9a9a9a;
    padding: 8px;
	font-size: 30px;
}
.jvz h1 span{
	color: #393939;
}
.jvz .yingw{
	width: 80px;
	overflow: hidden;
	writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;      
    writing-mode: vertical-lr;
    font-family: "hany_font";
    line-height: 25px;
}
.jvz .yingw h2{
	text-transform:uppercase;
	font-size: 14px;
    margin-left: 12px;
}
@font-face{
	font-family: jianti;
	src: url(../font/FZXKJW.TTF);
}
.jvz .yingw h3{
	text-transform:uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-family:jianti;
}
.jvz .yingw .em1{
	width: 1px;
	height: 180px;
	display: block;
	background-image: -webkit-linear-gradient(top,rgba(118,118,118,1) 0%,rgba(118,118,118,0) 100%);
	background-image: -moz-linear-gradient(top,rgba(118,118,118,1) 0%,rgba(118,118,118,0) 100%);
	background-image: -o-linear-gradient(top,rgba(118,118,118,1) 0%,rgba(118,118,118,0) 100%);
	background-image: linear-gradient(top,rgba(118,118,118,1) 0%,rgba(118,118,118,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f767676,endColorstr=#1f767676);
}
.gongs_jianj .jianj_neir .jianj_xq{
	width: 100%;
	
	margin-top: 110px;
	text-align: justify;
}
.gongs_jianj .jianj_neir .jianj_xq h1{
	line-height: 45px;
	font-size: 20px;
	text-align: center;
		
}
.gongs_jianj .jianj_neir .jianj_xq p{
	line-height: 31px;
	font-size: 14px;
	text-indent: 2em;
	padding: 0 10%;
}
.gongs_jianj .jianj_neir .gend_jianj{
	width:100px;
	height:100px;
	/*background: url(../images/gend.png) center center no-repeat;*/
	border: 1px solid black;
	position: absolute;
	bottom: 50px;
	right: 1px;
	text-align: center;
	opacity:0.5;
　　filter:alpha(opacity=50);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50%;
}

.gongs_jianj .jianj_neir .gend_jianj:hover{
	opacity:1;
　　filter:alpha(opacity=100);}



.gongs_jianj .jianj_neir .gend_jianj a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 5px;
	color: #000;
	display: block;
	padding: 30px 0;
	
}














/*xiangmu*/
.i-app {
  display: block;
  
  background: url(../images/i-appbg.jpg) repeat-x;
	margin-top: 3%;
}
.i-app .title {
  display: block;
  margin: 47px 0 30px;
  text-align: center;
}
.i-app .title h1 {
   line-height: 45px;
font-size: 24px;
text-align: center;
}

.i-app .i-body .i-app-list {
  display: block;
  width: 368px;
  float: left;
}
.i-app .i-body .i-app-list .list {
  position: relative;
  display: block;
  margin-bottom: 32px;
  overflow: hidden;
}
.i-app .i-body .i-app-list .list .img {
  display: block;
}
.i-app .i-body .i-app-list .list .img img {
  width: 368px;
  height: auto;
  transition: 1s linear;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
}
.i-app .i-body .i-app-list .list .cont {
  position: absolute;
  display: none;
  width: 100%;
  height: 40px;
  bottom: 0;
  padding: 10px 14px 0;
  overflow: hidden;
  background:rgba(0,0,0,.5);
}
.i-app .i-body .i-app-list .list .cont p {
  color: #fff;
}
.i-app .i-body .i-app-list .list:hover .cont {
  display: block;
}
.i-app .i-body .i-app-list .list:hover img {
  transform: translate(0, 0) rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -moz-transform: translate(0, 0) rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -o-transform: translate(0, 0) rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
}
.i-app .i-body .i-app01 {
  margin-top: 30px;
}
.i-app .i-body .i-app02 {
  margin: 62px 18px 0;
}
.i-app .i-body .list1 {
  height: 279px;
}
.i-app .i-body .list2 {
  height: 228px;
}
.i-app .i-body .list3 {
  height: 369px;
}
.i-app .i-body .list4 {
  height: 181px;
}
.i-app .i-body .list5 {
  height: 181px;
}
.i-app .i-body .list6 {
  height: 298px;
}
.i-app .i-body .i-app-pro {
  display: block;
  width: 40%;
  height: 42px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
  text-transform: uppercase;
	background: #888;
}


.i-app .xm{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -12px;
}

.i-app .xm h2{
	font-size: 30px;
	color: white;
}


.i-app .i-body .i-app-list .list:hover .xm{
	display: none;
}


















.news{
	padding: 3% 0 1%;
}

.news .pro-p{
	text-align: center;
	margin: 2rem 0 3rem 0;
}


.news a:hover{
	text-decoration: none;
	font-size: #1e6fb5;
}

.news-c {
	
	padding: 2% 3% 6% 3%;
}

.news-c h2{
	margin: 5px 0 0 0;
	text-align: center;
}

.news-c p{
	
	text-align: center;
}

.news-c ul li h3{
	float: left;
	font-size: 18px;
	margin: 0;
}

.news-c ul li h2{
	float: left;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}

.news-c ul li span{
	float: right;
	font-size: 16px;
}

.news-c ul li{
	float: left;
	width: 100%;
	margin: 2.5% 0;
	
}












/*anli*/
.shej_beij{
	background: url(../images/000.jpg) center center no-repeat;
	width: 1200px;
	height: 510px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.shej_beij .jvz3{
	float: right;
}
.anl_chak_gengd_tuand{
	top: 361px;
}

.picScroll-left{ overflow:hidden; position:relative;    padding-top: 42px;  }
.picScroll-left .hd{
	overflow: hidden;
    height: 50px;
    padding: 0 10px;
    width: 140px;
    position: absolute;
    right: 55px;
    bottom: 10px;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:50px; height:50px; float:left; margin-right:-50px;overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picScroll-left .hd .next{ background-position:-50px 0px;  }
.picScroll-left .hd ul{ float:right;  }
.picScroll-left .hd ul li{
	float:left;
	width:0px;
	height:0px;
	overflow:hidden;}
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;  margin-top: 40px; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;position: relative;  }
.picScroll-left .bd ul li .pic{
	text-align:center;
	overflow: hidden; 
	position: relative;
}
.picScroll-left .bd ul li .pic img{ width:282px; height:319px; display:block; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ 
	line-height:24px;
	width: 100%;
	height: 120px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	bottom: -70px;
	left: 0;
	padding:10px 20px;
	text-align: left;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;

}
.picScroll-left .bd ul li:hover .title{
	bottom: -40px;
}
.picScroll-left .bd ul li .title a{
	font-size: 18px;
	color: #fff;
	display:block;
	line-height: 30px;
	margin:0 0 5px 0;
}
.picScroll-left .bd ul li .title span{
	font-size: 14px;
	color: #fff;
	display: block;

}
























.dx{
	background: url(../images/dx.jpg);
	overflow: hidden;
	position: relative;
	padding-bottom: 3%;
}
.dx .jianj_xq{
	width: 100%;
	
	margin-top: 5%;
	text-align: justify;
}
.dx .jianj_xq h1{
	line-height: 45px;
	font-size: 20px;
	text-align: center;
		
}
.dx .jianj_xq p{
	line-height: 28px;
	font-size: 14px;
	text-align: center;
}
.dx .gend_jianj{
	width:100px;
	height:100px;
	/*background: url(../images/gend.png) center center no-repeat;*/
	margin: 3% auto 0;
	text-align: center;
	opacity:0.5;
　　filter:alpha(opacity=50);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	border: 1px solid black;
	border-radius: 50%;
}

.dx .gend_jianj:hover{
	opacity:1;
　　filter:alpha(opacity=100);}


.dx .gend_jianj a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 5px;
	color: #000;
	display: block;
	padding: 30px 0;
	
}

