.banner{
	background: url(../images/bannerbg.jpg) no-repeat center;
}
.banner_con{
	width: 1000px;
	height: 682px;
	margin: 0 auto;
	position: relative;
	perspective:800px;
    -webkit-perspective:800px;
}
.banner_word{
	position: absolute;
	top:55px;
	left: 110px;
	animation: wordM 1s ease;
}
@keyframes wordM{
	0%{
		top:-500px;
	    left: -1000px;
	}
}
.people{
	position: absolute;
	right:-50px;
	bottom: 95px;
	animation: poeple 2s ease;
	z-index: 10;
}
.animatedpeo {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes poeple{
	0%{
		position: absolute;
		right:-1000px;
		bottom: 500px;
	}
	50%{
		position: absolute;
		right:-50px;
		bottom: 95px;
	}
}
.phone{
	position: absolute;
	bottom:20px;
	left: 77px;
	animation: phone 2s ease;
}
@keyframes phone{
	0% {
	    transform: translateZ(-700px);
	    opacity: 0;
	}
	80% {
	    transform: translateZ(50px);
	}
	100% {
	    transform: translateZ(0);
	    opacity: 1;
	}
}
.phone_txt{
	position: absolute;
	bottom: 71px;
    left: 217px;
	animation: txtShow 2s ease;
	transform-origin: 0px 0px;
}
@keyframes txtShow{
	0% {
	    transform: translateZ(-700px);
	    opacity: 0;
	}
	80% {
	    transform: translateZ(50px);
	}
	100% {
	    transform: translateZ(0);
	    opacity: 1;
	}
}
.daoyu{
	width: 835px;
	padding: 55px;
	height: 108px;
	margin: -135px auto 0px;
	position: relative;
	z-index: 10;
	background: url(../images/daoyu.png) no-repeat center;
}
.daoyu p{
	font-size: 20px;
	color: #fff;
	text-indent: 1em;
	line-height: 33px;
}
.daoyu p b{
	color: #faca08;
}
.info_list{
	width: 800px;
	margin: 40px auto;
}
.info_list li{
	float: left;
	margin-left: 53px;
}
.yy_top{
	background: #fff;
	border-radius: 20px;
	padding: 10px 20px 40px;
}
.yy_con{
	margin: 20px 0px;
}
.title{
	text-align: center;
}
.yy_fl{
	float: left;
	margin: 0px 0px 0px 10px;
	
}
.fl_top{
	width: 250px;
	margin: 0 auto 50px;
}
.fl_top p{
	float: left;
}
.fl_top img{
	float: left;
	margin: 3px 3px 0px 0px;
}
.fl_top b{
	font-size: 27px;
	color: #ff4d22;
	display: block;
}
.fl_top span{
	font-size: 17px;
	color: #6b594f;
}
.book_list{
	width: 488px;
	padding-bottom: 20px;
	background: url(../images/desk.png) no-repeat center bottom;
}
.book_list li{
	float: left;
	margin-left: 10px;
	animation: book 1.5s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;;
}
.book_list li.book1{
	animation: book 1s infinite 0.1s;
}
.book_list li.book2{
	animation: book 1s infinite 0.2s;
}
.book_list li.book3{
	animation: book 1s infinite 0.3s;
}
.book_list li.book4{
	animation: book 1s infinite 0.4s;
}
@keyframes book{
	0%, 100% {
	    transform: translateY(5px) scaleY(.98);
	}
	
	80% {
	    transform: translateY(3px) scaleY(1);
	}
}	
.yy_add{
	color: #6B594F;
	font-size: 18px;
	text-align: center;
	margin-top:30px;
}
.yy_fr{
	float: left;
	margin-left: 100px;
}
.fr_top{
	text-align: center;
	font-size:30px;
	color: #ff4d22;
	font-weight: bold; 
	margin-bottom: 20px;
}
.fm_list li{
	width: 320px;
	height: 40px;
	margin-bottom: 25px;
	position: relative;
}
.fm_list li input,.fm_list li select{
	width: 320px;
	height: 50px;
	line-height: 50px;
	background: #ffebd1;
	text-indent: 1em;
	outline: none;
	border: none;
	border-radius: 10px;
	font-size: 20px;
}
.fm_list li a#getyzm,.fm_list li span#daojishi{
	position: absolute;
	background: #ff4d22;
	width: 113px;
	height: 50px;
	line-height: 50px;
	border-radius: 0px 10px 10px 0;
	top:0px;
	right:0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
}
.fm_list li span#daojishi{
	display: none;
}
.fm_list li input.tjbtn{
	width: 320px;
	height: 50px;
	color: #fff;
	background: #fb2e1f;
	font-size: 22px;
	cursor: pointer;
}
.tjm{
	font-size: 18px;
	color: #c90000;
}
.yy_warp{
	perspective: 800px;
}
.yy_icon{
	margin-top: -30px;
	position: relative;
	z-index: 3;
}
.yy_icon1{
	margin-left: 80px;
}
.yy_icon2{
	float: right;
	margin-right: 80px;
}
.yy_bot{
	position: relative;
	top:-30px;
	background: #fff;
	border-radius: 20px;
	padding: 50px 30px 55px;
	animation: yyS 2s ease-in;
	transform-origin: top center;
}
@keyframes yyS{
	0%{
		transform: rotateX(-90deg);
	}
	50%{
		transform: rotateX(0deg);
	}
}
.yybot_fl{
	float: left;
	margin-left: 30px;
}
.yybot_fr{
	float: left;
	margin-left: 85px;
}
.yybot_tit{
	width: 413px;
	height: 50px;
	font-size: 25px;
	color: #fff;
	padding: 5px 0px 0px 30px;
	font-weight: bold;
	margin-bottom: 30px;
	background: url(../images/icon3.png) no-repeat center;
}
.ques_list li{
	font-size: 20px;
	color: #f81620;
	list-style: disc;
	margin-bottom: 20px;
	list-style-position: inside;
}
.ques_list li span{
	color: #4f4f4f;
	display: inline-block;
	margin-left: -10px;
}
.ques_list li a{
	font-size: 20px;
	color: #f81620;
	border-bottom: 2px solid #f81620;
}
.ques_list li em{
	color: #cacaca;
	letter-spacing: 3px;
}
.ptbg{
	background: url(../images/bot.jpg) no-repeat center bottom;
	padding-bottom: 30px;
}
.pt_list{
	width: 1000px;
	margin: 80px auto 0px;
}
.pt_list li{
	float: left;
	width: 316px;
	margin-left: 14px;
	background: url(../images/ptbg.png) no-repeat center bottom;
	text-align: center;
}
.pt_list li div{
	width: 242px;
	margin: 0 auto;
	height: 318px;
	background: #ff4f22;
	border-radius: 10px;
	margin-bottom: 20px;
}
.pt_list li div h4{
	color: #fff;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
}
.pt_list li div img{
	border-radius: 10px;
	width: 170px;
	margin: 0 auto;
	display: block;
}
.pt_list li div p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.pt_list li div a.jq{
	width: 125px;
	height: 35px;
	background: #fed123;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fb2e1f;
	line-height: 35px;
	font-size: 20px;
	border-radius: 10px;
	font-weight: bold;
}
.pt_list li div a.sm{
	font-size: 19px;
	color: #fed123;
	text-align: center;
	display: block;
	font-weight: bold;
}
.zx_r{
	width: 127px;
	height: 304px;
	position: fixed;
	top:50%;
	right:10px;
	margin-top: -152px;
	background: #de172c;
	border-radius: 10px;
	z-index: 1000;
}
.zx_list li{
	width: 100px;
	margin: 0 auto;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px dashed #fff;
}
.zx_list li a{
	color: #fff;
}
.zx_r  img.zx_wx{
	display: block;
	width: 110px;
	margin: 10px auto 5px;
	border-radius: 10px;
}
.zx_r p{
	color: #FACA08;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.close_zx{
	position: absolute;
	top:-20px;
	right:0px;
	width:25px;
	height: 25px;
	cursor: pointer;
}
.lf_zx{
	background: url(../images/red.png)no-repeat center center;
	width: 226px;
	height: 512px;
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top:-266px;
}
.lf_zx ul {
	margin-top:135px; 
	margin-left:55px; 
}
.lf_zx ul li{
	font-size: 18px;
	text-align: left;
	margin-top:20px; 
}
.lf_zx ul li a{
	color: #ffffff;
}
.lf_zx ul li.lf_s3{
	font-size: 16px;
}
.lf_zx ul li.lf_s5{
	font-size: 17px;
}
.lf_zx .red_qq{
	display: block;
	margin: 15px 0 0 57px;
}
.lf_zx .close1{
	position: absolute;
	right: 20px;
	top: 30px;
	cursor: pointer;
}
/*--------------------ÐÂ¼Ó±í¸ñ-----------------------------*/
.yy_bot table{width:1000px;margin:0 auto;padding-top: 40px;}
.yy_bot table{width:100%;}
.yy_bot table td{padding:12px 4px;font-size:18px;text-align: center;border:1px solid #dcdedf;/*line-height: 28px;*/}
.yy_bot table td a{
  padding:10px 12px; 	
  border-radius: 20px;
  color:#fff;
  font-size:18px;	
  background-color: rgb(227, 48, 52);  
}
.yy_bot .table td a:hover{position:relative;top:2px;}
.c1{ color:#f81121;}
.c2{ color:#fff;}
.c3{ background-color:#ffeee6;}