
/*子页头部*/
.top_bg{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	padding:.5rem 0;
	padding-left: 2%;
	background-color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,.6)
}
.menumore a{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #0068b7;
	background: url(../images/icon_menu_zy.png) no-repeat center left;
	background-size: 38%;
	padding-left: 1.8rem;
}

/*子页banner*/
.zy_banner{
	margin-top:3.2rem;
}
.zy_banner img{
	width: 100%;
	display: block;
}

/*zy content*/
.zy_contentbox{
	position: relative;
	padding: 0 2%;
	padding-top: 2.4rem;
	min-height: 21rem;
}

/*zy 标题*/
.zy_title{
	position: absolute;
	width: 96%;
	top: -1.1rem;
}
.zy_title h1{
	display: inline-block;
	overflow: hidden;
}
.zy_title h1 a{
	float: left;
	width: 1.3rem;
	height: 2.62rem;
	background:url(../images/two_nav_title01.png) no-repeat center top;
	background-size: 100%;
}
.zy_title h1 a:last-child{
	background:url(../images/two_nav_title02.png) no-repeat center top;
	background-size: 100%;
}
.zy_title span{
	float: left;
	background-color: white;
	font-size: 1.26rem;
	line-height: 2.64rem;
	background: url(../images/two_title_bg.png) repeat-x;
	background-size: 1px 100%;
	padding:0 .4rem;
	color: #0068b7;
}
/*二级导航标题居中*/
.zy_nav_title{
	text-align:  center;
} 

/*子页二级导航*/
.zy_conbox_navlist{
	min-height: 21rem;
	background: url(../images/twonav_bg.png) no-repeat right bottom;
	background-size: 100%;
}
.zy_conbox_navlist ul{
	width: 45%;
	margin: 0 auto;
	text-align: center;
	padding-top:.2rem;
}
.zy_conbox_navlist ul li{
	margin:.8rem 0;
}
.zy_conbox_navlist ul li a{
	display: block;
	background: url(../images/two_navlist_bg.png) no-repeat center center;
	background-size: 100%;
	color: white;
	font-size: 1.16rem;
	padding:.6rem 0;
}

/*公司简介*/
.zy_conbox_about *{
	font-size: 1.1rem;
	color: #444444;
	line-height: 1.8rem;
	text-align: justify;
	text-indent: 2em;
}
.zy_conbox_about h1{
	margin:1rem 0;
}
.zy_conbox_about h1 img{
	display: block;
	width: 100%;
}

/*在线留言*/
.zy_conbox_zxly{
	background:url(../images/zxly_bg.png) no-repeat right top;
	background-size:100%;
	position: relative;
	top: -1rem;
	padding-top: 1.6rem;
}
.zy_conbox_zxly form h1{
	margin-bottom: 1.2rem;
}
.zy_conbox_zxly form h1 input{
	width: 60%;
	background-color: rgba(0,0,0,.6);
	height: 2.4rem;
	line-height: 2.4rem;
	color: white;
	font-size: 1rem;
	text-indent: .6em;
	border-radius: .3rem;
}
.zy_conbox_zxly form h2 textarea{
	width: 100%;
	line-height: 1.2rem;
	color: white;
	font-size: 1rem;
	text-indent: .6em;
	height: 9rem;
	padding: .6rem 0;
	background-color: rgba(0,0,0,.6);
	border-radius: .3rem;
	margin-bottom: 1.2rem;
}

