@media only screen and (min-width: 100px) and (max-width: 767px) {
	.mian {
	    width: 100%;
	    margin-top: 10vw;
	}
	/*内容部分*/
	.cont1 {
	    width: 100%;
	    background: #FFFFFF;
	    height: auto;
	}
	.over {
	    width: 94vw;
	    margin: 0 auto;
	    margin-top: 5vw;
	}
	.over_top {
	    font-size: 6vw;
	    color: #333333;
	    text-align: center;
	}
	.over_nr {
	    width: 94vw;
	    margin: 0 auto;
	    font-size: 4vw;
	    color: #333333;
	    opacity: 0.83;
	    line-height: 6vw;
	    text-align: center;
	}
	.over_gd {
	    width: 30vw;
	    height: 10vw;
	    line-height: 10vw;
	    text-align: center;
	    font-size: 3vw;
	    border: 1px solid #512e1f;
	    margin: 0 auto;
	    margin-top: 5vw;
	    margin-bottom: 3vw;
	}
	.cont2 {
	    width: 100%;
	    height: auto;
	    background-color: #f5f5f5;
	}
	.ato-content {
	    width: 94vw;
	    margin: 0 auto;
	    padding-top: 5vw;
	}
	.aoto_lef {
	    float: left;
	    font-size: 6vw;
	    color: #333333;
	}
	.gd_rig img{
		width: 8vw;
	}
	.ato-list li {
	    width: 94vw !important;
	    height: auto;
	    margin-left: 4vw;
	    float: left;
	    position: relative;
	}
	.ato-list{
		margin-top: 5vw;
		margin-left: -4vw;
	}
	.ato-list li img{
		 width: 94vw !important;
		 height: auto;
	}
	.ato-list li h2{
		font-size: 4vw;
		color: #333333;
		height: 10vw;
		line-height: 10vw;
		text-align: center;
	}
	.tempWrap {
	    height: 65vw;
	}
	.ato-content{
		display: none;
	}
	.web_cont2{
		display: block;
	}
	.web_cont2_top{
		font-size: 6vw;
	    height: 15vw;
	    line-height: 12vw;
	    text-align: center;
	    padding-top: 2vw;
	}
	.web_cont2_list{
		width: 94vw;
    	margin: 0 auto;
	}
	.web_cont2_list img {
	    display: block;
	    width: 46vw;
	    float: left;
	    height: 23vw;
	}
	.web_cont2_list .web_pic:nth-child(2n-1) {float: left;}
	.web_cont2_list .web_pic:nth-child(2n) {float: right;}
	.web_cont2_list .web_pic {width: 46vw;}
	.web_cont2_list .web_pic span{
		display: block;
		font-size: 4vw;
		text-align: center;
		line-height: 10vw;
		width: 44vw;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	/*通用底部*/
	body{
		overflow-x: hidden;
	}
	
}