header{
	width: 100%;
	height: 655px;
	background: url(../images/header_bg.jpg) top center no-repeat;
	margin-top: 63px;
}
header .main{
	position: relative;
}
header .main .s26logo{
	position: absolute;
	left: -77px;
	top: 36px;
}
header .main .title{
	position: absolute;
	left: 495px;
	top: 53px;
}
header .main >p{
	display: block;
	position: absolute;
	left: 502px;
	top: 235px;
	width:490px;
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
}
header .main .btnbox{
	position: absolute;
	top: 425px;
}
header .main .btnbox a{
	display: block;
	width: 436px;
	height: 215px;
	margin: 0 20px;
	text-indent: -9999px;
}
header .main .btnbox a.h_btn01{
	background: url(../images/btn01.png);
}
header .main .btnbox a.h_btn02{
	background: url(../images/btn02.png);
}
header .main .btnbox a:hover.h_btn01,header .main .btnbox a:hover.h_btn02{
	background-position:bottom;
}
.box1{
	width: 100%;
	height:471px;
	background: url(../images/box1_bg.jpg) top center no-repeat;
}
.box1 .main >div{
	padding:15px 30px;
}
.box1 .main .list{
	border: 3px solid #edd97f;
	background: url(../images/listbg.jpg);
	background-size: 100% 100%;
	text-align: center;
	padding-bottom: 20px;
}
.box1 .main .list .page_p{
	display: block;
	width: 100%;
	height: 188px;
	overflow: hidden;
}
.box1 .main .list .page_p img{
	width: 100%;
	transition: all .4s;
}
.box1 .main .list .page_p:hover img{
	transform: scale(1.2,1.2);
}
.box1 .main .list p{
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 10px;

}
.box1 .main .list .page_b{
	display: block;
	background: #1980c0;
	width: 80px;
	height: 23px;
	color: #fff;
	margin: 0 auto;
	transition: all .4s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.box1 .main .list .page_b:hover{
	width: 120px;
}
.box1 .main .tt{
	padding: 100px 20px 10px 20px;
}
.box1 .main .tt img{
	display: block;
	margin: 0 auto;
}




.box2{
	width: 100%;
	height:375px;
	background: url(../images/box2_bg.jpg) top center no-repeat;
}
.box2 .main{
	position: relative;
}
.box2 .main .ind_pic01{
	position: absolute;
	top: 75px;
}
.box2 .main .ind_pic02{
	position: absolute;
	top: 90px;
	left: 280px;
}
.box2 .main .ind_pic03{
	position: absolute;
	top: 140px;
	left: 550px;
}
.box2 .main p{
	display: block;
	position: absolute;
	top: 170px;
	left: 250px;
	font-size: 16px;
	line-height: 22px;
	width: 300px;
	text-align: justify;
}
.box2 .main p span{
	color: #2996d3;
}
.box2 .main a{
	display: block;
	width: 214px;
	height: 43px;
	background: url(../images/ind_pic04.png);
	text-indent: -9999px;
	position: absolute;
	left: 290px;
	top: 280px;
}
.box2 .main a:hover{
	background-position: bottom;
}
.modal-content{
	border: 8px solid #3c9ed5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 10%;
	background: #fbf5d6;
}

.modal-header{
	border-bottom: 0;
}

.modal-header .close,.modal-header .close:active,.modal-header .close:focus{	
	color: #3c9ed5;
	text-shadow: none;
	font-size:40px;
	outline: none;
	opacity: 1;
}
.modal-header{
	text-align: center;
}
.modal-body{
	padding-bottom: 30px;
}
.modal-body td{
	border: 1px solid #d1a627;
	width: 25%;
	text-align: center;
	padding: 5px;
	font-weight: 16px;
}
.modal-body tr td:nth-child(odd){
	background: #f2e7b1;
}
.modal-body tr.tttd td{
	background: #d1a627;
	color: #fff;
	font-weight: 18px;
}
.name_tt{
	width: 60%;
	padding-top: 10px;

}



@media screen and (max-width:1024px) {
header{
	width: 100%;
	height: auto;
	background: url(../images/header_bg.jpg) bottom center no-repeat;
	-webkit-background-size: 165% auto;
	background-size: 165% auto;
	margin-top: 63px;
}
header .main{
	position: relative;
}
header .main .s26logo{
	left:0;
	top: 30px;
	width: 100px;
}
header .main .title{
	width: 40%;
	margin-left: 50%;
	position: relative;
	left:0;
	top: 0;
	padding-top: 30px;
	margin-bottom: 20px;
}
header .main >p{
	display: block;
	position: relative;
	left:0;
	top: 0;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	margin-left: 50%;
	width: 40%;
	margin-bottom: 40px;
}
header .main .btnbox{
	position: relative;
	top: 0;
}
}













@media screen and (max-width: 990px) {
header{
	width: 100%;
	height: auto;
	background: url(../images/m_index.jpg) top center no-repeat;
	-webkit-background-size:100%  auto;
	background-size: 100% auto;
	margin-top: 63px;
	padding-top: 48%;
}
header .main{
	position: relative;
}
header .main .s26logo{
	display: none;
}
header .main .title{
	display: none;
}
header .main >p{
	width:100%;
	margin-bottom: 10px;
	margin-left: 0;
	font-style: 22px;
}
header .main .btnbox{
	position:relative;
	top: 0;
}
header .main .btnbox a{
	width: 250px;
	height: 123px;
	margin: 0 auto;
}
header .main .btnbox a.h_btn01{
	background: url(../images/btn01.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
header .main .btnbox a.h_btn02{
	background: url(../images/btn02.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.box1{
	width: 100%;
	height:auto;
	background: url(../images/bg_m2.jpg) top repeat;
	background-size: 100% auto;
	
}
.box1 .main{
background: url(../images/box1_bg.jpg) top center no-repeat;
background-size: 170% auto;
}
.box1 .main >div{
	padding:15px 15px;

}
.box1 .main .list .page_p{
	height: auto;
}
.box1 .main .list .page_p:hover img{
	transform: scale(1,1);
}
.box1 .main .list p{
	font-weight: normal;
}

.box1 .main .tt{
	padding: 50px 20px 10px 20px;
}



.box2{
	width: 100%;
	height:auto;
	background: url(../images/m_index2.jpg) top center no-repeat;
	-webkit-background-size:100%  auto;
	background-size: 100% auto;
	padding-top: 8%;
}
.box2 .main{
	background: url(../images/m_index3.jpg) bottom center no-repeat;
	-webkit-background-size:100%  auto;
	background-size: 100% auto;
	position: relative;
	padding-bottom: 55%;
}
.box2 .main .ind_pic01{
	display: block;
	position: relative;
	top: 0;
	margin: 0 auto;
	margin-bottom: 15px;
}
.box2 .main .ind_pic02{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.box2 .main .ind_pic03{
	display: none;
}
.box2 .main p{
	position: relative;
	top: 0;
	left: 0;
	width: 90%;
	margin: 20px auto;
}
.box2 .main a{
	position: relative;
	left: 0;
	top:0;
	margin: 0 auto;
}
}
