/** General page styling **/





#main {

  margin: 30px 0;

  position: relative;

}



/**

 * Grid container

 */

#tiles {

  list-style-type: none;

  position: relative; /** Needed to ensure items are laid out relative to this container **/

  margin: 0;

  padding: 0;

  width:100%;

}











/**

 * Grid items

 */

#tiles li {

  width: 230px;

  background-color: #ffffff;

  border: 1px solid #dedede;

          border-radius: 2px;

     -moz-border-radius: 2px;

  -webkit-border-radius: 2px;

  display: none; /** Hide items initially to avoid a flicker effect **/

  cursor: pointer;

  padding: 0px;

}



#tiles li.inactive {

  visibility: hidden;

  opacity: 0;

}



#tiles li img {

  display: block;

  text-align:center;

  margin:0 auto;

  padding:0;

  margin:0;

}



/**

 * Grid item text

 */

#tiles li p {

  color: #a4a4a4;

  font-size: 0.75rem;

  line-height: 1.25rem;

  text-align: left;

  font-weight: 230;

  padding:0;

  margin:0;

  width:95%;

	overflow:hidden;

	padding-left:2.5%;

	padding-right:2.5%;

	padding-top:5px;

	padding-bottom:5px;

	display:block;

}

#tiles li strong{ font-weight:bold;}



#tiles li h1,#tiles li h2 {

	padding: 0;

	margin: 0;

	width: 95%;

	overflow: hidden;

	padding-left: 2.5%;

	padding-right: 2.5%;

	padding-top: 5px;

	padding-bottom: 5px;

	display: block;

	color: #666;

	font-size: 1.125rem;

	line-height: 1.50rem;

	text-align: left;

	font-family: Arial,"微软雅黑";

	text-decoration: none;

	font-weight: lighter;

}

#tiles li h2 {
	padding-top: 10px;

	padding-bottom: 10px;
	}





/**

 * Progress bar for imagesLoaded

 */

.progress-bar {

  background-color: #0BC20B;

  height: 2px;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  width: 0;

  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);

  -webkit-transition: width 0.3s ease-out;

     -moz-transition: width 0.3s ease-out;

       -o-transition: width 0.3s ease-out;

          transition: width 0.3s ease-out;

}



/**

 * Placerholder css

 */

.wookmark-placeholder {

          border-radius: 2px;

     -moz-border-radius: 2px;

  -webkit-border-radius: 2px;

  background-color: #eee;

  border: 1px solid #dedede;

  z-index: -1;

}



.example-tiles {

  position: relative; /** Needed to ensure items are laid out relative to this container **/

  margin: 0;

  padding: 0;

}



.example-tiles li {

  display: block;

  opacity: 1;

  list-style-type: none;

  float: left;

  margin: 5px;

  -webkit-transition: all 0.3s ease-out;

     -moz-transition: all 0.3s ease-out;

       -o-transition: all 0.3s ease-out;

          transition: all 0.3s ease-out;

}



.example-tiles a,

.example-tiles a:hover {

  color: #555;

  background-color: #eee;

  text-align: center;

  display: table-cell;

  vertical-align: middle;

  width: 230px;

  height: 200px;

  font-size: 2em;

  font-weight: bold;

  text-decoration: none;

  border: 1px solid #ddd;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);

  padding: 5px 8px;

  border-radius: 3px;

}



.example-tiles a:hover {

  background-color: #ddd;

}





#loader {

	  text-align: center;

	  margin:0 auto;

	}



.bootslider .bs-pagination {

    margin: 0px 0px 20px;

    padding-top: 20px;

	max-width:74%;

	width:auto !important;

	width:74%;

}



.divcontent480

{

	display:none;

	}



#container {

	overflow:hidden;

	}







@media screen and (max-width: 320px) {



#main{

	margin: 0px 0px;

position: relative;

	}



/***案例详细后更改**/

