*{
		margin: 0;padding: 0;
	}
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
li{
	list-style:none;
}
.clear{
	clear: both;
}
.productBan{
    background: linear-gradient(to right,#213038,#0d1b23);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}
.wrap{
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
}
.lf-panel{
	padding: 24px 24px 12px;
	width: 54%;
    float: left;
    position: relative;
    border: 2px dashed #263e56;
    border-radius: 20px;
    z-index: 1;
}
.pannel-img{
	display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 18px rgba(0,0,0,.4);
    -moz-box-shadow: 0 10px 18px rgba(0,0,0,.4);
    box-shadow: 0 10px 18px rgba(0,0,0,.4);
    position: relative;
    z-index: 1;
}
.pannel-img img{
	width: 100%;
}
.pannel-pro span{
	height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding-left: 16px;
    color: #ba9f85;
    position: relative;
    margin-left: 30px;
}
.pannel-pro span:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
    background: #ba9f85;
    left: 0;
    top: 50%;
}
.pannel-intro{
	width: 38%;
    padding-top: 20px;
    float: right;
    position: relative;
    z-index: 1;
}
.pannel-intro h1{
	font-size: 0.5rem;
    line-height: 72px;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.pannel-intro>p{
	padding: 10px 0;
    font-size: 0.18rem;
    line-height: 0.3rem;
    width: 100%;
    color: #9f9f9f;
    opacity: .6;
    filter: alpha(opacity=60);
}
.cs-pannel{
	width: 100%;
}
.cs-pannel p{
	margin-top: 0.4rem;
    padding-left: 32px;
    line-height: 36px;
    font-size: 0.22rem;
    color: #b8b8b8;
    position: relative;
}
.cs-pannel p:before {
    top: 8px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 14px;
    height: 16px;
    background: url(/pc/image/proDetail/icon_cs.png) no-repeat;
}
.contactPannel{
	width: 100%;
	margin-top: 0.8rem;
}
.contactPannel dl{
    top: 0;
    width: 70%;
    height: 100%;
    left: 72px;
    right: 200px;
    padding-top: 14px;
    margin: 0 auto;
}
.contactPannel dl dt{
    font-size: 0.22rem;
    line-height: 0.3rem;
    height: 0.3rem;
    width: 100%;
    text-align: center;
    color: #b9b9b9;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 10px;
}
.contactPannel dl  dd {
    font-size: 0.26rem;
    height: 32px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    color: #6795ae;
    font-weight: 700;
    padding-top: 10px;
}
.productData{
	width: 80%;
	margin: 0 auto;
}
.articlePanel{
	padding: 20px 20px 30px 0;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 2;
}
.product-article {
    border-radius: 30px;
    padding: 30px 70px 50px 70px;
    width: calc(100% - 140px);
    border: 1px solid #e0e0e0;
    background:url(/pc/image/proDetail/article_bg.jpg) left top repeat;
    overflow: hidden;
    position: relative;
}
.main-content {
    width: 100%;
    position: relative;
    z-index: 2;
}
.product-article h2{
	font-size: 28px;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #1b1b1b;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
}
.product-article h2:before {
    width: 24px;
    height: 24px;
    background: #960c0b;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 1;
    left: 0;
    top: 12px;
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
}
.product-article h2:after {
    width: 18px;
    height: 18px;
    background: #f1b533;
    left: 14px;
    top: 15px;
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
}
.product-article p {
    font-size: 16px;
    line-height: 2.4em;
    margin: 15px 0;
    color: #333;
    text-align: justify;
}
.artcile-img{
	width: 100%;
}
.artcile-img img{
	max-width: 85%;
	width: auto;
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
}