﻿@charset "utf-8";
/* main_img */
@media(max-width:768px) {
	.img_gallery {
		height:480px;
		overflow: hidden;
		position: relative;
		width:100%;
		margin:48px auto 0;
	}
	.main_img {
		height:100%;
		overflow: hidden;
		position: relative;
		width:100%;
		margin: 0 auto;
	}
	.main_img ul {
		/*width: 9999px;*/
		width:10000%;
		height:100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}
	.main_img ul li {
		float: left;
		width: 1%;
		height:100%;
	}
	.main_img ul li .cm_bigimg{
		width:100%;
		height: 100%;
		margin: 0 auto;
	}
	.main_img ul li .cm_bigimg>a.photo_box{
		display: block;
		width:100%;
		height: 100%;
		margin: 0 auto;
	}
	.main_img ul li .cm_bigimg>a.photo_box .photo{
		width:100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main_img ul li .cm_bigimg>a.photo_box .photo img.photo_img{
		width:100%;
		height: 100%;
		display: block;
		vertical-align:top;
	}
	/*.main_img ul li span {
		display: block;
		width: 100%;
		height:100%;
	}
	.main_img ul li a {
		display: block;
		width: 100%;
		height:100%;
	}*/
	/*.main_img li .img_1{background:url('../images/img_main_1.jpg') center top no-repeat}
	.main_img li .img_2{background:url('../images/img_main_2.jpg') center top no-repeat}
	.main_img li .img_3{background:url('../images/img_main_3.jpg') center top no-repeat}
	.main_img li .img_4{background:url('../images/img_main_4.jpg') center top no-repeat}
	.main_img li .img_5{background:url('../images/img_main_5.jpg') center top no-repeat}*/
	.img_gallery .img_font {
		position: absolute;
		bottom:0;
		height:30px;
		line-height:30px;
		width: 100%;
		background: rgba(0,0,0,.6);
		display: block;
	}
	.img_gallery .img_font span {
		display: block;
		width:65%;
		font-size:14px;
		padding:0 10px;
		overflow: hidden;
		line-height:30px;
		height: 30px;
		color: #fff;
		text-align: left;
		/*position: absolute;
		bottom: 0px;
		left: 0px;*/
		white-space: nowrap;
		text-overflow: ellipsis;
		/*display: none;*/
	}
	.img_gallery .img_font span>a{
      display: block;
      width:100%;
      font-size:14px;
      color: #fff;
      overflow: hidden;
	  line-height:30px;
	  height: 30px;
	  text-align: left;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	}
	.img_gallery div.point {
		position: absolute;
		/*bottom: 33px;
		left: 50%;*/
		z-index: 999;
		/*width: 140px;
		height: 21px;
		margin: 0 0 0 -50px;*/
		right:10px;
		bottom:12px;
		/*transform: translateX(-50%);*/
		overflow: hidden;
		text-align: center;
	}
	.img_gallery div.point a {
		float: left;
		width:6px;
		height:6px;
		margin: 0;
		padding: 0;
		background:#fff;
		border-radius:50%;
		text-align: center;
		/*line-height: 14px;*/
		margin-right:5px;
		cursor: pointer;
		/*background: url('../images/btn_main_img.png') 0 0 no-repeat;*/
		display: block;
		text-indent: -1000px
	}
	.img_gallery div.point a:last-child{ margin-right:0px; }
	.img_gallery div.point a.on {
		/*background-position: 0 -21px;*/
		/*background: #00a2ff;*/
		background: #c9161c !important;
		color: #fff;
	}
	.img_gallery .main_img #btn_prev,.img_gallery .main_img #btn_next {
		z-index: 11111;
		position: absolute;
		display: block;
		width:30px !important;
		height:30px !important;
		top: 50%;
		margin-top: -15px;
		display: none;
	}
	.img_gallery .main_img #btn_prev {
		background: url(../images/hover_left.png) no-repeat left top;
		background-size:30px auto;
		left:0px;
	}
	.img_gallery .main_img #btn_next {
		background: url(../images/hover_right.png) no-repeat right top;
		background-size:30px auto;
		right:0px;
	}
	.main_img ul li:hover #btn_prev{
      /*display: block;*/
	}
	.main_img ul li:hover #btn_next{
      /*display: block;*/
	}
}
@media(max-width:750px){
	.img_gallery{
		height:469px;
	}
}
@media(max-width:720px){
	.img_gallery{
		height:450px;
	}
}
@media(max-width:680px){
	.img_gallery{
		height:425px;
	}
}
@media(max-width:640px){
	.img_gallery{
		height:400px;
	}
}
@media(max-width:620px){
	.img_gallery{
		height:388px;
	}
}
@media(max-width:580px){
	.img_gallery{
		height:363px;
	}
}
@media(max-width:540px){
	.img_gallery{
		height:338px;
	}
}
@media(max-width:520px){
	.img_gallery{
		height:325px;
	}
}
@media(max-width:480px){
	.img_gallery{
		height:300px;
	}
}
@media(max-width:420px){
	.img_gallery{
		height:263px;
	}
}
@media(max-width:412px){
	.img_gallery{
		height:258px;
	}
}
@media(max-width:411px){
	.img_gallery{
		height:257px;
	}
}
@media(max-width:375px){
	.img_gallery{
		height:234px;
	}
}
@media(max-width:360px){
	.img_gallery{
		height:225px;
	}
	
}
@media(max-width:320px){
	.img_gallery{
		height:200px;
	}

}