header{
	background: url(../images/header_bg.jpg) top center no-repeat;
	width: 100%;
	height: 676px;
	
}
header >div{
	position: relative;
}
header .title{
	position: absolute;
	left: 425px;
	top: 55px;
}
header p{
	display: block;
	width: 600px;
	position: absolute;
	left: 553px;
	top: 202px;
	font-size: 16px;
	line-height: 24px;
	color: #495866;
	font-weight: bold;
}
header .dv{
	width: 582px;
	height: 338px;
	position: absolute;
	background: url(../images/vd_bg.png);
	background-size: cover;
	padding: 12px 14px 13px 13px;
	text-align: center;
	left: 560px;
	top: 315px;
}

/* box1------------------------------------ */
.box1 h3{
	display: block;
	width: 100%;
	height: 48px;
	background: url(../images/box1_tt.gif) top center no-repeat;
	text-indent: -9999px;

}
.box1 .row >div{
	padding: 25px;
}
.box1 p{
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	color: #495866;
}
.box1 p.p6t{
	padding: 10px 20px;
}
.box1 .row div > a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.box1 .row div > a img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.box1 .row div >a img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);

}
.box1 p a{
	display: inline-block;
	height: 22px;
	background: #e64784;
	padding: 0 10px;
	margin-left: 5px;
	color: #f6f4f5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;

}
.box1 p a:hover{
	background: #368ad8;
}

/* box2------------------------------------ */
.box2{
	background: #daeafa;
	
	padding: 35px 0;
}
.box2 .row >div+div{
	border-left: 1px dotted #368ad8;
}
.box2 h2 img{
	text-align: center;
	margin: 0  auto;
}
.box2 .txt{ 
	width: 356px;
	margin: 0 auto;
	overflow: hidden;
}
.box2 .txt img{
	float: left;
	margin-right: 10px;
}
.box2 .txt p{
	color: #4a4647;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 12px;
}
.box2 .txt a.more{
	display: inline-block;
	height: 22px;
	background: #368ad8;
	padding: 0 15px;
	color: #f6f4f5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
}
.box2 .txt a.more:hover{
	background: #e64784;
}


@media screen and (max-width: 1366px){
header .title{
	left: 370px;
}
header p{
	left: 450px;
}
header .dv{
	left: 460px;
}
}




@media screen and (max-width: 1200px){
header{
	-webkit-background-size:auto 700px;
	background-size:auto 700px;
	height: 676px;
	
}
header .title{
	left: 27%;
	width: 65%;
}	
header p{
	width: auto;
	left: 29%;
	top: 160px;
	font-weight: normal;
	padding-right: 10%;
}
header .dv{
	width: 60%;
	height: auto;
	left: 37%;
	top: 300px;

}
.box1 p.p6t{
	padding: 10px 0;
}

}



@media screen and (max-width: 769px){
	header{
	margin-top: 60px;
	background: url(../images/mb.jpg) top center no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	height: auto;
	
	}
	header .title{
	display: none;
}
header p{
	width: 86%;
	position:relative;
	left:0;
	top: 0;
	margin: 0 auto;
	padding-right: 0;
	margin-top: 40%;
	font-weight: normal;
	margin-bottom: 10px;

	}
header .dv{
	width: 90%;
	position: relative;
	padding: 8px;
	text-align: center;
	left: 0;
	top: 0;
	margin: 0 auto;
}

.box1 h3{
	height: 35px;
	-webkit-background-size: auto 35px;
	background-size: auto 35px;

}
.box1 .row >div{
	padding: 10px;
}
.box1 p{
	font-weight: normal;
}

.box2{	
	padding: 15px 0;
}
.box2 .row >div+div{
	border-left: 0;
}
.box2 h2 img{
	width: 86%;
}
.box2 .txt{ 
	width: 100%;
}
.box2 .txt img{
	width: 32%;
}
.box2 .txt p{
	font-size: 15px;
	line-height: 22px;
	font-weight:normal;
	margin-top:5px;
}


}