@charset "utf-8";
/* CSS Document */

body {
	background: url(../img/page_bg.png);
	color:#fff;
}
.page_container {
	width:980px;
	margin:0 auto;
}
.header {
	float:left;
	width:100%;
	background:url(../img/header_bg.png);
	margin:20px 0 0;
	border-radius:10px 10px 0 0;
}
.logo {
	float:left;
	margin:35px 0 0 25px;
}
.phone {
	float:right;
	margin:38px 0 0;
}
.phone li {
	float:left;
	font-size:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	margin:0 25px 0 0;
}
.header_nav {
	float:left;
	width:100%;
	margin:35px 0 0;
	background: #87263e;
	background: -moz-linear-gradient(top,  #87263e 0%, #832640 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87263e), color-stop(100%,#832640));
	background: -webkit-linear-gradient(top,  #87263e 0%,#832640 100%);
	background: -o-linear-gradient(top,  #87263e 0%,#832640 100%);
	background: -ms-linear-gradient(top,  #87263e 0%,#832640 100%);
	background: linear-gradient(to bottom,  #87263e 0%,#832640 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87263e', endColorstr='#832640',GradientType=0 );
}
.header_nav ul {
	width:1000px;
}
.header_nav li {
	float:left;
	font-size:16px;
	height:44px;
	line-height:44px;
	font-weight:bold;
	margin:0 86px 0 0;
}
.header_nav li:last-child {
	margin:0;
}
.header_nav a {
	color:#fff;
	padding:12px 32px;
}
.header_nav ul li.active {
	background:#4f0b4e;
}
.content {
	float:left;
	width:980px;
}
.main_pic {
	float:left;
	width:100%;
}
.main_pic_text {
	float:left;
	width:100%;
}
.content_l {
	float:left;
	padding:12px;
	width:286px;
	background:#763d75;
}
.content_l_bg {
	float:left;
	background:#773376;
}
.content_r {
	float:left;
	width:620px;
	padding:25px;
	color:#FFF;
    text-align: justify;
}
.content_l_item {
	float:left;
	width:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.content_l_item_pic {
	float:left;
	width:100%;
}
.content_l_item_pic img {
	border-radius:5px;
}
.content_l_item_head {
	float:left;
	padding:0 0 0 40px;
	width:246px;
	background:url(../img/arrow.png) 0 50% no-repeat;
	font-size:23px;
	font-weight:bold;
	line-height:normal;
	margin:20px 0 0;
}
.content_l_item_text {
	float:left;
	width:100%;
}
.content_l_item_text ul {
	margin:15px 0 25px 40px;
}
.content_l_item_text ul li {
	font-size:14px;
	line-height:normal;
}
.content_l_item_text a {
	color:#fff;
}
.contact_lines li {
	line-height:160% !important;
}
.footer {
	float:left;
	width:100%;
	background:#190819;
}
.footer ul {
	width:1000px;
}
.footer li {
	float:left;
	font-size:16px;
	height:90px;
	line-height:90px;
	font-weight:bold;
	margin:0 135px 0 20px;
}
.footer li:last-child {
	margin:0 0 0 20px;
}
.footer a {
	color:#fff;
}
.lang {
    float: left;
    margin: 32px 0 0 40px;
    font-weight: bold;
}
.content_l_item_text ul li{
	list-style:disc;
	line-height:27px;}