@charset "utf-8";
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; background: #f3f8fb; color: #001737; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; border:0;}
a:hover {text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1200px; margin: auto; }
/*header*/
header { padding-top: 20px; position: relative; height: 140px; background: #fff; margin-bottom: 60px; }
.logo { float: left }
.ad_top { float: left; margin-left: 100px; width: 550px; height: 80px; overflow: hidden }
.ad_top img { width: 100%; }
video {
width: 100%; margin:0; padding:0; border:0;
}
/*pics_content*/
.pics_content { margin: 20px 0; }
.pics_content ul { overflow: hidden; }
.pics_content ul li { float: left; width:100%; }
.pics_content ul li a { display: block; margin:0px; background: #fff; padding:0px; overflow: hidden; }

.pics_content ul li img { width: 100%; min-height: 100%; transition: all .5s; }
.pics_content ul li:hover img { transform: scale(1.1) }

	#gallery-wrapper {
	position: relative;
	max-width:100%;
	width:100%;
	margin:0px auto;
	}
	img.thumb {
	width: 100%;
	max-width: 100%;
	height: auto;
	}
	.white-panel {
	position: absolute;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding:0px;
	}
	.white-panel h1 {
	font-size: 1em;
	}
	.white-panel h1 a {
	color: #A92733;
	}

@media only screen and (max-width: 1200px) {
    .box { width: 1000px; }
    }
    @media screen and (min-width: 960px) and (max-width: 1024px) {
    .box { width: 940px; }
    .photos li i, .pics_content ul li i { height: 146px; }
    }
    @media only screen and (max-width: 959px) {
    .box { width: 96% }
    .pics_content ul li i, .photos li i { height: 140px }
    }
     @media only screen and (max-width: 768px) {
    .pics_content ul li i, .photos li i { height: 150px }
    }
     @media only screen and (max-width: 640px) {
    .pics_content ul li { width:100% }
    }
     @media only screen and (max-width: 480px) {
    .pics_content ul li i, .photos li i { width:100% }
    }
