.main{
	width: 925px;
	margin: 0 auto;
	position: relative;
}
.ind_pic1{
 	position: absolute;
	 pointer-events:none;
	 right: -130px;
	 top:-95px;
	 z-index: 1;
}
.ind_pic2{
	position: absolute;
	pointer-events:none;
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	left: -142px;
	top: -150px;
}
.topmain{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.headerbox{
	width: 100%;
	height: 800px;
	background: #4bbfbf;	
	position: relative;
}
.headerbox .headtitle .webchar{
	position: absolute;
	top: 115px;
	right: 40px;
}
.headerbox .headtitle .webtit{
	position: absolute;
	top: 103px;
	left: 87px;
}
.headerbox .headtitle .mobtit{
	display: none;
}
.headerbox .headtitle p{
	position: absolute;
	top: 545px;
	left: 90px;
	width: 700px;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}
.headerbox .testbtn{
	position: absolute;
	bottom: -20PX;
	width: 100%;
}
.headerbox .testbtn a{
	display: block;
	width: 1070px;
	height: 171px;
	margin: 0 auto;
	background: url(../images/index_testbtn.gif.png);
	position: relative;
	transition:transform 0.5s;
	transform: scale(1);
}
.headerbox .testbtn a img{
	position: absolute;
	top: 50px;
	right: 26px;
}
.headerbox .testbtn a:hover{
	transform: scale(1.05);
}
.headerbox .page_headbg{
	width: 100%;
	height: 124px;
	background: url(../images/page_y.png) center bottom repeat-x ;
	position: absolute;
	pointer-events:none;
	bottom: -2px;
}
.lbox{
	float: left;
}
.rbox{
	float: right;
}
.box1{
	overflow: hidden;
	background: url(../images/bg_yellow_d.gif) repeat;
	padding: 60px 0  50px;
}
.box1 .lbox a{
	display: block;
	width: 454px;
	height: 273px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	overflow: hidden;
}
.box1 .rbox{
	text-align: center;
	height: 273px;
	width: 50%;
	position: relative;
}
.box1 .rbox > div{
	width: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box1 .rbox .tt{
	background: url(../images/index_boxtt_blue.svg);
	width: 221px;
	height: 43px;
	margin: 0 auto;
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 30px;
}
.box1 .rbox a.box1btntxt{
	font-size: 22px;
	color: #56433f;
	line-height: 36px;
	text-decoration: none;
	font-weight: 600;
}
.box1 .rbox a.box1btntxt span{
	display: block;
	color: #4369e4;
	font-size: 36px;
	font-weight: 900;
	line-height: 45px;
}
.box1 .rbox a.box1btntxt:hover,.box1 .rbox a.box1btntxt:hover span{
	color: #5f85ff;
}
.box1 .rbox a.box1btn{
	display: block;
	width: 76px;
	height: 32px;
	color: #4369e4;
	border:2px solid #4369e4;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.box1 .rbox a.box1btn:hover{
	background: #4369e4;
	color: #ffffff;
}
.box2{
	width: 100%;
	background: url(../images/bg_yellow.gif) repeat;
}
.box2::before,.box2::after{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
}
.box2::before{
	background:url(../images/bg_yellow_top_d.gif) repeat-x ;
	margin-bottom: 40px;
}
.box2::after{
	background:url(../images/bg_yellow_bot.gif) repeat-x ;
}
.box2 .lbox{
	width: 454px;
	height: 273px;
	-webkit-border-radius: 48px;
    -moz-border-radius: 48px;
	border-radius: 48px;
	overflow: hidden;
}
.box2 .rbox{
	text-align: center;
	height: 273px;
	width: 50%;
	position: relative;
}
.box2 .rbox > div{
	width: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box2 .rbox > div .tt{
	width: 221px;
	height: 43px;
	background: url(../images/ind_tt_red.svg);
	color: #ffffff;
	font-size: 18px;
	line-height: 36px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 30px;margin: 0 auto;
}
.box2 .rbox > div h5{
	color: #56433f;
	font-size: 22px;
	font-weight: 500;
}
.box2 .rbox > div h4,.box2 .rbox > div h4 a{
	text-decoration: none;
	color: #ec6c6c;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}
.box2 .rbox > div h4 a:hover{
	color: #ff7e7e;
}
.box2 .rbox > div > a{
	color: #ec6c6c;
	border: 2px solid #ec6c6c;
	display: block;
    width: 76px;
	height: 32px;
	margin: 0 auto;font-weight: 600;font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.box2 .rbox > div > a:hover{
	background: #ec6c6c;
	color: #ffffff;
}
.box3{
	padding-top: 45px;
}
.box3 .btnbox{
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background: rgba(198, 234, 234, 0.5);
	overflow: hidden;
	width: 925px;
	margin: 0 auto;	
	margin-bottom: 20px;
}
.box3 .btnbox .lbox{
	text-align: center;
	height: 192px;
	width: 50%;
	position: relative;
}
.box3 .btnbox .lbox > div{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box3 .btnbox .lbox a.btntxt{
	display: block;
	font-size: 22px;
	line-height: 36px;
	color: #56433f;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 15px;
}
.box3 .btnbox .lbox a.btnbot{
	display: block;
	width: 76px;
	height: 30px;
	margin: 0 auto;
	background: #49c5c5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	line-height: 26px;
	color: #ffffff;
	font-size: 16px;
}
.box3 .btnbox .lbox a.btntxt:hover{
	color: #289191;
}
.box3 .btnbox .lbox a.btnbot:hover{
	background: #ec6c6c;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
  }

  @media screen and (max-width:1201px) {
	.topmain{
		width: 100%;
	}
	.headerbox .testbtn a {
		width: 90vw;
		height:18vw;
		background: url(../images/index_testbtn.gif.png) no-repeat center bottom;
		background-size: 100% auto;
	}
	.headerbox .testbtn a img {
		width: 37%;
		position: absolute;
		top: 8vw;
		right: 26px;
	}
	.ind_pic1{
		right: 0px;
		top:-95px;
		z-index: 1;
   }
   .ind_pic2{
	   left: 0px;
	   top: -150px;
   }
   .main {
    width: 90%;
	}
	.headerbox .headtitle .webtit {
		width: 60%;
		top: 103px;
		left: 50px;
	}
	.headerbox .headtitle p {
		top: 480px;
		left: 90px;
		width: 500px;
	}
	.headerbox {
		height:750px;
	}
	.headerbox .headtitle .webchar {
		top:80px;
	}
	
}

@media screen and (max-width:1000px) {
	.headerbox .testbtn a {
		width: 90vw;
		height:38vw;
		background: url(../images/ind_testbtn.png) no-repeat center bottom;
		background-size: 100% auto;
	}
	.headerbox .testbtn a img {
		width: 70%;
		top: 19.5vw;
		right: 12%;
	}
	.headerbox .headtitle p {
		position: relative;
		top:0;
		left: 0;
		width:90%;
		margin: 0 auto;
	}
	.headerbox .testbtn {
		position: relative;
		bottom: 0;
		width: 100%;
	}
	.headerbox .page_headbg {
		width: 100%;
		height: 124px;
		background: url(../images/page_y.png) center bottom repeat-x;
		background-size: 140%;
		position: absolute;
		pointer-events: none;
		bottom:0;
	}
	.headerbox .headtitle .webchar{
		display: none;
	}
	.headerbox .headtitle .webtit{
		display: none;
	}
	.headerbox .headtitle .mobtit{
		display:block;
		width:96%;
		margin: 0 auto;
		padding-top: 60px;
	}
	.headerbox {
		height: auto;
	}
	.lbox {
		float: none;
	}
	.rbox {
		float: none;
	}
	.box1 .lbox a {
		width: 100%;
		height: auto;
	}
	.box1 .lbox a img{
		width: 100%;
	}
	.box1 .rbox > div {
		position: relative;
		top:0;
		left:0;
		transform: translate(0);
	}
	.box1 .rbox {
		height: auto;
		width: 100%;
	}
	.box1 .rbox .tt {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.box3 .btnbox{
		-webkit-border-radius: 48px;
		-moz-border-radius: 48px;
		border-radius: 48px;
		background: rgba(198, 234, 234, 0.5);
		overflow: hidden;
		width: 100%;
		margin: 0 auto;	
		margin-bottom: 20px;
	}
	
	.box3 .btnbox .lbox > div {
		position: relative;
		top:0;
		left:0;
		transform: translate(0);
	}
	.box3 .btnbox .lbox {
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.box3 .btnbox .rbox img{
		width: 100%;
	}
	.box2 .lbox {
		width: 100%;
		height: auto;
	}
	.box2 .rbox {
		width: 100%;
		height: auto;
	}
	.box2 .rbox > div {
		position: relative;
		top:0;
		left:0;
		transform: translate(0);
		padding-bottom: 15px;
	}
	.box2 .rbox > div .tt {
		margin-bottom: 15px;
		margin-top: 15px;
	}
}
@media screen and (max-width:760px) {
	.ind_pic1{display: none;
   }
   .ind_pic2{
	display: none;
   }
}
@media screen and (max-width:425px) {
	.box1 .rbox a.box1btntxt span {
		font-size: 9vw;
	}
	.box1 .rbox a.box1btntxt {
		font-size: 5.2vw;
	}
	
}


