@charset "utf-8";
.content {
	width: 100%;
	overflow: hidden;
}
.fadein {
	transition: all .3s ease-in;
}
.iosSliderDemo {
	clear: both;
	width: 100%;
	padding: 0 0 30% 0;
	padding: 0 0 400px;
	position: relative;
	max-width: 1366px;
	margin: 0 auto;
}
.fluidHeight {
	position: absolute;
	width: 100%;
	height: 480px;
}
.sliderContainer {
	height: 100%;
	max-height: 480px;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
	/* 	width: 1200px; */
	width: 100%;
	max-width: 1366px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 30px;
	display: none;
}
.iosSlider .slider .item .inner .text1 {
	opacity: 0;
	filter: alpha(opacity=0);
	background: none repeat scroll 0 0 #000000;
	position: absolute;
	bottom: 12%;
	padding: 0 12px 0 12px;
	height: 50px;
	text-align: left;
}
.iosSlider .slider .item .inner .text1 span {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 8px;
	font-family: "Microsoft Yahei";
}
.iosSlider .slider .item .inner .text1 span i {
	margin: 0 0 0 5px;
}
.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 10px 12px 10px;
	position: absolute;
	left: 100px;
	top: 451px;
	text-align: left;
}
.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 100;
	padding: 0 8px;
}
.iosSlider .slider .item .inner .more {
	opacity: 0.4;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	bottom: 6%;
	right: 0;
	padding: 0 5px 0 2px;
	height: 25px;
	width: 55px;
	z-index: 2;
	text-align: center;
}
.iosSlider .slider .item .inner .more a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	font-family: "Microsoft Yahei"
}
.sliderContainer .slideSelectors {
	position: relative;
	bottom: 20px;
	width: 160px;
	margin: 0 auto;
	z-index: 1;
	height: 11px;
}
.sliderContainer .slideSelectors .prev {
	float: left;
	width: 11px;
	height: 11px;
	background: url(../img/arrow_left.png) no-repeat 50% 0;
}
.sliderContainer .slideSelectors .next {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(../img/arrow_right.png) no-repeat 50% 0;
}
.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #aaa;
	margin: 1px 1px 1px 11px;
	filter: alpha(opacity=25);
	border-radius: 10px;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}
.hiSlider {
	overflow: hidden;
	height: 300px;
	width: 500px;
}
.hiSlider-item {
	float: left;
}
.hiSlider-item {
	display: block;
	width: 100%;
}
.hiSlider-item img {
	display: block;
	width: 100%;
	height: 300px;
}

@media screen and (max-width:1024px) {
.iosSlider .slider .item .inner .text1 {
	height: 30px;
}
.iosSlider .slider .item .inner .text2 {
	top: 329px;
}
.iosSliderDemo {
	padding: 0 0 336px;
}
.fluidHeight {
	height: 336px;
}
.sliderContainer {
	max-height: 336px;
}
.iosSlider .slider .item .inner .text1 span {
	line-height: 30px;
	font-size: 14px;
}
.iosSlider .slider .item .inner .more {
	width: 45px;
	height: 20px;
}
.iosSlider .slider .item .inner .more a {
	font-size: 12px;
	line-height: 20px;
}
}

@media screen and (max-width:800px) {
.iosSlider .slider .item .inner .text1 {
/*  top:100px; */
}
.iosSlider .slider .item .inner .text2 {
	top: 199px;
}
.iosSliderDemo {
	padding-bottom: 253px;
}
.iosSliderDemo {
	padding: 0 0 253px;
}
.fluidHeight {
	height: 253px;
}
.sliderContainer {
	max-height: 253px;
}
/*.iosSlider .slider .item .inner {
width:760px;
}*/
.iosSlider .slider .item .inner .text1 span {
	font-size: 14px;
}
}

