/*轮播图样式*/


/*1、pc*/

.focus-slide .switchable .items li#xf_slide_pc {
	background-image: url("../../img/index/looppic/cloud3D/cloud3D_01.jpg"), url("../../img/index/looppic/cloud3D/cloud3D_02.jpg"), url("../../img/index/looppic/cloud3D/cloud3D_03.jpg"), url("../../img/index/looppic/cloud3D/cloud3D_04.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 960px 100px, 960px 99px, 960px 100px, 960px 99px;
	background-position: 0% 0px, 0% 99px, 0% 198px, 0% 298px;
	/*background-image: url(img/index/looppic/cloud3D.jpg);
	background-repeat: no-repeat;*/
}


/*2、android*/

.focus-slide .switchable .items li#xf_slide_android {
	background-image: url("../../img/index/looppic/android/android_01.jpg"), url("../../img/index/looppic/android/android_02.jpg"), url("../../img/index/looppic/android/android_03.jpg"), url("../../img/index/looppic/android/android_04.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 960px 100px, 960px 99px, 960px 100px, 960px 99px;
	background-position: 0% 0px, 0% 99px, 0% 198px, 0% 298px;
	/*background-image: url(img/index/looppic/android.jpg);
	background-repeat: no-repeat;*/
}


/*3、ios*/

.focus-slide .switchable .items li#xf_slide_ios {
	background-image: url("../../img/index/looppic/ios/ios_01.jpg"), url("../../img/index/looppic/ios/ios_02.jpg"), url("../../img/index/looppic/ios/ios_03.jpg"), url("../../img/index/looppic/ios/ios_04.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 960px 100px, 960px 99px, 960px 100px, 960px 99px;
	background-position: 0% 0px, 0% 99px, 0% 198px, 0% 298px;
	/*background-image: url(img/index/looppic/ios.jpg);
	background-repeat: no-repeat;*/
}

/*4、mac*/

.focus-slide .switchable .items li#xf_slide_mac {
	background-image: url("../../img/index/looppic/mac/mac_01.jpg"), url("../../img/index/looppic/mac/mac_02.jpg"), url("../../img/index/looppic/mac/mac_03.jpg"), url("../../img/index/looppic/mac/mac_04.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 960px 100px, 960px 99px, 960px 100px, 960px 99px;
	background-position: 0% 0px, 0% 99px, 0% 198px, 0% 298px;
	/*background-image: url(../../img/index/looppic/mac.png);
	background-repeat: no-repeat;*/
}

