/* CSS Document */
body{
	background: url(../img/bg.jpg);
	background-size:100%;
	width:100%;
	height:auto}
.concenter{
	width:8.2rem;
	height:auto;
	margin:0 auto;
	overflow:hidden;}
*{
	padding: 0;
	margin: 0;
}
/*320px布局*/
html {
	font-size: 100px;
}
img{
	padding:0;
	margin:0;
	border:0;
	-webkit-touch-callout: none;
	-webkit-user-select:none;
}
a{
	text-decoration:none;
	-webkit-touch-callout: none;
	-webkit-user-select:none;}
body {
	font-size: 0.14rem;/*实际相当于14px*/
	padding: 0;
	margin: 0;
	font-family:"Comic Sans MS","幼圆","黑体",sans-serif;
}
.row {
	width: 8.2rem;
	height: auto;
	margin: 0;
}
.corblue{
	color:#0094D8}
.corgreen{
	color:#65AE08;}
	
	
.sl1{
	overflow:hidden;
	}
.sl1 .shou {
	background: url(../img/shou.png) no-repeat;
	background-size:100%;
	width: 5.0rem;
	height:3.6rem;
	animation: shou 1s steps(2) infinite;
	position: absolute;
	top: 2.4rem;
	right: 50%;
	margin-top: 0.1rem;
	margin-right:-4.5rem;
	border:0px solid #ff0000;
}
 @keyframes shou {
 from {
 background-position: 0.2rem 0;
}
 to {
 background-position: 0.1rem 0.2rem;
}
}
.sl2 {
	/*渐变背景色#7BBC44*/
	/*background: -moz-linear-gradient(top, #E7E7E7, #F1F1F1);火狐moz*/
	/*background: -webkit-gradient(linear,0% 0%,0% 100%,from(#E7E7E7), to( #F1F1F1));谷歌*/
	/*background: -webkit-linear-gradient(top,#E7E7E7,#F1F1F1);谷歌*/
	/*background: -o-linear-gradient(top,#E7E7E7,#F1F1F1);欧朋*/
	/*渐变背景色IE不兼容解决方案*/
/* 	background-color:#E7E7E7;
 */	/*IE<9>*/
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7E7E7',endColorstr='#F1F1F1',GradientType=0);
	 *//*IE8+*/
	/* -ms-filter: " progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E7E7E7,endColorstr=#F1F1F1)"; */
}
h3{
	font-size:0.33rem;}

.textcon1{
	font-family: "Comic Sans MS";
	padding:0 0.1rem;
	padding-bottom:0.2rem;
	}
.textcon1 p{
	padding-top:0.13rem;
	font-size:0.21rem;
	}
.textcon1 h4{
	padding-top:0.08rem;
	font-size:0.22rem;
	}
.sl3{}
.pvideos{
	width:90%;
	height:auto;
	min-height:4rem;
	margin:0 auto;
	background-color:#414141;}
.pvideos iframe{
	width:100%;
	height:4rem;
	margin:0 auto;
	background-color:#414141;}
.sl4, .sl5, .sl6, .sl7, .sl8 {
	position:relative}

.tc{
	background: url(../img/tc.png) no-repeat;
	background-size:100%;
	width: 2rem;
	height:2rem;
	animation: tc 1s steps(3) infinite;
	position: absolute;
	z-index: 5;
	top: 0.5rem;
	left: 0.5rem;
	margin-top: 0px;
	margin-left: 0px;
}
 @keyframes tc {
 from {
 background-position: 10% 0;
}
 to {
 background-position: 5% 10%;
}
}
.gh{
	background: url(../img/gh.png) no-repeat;
	background-size:100%;
	width: 2rem;
	height:2rem;
	animation: gh 1s steps(4) infinite;
	position: absolute;
	z-index: 5;
	top: 1.7rem;
	left: 6.1rem;
	margin-top: 0px;
	margin-left: 0px;
}
 @keyframes gh {
 from {
 background-position: 10% 0;
}
 to {
 background-position: 5%  10%;
}
}
.imgslider{
	margin:0 auto;
	width:8rem;
	height:auto;
	border:0px solid #000000;
	}

#owl-demo .item{
	height:auto;
	width:100%;
	margin:0.1rem;
	overflow:hidden;
	border:0px solid #000000;
	}
#owl-demo .item img{
	height:auto;
	width:100%;
	margin:0.1rem;
}