@media screen and (max-width:640px) {
.content {
	padding-bottom: 20px;
}
.iosSliderDemo {
	padding-bottom: 200px;
}
.iosSliderDemo {
	padding: 0 0 200px;
}
.fluidHeight {
	height: 200px;
}
.sliderContainer {
	max-height: 200px;
}
/*.iosSlider .slider .item .inner {
width:600px;
}*/
.iosSlider .slider .item .inner .text1 {
/*  top:50px; */
}
.iosSlider .slider .item .inner .text2 {
	/*  top:100px; */
	top: 125px;
}
}

@media screen and (max-width:480px) {
/*.iosSlider .slider .item .inner {
width:480px;
}*/
.iosSliderDemo {
	padding-bottom: 160px;
}
.fluidHeight {
	height: 160px;
}
.iosSlider .slider .item .inner .text1 {
	display: none;
}
.iosSlider .slider .item .inner .text2 {
	display: none;
}
}

@media screen and (max-width:360px) {
/*.iosSlider .slider .item .inner {
width:300px;
}*/
.iosSlider .slider .item .inner .text1 {
	display: none;
}
.iosSlider .slider .item .inner .text2 {
	display: none;
}
.iosSliderDemo {
	padding-bottom: 133px;
}
.fluidHeight {
	height: 133px;
}
}

@media screen and (min-width: 900px) {
.onlymobileshow {
	display: none;
}
.ssubNav1 {
	display: none;
}
.mainWrap {
	display: block;
}
}

@media screen and (max-width:1380px) {
#nav > li > a {
	font-size: 16px;
	padding: 0px 10px;
}

}

@media screen and (max-width:1180px) {
.lj2 {
	margin-left: 20%;
}
.tpgd {
	width: 40%;
}
.xxxx {
	width: 58%;
	float: right;
}
.xxxx ul {
	margin-left: 10px;
}
a.title {
	width: 83%;
}
.hiSlider {
	overflow: hidden;
	height: 280px;
	width: 500px;
}
.hiSlider-item img {
	display: block;
	width: 100%;
	height: 280px;
}
.footer p {
	font-size: 14px;
	line-height: 30px;
}
.footer a {
	font-size: 14px;
}
}

@media screen and (max-width:1080px) {
.container {
	margin-top: 18px;
}
.lj2 {
	margin-left: 8%;
}
.head, .head a {
	font-size: 14px;
}
.tzgg .tzggl, .tzgg .tzggr {
	width: 100%;
	float: none;
}
.tzgg .title {
	width: 85%;
}
.zt img {
	max-width: 240px;
	width: 100%;
	min-height: 69px;
}
.wl a {
	min-height: 120px;
}
}

@media screen and (min-width: 801px) and (max-width: 1079px) {
#nav > li > a {
	font-size: 14px;
	padding: 0px 7px;
}
#nav ul.subs {
	width: 14%;
}
.tpgd {
	width: 40%;
}
.hiSlider {
	height: 260px;
}
.hiSlider-item img {
	display: block;
	width: 100%;
	height: 260px;
}
.xxxx {
	width: 58%;
	float: right;
}
a.title {
	line-height: 30px;
	width: 76%;
	overflow: hidden;
	height: 30px;
	font-size: 14px;
}
.tzgg .title {
	width: 75%;
}
span.time {
	float: right;
	font-size: 14px;
	padding-right: 10px;
	line-height: 30px;
}
.bt a {
	font-size: 16px;
}
.zt ul li {
	min-height: 100px;
}
.zt img {
	max-width: 240px;
	width: 100%;
	min-height: 69px;
}
.wl a {
	width: 15.66666667%;
}
.dbrk {
	margin-left: 2%;
}
.bq {
	margin-right: 2%;
}
}

@media screen and (max-width: 901px) {
.logo {
	width: 240px;
}
.lj2 {
	margin-right: 15px;
	float: right;
}
.ss {
	display: none;
}
.container {
	margin-top: 0;
}
#nav > li > a {
	font-size: 16px;
	padding: 0px 8px;
}
.first {
	display: block;
}
.footer .inner {
	padding-top: 30px;
}
.dbrk, .bq {
	width: 96%;
	float: none;
	margin: 15px;
}
.dbrk {
	margin-bottom: 30px;
}
}

