@charset "UTF-8";
.page{
	width: 100%;
	height: 434px;
	overflow: hidden;
}
.page img{
	width: 100%;
	height: 100%;
}
.page1{
	margin: 25px;
}
.boxs{
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;
}
.row{
	margin: 0;
}
.item{
	height: 220px;
}
.t-title{
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    margin: 5px auto;
}
.t-con{
	font-size: 14px;
    line-height: 22px;
    color: #282828;
}
.tindex{
	font-size: 18px;
	font-weight: bold;
}
.info-title{
	font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 25px 0;
    box-sizing: border-box;
    text-align: center;
}
.infotime {
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0
}
.info-box{
    padding: 0px 60px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 3px #CCCCCC;
    min-height: 500px;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.boxs{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.row{
	margin: 0;
	height: auto;
}
.info-box{
    padding: 0px ;
}
.info-box img{
	width:100% !important;
	height: auto !important;
	
}
}