html {
	background-color: white;
	background: url(../image/bg_qt.png) no-repeat center fixed;
	background-size: cover;
	font-size: 14px;
	font-family: \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
	padding: 0;
	margin: 0;
	color: black;
}
img {
	border:0;	
}
a:link, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
}
ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
.bg_blue {
	background-color: #59b1fb;
}
.bg_orange {
	background-color: #ffa559;
}
.bg_purple {
	background-color: #b680ce;
}
.bg_yellow {
	background-color: #f9c16c;
}
.bg_green {
	background-color: #b1c502;
}
.bg_cyan {
	background-color: #58ead3;
}
.bg_wred {
	background-color: #ff7a85;
}
.bg_dblue {
	background-color: #4397e1;
}
.bg_red {
	background-color: #d53f00;
}
.wrap {
	width: 1186px;
	margin: 30px auto 0;
	background-color: white;
	opacity: 0.95;
	border-radius: 8px;
	border: 10px solid rgba(250,255,255,0.5);
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}
.top {
	width: 100%;
	float: left;
	height: 110px;
	overflow: hidden;
}
.logo_xy {
	float: left;
	padding: 30px;
}
.logo_sy {
	float: left;
	padding: 30px 0;
}
.tool {
	float: right;
}
.topmenu {
	margin-top: 20px;
}
.topmenu ul li {
	width: 100px;
	float: left;
	text-align: center;
}
.search {
	float: right;
	padding: 10px 20px;
	margin-top: 10px;
}
.search input {
	font-size: 14px;
	padding: 0;
	line-height: 30px;
	float: left;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
.search_input {
	width: 200px;
	text-indent: 5px;
	border: 1px solid lightgray;
}
.search_submit {
	width: 50px;
	background-color: lightgray;
	cursor: pointer;
	border: 1px solid transparent;
}
.menu {
	width: 100%;
	float: left;
	height: 45px;
}
.menu ul li {
	color: white;
	float: left;
	text-align: center;
	width: 11.11%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
}
.menu li a {
	color: white;
	padding: 10px 30px;
}
#slide {
	width: 100%;
	position: relative;
	overflow: auto;
	text-align: center;
	float: left;
}
#slide ul li {
	float: left;
	height: 359px;
}
#slide .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#slide .dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid white;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
#slide .dots li.active {
	background: white;
	opacity: 1;
}
#slide .arrow {
	position: absolute;
	top: 165px;
}
#slide #al {
	left: 15px;
}
#slide #ar {
	right: 15px;
}
.content {
	width: 1166px;
	margin: 20px 10px;
}

.content_l {
	float: left;
	width: 411px;
}
.lm1 {
	position: relative;
	width: 100%;
	height: 195px;
	margin-top: 10px;
}
.lm1_more {
	position: absolute;
	font-size: 13px;
	right: 0;
	top: 7px;
	text-align: right;
}
.lm1_title {
	position: absolute;
	left: 10px;
	width: 102px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	font-weight: 400;
	background: url(../image/title_qt_lm1.png) no-repeat;
	z-index: 1000;
	text-indent: 25px;
}
.lm1_content {
	position: absolute;
	width: 100%;
	top: 26px;
	background: url(../image/bg_qt_lm1.png) repeat-x;
	height: 150px;
	z-index: 800;
}
.lm1_content ul {
	margin: 15px 20px;
}
.lm1_content ul li {
	width: 100%;
	line-height: 30px;
}
.content_c {
	margin-left: 13px;
	float: left;
	width: 365px;
}
.lm2 {
	width: 100%;
}
.lm2_more {
	float: right;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	text-align: right;
	margin-bottom: 10px;
}
.lm2_title {
	float: left;
	text-indent: 50px;
	width: 130px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
	background: url(../image/icon_star.png) no-repeat;
	margin-bottom: 10px;
}
.lm2_content {
	float: left;
	width: 100%;
	background: url(../image/bg_qt_lm2.png) repeat-x;
	height: 310px;
}
.lm2_content img{
	width: 340px;
	height: 250px;
	margin: 25px 12px;
}
.lm2_content span{
	display: block;
	line-height: 10px;
	text-align: center;
}
.content_r {
	float: right;
	width: 365px;
}
.lm3 {
	width: 100%;
}
.lm3_more {
	float: right;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	text-align: right;
	margin-bottom: 10px;
}
.lm3_title {
	float: left;
	text-indent: 50px;
	width: 130px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
	background: url(../image/icon_video.png) no-repeat;
	margin-bottom: 10px;
}
.lm3_content {
	float: left;
	width: 100%;
	background: url(../image/bg_qt_lm1.png) repeat-x;
	height: 95px;
}
.lm3_content ul {
	margin: 15px 10px;
}
.lm3_content ul li {
	margin-top: 10px;
	width: 25%;
	float: left;
	text-align: center;
}
.lm3_content ul li img{
	width: 78px;
	height: 46px;
}
.lm3_content_text {
	margin-top: 10px;
	float: left;
	width: 100%;
	background: url(../image/bg_qt_lm3.png) repeat-x;
	height: 210px;
}
.lm3_content_text ul {
	margin: 15px 20px;
}
.lm3_content_text ul li {
	width: 100%;
	line-height: 30px;
}
.content_p {
	float: left;
	width: 100%;
}
.lm4 {
	height: 230px;
	margin-top: 10px;
}
.lm4_title {
	float: left;
	text-indent: 50px;
	width: 130px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
	background: url(../image/icon_cam.png) no-repeat;
	margin-bottom: 10px;
}
.lm4_title_bg {
	width: 980px;
	float: left;
	margin-top: 15px;
	height: 13px;
	background: url(../image/bg_qt_lm4.png) no-repeat;
}
.lm4_more {
	float: right;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	margin-bottom: 10px;
}
.lm4_content {
	float: left;
	width: 1166px;
	overflow: hidden;
	margin: 10px 0;
}
.slideCtrl_l {
	cursor: pointer;
	float: left;
	height: 28px;
	margin-top: 60px;
	width: 28px;
}
.slideCtrl_r {
	cursor: pointer;
	float: right;
	height: 28px;
	margin-top: 60px;
	width: 28px;
}
.slideUl {
	float: left;
	width: 1090px;
	margin-left: 10px;
}
.slideUl ul li {
	float: left;
	width: 218px;
	overflow: hidden;
	position: relative;
}
.slideUl ul li img {
	width: 205px;
	height: 154px;
}

