@charset "utf-8";
/* CSS Document */
/*************************************************公共样式***************************************************/
*:focus{outline:none;}
*{margin:0;padding:0;}
body{font-family:"微软雅黑";font-size:15px;background:#edeef0;}
img{border:none;}
a{text-decoration:none;}
ul{list-style:none;}
input{vertical-align:middle;}
table{border-collapse:collapse;}
h1{font-size:16px;font-weight:400;}


/*header*/
.header{min-width:1200px;width:100%;height:50px;background:#000;opacity:0.8;position:absolute;top:0;left:0;z-index:999;}
	.hea{min-width:1200px;max-width:1200px;height:50px;margin:0 auto;}
	.logo_bj{width:190px;height:50px;line-height:50px;float:left;font-size:20px;text-align:left;vertical-align:middle;overflow:hidden;color:#fff;}
		.logo{width:80px;height:25px;float:left;margin:5px 10px 0 0;vertical-align:middle;}
	.nav{width:600;height:49px;float:left;}
		.nav li{width:100px;height:50px;line-height:50px;float:left;text-align:center;color:#fff;cursor:pointer;position:relative;}
	.hea_right{width:180px;height:50px;float:right;position:relative;}
		.hea_right li{width:59px;height:50px;float:left;color:#fff;border-right:1px solid #fff;cursor:pointer;}
		.weixin{width:100px;height:100px;position:absolute;right:80px;top:50px;display:none;}
			.wx{background:url(../images/wx.png) no-repeat center;}
			.zc{background:url(../images/zc.png) no-repeat center;}
			.yx{background:url(../images/yx.png) no-repeat center;}
/*con*/
.con{min-width:1200px;width:100%;height:1000px;float:left;background:url(../images/guanyuwomen.png) no-repeat center top 50px;}
	.guanyuwomen_bj{width:1200px;height:690px;margin:242px auto 0 auto;border:1px solid #ced2d5;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
		.guanyuwomen_bj ul{width:100%;height:45px;float:left;border-bottom:1px solid #d0d1d5;background:#f0f1f3;}
			.guanyuwomen_bj li{width:249px;height:45px;line-height:45px;float:left;text-align:center;font-size:16px;color:#797b7a;border-left:1px solid #d0d1d5;cursor:pointer;}
					.guanyuwomen_bj .active{border-bottom:1px solid #fff;color:#000;background:#fff;}
				.guanyuwomen_txt{width:1140px;height:610px;float:left;padding:0 30px;display:none;}
					.guanyuwomen_txt h2{width:100%;height:100px;line-height:100px;text-align:center;}
					.guanyuwomen_txt p{width:100%;line-height:30px;float:left;margin-bottom:30px;font-size:16px;color:#505050;text-indent:15px;}
					.guanyuwomen_bj .rczp p{width:100%;line-height:30px;float:left;margin-bottom:0px;font-size:16px;color:#505050;text-indent:15px;}
	

/*foot*/
.foot_top_bj{width:100%;height:150px;float:left;}
	.foot_top{width:1200px;margin:0 auto;}
		.hezuo{width:80px;height:30px;line-height:30px;text-align:center;margin:24px auto;background:#2d3e50;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
		.hezuo_txt{width:1200px;height:30px;line-height:30px;text-align:center;color:#515151;font-size:13px;}	
	
.foot_bj{min-width:1200px;width:100%;height:265px;float:left;background:#2d3e50;}
	.foot{width:1200px;height:225px;margin:0 auto;padding-top:40px;}
		.erweima{width:235px;height:185px;float:left;border-right:1px solid #102b3e;}
			.erweima_img{width:187px;height:187px;margin-left:10px;}
		.touch{width:485px;height:185px;float:left;border-right:1px solid #102b3e;}
			.dianhua{margin-top:50px;}
				.dianhua dt{width:55px;height:40px;float:left;margin-left:33px;border-right:1px solid #102b3e;}
					.dianhua_img{width:37px;height:37px;float:left;}
				.dianhua dd{float:left;line-height:40px;color:#fff;font-size:48px;margin-left:15px;}
					.dianhua dd a{color:#fff;}
			.youxiang{margin-top:115px;}
				.youxiang dt{width:55px;height:25px;float:left;margin-left:33px;border-right:1px solid #102b3e;}
					.youxiang_img{width:37px;height:25px;float:left;}
				.youxiang dd{float:left;line-height:20px;color:#fff;font-size:24px;margin-left:15px;}
		.foot_txt{width:475px;height:140px;float:left;padding-top:45px;}
			.foot_txt p{width:100%;line-height:40px;text-align:center;color:#fff;}
				.foot_txt a{color:#fff;font-weight:100;}
				.foot_txt a:hover{color:red;}



