﻿
/**
 * PgwSlideshow - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
/*.pgwSlideshow li { float:left; }*/
 
.pgwSlideshow {
	width: 100%; /*display:none;*/
}
.pgwSlideshow .ps-current {
	position: relative;
	min-height: 250px;
	height: 600px;
	text-align: center;
	overflow: hidden;
	background: url(../img/loading.gif) no-repeat center;
}
.pgwSlideshow .ps-current ul li {
	text-align: center;
	width: 100%;
	z-index: 1;
	opacity: 0;
	display: block;
}
.pgwSlideshow .ps-current ul li img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.pgwSlideshow .ps-current ul li a[href="javascript:;"] {
	cursor: default;
}
.ps-caption-wrapper {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.pgwSlideshow .ps-caption {
	padding: 8px 10px;
	text-align: left;
	color: #fff;
	background: url(../img/ps-caption-bg.png);
}
.pgwSlideshow .ps-caption h3 {
	line-height: normal;
	font-size: 15px;
	font-weight: normal;
}
.pgwSlideshow .ps-caption p {
	margin-top: 5px;
	font-size: 12px;
}
.pgwSlideshow .ps-caption a {
	color: #fff;
	text-decoration: none;
}
.pgwSlideshow .ps-list {
	position: relative;
	width: 100%;
	height: 86px;
	overflow: hidden;
	margin-top: 20px;
	box-sizing: border-box;
}
.pgwSlideshow .ps-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 0;
}
.pgwSlideshow .ps-list li {
	float: left;
}
.pgwSlideshow .ps-list li .ps-item {
	display: block;
	margin: 0 10px 0 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border: 1px solid #ccc;
}
.pgwSlideshow .ps-list li:last-child .ps-item {
	margin-right: 0;
}
.pgwSlideshow .ps-list li .ps-item img {
	display: block;
	width: 120px;
	height: 84px;
}
.pgwSlideshow .ps-list li .ps-selected {
	float: left;
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #f00;
}
.pgwSlideshow .ps-list li .ps-selected img {
}
.pgwSlideshow .ps-prev, .pgwSlideshow .ps-next {
	position: absolute;
	top: 50%;
	z-index: 100;
	margin-top: -40px;
	cursor: pointer; /*display:block !important; opacity:1 !important; filter:alpha(opacity=100) !important;*/
}
.pgwSlideshow .ps-prev {
	display: block;
	left: 0;
}
.pgwSlideshow .ps-next {
	display: block;
	right: 0;
}
.pgwSlideshow .ps-prevIcon, .pgwSlideshow .ps-nextIcon {
	display: block;
	width: 50px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(60,60,60,0.2);
	_background-color: #e5e5e5;
}
.pgwSlideshow .ps-prevIcon:hover, .pgwSlideshow .ps-nextIcon:hover {
	background-color: #333;
	background-color: rgba(60,60,60,0.8);
	_background-color: #666;
}
.pgwSlideshow .ps-current .ps-prevIcon {
	background-image: url(../img/arrow-left.png);
}
.pgwSlideshow .ps-current .ps-nextIcon {
	background-image: url(../img/arrow-right.png);
}
.pgwSlideshow .ps-list .ps-prev, .pgwSlideshow .ps-list .ps-next {
	top: 0;
	margin-top: 0;
	height: 100%;
	z-index: 10000;
	display: none;
	background-color: rgba(60,60,60,0.6);
}
.pgwSlideshow .ps-list .ps-prevIcon, .pgwSlideshow .ps-list .ps-nextIcon {
	width: 30px;
	height: 100%;
}
.pgwSlideshow .ps-list .ps-prevIcon {
	background-image: url(../img/arrow-left-m.png);
}
.pgwSlideshow .ps-list .ps-nextIcon {
	background-image: url(../img/arrow-right-m.png);
}
/*
 * The media-queries are not used because IE8 doesn't support them.
 */
.pgw-narrow .ps-caption {
	font-size: 0.8rem;
}
.pgw-narrow .ps-list {
	height: 62px;
	margin-top: 15px;
}
.pgw-narrow .ps-list li .ps-item img {
	width: 85px;
	height: 60px;
}
.pgw-narrow .ps-prev, .pgw-narrow .ps-next {
	margin-top: -30px;
}
.pgw-narrow .ps-prevIcon, .pgw-narrow .ps-nextIcon {
	width: 35px;
	height: 60px;
}
.pgw-narrow .ps-current .ps-prevIcon {
	background-image: url(../img/arrow-left-m.png);
}
.pgw-narrow .ps-current .ps-nextIcon {
	background-image: url(../img/arrow-right-m.png);
}
.pgw-narrow .ps-list .ps-prevIcon, .pgw-narrow .ps-list .ps-nextIcon {
	width: 25px;
}
.pgw-narrow .ps-list .ps-prevIcon {
	background-image: url(../img/arrow-left-s.png);
}
.pgw-narrow .ps-list .ps-nextIcon {
	background-image: url(../img/arrow-right-s.png);
}


@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95%;
        max-width: 1200px;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96%;
        max-width: 1000px;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px;
    }
    
    .nav li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}



/* === 优化的自适应响应式样式 === */
/* 全局响应式设置 */
@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95% !important;
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96% !important;
        max-width: 1000px !important;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px !important;
    }
    
    .nav li {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}
/* === 优化的自适应响应式样式结束 === */



/* === 优化的自适应响应式样式 === */
/* 全局响应式设置 */
@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95% !important;
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96% !important;
        max-width: 1000px !important;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px !important;
    }
    
    .nav li {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}
/* === 优化的自适应响应式样式结束 === */
