@charset "utf-8";
html{
	color:#333333;
	background:#f8f8f8; 
	font-size:14px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;padding:0;
}
*{
	box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
}
a{
	text-decoration:none;
	color:#5389cd;
	display:inline-block;
}
ol,ul,li {
	list-style:none;
}
span{
	vertical-align:bottom;
	display:inline-block;
}

html,body{
	max-width:1200px;
	height:100%;
}

#app{
	width:100%;
}
.m_t_5{
	margin-top: 5px;
}
.m_b_5{
	margin-bottom: 5px;
}
.lines{
	display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #d9d9d9;
    vertical-align: middle;
    position: relative;
}
.left_lines{
	right: 10px;
}
.right_lines{
	left: 10px;
}
.img{
	width: 100%;
	height: auto;
	display : block;
}
.title{
	margin: 10px 0 2px;
	width:100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #FFFFFF;
}
.picture{
	width: 100%;
}
.product{
	width:100%;
}
.p_ul{
	overflow:auto;
	zoom:1;
	background-color: #ffffff;
	width: 100%;
	padding: 5px;
}
.p_li{
	float: left;
	width: 33.333333%;
	padding: 10px;
}
.p_img{
	width: 100%;
	height: 120px;
	display : block;
	border-radius: 10px;
}
.p_span{
	margin-top: 5px;
	height: 20px;
	width: 100%;
	padding: 0 5px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center; 
}
.p_uli{
	width: 100%;
	height: 110px;
}
.p_a{
	height: 110px;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #f8f8f8;
	color: #797979;
}
.pa_left{
	float: left;
	width: 30%;
	height: 100%;
}
.pa_right{
	float: left;
	width: 70%;
	height: 100%;
}
.pa_img{
	width: 80px;
	height: 80px;
}
.pa_p1{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #212121;
}
.pa_p2{
	height: 30px;
	line-height: 30px;
}
.company{
	width:100%;
}
.company_content{
	width: 100%;
	padding: 0 10px;
	background-color: #FFFFFF;
}

.company_title{
	padding: 5px 2px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.footer{
	margin-top: 5px;
	width: 100%;
	height: 480px;
}
.footer_index{
	margin-top: 5px;
	width: 100%;
	height: 160px;
}
.footer_content{
	width: 100%; 
}
.footer_nav{
	background-color: #ffffff;
	height: 70px;
	width: 100%;
	margin-bottom: 2px;
}
.footer_span{
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0 10px;
	color:  rgb(169, 169, 169);
}
.footer_main{
	height: 40px;
	line-height: 40px;
}
.footer_text{
	height: 30px;
	padding: 5px 10px ;
	width: 100%;
}
.footer_left{
	font-size: 16px;
	width: 90%;
	padding: 0 10px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.footer_right{
	width: 10%;
	height: 100%;
	float: left;
	display: block;
}
.f_img{
	height: 30px;
	width: 30px;
	padding: 5px 0 0 5px;
}

/*遮罩层*/

.mask-img {
	display: none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 10; 
	background: rgba(0,0,0,.85);
}

.pictures{
	display: none; 
	position: fixed; 
/*
	top: 50%;
	left:50%; 
	transform: translate(-50%,-50%); 
*/
	width: 100% ;
	height: 700px; 
	line-height: 700px; 
	text-align:center; 
/*	background: #666; */
	z-index: 20;
}
.pictures .phone{
	vertical-align: middle; 
	width: 100%;
}
.pictures .left{
	position: absolute; 
	top: 240px; 
	width: 30px; 
	height: 30px; 
	line-height: 40px;
}
.pictures .right{
	position: absolute; 
	right: 0;
	top: 240px; 
	width: 30px; 
	height: 30px; 
	line-height: 40px;
}