.divcontent480{

	margin:0;

	padding:0;

	display: block;

	text-align: left;

	margin: 0 auto;

	line-height: 1.5rem;

	font-family: "微软雅黑", Arial;

	font-size: 0.75rem;

	height:auto !important;

	overflow:hidden;

	margin-bottom:20px;

	width:88%;



}





.divcontent480 h1{

	font-size: 2.125rem;

	line-height: 2.125rem;

	text-decoration: none;

	font-family: "微软雅黑";

	font-weight: lighter;

	}



.divcontent480 h2{

	font-size: 1.875rem;

	line-height: 2rem;

	text-decoration: none;

	font-family: "微软雅黑";

	font-weight: lighter;

	}





.divcontent480 h3{

	font-size: 1rem;

	line-height: 1.5rem;

	text-decoration: none;

	font-family: "微软雅黑";

	font-weight: lighter;

	}



.leftContent {



	display:none;

	}



.bootslider .bs-pagination {

    margin: 0px 0px 20px;

    padding-top: 20px;

	max-width:74%;

	width:auto !important;

	width:74%;

}





.bootslider .bs-pagination ul li {

    margin: 1px 1px;

    padding: 0px !important;

    width: 24px;

    height: 4px;

}



.bootslider .bs-pagination ul li a {

    text-indent: -10000px;

    width: 24px;

    height: 4px;

    display: block;

    border: 0px solid #E74C3C;

    background: none repeat scroll 0% 0% #313131;

}









.bootslider ul .marg_top {

    top: -30%;

    position: relative;

}



.m_img

{

	display:block;

	width:88%;

}

.bootslider {

	display:none;

	}

#tiles li img { margin-bottom:10px;}




}





@media screen and (min-width: 321px) and (max-width: 480px){



#main{

	margin: 0px 0px;

position: relative;

	}

/***案例详细后更改**/

.divcontent480{

	margin:0;

	padding:0;

	display: block;

	text-align: left;

	margin: 0 auto;

	line-height: 1.5rem;

	font-family: "微软雅黑", Arial;

	font-size: 0.75rem;

	height:auto !important;

	overflow-y: auto;

	overflow:hidden;

	margin-bottom:20px;

	width:92%;



}





.divcontent480 h1{

	font-size: 2.125rem;

	line-height: 2.125rem;

	text-decoration: none;

	font-family: "微软雅黑";

	font-weight: lighter;

	}



.divcontent480 h2{

	font-size: 1.875rem;

	line-height: 2rem;

	text-decoration: none;

	font-family: "微软雅黑";

	font-weight: lighter;

	}





.divcontent480 h3{

	font-size: 1rem;

	line-height: 1.5rem;

	text-decoration: none;

	font-family: "微软雅黑";

	font-weight: lighter;

	}









.leftContent {



	display:none;

	}



.bootslider {

	display:none;

	}



.m_img

{

	display:block;

	width:92%;

}



.bootslider .bs-pagination {

    margin: 0px 0px 20px;

    padding-top: 20px;

	max-width:74%;

	width:auto !important;

	width:74%;

}





.bootslider .bs-pagination ul li {

    margin: 1px 1px;

    padding: 0px !important;

    width: 24px;

    height: 4px;

}



.bootslider .bs-pagination ul li a {

    text-indent: -10000px;

    width: 24px;

    height: 4px;

    display: block;

    border: 0px solid #E74C3C;

    background: none repeat scroll 0% 0% #313131;

}









.bootslider ul .marg_top {

    top: -30%;

    position: relative;

}






#tiles li img { margin-bottom:10px;}



}





@media screen and (min-width: 481px) and (max-width: 768px){

/***案例详细后更改**/

.divcontent480{

	margin:0;

	padding:0;

	display: block;

	text-align: left;

	margin: 0 auto;

	line-height: 1.5rem;

	font-family: "微软雅黑", Arial;

	font-size: 0.75rem;

	height:auto !important;

	overflow:hidden;

	margin-bottom:20px;

	width:97.5%;



}



.leftContent {



	display:none;

	}
.popData { margin-bottom:10px;}



}.popData { margin-bottom:10px;}