@media screen and (max-width: 800px) {
.logo {
	width: 280px;
	padding-bottom: 8px;
}
.ss span {
	display: none;
}
.ssk {
	width: 75%;
}
.container {
	margin-top: 16px;
	width: 28%;
}
.navbar-toggle {
	display: block;
	position: absolute;
	top: 0px;
	z-index: 999;
	right: 0;
}
.navbar-toggle.on{
	position:fixed;
	top:0
}
#nav {
	background-color: #F5F5F5;
	display: none;
	margin-top: 0;
	padding-bottom: 30px;
	position: fixed;
	top: 0;
	z-index: 998;
	padding-top: 18px;
}
#nav > li {
	float: none;
	border-bottom: 0;
	margin-bottom: 0;
}
/*@media all and (max-width:980px)*/
#nav ul.subs {
	position: relative;
	top: 0px;
	width: 100%;
	text-align: left;
	text-indent: 1em;
}
#nav ul.subs > li {
	display: block;
	width: auto;
}
#nav > li > a {
	font-size: 14px;
	padding: 0px 8px;
	line-height: 30px;
	width: 80px;
}
#nav ul.subs > li > a {
	font-size: 1.25em;
	text-transform: uppercase;
	line-height: 22px;
}
.tpgd {
	width: 500px;
	float: none;
	padding-left: 0px;
	padding-top: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bt span {
	font-size: 18px;
}
.bt a {
	font-size: 16px;
}
.hiSlider {
	height: 300px;
}
.hiSlider-item img {
	display: block;
	width: 100%;
	height: 300px;
}
.xxxx {
	width: 100%;
	float: none;
}
.mod3 .nr {
	max-height: 330px;
	overflow: hidden;
}
.zt ul li {
	min-height: 80px;
}
.zt img {
	max-width: 175px;
	width: 100%;
	min-height: 50px;
}
.wl a {
	width: 16.6666666%;
}
.footer .inner {
	padding-top: 30px;
}
.dbrk, .bq {
	width: 95%;
	float: none;
	margin: 15px;
}
.dbrk {
	margin-bottom: 30px;
}
#gotoTop {
	display: none;
}
}

@media screen and (max-width:640px) {
.head .inner {
	padding-bottom: 15px;
}
.container {
	width: 38%;
}
.tpgd {
	width: 96%;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0 auto;
}
.lj {
	float: none;
	margin-left: 8px;
}
.lj2 {
	margin-left: 6px;
	float: none;
}
.ss {
	float: none;
	padding-left: 10px;
	display: block;
}
.hiSlider {
	height: 220px;
}
.hiSlider-item img {
	display: block;
	width: 100%;
	height: 220px;
}
a.title {
	line-height: 30px;
	width: 96%;
	height: 30px;
	font-size: 14px;
}
.zt ul li {
	width: 50%;
	min-height: 50px;
}
.zt img {
	max-width: 170px;
	width: 100%;
	min-height: 50px;
}
.mod3 .nr {
	max-height: 285px;
	overflow: hidden;
}
span.time {
	display: none;
}
.wl img {
	width: 46%;
	height: 46%;
}
.wl a {
	min-height: 120px;
	width: 25%;
}
.dbrk, .bq {
	width: 90%;
}
}

@media screen and (max-width:480px) {
.wl a {
	min-height: 90px;
}
.wl img {
	width: 56%;
	height: 56%;
}
.container {
	width: 48%;
	position: absolute;
	right: 0;
}
.hiSlider {
	height: 200px;
}
.hiSlider-item img {
	display: block;
	width: 100%;
	height: 200px;
}
}

@media screen and (max-width:360px) {
.logo {
	width: 260px;
	padding-bottom: 8px;
}
.container {
	width: 58%;
}
.zt ul li {
	width: 50%;
}
.zt ul li {
	min-height: 60px;
}
.zt img {
	max-width: 140px;
	width: 100%;
	min-height: 40px;
}
.wl a {
	width: 33.33333%;
	min-height: 74px;
}
.wl img {
	width: 46%;
	height: 46%;
}
}