.content_b {
	width: 1150px;
	margin-left: 22px;
}
.content_b ul li {
	text-align: center;
	float: left;
	width: 20%;
}
.content_b ul li a {
	color: white;
}
.content_b .box {
	height: 130px;
	width: 200px;
	margin: 15px 30px 15px 0;
	font-size: 16px;
	color: white;
}
.content_b .box span {
	display: block;
}
.content_v {
	width: 1150px;
	margin-left: 22px;
}
.content_v ul li {
	text-align: center;
	float: left;
	width: 25%;
}
.content_v .box {
	height: 185px;
	width: 255px;
	margin: 15px 30px 15px 0;
	font-size: 16px;
	color: white;
}
.content_v .box img {
	height: 155px;
	width: 255px;
}
.content_v .box span {
	display: block;
}

.scontent_l {
	float: left;
	width: 800px;
}
.slm1 {
	float: left;
	background-color: #fafafa;
	min-height: 615px;
	margin-bottom: 20px;
}
.slm1_title {
	width: 800px;
	float: left;
	height: 35px;
	line-height: 35px;
	background-color: #ececeb;
	text-indent: 20px;
	font-size: 16px;
	font-weight: 400;
}
.slm1_content {
	float: left;
}
.slm1_content ul {
	margin: 10px 20px;
}
.slm1_content li {
	width: 750px;
	line-height: 30px;
}
.slm1_content .date {
	float: right;
	color: #a2a2a2;
}
.scontent_r {
	float: right;
	width: 350px;
}
.slm2 {
	float: left;
	background-color: #fafafa;
	margin-bottom: 20px;
}
.slm2_title {
	width: 350px;
	float: left;
	height: 35px;
	line-height: 35px;
	background-color: #ececeb;
	text-indent: 30px;
	font-size: 16px;
	font-weight: 400;
}
.slm2_content {
	float: left;
	margin-top: 3px;
}
.slm2_content ul {
	margin: 10px 20px;
}
.slm2_content ul li {
	width: 100%;
	line-height: 30px;
}

.zw1 {
	width: 800px;
	float: left;
	min-height: 615px;
	margin-bottom: 20px;
}
.zw1_content {
	margin: 0 25px;
	width: 750px;
	float: left;
}
.zw1_content h2{
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	line-height: 50px;
}
.zw1_content h4{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
}
.zw1_content hr{
	border: 0;
	height: 1px;
	background-color: #c3c3c3;
}
.zw1_content .text{
	margin: 20px 0;
	line-height: 35px;
	font-size: 16px;
	text-align:justify;
	text-justify:inter-word;
}
.zw1_content span{
	display: block;
	line-height: 30px;
}
.foot {
	width: 1186px;
	margin: 10px auto 0;
}
.bottommenu {
	float: left;
	text-align: left;
	margin-bottom: 30px;
}
.copyright {
	float: right;
	text-align: right;
	margin-bottom: 30px;
}
