﻿/* 列表分页样式 */
.pageBox {
	text-align: center;
	padding: 4% 0px;
}

.pageBox a {
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: 6px;
	color: #707070;
	width: 34px;
	height: 34px;
	font: bold 14px/34px arial;
}

.pageBox a:hover,
.pageBox a:active {
	background: #3aa9f2;
	color: #FFFFFF;
	text-decoration: none;
}

.pageBox .cur {
	background: #3aa9f2;
	border: 1px solid #3aa9f2;
	text-decoration: none;
}

.pageBox a.cur {
	color: #fff;
}

.pageBox .disabled {
	width: 79px;
}

/* 产品详情页按钮样式 */
.pro_zi_show .anniu span {
	height: 48px;
	background: #0d6fb8;
	line-height: 48px;
	padding: 0 46px;
	font-size: 14px;
	cursor: pointer;
	float: left;
	border-radius: 4px;
	color: #ffffff;
	margin-right: 20px;
}

.pro_zi_show .anniu {
	border-top: 1px dashed #d8d7d7;
	padding-top: 30px;
}

/* 产品详情页电话样式 */
.pro_zi_show .anniur {
	float: left;
	margin-left: 20px;
	padding-left: 30px;
	background: url(/images/proPhone.png) no-repeat left 8px;
	color: #999999;
	font-size: 14px;
	height: 42px;
	margin-top: 3px;
}

.pro_zi_show .anniur span {
	color: #f7494b;
	font-size: 16px;
	font-weight: 700;
	margin-left: -1px;
}

/* 页尾按钮样式 */
.footer .foot_top .kefu {
	margin-top: 16px;
	margin-bottom: 14px;
	display: block;
	width: 120px;
	height: 38px;
	border-radius: 4px;
	text-align: center;
	color: #ff9600;
	font-size: 14px;
	line-height: 38px;
	transition: .36s ease;
	background-color: #fff;
	border: 1px solid #ff9600;
	cursor: pointer;
}

.footer .foot_top .kefu:hover {
	color: white;
	background-color: #FF9600;
}

a {
	text-decoration: none;
}

/* 表单样式 */
.p_detail .s3_com {
    padding: 1%;
}
ul {
    list-style: none;
}
.p_detail .s3_com ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
}
.p_detail .s3_com ul li input {
    border: 1px solid #dfdbdb;
    width: 100%;
    padding: 9px 20px;
    outline: none;
    font-size: 14px;
    color: #797979;
    border-radius: 5px;
}
.p_detail .s3_com ul li i {
    position: absolute;
    color: #ff0000;
    font-style: normal;
    right: 2%;
    top: 50%;
    margin-top: -10px;
}
.p_detail .tex_div {
    position: relative;
}
.p_detail .tex_div textarea {
    min-height: 85px;
    resize: none;
    border: 1px solid #dfdbdb;
    width: 98%;
    padding: 10px 20px;
    outline: none;
    font-size: 14px;
    color: #797979;
    border-radius: 5px;
}
.p_detail .tex_div i {
    position: absolute;
    color: #ff0000;
    font-style: normal;
    right: 1%;
    top: 4%;
}
.p_detail .btn_a {
    text-align: center;
    padding: 20px 0px;
}
.p_detail .btn_a button {
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0px 5px;
    color: #666;
}
.p_detail .btn_a button:hover {
  color: #fff;
  background: #0d6fb8;
  border-color: #0d6fb8;
}
