
@charset "utf-8";
/* CSS Document */
/**
 * 全局样式
 */
* {margin:0px; padding:0px; border:0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
img {vertical-align:top;}
body{padding:0px; margin:0px; font-family: "微软雅黑"; font-size: 12px; color:#000;}
li {list-style:none;}
a{color:#000; text-decoration:none;}

/** 
 * 首页公共部分
 */
#demo{width:100%;overflow:hidden; position:relative;}
.Wrapper{width:1920px;}
.index_content{width:1920px; height:1095px; background:url(../images716/bg.jpg) no-repeat 0 0;}
.indexCon{width:1000px; height:166px; margin:0 auto; padding:536px 0 0 0; position:relative;}
.videoBox{width:726px; height:306px; background:url(../images716/videoBg.png) no-repeat 0 0; position:relative; margin-bottom:10px;}
.Player{width:75px; height:75px; position:absolute; top:450px; left:484px; cursor:pointer; background:url(../images716/playBg.png) no-repeat 0 0;}
.index_button{width:100%; height:114px;}
.homeBtn{width:100%; height:52px;font-size:25px; color:#0a57a9;}
.homeBtn a{padding-left:20px; height:52px; display:inline-block; font-size:25px; color:#0a57a9; text-decoration:underline;}
.index_downLoad1,.index_downLoad2,.index_downLoad3{width:173px; height:53px; margin-right:10px; display:block; float:left;}
.index_downLoad1{background:url(../images716/downLoad2.png) no-repeat 0 0;}
.index_downLoad1:hover{background:url(../images716/downLoad2Hover.png) no-repeat 0 0;}
.index_downLoad3{background:url(../images716/appLoad2.png) no-repeat 0 0;}
.index_downLoad3:hover{background:url(../images716/apploadHover2.png) no-repeat 0 0;}
.index_downLoad2{background:url(../images716/appLoad1.png) no-repeat 0 0;}
.index_downLoad2:hover{background:url(../images716/apploadHover1.png) no-repeat 0 0;}
.sy_tanCon{width:720px; height:400px; position:absolute; margin-bottom:10px;}
.sy_tanClose{position:absolute; width:32px; height:32px; cursor:pointer;}
.shipindiv{width:720px; height:400px;}
.index_tanK{width:100%; height:1200px; display:none; position:absolute; left:0; top:0; z-index:9999; background:url(../images716/blackBg.png) repeat 0 0;}
.sy_tanMp{width:720px; height:400px; position:absolute; display:none;}
.lunboWrap{width:1000px; height:390px; margin:0 auto; position:relative;}
.lunbo{width:662px; height:372px;}
#container {width:662px;height:372px;position:relative;z-index:0;overflow:hidden;}
#rongqi{width:662px; height:372px; position:absolute; overflow:hidden; left:0; top:0;}
.rongqiul{height:372px; position:absolute; left:0px; top:0;}
.rongqiul li{width:662px; height:372px; float:left;}
.dianrongqi{height:12px; position:absolute; z-index:60; right:40px; bottom:12px; text-align:right;}
.dianrongqi li{height:12px;cursor:pointer; padding-right:5px; float:left;}
.dianrongqi li.active{ height:12px;}
.footer{width:100%; height:60px; background:#e1dede; padding-top:28px;}
.footer p{line-height:20px; color:#000; text-align:center;}
.lunboRight{width:330px; height:390px; position:absolute; right:0; top:0;}
.index_rPic1{width:330px; height:200px; margin-bottom:10px; display:block;}
.index_rPic2{width:330px; height:162px;}
.zhuan{
		-webkit-animation-name: zhuan;
		-moz-animation-name: zhuan;
		-o-animation-name: zhuan;
		-ms-animation-name: zhuan;
		animation-name: zhuan;
		-webkit-animation-duration: 1.5s;
		-moz-animation-duration: 1.5s;
		-o-animation-duration: 1.5s;
		-ms-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		-o-animation-timing-function: linear;
		-ms-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
@-webkit-keyframes zhuan {
	0% {-webkit-transform:rotate(0deg); }
	50% {-webkit-transform:rotate(180deg); }
	100% {-webkit-transform:rotate(360deg); }
}

@-moz-keyframes zhuan {
	0% {-moz-transform:rotate(0deg); }
	50% {-moz-transform:rotate(180deg); }
	100% {-moz-transform:rotate(360deg); }
}
@-o-keyframes zhuan {
	0% {-o-transform:rotate(0deg); }
	50% {-o-transform:rotate(180deg); }
	100% {-o-transform:rotate(360deg); }
}
@-ms-keyframes zhuan {
	0% {-ms-transform:rotate(0deg); }
	50% {-ms-transform:rotate(180deg); }
	100% {-ms-transform:rotate(360deg); }
}
@keyframes zhuan {
	0% {transform:rotate(0deg); }
	50% {transform:rotate(180deg); }
	100% {transform:rotate(360deg); }
}


