
header{
	width: 100%;
	background: url(../images/index_bg.jpg) top center no-repeat;
	height: 600px;
}
header .tt{
	position: absolute;
	top: 285px;
	left: 50%;
	margin-left: -258px;
}
header p{
	position: absolute;
	top: 415px;
	left: 50%;
	font-size: 21px;
	color: #fff;
	text-align: center;
	margin-left: -231px;
}
header .imgbtn{
	position: absolute;
	top: 550px;
	display: block;
	width: 1000px;
	height: 243px;
	background: url(../images/btn_index.gif);
	text-indent: -9999px;
}
header .imgbtn:hover{
	background: url(../images/btn_indexr.gif);
}
header .dr{
	position: absolute;
	right:0px;
	top: 195px;
}
.prd{
	display: none;
}
.box1 .tt{
	text-align: center;
}
.box1 .tt img{
	width: 516px;
	margin: 25px auto;
}
.box1 .list{
	margin:0 5px;
	
}
.box1 .list a.page_p div{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.box1 .list a.page_p div img{
	transition: all .5s;
	transform: scale(1,1);
}
.box1 .list a.page_p:hover div img{
	transform: scale(1.2,1.2);
}

.box1 .list a{
	font-weight: bold;
	text-decoration: none;	
	text-align: center;
}
.box1 .list a p{
	display: block;
	height: 80px;
	background-color: #d0010e;
	color: #fff;
	font-size: 16px;
	transition: all .5s;
	line-height: 80px;
	border-bottom: 3px solid #fff;
}
.box1 .list a:hover{
	color: #fe5e02;
}
.box1 .list a:hover p{
	color: #ffd453;
	background-color: #a5000a;
}
.video_t{
	width: 100%;
	padding: 3% 5%;
	border: 2px solid #856923;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
.video_t h5{
	font-size: 24px;
	color: #d0010e;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 10px;
}
.video_t p{
	font-size: 16px;
	color: #222222;
	line-height: 24px;
	padding-bottom: 10px;
}
.video_t a{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin: 20px auto;
	background:  #d0010e;
	color: #fff;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	transition: all .4s;
	font-weight: bold;
}
.video_t a:hover{
	background:  #856923;
}
.video_t .gif{
	position: absolute;
	right: 10px;
	bottom:  10px;
}
.box1 .v2{
	padding-top: 30px;
}
.v1 .video_t a{
	margin: 20px auto;
}
.box2{
	width: 100%;
	background: url(../images/index_box2_bg.jpg) top center no-repeat #caae5e;
	padding-top: 70px;
	text-align: center;
	padding-bottom: 30px;
}
.box2 p{
	font-size: 15px;
	font-weight: bold;
	color: #453715;
	line-height: 24px;
}
.box2 .row >div{
	padding: 0;
}
.box2 .tt{
	padding-top: 20px;
	padding-bottom: 18px;
}
.box2 a{
	display: block;
	width: 137px;
	margin:0 auto;
	padding-top: 8px;
}
.box2 a img{
	transition: all.5s;
	transform: scale(1,1);
}
.box2 a:hover img{
	transform: scale(1.1,1.1);
}
.box2 .cright img{
	padding-left: 20%;
	margin-left: 20%;
}
.box2 .cmid{
	margin-left: 4%;
}
.mobbtn{
	display: none;
}

@media screen and (max-width:1200px) {
.box2 .row{
	width: 100%;
	overflow: hidden;
}
header .imgbtn{
	top: 545px;
	left: 50%;
	margin-left: -500px;
}
}

@media screen and (max-width:1000px) {
header{
	width: 100%;
	background: url(../images/index_m_bg.jpg) top center no-repeat;	
	background-size: 105% auto;	
	margin-top:40px;
	height: auto;
	padding-bottom: 14%;
}
header .tt{
	position: relative;
	bottom: 0;
	left: 0;
	width:60%;	
	top: 0;
	margin: 0 auto;	
	margin-top: 27%;
	margin-left: 20%;

}
header p{
	position: relative;
	bottom: 0;
	top: 0;
	left: 0;
	font-size:14px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 0;
}
header .imgbtn{
	display: none;
}
.mobbtn{
	display: block;
	width: 86%;
	z-index: 2;
	position: absolute;
	margin-left: 7%;
	bottom: -50%;
}
header .dr{
	display: none;
}
.box1 .list a p{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	padding: 15px 0;
}
.box1 .list a p span{
	display: block;
}
.video_t{
	margin-top: 15px;
	position: relative;
}
.video_t h5{
	font-size: 20px;
	font-weight:normal;
	line-height: 22px;
}
.video_t p{
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}
.video_t a{
	margin: 10px auto;
	font-weight:normal;
}
.video_t .gif{
	position: absolute;
	bottom: 0;
	right: 0;
}
}

@media screen and (max-width:766px) {
header{
	background: url(../images/index_m_bg.jpg) top center no-repeat;	
	background-size: 109% auto;
	padding-bottom: 9%;
}
.box1 .list a.page_p div{
	display: block;
	width: 30%;
	margin: 0 auto;	
	float: left;
	margin-right:0;
	height: 78px;
	overflow: hidden;
	padding:5px;
}
.box1 .list a.page_p div img{
	transition: all .5s;
	transform: scale(1,1);
	height:100%;
	width:auto;
}
.box1 .list a.page_p:hover div img{
	transform: scale(1,1);
}
.box1 .list{
	overflow: hidden;
}
.box1 .list a{
	font-weight:normal;}
.box1 .list a p{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	padding: 15px 0;
	height: auto;
}

.col-sm-4{
	margin-bottom: 10px;
}
.box1 .list a:hover{
	color: #d0010e;
}
.box1 .list a:hover p{
	color: #ffd453;
	background-color: #d0010e;
}
.box2 .col-sm-2{
	display: none;
}

.box2 a{
	display: block;
	width: 137px;
	margin:0 auto;
	padding-top: 8px;
}
.box2 a img{
	transition: all.5s;
	transform: scale(1,1);
}
.box2 p{
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	font-weight:normal;
	color: #453715;
	line-height: 24px;
}
.prd{
	display: block;
	width: 80%;
	margin: 0 auto;
}
}
@media screen and (max-width:400px) {
.box1 .list a{
	font-weight: normal;			
}

}