﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
/* CSS Document */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
*{ font-family:"微软雅黑"}
html,body,div,span,a,p{ margin:0px; padding:0px;}
a:link,a:visited {text-decoration:none;cursor:pointer;}
a:hover {color:#ff6600;text-decoration:underline;cursor:pointer;}
.visible{ display:block;}
.visible .slide_info{display:block;}
.visible img{display:block;}
.hidde{ display:none;}
.hidde img{ display:none;}
.div-500{display:table; width:100%; height:auto; text-align:center;padding: 30px 0px;}
#nav{/* margin-left:20px; */display: block;width: auto;height: 40px;float: right;line-height: 40px;text-align: right;font-size: 12px;color: #222222;}
#nav a{ display:block; width:auto; float:left; height:auto;line-height: 30px;padding: 0px 5px;text-decoration: none;background-color: #888482;color: #ffffff;margin-left: 1px;}
#nav a:hover{ color:#ffffff; background-color:#ff6600;}
#nav i{ display:block; width:auto;float:left; height:auto;line-height: 30px;font-style: normal;padding: 0px 5px;color: #ffffff;}
/* view 样式  /////////////////////////////////////////////////////////////// */
.sns{width: 200px;height: 25px; margin:0px; padding:0px;float: left;left: 0;bottom: 100px; display:block;/* position: absolute; */cursor: pointer;display: table;margin-right: 20px;}
.sns span{width: 25px;/* height: 60px; *//* float: right; *//* padding: 0px; *//* padding-right: 0px; */}
.body .title .tip .sns .p{ background-image:url(/Content/img/share_all.png); background-repeat:no-repeat;background-position: -0px -0px;}
.body .title .tip .sns .e{ background-image:url(/Content/img/share_all.png); background-repeat:no-repeat;background-position: -0px -24px;}
.body .title .tip .sns .f{ background-image:url(/Content/img/share_all.png); background-repeat:no-repeat;background-position: -0px -48px;}
.body .title .tip .sns .t{ background-image:url(/Content/img/share_all.png); background-repeat:no-repeat;background-position: -0px -72px;}
.body .title .tip .sns .l{ background-image:url(/Content/img/share_all.png); background-repeat:no-repeat;background-position: -0px -96px;}
.body .title .tip .sns .g{ background-image:url(/Content/img/share_all.png); background-repeat:no-repeat;background-position: -0px -120px;}
.body .title .tip .sns .w{ background-image:url(/Content/img/share_all.png); background-repeat:no-repeat;background-position: -0px -144px;}
.body .title .tip .sns .wx{ background-image:url(/Content/img/share_all.png); background-repeat:no-repeat;background-position: -0px -168px;}
.slide{ width:100%; overflow:hidden;height: auto;display:block; padding:0px; margin:0 auto; position:relative;/* background-color: #142831; */max-width: 1300px;}
.slide_list { width:100%;height: auto;overflow:hidden;}
.slide_list ul{list-style:none; display:block; width:auto;height: auto;padding:0px; margin:0; float:left;}
.slide_list ul li{ position:relative;display:block;width:1920px; overflow:hidden;height: auto; padding:0px; margin:0; float:left;}
.slide_info{position:absolute; display:block;bottom: 0px;left: 0px; line-height:200%;width: 100%; height:auto;margin-right: 100px;padding: 15px 0px;color:#ffffff; background-image:url(/Content/img/slide/info_bg.png); rgbargba(143,142,142,.3);/* background-repeat:repeat; *//* border-radius:20px; */}
.slide_list ul li img{ max-width:100%; overflow:hidden; height:auto; padding:0px; margin:0;display: block;margin-left: auto;margin-right: auto;}
.slide_info .s0{display:block;width:auto; height:50px; line-height:50px;font-size: 18px;/* font-weight:bold; */text-align:left;float: left;margin: 0px 10px;margin-left: 100px;}
.slide_info .s0 i{/* list-style:none; *//* display:block; */width:auto;height:50px;line-height:50px;font-size: 30px;color: #00DFA4;/* font-weight:bold; */text-align:left;float: left;margin-right: 5px;font-style: normal;margin-top: -10px;}
.slide_info .s0 o{/* list-style:none; *//* display:block; */width:auto;height:50px;line-height:50px;font-size: 24px;color: #FFFFFF;/* font-weight:bold; */text-align:left;float: right;margin-right: 5px;font-style: normal;margin-top: 10px;}
.slide_info .s1{display:none;width:auto; height:50px; line-height:50px;font-size: 22px; font-weight:bold;text-align:left;margin: 0px 100px;}
.slide_info .s2{display:block;width:auto; height:auto;line-height:30px;font-size: 16px;/* font-weight:bold; */ text-align:left;word-wrap: break-word;margin: 0px 100px;}
.slide_info .s3{display:block; padding:0px; margin:0px; width:auto;height: 30px;line-height:30px;font-size: 16px; font-weight:bold; text-align:left; padding-left:40px; background-image:url(/Content/img/slide/arrow.png); background-repeat:no-repeat;background-position: -14px -156px;}
.slide_info .s3 a{color:#ffffff;}
.arrow_left,.arrow_right{width: 10%;text-align:center; vertical-align:middle;/* border-radius: 0% 100% 100% 0%; */}
.arrow_left{float:left; display:block; position:absolute;top: 35%;bottom: 35%;cursor: pointer;background-image:url(/Content/img/slide/left.png);background-repeat:no-repeat;background-position:center;z-index: 1000;}
.arrow_right{float:right; display:block; position:absolute;top: 35%;right: 0px;bottom: 35%;text-align: center;cursor: pointer; background-image:url(/Content/img/slide/right.png);background-repeat:no-repeat;background-position:center;z-index: 1000;}
 .arrow_left:hover,.arrow_right:hover{
 /* opacity: 0.2;
  filter:alpha(opacity=20);
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#800000,endColorstr=#800000)";    
*/
  background-color: rgba(0, 0, 0, 0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#20000000, endColorstr=#20000000)";/*Filter for older IEs */
 }
.menu_list{font-weight:normal;}
.body{
	display:block;
	width: 100%;
	line-height:30px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	overflow: visible;
	margin-right: auto;
	background-color: #333333;
	/* max-width: 1300px; */
}
.body .title{
	display: table;
	width: 90%;
	line-height:50px;
	height: auto;
	font-size:24px;
	font-weight:bold;
	color: #aaaaaa;
	text-align:center;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.body .title h3{display:block; line-height:50px;height: auto; width:100%; text-align:center;}
.body .tip{
	width:100%;
	height:auto;
	float:left;
	/* border-bottom: 1px dashed #cccccc; */
	margin-bottom: 20px;
	display: table;
	text-align: cneter;
	padding-bottom: 10px;
	font-weight: 100;
	}
.body .tip span{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size:12px;
	/* padding:5px; */
	/* align-items: center; */
	/* padding-right: 30px; */
	display:block;
	position:relative;
	float:left;
}
.body .tip s{ margin-left:20px;display: block; width:100px; height:25px; float: right;}
.body .tip s a{ display:block; width:auto; float:left; height:auto;}
.tip-span{
    margin-right: 20px;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    /* padding: 5px; */
    /* align-items: center; */
    /* padding-right: 30px; */
    position: relative;
    float: left;
    }
.body .tip a{ display:block; width:20px;height: 25px;line-height: 25px; float:right; cursor:pointer;}
.body .tip a:hover{ color:#ffffff; background-color:#ff6600;}
.body .info{
	display:block;
	float:left;
	width:100%;
	height:auto;
	line-height:25px;
	font-size:14px;
	padding: 0px;zoom:1;
	position: relative;
	text-indent: 30px;
	/* max-width: 1000px; */
}
.body .info img{    
display: block;
width:auto;
max-width:100%;
}
.more{
	display:block;
	width: 90%;
	height: auto;
	/* float: left; */
	margin-left: auto;
	font-size: 14px;
	padding: 50px 0px;
	margin-right: auto;
}
.more .pre{
	display:block;
	width: 99%;
	height:auto;
	float: left;
	/* min-width:400px; */
	/* border: 1px solid #ccc; */
	padding: 10px 0px;
}
.more .next{
	display:block;
	width: 99%;
	height:auto;
	float: left;
	/* min-width:400px; */
	padding: 5px 0px;
}
.more .other{
	display:block;
	width:100%;
	height:auto;
	float: left;
	margin-top: 20px;
}
.more .o-t{
	display:block;
	width: 90%;
	height:auto;
	font-size: 16px;
	color: #ff6600;
	margin-top: 50px;
}
.more ul{
	display:block;
	list-style:none;
	width:100%;
	height:auto;
	float: left;
	padding: 0px;
}
.more ul li{
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	font-size:14px;
	padding:5px;
	width: 100%;
	float: left;
}
.top_bg{width:100%; padding:0px; margin:0px; height:auto;}
.top_bg img{width:100%; height:auto; border:none; margin:0px; padding:0px;}
.body .tip a:link,.body .tip a:visited {text-decoration:none;cursor:pointer; color:#aaaaaa;}
@media only screen and  (max-width:1000px) {
	.footer .link { width:97%; margin-left:2%;}
	.footer .link .p{width:100%;}
	.footer .link  .p .t{color:#ffffff;min-width:120px;}
	.footer .link  .p ul li{width:auto; float:left; margin-right:10px;}
	.footer .qr{width: 90%; float:left;margin-left: 2%;}
	.footer .d ul li .l{width:100%;}
	.footer .d ul li .r{width:100%;float: left;text-align: left;}
	.footer .sns{width: 200px;height: 70px; margin:0px; padding:0px;/* float:right; */right: 0;bottom: 50px;position: absolute;/* background-color: #0C0808; */}
}
@media only screen and (max-width:800px) {
	.slide_list ul li .slide_info{display:;position: relative;top: 0px;left: 0px;margin-left: 0px;background-image: none;border-radius: 0px;background-color: #22B19D;width: 100%;padding: 10px;min-height: 50px;}
	/*.slide_list ul li img{min-height: 300px;}
	.slide ul li{width:100%; height:auto;}
	.slide .slide_list{width:100%; height:auto;}
	.slide_list ul {width:100%; height:auto;}
	.slide{width:100%;height:auto; margin-top:10px;}
	*/
	.slide2 ul li .info_news{width:94%; margin-bottom:10px;}
	.slide2 ul li .info{width:94%; margin-bottom:10px;}
	.slide2,.slide2 ul {height:auto;}
	.header{background-image:none;position:relative;}
	.logo{ margin-left:5px;}
	.menu{display:none}
	.footer .sns{width: 200px;height: 70px; margin:0px; padding:0px;/* float:right; */right: 0;bottom: 50px;position: absolute;/* background-color: #0C0808; */}
	.footer .d ul li { width:96%;}
	.body .tip s {
    margin-left:0px;
    display: block;
    width: 100px;
    height: 25px;
    float:left;
	}
}
@media only screen and (max-width:600px) {
.slide_info .s0,.slide_info .s2{
	margin-left:10px; margin-right:10px;
	font-size:14px; font-weight:100;
}
.sns{margin-top:20px; margin-left:auto; margin-right:auto;}
}
@media only print{
	.header{display:none;}
	.more{display:none;}
	.footer{display:none;}
}