@charset "utf-8";
/* 网站模板 www.adminbuy.cn */
* { 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; color: #001737; }
a:hover { color: #012684; 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%; }
/*pics_content*/
.pics_content { margin: 20px 0; }
.pics_content ul { overflow: hidden; }
.pics_content ul li { float: left; width: 25%; }
.pics_content ul li a { display: block; margin: 10px; background: #fff; padding: 10px; overflow: hidden; }
.pics_content ul li i { height: 195px; overflow: hidden; display: block; }
.pics_content ul li p{ text-align:center; line-height:1.5;}
.pics_content ul li img { width: 100%; min-height: 100%; transition: all .5s; }
.pics_content ul li:hover img { transform: scale(1.1) }

@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: 50% }
    }
     @media only screen and (max-width: 480px) {
    .pics_content ul li i, .photos li i { height: 120px }
    }
