.p2_frame {
	margin: 90px auto 0 auto;
}

.p2_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 60px;
	background-color: rgba(0, 0, 0, .6);
	height: 40px;
}

.p2_nav>div {
	width: 930px;
	margin: 0 auto;
}

.p2nav_item {
	display: inline-block;
	font-family: "helveticaneuecyrmedium";
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0 7px;
	color: rgba(255, 255, 255, .55);
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: border-box;
	transition: 250ms;
	border-bottom: 2px solid transparent;
}

.prodlink.cn {
	display: none;
}

.p2nav_item.langlink {
	float: right;
}

.p2nav_item:hover, .p2nav_item.selected {
	border-bottom: 2px solid #fff;
	color: #fff;
}

.p2nav_item:last-child {
	margin-right: 0;
}

.p2_prinfo {
	display: none;
	color: #111;
}

.p2_prinfo>section {
	padding: 70px 0 70px 0;
}

.p2_prinfo>section>div {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

.p2_prinfo>section>div h2 {
	font-family: "helveticaneuecyrroman";
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 40px;
}

.p2_prinfo>section>div p {
	font-family: "helveticaneuecyrlight";
	font-size: 18px;
	line-height: 28px;
}

.p2_prinfo>section:nth-child(2n) {
	background-color: #f8f8f8;
}

.p2_prinfo>section:nth-child(2n+1) {
	background-color: #fff;
}

.p2_prinfo>section>div p.product_title {
	color: #23467e;
    font-family: 'helveticaneuecyrroman';
    font-size: 2em;
    text-align: center;
    margin-bottom: 60px;
}

.p2_mpheader {
	width: 100%;
	margin-bottom: 15px;
	table-layout: fixed;
}

.p2_mpheader td {
	float: left;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
    font-family: 'helveticaneuecyrroman';
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

.p2_mpheader td>p:nth-child(2) {
	font-family: 'helveticaneuecyrlight';
    font-size: 42px;
}

.p2_mpheader td:nth-child(1), .p2_mpheader td:nth-child(3) {
	vertical-align: top;
	padding-top: 60px;
}

.p2_prcontent {
	color: #000;
}

.p2_prcontent img {
	display: block;
	margin: 0 auto 40px auto;
}

.p2_descheading {
	font-family: 'helveticaneuecyrroman';
	font-size: 32px;
	margin-bottom: 30px;
	text-align: center;
}

.p2_desccontent {
	font-family: 'helveticaneuecyrthin';
	font-size: 22px;
	line-height: 33px;
	text-align: center;
}

.imgonright .leftpart, .imgonleft .rightpart {
	width: 57%;
}

.imgonright .rightpart, .imgonleft .leftpart {
	width: 43%;
}

.leftpart {
	float: left;
}

.rightpart, .rightpart img {
	float: right;
}

.imgoncenter {
	text-align: center;
}

.imgoncenter img {
	display: block;
	margin: 0 auto 80px auto;
}

.p2_prinfo>section.last_section {
	padding-top: 0;
	padding-bottom: 60px;
}

.last_section a {
	display: inline-block;
	text-decoration: none;
	font-family: 'helveticaneuecyrlight';
	font-size: 22px;
	margin-right: 35px;
	height: 57px;
	line-height: 57px;
	color: #5590cc;
}

.last_section a.enq {
	float: right;
	background-color: #5590cc;
	color: #fff;
	padding: 0 30px;
	border-radius: 5px;
	margin-right: 0;
}








.p2_spheader {
	margin-bottom: 40px;
	color: #23467e;
    font-family: 'helveticaneuecyrroman';
    font-size: 2em;
	text-align: center;
}

.p2_spheader img {
	display: block;
	margin: 0 auto 20px auto;
	/*max-height: 200px*/
}

.p2_prinfo:last-child {
}

.p2_prinfo ul {
	list-style: disc inside;
}

.p2_prcontent h3 {
	color: #23467e;
    font-family: 'helveticaneuecyrroman';
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}

.p2_prcontent p, .p2_prcontent ul, .p2_prcontent ol {
	margin-bottom: 80px;
}

.p2_prcontent a {
	text-decoration: none;
    border-bottom: 1px solid rgba(51, 153, 250, .35);
    color: #3399ff;
    transition: 250ms;
}

.p2_prcontent a:hover {
	border-bottom: 1px solid transparent;
}

img.prod_bg {
	max-width: 100%
}