/*通用样式*/
*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "微软雅黑";
}

/*清除浮动*/
.clearfix {
    zoom: 1;
}			
.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

li{
	list-style-type: none;
}



.container{
	padding-right: 0; 
    padding-left: 0; 
}

.navbar-collapse{
	padding-right: 0; 
    padding-left: 0; 
    padding-bottom: 10px;
}

.navbar-right li a{
	height: 70px;	
}
.active a i{
	display: inline-block;
	width: 2em;
}
/*页面顶部导航栏*/
.header{
	width: 100%;
}

.header_top{
	width: 100%;
	min-height: 70px;
	line-height: 70px;
	background: #337ab7;
}

.zhong{
	max-width:1200px;
	margin: 0 auto;
}

.nav_rig{
	min-height: 70px;
}

.navbar-default .navbar-nav>li>a{
	padding-top: 25px;	
	font-size: 19px;
	color: #FFFFFF;
	background: #337ab7;
}


.navbar {
    border-radius: 0;
    border: 0;
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
}

.navbar-nav{
	margin: 0;
}

.navbar-default{
    background-color: #337ab7;
    border-color: #337ab7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fec917;
	background: #337ab7;
}

/*轮播图  图片新闻布局*/
a,img {
	border: 0;
}
/* flexslider */
.flexslider {
	position: relative;
	overflow: hidden;
}

.flexslider ol{
	display: none;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li img{
	width: 100%;
	max-height: 550px;
	height: auto;
}

/*.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}*/

/*.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}*/

/*.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
}*/
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
/*.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
	.zgph_logo{
		display: none;
	}	
	
}

.flex-control-nav LI{
	display: none;
}

@media only screen and (min-width: 768px){
	.zgph_logo{
		zoom: 1;
	    z-index: 2;
	    position: absolute;
	    top: 30px;
	    left: 30px;
	}	
	.zgph_logo img{
		width: 100%;
		height: auto;
	}	
	.flexslider2{
		position: relative;
	}
}

/*中间内容部分*/
.content{
	width: 100%;
}
.cont1{
	padding-top:30px;
	padding-bottom: 40px;
}
.cont1 h3{
	font-size: 25px;
	color: #337ab7;
}

/*工作动态*/
@media all and (min-width:768px) {
	.cont_gzdt{
		width: 50%;
		float: left;
	}
}


.cont_gzdt_nr li{
	margin: 20px 0px;
}

.cont_gzdt_nr li img{
	float: left;
    margin-top: 10px;
    margin-right: 10px;
}

@media only screen and (min-width: 992px){
	.cont_gzdt_nr li a{
		display: inline-block;
		width: 400px;
		font-size: 17px;
		color: #000000;
		white-space: nowrap; /*文本不换行*/
		overflow: hidden;  /*溢出部分隐藏*/
		text-overflow: ellipsis; /*溢出部分用"..."代替*/
	}
}
@media only screen and (max-width: 992px){
	.cont_gzdt_nr li a{
		font-size: 17px;		
		color: #000000;
	}
}

.cont_gzdt_nr li a:hover,.cont_gzdt_nr li a:focus{
	color: #337ab7;
	text-decoration:none;
}

.cont_gzdt_nr li span{
	font-size: 15px;
}

.cont1_ckgd{
	width: 128px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #337ab7;
}

.cont1_ckgd:hover{
	background: #31B0D5;
}

.cont1_ckgd a{
	width: 128px;
	height: 46px;
	font-size: 17px;
	color: #337ab7;
	display: block;
}

.cont1_ckgd a:hover,.cont1_ckgd a:focus{
	color: #FFFFFF;
	text-decoration:none;
	background: #337ab7;
}

.cont_gzdt_nr li span{
	float: right;
}
/*视频宣传*/
.tzph_sp{
  	background: url(tzph_pic_beijing.png);
  	background-repeat:no-repeat; 
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}

.tzph_sp h3{
  	font-size: 25px;
  	color: #337ab7;
  	padding-top: 40px;
  	margin-bottom: 30px;
} 

.tzph_sp video{
  	width: 100%;
  	margin-bottom: 40px;
}

/*投资平台*/
.cont3{
	width: 100%;
}
.cont3 div{
	margin: 0 auto;
}
.cont3_1 h3{
	font-size: 25px;
	color: #337ab7;
	padding-top: 40px;
}
.cont3_1_nr{
	padding-top: 30px;
}
@media all and (min-width:1200px) {
	.ol{
		width: 20%;
		height: 206px;
		line-height: 360px;
		padding-right: 0px;
	    padding-left: 0px;
	    overflow: hidden;
	}
}

@media all and (max-width:1200px) {
	.ol{
		height: 206px;
		line-height: 360px;
		padding-right: 0px;
	    padding-left: 0px;
		overflow: hidden;
	}
}

.ol{
	line-height: 360px;
	padding-right: 0px;
    padding-left: 0px;
	overflow: hidden;
}
.ol img{
	width: 100%;
    height: 100%;
	margin-top: -157px;
}
.ol a{
	position: absolute;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #FFFFFF;
    background: rgba(127,180,206,0.4);
    top: 0px;
    left: 0px;
}

.ol a:hover,.ol a:focus{
	text-decoration:none;
	box-shadow: 0px 0px 4px 4px rgba(127, 180, 206, 0.4);
	background:none;
}

.cont3_2_nr{
	margin-top: 40px;
	margin-bottom: 20px;
}

.cont3_2_nr div{
	height: 66px;
	line-height: 66px;
	background: #a3a4a5;
	border-right: 2px solid #FFFFFF;
}

.cont3_2_nr div a{
	display: inline-block;
	width: 100%;
	font-size: 21px;
	color: #FFFFFF;
}

.cont3_2_nr div a:hover,.cont3_2_nr div a:focus{
	text-decoration:none;
	color: #FFFFFF;
}

.cont3_2_nr div p>img{
	padding-left: 40px;
}

.nr2{
	padding-right: 0; 
     padding-left: 0; 
}

.cont3_2_nr .nr2_focus{
	background: #5c95c5;
}

.nr2:hover,.nr2:focus{
	background: #5c95c5;
}

.nr2 a img{
	float: right;
	margin-right: 52px;
	margin-top: 15px;
}

/*企业设立*/
.cont4 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.cont4 h3{
	font-size: 27px;
	font-weight: bold;
	margin-top: 30px;
}

.qysl div{	
	height: 60px;
	line-height: 60px; 
	background: #f8f8f8;
	float: left;
	border: 2px solid #FFFFFF;
}

.qysl div:hover{
	background: #337ab7;
}

.qysl div a{
	font-size:17px;
	color: #333333;
}

.qysl div a:hover,.qysl div a:focus{
	text-decoration:none;
}

.KA>div{
	display: none;
}

.KA .xxk1{
	display: block;
}

.qysl .qysl_nr a{
	width:100%;
	height: 60px;
	display: inline-block;
}

.qysl .text-right{
	float:right;
	margin-right: 30px;
	color: #afafaf;
}

@media only screen and (max-width: 768px){
	.foot{
		display: none;
	}
	.cont_gzdt{
		padding-bottom: 20px;
    	border-bottom: 1px solid rgb(102, 102, 102);
	}
}


/*页面尾部布局*/
.foot{
	height: 105px;
	line-height: 105px;
	background: #ededed;
	border-top: 5px solid #337ab7;
}


