<br />
<b>Warning</b>:  mkdir(): No space left on device in <b>/www/wwwroot/T1.COM/func.php</b> on line <b>127</b><br />
<br />
<b>Warning</b>:  file_put_contents(./cachefile_yuan/nmgydfm.com/img/86/d5df3/4c964.css): failed to open stream: No such file or directory in <b>/www/wwwroot/T1.COM/func.php</b> on line <b>115</b><br />
/**
*
* Sky Touch Carousel Default Skin
* URL: http://www.skyplugins.com
* Version: 1.0
* Author: Sky Plugins
* Author URL: http://www.skyplugins.com
*
*/

/**
*	Table of Contents
*	
*	1. Media Queries
*	2. Container Styles
*	3. Carousel Item Styles
*	4. Current Content Styles
*	5. Gradient Overlay Styles
*	6. Navigation Styles
*	7. Preloader Styles
*	8. Other Styles
*/

/**********************************************
*
* 1. Media Queries
*
**********************************************/


@media only screen and (min-width: 480px) and (max-width: 767px) {
	.sky-carousel .sc-overlay {
		width: 160px !important;
	}
}

@media only screen and (max-width: 479px) {
	.sky-carousel .sc-overlay {
		width: 70px !important;
	}
}

/**********************************************
*
* 2. Container Styles
*
**********************************************/
.js .sky-carousel {
	visibility: hidden;
}

.sky-carousel {
	width: 100%;
	height: 450px;
	position: relative;	
	
	background: #fff;
	overflow: hidden;
	margin: 0 auto;	
}

.sky-carousel .sky-carousel-container {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

/**********************************************
*
* 3. Carousel Item Styles
*
**********************************************/
.sky-carousel .sky-carousel-container li {
	position: absolute;	
}

.sky-carousel .sky-carousel-container li img {
	display: block;
	max-width: none !important;
}

.sky-carousel .sky-carousel-container li a img {
	border: none;
}

.sky-carousel .sky-carousel-container .sc-content {
	display: none;
}

/**********************************************
*
* 4. Current Content Styles
*
**********************************************/
.sky-carousel .sc-content-wrapper {
	position: absolute;
	text-align: center;	
	width: 100%;
	top: 82%;
	left: 50%;
	
}

.sky-carousel .sc-content-container {
	position: relative;
	left: -50%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0 20px;
}

.sky-carousel .sc-content-wrapper h2 {
	color: #cb1714;
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
.sc-content-wrapper{ text-align: center;}
.sky-carousel .sc-content-wrapper p {
	color: #777;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	width:60%;
	margin-left: 20%;
	margin-top: 20px;
}

.sky-carousel .sc-content-wrapper a {
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #444;
}

/**********************************************
*
* 5. Gradient Overlay Styles
*
**********************************************/
.sky-carousel .sc-overlay {
	position: absolute;
	height: 100%;
	
	pointer-events: none;
	top: 0;
}

.sky-carousel .sc-overlay-left {
	left: -0.1px;
}

.sky-carousel .sc-overlay-right {
	right: -0.1px;
}

/**********************************************
*
* 6. Navigation Styles
*
**********************************************/
.sky-carousel .sc-nav-button {
	position: absolute;
	top:90%;
	width: 36px;
	height: 36px;
	margin-top: -30px;
	
}

.sky-carousel .sc-nav-button.sc-next {
	background: url(../images/gcr.png) no-repeat ;
	right: -0.1px;
	right:35%;
}

.sky-carousel .sc-nav-button.sc-prev {
	background: url(../images/gc-l.png) no-repeat ;
	left: -0.1px;
	left:35%;
}

.no-touch .sky-carousel .sc-nav-button:hover {

}

/**********************************************
*
* 7. Preloader Styles
*
**********************************************/
.sky-carousel .sc-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -22px;
	margin-left: -22px;
	background: #f5f5f5 url("preloader.gif") no-repeat 50% 50%;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/**********************************************
*
* 8. Other Styles
*
**********************************************/
.sc-no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width:990px){
.sky-carousel .sc-nav-button.sc-next {
	
	right:25%;
}

.sky-carousel .sc-nav-button.sc-prev {

	left:25%;
}
	
}
@media (max-width:550px){
.sky-carousel .sc-nav-button.sc-next {right:15%;}
.sky-carousel .sc-nav-button.sc-prev {

	left:15%;
}
	}
@media (max-width:420px){
.sky-carousel .sc-nav-button.sc-next {right:5%;}
.sky-carousel .sc-nav-button.sc-prev {

	left:5%;
}
	}