@charset "utf-8";
/* CSS Document */
@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	font-size: .95rem;
	color: #000;
	background: #f7f7f7;
}

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
.margin-t-20{
	margin-top: 1rem;
}
.cleardiv {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	zoom: 1;
	overflow: hidden;
	visibility: hidden;
	display: block
}

.clearflt {
	*zoom: 1
}

.clearflt:after {
	content: "";
	display: block;
	clear: both
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur())
}

input,
button,
select,
textarea,
a:focus,
div:focus {
	outline: none
}

.re {
	position: relative
}

.ab {
	position: absolute
}

.ov {
	overflow: visible
}

.oh {
	overflow: hidden
}

header,
nav,
article,
section,
aside,
footer,
address,
dialog,
figure,
menu {
	display: block
}

em {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.margin-t-40{
	margin-top: .4rem;
}
.margin-t-50{
	margin-top: .5rem;
}

.margin-t-60{
	margin-top: .6rem;
}
.margin-t-70{
	margin-top: .7rem;
}
.margin-t-80{
	margin-top: .8rem;
}
.margin-t{
	margin-top: 2.3rem;
}
.p70{
	padding:3.2rem 0;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}
.fn-left{
	float: left;
}
.fn-right{
	float: right;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

textarea {
	-webkit-appearance: none;
}

body,
html {
	overflow-x: hidden;
}

b {
	font-weight: normal;
}

.area {
	width: 95%;
	margin:0 auto;
}


@media screen and (max-width: 750px) {
	.kHeader {
		display: none;
	}

	.w1200 {
		width: 95%;
    	margin: 0 auto;
	}

	.kHeaderM {
		box-sizing: border-box;
		width: 100%;
		background: #Fff;
		display: block;
		overflow: hidden;
		box-shadow: 0px 8px 8px rgba(29, 29, 29, .04);
		height: 53px;
	}

	.fexd_f {
		position: fixed;
		z-index: 10001;
		top: 0;
	}

	.kHeaderM.hov {
		-webkit-box-shadow: 0px 8px 8px rgba(29, 29, 29, .04);
		box-shadow: 0px 8px 8px rgba(29, 29, 29, .04);
	}

	.kBgCon {
		display: none;
	}

	.kLogom {
		display: block;
		width: 85%;
		/* padding-top: .6rem;
		padding-bottom: .85rem; */
	}

	.kLogom img,
	.kListm img {
        width: auto;
	    display: block;
	    height: 2.5rem;
	    margin: 0.4rem 0 0 .6rem;
	}

	.kListm {
		width: 48px;
		display: block;
		height: 3.3rem;
		position: relative;
	}

	.menu-btn .line {
		top: 0;
		bottom: 0;
		-webkit-transition: border 0.3s;
		transition: border 0.3s;

	}

	.kListm span,
	.kListm span:before,
	.kListm span:after {
		color: #333;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 22px;
		height: 0;
		border-top: 2px solid;
		border-bottom: 1px solid;
		border-radius: 3px;

	}

	.kListm span:before {

		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);

	}

	.kListm span:before,
	.kListm span:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: transform 0.3s;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;

	}

	.kListm span:after {

		-webkit-transform: translateY(6px);
		transform: translateY(6px);

	}

	.kListmClose span {

		border-color: transparent;

	}

	.kListmClose span:before {

		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);

	}

	.kListmClose span:after {

		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);

	}

	.ovhd {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
	}

	.kNavM {
		/* overflow-y: scroll;  */
		width: 100%;
		position: absolute;
		left: 0;
		top: 44px;
		background: #ffffff;
		z-index: 1000;
		padding: 5px 0;
		box-sizing: border-box;
	}

	.kNavM li {
		line-height: 32px;
	}

	.kNavM li .kFir {
		width: calc(100% - 30px);
		margin: 0 15px;
		line-height: 54px;
		border-bottom: 1px solid #f7f7f7;
		font-size: .95rem;
		color: #333;
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		display: flex;
	}

	.kNavM li .kFir a {
		float: left;
		display: block;
		width: 100%;
	}

	.kNavM li .kFir i {
		display: inline-block;
		float: right;
		padding-left: 20px;
	}

	.kNavM li .kFir i span {
		display: block;
		font-size: .95rem;
		color: #000;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.kNavM li .kFir i span.hov {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.kNavM li p {
		background: #fafafa;
	}

	.kNavM li p a {
		font-size: .9rem;
		display: block;
		width: calc(100% - 30px);
		margin: 0 15px;
		border-bottom: 1px solid #f0f0f0;
		color: #333;
		line-height: 50px;
	}

}
/* 标题展示 */
/* .title{
	padding: 1rem 0;
	text-align: center;
}
.title h3{
	font-size: 1.5rem;
}
.title div{
	background: #683c19;
    width: 1.5rem;
    height: 3px;
    margin: 10px auto auto auto;
}
.title p{
	font-size: 1rem;
    font-family: 'myFont_R';
    color: #666666;
    text-transform: uppercase;
} */
.title{
	margin-bottom: 1.4rem;
}
.title p{
	font-size: 1.6rem;
	font-weight: bold;
	color: #e62129;
	text-align: center;
	text-transform: uppercase;
}
.title h2{
	text-align: center;
	font-size: 1.52rem;
	color: #333;
}
.title h2:before {
    margin-right: 20px;
}
.title h2:after, .title h2:before {
    content: "";
    height: 1px;
    background: #e62129;
    width: 40px;
    margin-bottom: 9px;
    display: inline-block;
}
.title h2:after {
    margin-left: 20px;
}
.foot{
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
}
.foot p{
	font-size: 13px;
    color: #fff;
	line-height: 22px;
}
.pro_nr{
	margin-bottom: 2rem;
}
.pro_nr p{
	text-align: justify;
    font-size: 1rem;
    line-height: 2rem;
}
.pro_nr img{
	width: 100%;
}
.pro-case-box{
	padding-bottom: 1px;
}
img{
	display: block;
}<!--0.00028586387634277-->