.zy_conbox_zxly form .yzm input{
	width: 36%;
	display: inline-block;
	vertical-align: middle;
}
.zy_conbox_zxly form .yzm span{
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-left: .5rem;
	border: #d6d7dc solid 1px;
}
.zy_conbox_zxly form .yzm span img{
	width: 100%;
	display: block;
}
.zy_conbox_zxly form p{
	text-align: center;
}
.zy_conbox_zxly form button{
	color: #fff;
	font-size: 1.1rem;
	width: 36%;
	line-height: 2.4rem;
	height: 2.4rem;
	border-radius: .3rem;
	margin:1rem 0;
	background: linear-gradient(#4cb2ff, #0068b7);
}

/*产品中心*/
.zy_conbox_cpzx ul{
	overflow: hidden;
}
.zy_conbox_cpzx ul li{
	float: left;
	width: 49%;
	overflow: hidden;
	margin-bottom: 2%;
}
.zy_conbox_cpzx ul li:nth-child(odd){
	margin-right: 2%;
}
.zy_conbox_cpzx ul li img{
	width: 100%;
	height: 11.7594rem;
	display: block;
	border-radius: 2rem 0 2rem 0;
}
.zy_conbox_cpzx ul li span{
	text-align: center;
	font-size: .9rem;
	line-height: 2rem;
	color: #222;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fanye{ 
	overflow: hidden; 
	margin-top:.8rem;
}
.fanye p{ 
	float: left; 
	width: 50%; 
	text-align: center; 
}
.fanye p a{ 
	display: inline-block; 
	color: #0068b7; 
	font-size: 1.1rem; 
	line-height: 1.6rem;
	height: 1.6rem;
}
.fanye p:first-child a{
	padding-left: 1.2em;
	background: url(../images/left_jt.png) no-repeat center left;
	background-size:20% 100%;
}
.fanye p:last-child a{
	padding-right: 1.2em;
	background: url(../images/right_jt.png) no-repeat center right;
	background-size: 20% 100%;
}

/*产品详情*/
.zy_xq_title{
	margin:5% 0 7% 0;
	text-align: center;
}
.zy_xq_title h1{
	font-size: 1.26rem;
	line-height: 2rem;
	color: #333;
	margin:5%;
}
.zy_xq_title span{
	font-size: .8rem;
	color: #999;
}
.zy_cpxq_pic{
	margin-bottom: 1rem;
}
.zy_cpxq_pic ul li img{
	width: 100%;
	height: 24rem;
	display: block;
}
.zy_cpxq_pic .sp02{
	font-size: 1rem;
	color: #fff;
}
.zy_cpxq_pic .sp02 span{
	font-size: 1rem;
}
.zy_cpxq_pic .sp02 span:first-child{
	font-size: 1.5rem;
	color: #fff;
}
.zy_xqcon_txt *{
	color: #444444;
	font-size: 1.1rem;
	line-height: 1.8rem;
	text-align: justify;
}

/*详情页上下篇公用*/	
.xq_fanye{
	overflow: hidden;
	margin:4% 0;
}
.xq_fanye span{
	float: left;
	width: 46%;
	font-size: 1.1rem;
	font-weight: bold;
	color: #222;
	margin:3% 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xq_fanye span:last-child{
	float: right;
	text-align:right;
}
.xq_fanye span a{
	font-size: 1.1rem;
	color: #444;
}

/*新闻详情*/
.news_xq_txt{
	text-indent: 2em;
}
.news_xq_txt h1{
	margin:1rem 0;
}
.news_xq_txt h1 img{
	display: block;
	width: 100%;
}

/*公司动态*/
.zy_newslist{
	padding-left: 0;
	padding-right: 0;
}
.zy_newslist .zy_title{
	padding-left: 2%;
}
.zy_conbox_news ul li a{
	padding:0 2%;
}
.zy_conbox_news ul li{
	padding: .8rem 0;
}
.zy_conbox_news ul li:nth-child(odd){
	background-color: #eee;
}
.zy_conbox_news ul li a{
	overflow: hidden;
	display: block;
}
.zy_conbox_news ul li a img{
	float: left;
	width: 8rem;
	height: 5.3333333rem;
}
.zy_conbox_news ul li a dl{

	height: 5.3333333rem;
}
.zy_conbox_news ul li a dl dt{
	color: #222;
	font-size: 1.1rem;
	margin-top:.15rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zy_conbox_news ul li a dl dd{
	color: #666;
	font-size: .9rem;
	line-height: 1.2rem;
	margin:.5rem 0;
}
.zy_conbox_news ul li a dl span{
	color: #999;
	font-size: .8rem;
}
