﻿@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, cite, code, del, dfn, em, img, sub, sup, var, i, dl, dd, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	zoom:1
}
article, aside, figure, footer, header, hgroup, nav, menu, section {
	display:block
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%
}
input, select {
	vertical-align:middle
}
textarea {
	resize:none
}
 
img {
	vertical-align:top;
   max-width: 100%;
}
ul, li {
	list-style:none
}
body, html {
	color:#fff;
	 line-height:1.6;color:rgba(0,0,0,.85);
   font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
 
	background:#fff;
	overflow-x:hidden;
	
}
body {
	overflow-x:hidden
}
.container {
	background:#fff
}

.zimg{
	display: block;
	border-radius: 5px;
    width:100%;
    height:0;
    padding-bottom: 40%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    transition:all 0.5s linear;
  -webkit-transition:all 0.5s linear; /* Safari */
}
.timg{
	display: block;
	 
    width:100%;
    height:0;
    padding-bottom: 80%;
	 
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    transition:all 0.5s linear;
  -webkit-transition:all 0.5s linear; /* Safari */
}

.simg{
	display: block;
	 
    width:100%;
    height:0;
    padding-bottom: 60%;
	 
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    transition:all 0.5s linear;
  -webkit-transition:all 0.5s linear; /* Safari */
}

.bimg{
	display: block;
	 
    width:100%;
    
    
	 
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    transition:all 0.5s linear;
  -webkit-transition:all 0.5s linear; /* Safari */
  overflow: hidden;
}

.timga{
	display: block;
    border: 0px !important;
    width:100%;
    height:0;
    padding-bottom: 80%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    transition:all 0.5s linear;
  -webkit-transition:all 0.5s linear; /* Safari */
}