/* CSS Document */
/* CSS Document */

*{ margin:0; padding:0;}
a { text-decoration:none; text-align: center; color: #FFFFFF; cursor: pointer;}
li{ list-style:none;}
body{ font:14px/26px "微软雅黑"; }

img{display: inline-block;}

/*top*/
.top{width:1100px;height:54px;margin:24px auto;}
.top-logo{width:435px;height:39px;float:left;margin-top:14px;}
.top-logo img{display:block;width:100%;}

.top-right{width:234px;float:right;}
.top-right .tel{width:222px;height:26px;float:left;}
.top-right p{display:block;width:100%;height:14px;line-height:14px;margin-top:15px;}
.top-right p a{font-size:12px;color:#888888;}
.top-right p span{font-size:12px;color:#888888;padding:0 2px;}
.top-right p .cursor{color:#c60001;}

/*导航部分*/

.nav{width:100%;min-width:1100px;height:58px;position: relative;}

.nav-con{width:100%;height:50px;background:#c60001;position: absolute;top:8px;}
.nav-con2{width:100%;height:58px;position: absolute;z-index:2;}
.nav-con2-con{width:1100px;height:58px;margin:0 auto;}
.nav-con2 ul li{width:156px;height:50px;float:left;margin-top:8px;}
.nav-con2 ul li a {display:block;width:100%;height:50px;line-height:50px;color:#333;font-family: "微软雅黑";font-size:16px;color:#fff;background: url(../images/nav-x_14.jpg) no-repeat right center;cursor: pointer}


.nav-right{width:212px !important;height:58px !important;float:right !important;margin-top:0 !important;}
.nav-right a{display:block;width:100%;height:100%;}
.nav-con2 ul li a:hover{background:#ffa801;}
.nav-con2 ul li a.on{background:#ffa801;}


.li {position:relative;}
.li img{display: inline-block;margin-left:6px;}
.nav3 {	position:absolute;height:0px;overflow:hidden;transition:height 0.7s;-moz-transition:height 0.7s;/* Firefox 4 */ -webkit-transition:height 0.7s;	/* Safari and Chrome */	top:50px;	width:156px;margin-left:0px;background:#fff;z-index:999;}
.nav3 li{width:100%;height:40px !important;margin-top:0 !important;border-bottom:1px solid rgba(0,0,0,0.04);}
.nav3 li a{display:block;;height:40px !important;line-height:40px !important;color:#000 !important;width:100%;}
			/*就是当鼠标悬浮在li 上面的时候，让他子元素中的 nav3 显示可见*/ 
.li:hover .nav3 {height:80px;}
			
.li:hover .nav3 li a:hover{color:#fff600 !important;}


.fixedwrap {
        display: none;
    }
    
.fixedwrapshow {display: block;position: fixed;z-index:99;top:0;left:0;height: 70px;width: 100%;background: #fff;-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
				-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
				box-shadow: 0 0 20px rgba(0, 0, 0, .5);}

.nav2 {}
.nav_s {width: 1200px;margin: 0 auto;}
.nav2 .logo {width: 210px;float: left;margin-top: 5px;}
.nav2 .nav_dh {float: left;line-height: 68px;margin-left: 60px;}
.nav2 .nav_dh li {float: left;width: 95px;text-align: center;}
.nav2 .nav_dh li a {display: block;color: #000;font-size: 16px;height: 68px;}
.nav2 .nav_dh li a:hover {color: #ffa800;border-bottom: 2px solid #ffa800;}
.nav2 .nav_dh li:last-of-type{/*width:130px;*/}

.nav2 .nav_phone {width: 200px;margin-top: 24px;float: right;}


.li2 {position:relative;}
.li2 img{display: inline-block;margin-left:6px;}
			
.li2 .nav3 {position:absolute;height:0px;overflow:hidden;transition:height 0.7s;-moz-transition:height 0.7s;/* Firefox 4 */ -webkit-transition:height 0.7s;	/* Safari and Chrome */top:70px;width:100px;margin-left:0px;background:#fff;z-index:99;	}
.li2 .nav3 li{width:100%;height:40px;}
.li2 .nav3 li a{display:block;;height:40px;line-height:40px;color:#000 !important;width:100%;border-bottom:1px dashed rgba(0,0,0,0.1);}
			/*就是当鼠标悬浮在li 上面的时候，让他子元素中的 nav3 显示可见*/ 
.li2 a:hover{border:none !important;}
.li2:hover .nav3 {height:82px;border:1px solid rgba(0,0,0,0.04);border-top: 2px solid #ffa800; 	}
			
.li2:hover .nav3 li a:hover{color:#ffa800 !important;border-bottom:none;}


/*----banner--*/
.banner_qiehuan{ width:100%; height:700px; overflow:hidden; position:relative;  }
.banner_qiehuan .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.banner_qiehuan .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner_qiehuan .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.banner_qiehuan .hd ul li.on{ background:#f00; color:#fff; }
			
.banner_qiehuan .bd{ position:relative; height:100%; z-index:0;   }
.banner_qiehuan .bd li{ zoom:1; vertical-align:middle; background-size:cover;}
.banner_qiehuan .bd li a{ display:block;width: 100%;height:700px;  }

/* 下面是前/后按钮代码*/
.banner_qiehuan .prev,
.banner_qiehuan .next{ position:absolute; left:10%; top:45%; margin-top:-25px; display:block; width:60px; height:60px;  filter:alpha(opacity=50);opacity:0.5;   }
.banner_qiehuan .next{ left:auto; right:10%; background:url(../images/banner_btn_r_24.png)}
.banner_qiehuan .prev{  background:url(../images/banner_btn_l_24.png) }
.banner_qiehuan .prev:hover,
.banner_qiehuan .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner_qiehuan .prevStop{ display:none;  }
.banner_qiehuan .nextStop{ display:none;  }
	

.index-banner1{width:100%;height:700px;display: block;overflow:hidden;}
.index-banner1 p{display:block;width:100%;height:30px;font-size:26px;line-height:30px;text-align: center;margin-top:460px;}

.index-banner2{width:100%;height:700px;}
.index-banner2-con{width:1265px;height:700px;margin:0 auto;}
.index-banner2-right{width:336px;height:350px;float:right;margin:188px 22px 0 0;}
.index-banner2-right h1{width:100%;height:34px;font-size:26px;color:#333;line-height:28px;text-align:center;margin-top:43px;overflow:hidden;}
.index-banner2-right h1 sup{font-size:18px;}

.index-banner2-rgiht h6{display:block;width:100%;height:137px;text-align:center;padding-top:15px;overflow:hidden;}
.index-banner2-right h6 span{display:inline-block;background:#c41a27;font-size:67px;width:107px;height:137px;text-align:center;line-height:137px;color:#fff;border-radius: 8px;margin:0 5px;}

.index-banner2-right p{display:block;width: 100%;height:106px;float:right;margin:10px 0px 0 0;text-align:center;}
.index-banner2-right p a{display:inline-block;width:102px !important;height:24px !important;/*background:#e5e5e5;*/font-size:18px;color:#000;margin:5px;border-radius:5px;text-align:center;line-height:45px;float:left;}
.index-banner2-right p a:hover{color:#ee080d;}

/*--------------模块一-------------------*/
.index-mk1{width:1130px;height:auto;margin:0 auto;padding:108px 0;overflow:hidden;}

.mk-left{width:336px;height:308px;background:url(../images/r-bg_13.jpg) no-repeat center;float:left;margin-left:5px;-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);  
-moz-box-shadow:0 0 5px rgba(0, 0, 0, .3); ; box-shadow:0 0 5px rgba(0, 0, 0, .3); }

.mk-left b{display:block;width:132px;height:42px;border:1px solid #333;border-radius: 30px;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0;font-size:22px;font-weight:normal;line-height:42px;text-indent:18px;margin-top:25px;color:#333;}

.mk-left ul{width:310px;height:auto;float:left;margin:34px 0 0 10px;}
.mk-left ul li{width:100%;height:40px;}
.mk-left ul li a{display:block;width:100%;height:40px;line-height: 40px;font-size:18px;overflow:hidden;	text-align:left;text-overflow:ellipsis;	white-space:nowrap;color:#666;}
.mk-left ul li a span{color:#333;}

.mk-left ul li a:hover{color:#c40000;}
.mk-left ul li a:hover span{color:#c40000;}

.mk-center{display:block;width:336px;height:308px;background:url(../images/ce-bg_15.jpg) no-repeat center;float:left;margin-left:54px;-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);  -moz-box-shadow:0 0 5px rgba(0, 0, 0, .3); ; box-shadow:0 0 5px rgba(0, 0, 0, .3); position: relative;}
.mk-center b{display:block;width:132px;height:42px;border:1px solid #fff;border-radius: 30px;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0;font-size:22px;font-weight:normal;line-height:42px;text-indent:18px;margin-top:25px;color:#fff;}

.mk-center img{width:85px;height:85px;position: absolute;top:178px;left:128px;z-index:2;}

/*按钮动画*/
.e2{
	position: absolute;
	width: 66px;
	height: 66px;
	background:#f00;
	left: 156px;
	top: 206px;
	transform:translate(-50%,-50%);
	border-radius: 50%;
	margin: -18px 0 0 -18px;
}

.e2{
	cursor: pointer; 
	animation: move 1.5s linear 0s infinite;
}

@keyframes move{
	from{
		opacity: 1;
		transform: scale(1);
	}
	to{
		opacity: 0;
		transform: scale(2);
	}
}

@-webkit-keyframes move{
	from{
		opacity: 1;
		transform: scale(1);
	}
	to{
		opacity: 0;
		transform: scale(2);
	}
}



.mk-right{display:block;width:336px;height:308px;background:#f3f3f4 url(../images/j-bg_17.jpg) no-repeat center;float:right;margin-right:5px;-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);  -moz-box-shadow:0 0 5px rgba(0, 0, 0, .3); ; box-shadow:0 0 5px rgba(0, 0, 0, .3);}

.mk-right b{display:block;width:132px;height:42px;border:1px solid #333;border-radius: 30px;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0;font-size:22px;font-weight:normal;line-height:42px;text-indent:18px;margin-top:25px;color:#333;}

.mk-right p{display:block;width:100%;height:20px;text-align:center;font-size:19px;color:#666666;line-height:20px;margin:90px 0 0 0; }

.mk-dz{width:310px;height:20px;margin:70px auto 0 auto;}
.mk-dz i{display:block;width:55px;height:1px;background:#333333;float:left;margin-top:10px;}
.mk-dz h1{display:block;width:200px;height:20px;float:left;font-weight:normal;font-size:18px;color:#666;line-height:20px;text-align:center;}


/*----------------视频----------*/
.index-video{width:100%;height:591px;background:url(../images/v-bg_23.jpg) no-repeat right center;background-size: auto 100%;margin-bottom:72px;overflow:hidden;}

.index-video1{width:1120px;height:402px;margin:88px auto 0 auto;}

.video-con{width:603px;height:392px;border:4px solid #cc2d2d;border-radius: 16px;float:left;background:url(../images/video-fm_27.jpg) no-repeat center;background-size:100% 100%;position: relative;overflow: hidden;}

.video-anniu{width:105px;height:105px;position: absolute;top:108px;left:249px;cursor: pointer;z-index: 2;}

.video-text{width:100%;height:auto;position: absolute;z-index:2;top:240px;font-size:16px;color: #fff;text-align:center;}
.video-text b{display:block;width:100%;font-size:40px;color:#fc5d13;padding-bottom:10px;}

/*按钮动画*/
.e3{
	position: absolute;
	width: 90px;
	height: 90px;
	background:#f00;
	left: 274px;
	top: 132px;
	transform:translate(-50%,-50%);
	border-radius: 50%;
	margin: -18px 0 0 -18px;
}

.e3{
	cursor: pointer; 
	animation: move 1.5s linear 0s infinite;
}

@keyframes move{
	from{
		opacity: 0.6;
		transform: scale(1);
	}
	to{
		opacity: 0;
		transform: scale(2);
	}
}

@-webkit-keyframes move{
	from{
		opacity: 0.6;
		transform: scale(1);
	}
	to{
		opacity: 0;
		transform: scale(2);
	}
}


.video-con1{width:603px;height:392px;display: none;}

.video-sb{width:121px;height:190px;float:left;margin:84px 0 0 0;}
.index-video1 h1{display:block;width:380px;float: right;color:#333;margin-top:140px;text-align: right;}
.index-video1 h1 span{display: block;font-size:51px;width: 100%; text-align:right;margin-bottom:70px;}


/*---------------微信截图-----------*/
.index-jt{width:100%;height:600px;background:url(../images/bg1_30.jpg) no-repeat center;background-size:100% 100%;overflow:hidden;}
.index-jt h2{display:block;width:100%;height:70px;line-height:70px;font-size:60px;color:#fff;text-align:center;margin:80px auto;}
.index-jt h2 sup{font-size:36px;}

.index-jt1{width:1120px;height:300px;position: relative;margin:0 auto;}
.index-jt1 img{position: absolute;}
.index-jt1 img:nth-child(1){top:0;left:0;animation: runningUpAndDown2 2s linear infinite alternate}
.index-jt1 img:nth-child(2){top:174px;left:0;animation: runningUpAndDown3 3s linear infinite alternate}
.index-jt1 img:nth-child(3){top:0;left:390px;animation: runningUpAndDown 2s linear infinite alternate}
.index-jt1 img:nth-child(4){top:108px;left:360px;animation: runningUpAndDown2 4s linear infinite alternate}
.index-jt1 img:nth-child(5){top:200px;left:396px;animation: runningUpAndDown 5s linear infinite alternate}
.index-jt1 img:nth-child(6){top:0;right:0;animation: runningUpAndDown2 3s linear infinite alternate}
.index-jt1 img:nth-child(7){top:168px;right:0;animation: runningUpAndDown3 4s linear infinite alternate}

@keyframes runningUpAndDown {
	from {
	transform: translateY(3px)	}
to {
	transform: translateY(-3px)	}
}


@keyframes runningUpAndDown2 {
	from {
	transform: translateY(6px)	}
to {
	transform: translateY(-6px)	}
}

@keyframes runningUpAndDown3 {
	from {
	transform: translateY(8px)	}
to {
	transform: translateY(-8px)	}
}

/*---------------国家认可----------*/
.index-rk{width:1120px;height:auto;overflow:hidden;margin:0 auto;padding-bottom:44px;}
.index-rk h2{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:80px auto 30px auto;}
.index-rk h2 sup{font-size:36px;}
.index-rk span{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:30px;color:#333;margin-bottom:70px;}
.index-rk span b{color:#c41a27;}

/*-----------一分钟-----------*/
.index-ce1{display:block;width:100%;height:300px;background:url(../images/ce-bg_59.jpg) no-repeat center;background-size:cover;overflow: hidden;}
.index-ce1 p{width:257px;height:41px;border-radius:4px;font-size:25px;line-height:41px;text-align: center;background: -webkit-linear-gradient(left, #ca244d , #583792);  background: -o-linear-gradient(right, #ca244d , #583792);  background: linear-gradient(to right, #ca244d , #583792); 	margin:200px auto 0 auto;position: relative;overflow:hidden; letter-spacing: 1px;}


.index-ce1 p.bubble:after { content: "";  background: #fff;  position: absolute;  width: 300px;  height: 300px;  left: -10%;   top: 0;  bottom: 0;  opacity: 0;  margin: auto;  border-radius:50%;  transform: scale(1);  animation:1.2s btn ease-in-out infinite; } 

@keyframes btn {
	0%{transform:scale(0);opacity: 1;}
	
	100%{transform:scale(1);opacity: 0;}
	
}

/*---------------学什么-----------*/
	
.index-xx{width:100%;height:auto;overflow:hidden;margin:0 auto;padding-bottom:80px;}
.index-xx h2{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:80px auto 30px auto;}
.index-xx h2 sup{font-size:36px;}
.index-xx span{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:30px;color:#333;margin-bottom:70px;}
.index-xx span b{color:#c41a27;}


/* 本例子css */
.notice { width: 1120px;height:612px;overflow: hidden;background:url(../images/x-bg_66.jpg) no-repeat bottom center;background-size:100% auto;position: relative;}

.notice .tab-hd {width:300px;position: absolute;z-index:2;top:100px;left:0;}
.notice .tab-hd ul { }
.notice .tab-hd li{width:100%;height:94px;border-radius: 8px;border-top-left-radius:0;border-bottom-left-radius:0;border-left:4px solid rgba(0,0,0,0);cursor: pointer;overflow:hidden;margin:15px 0;}
.notice .tab-hd li b{display:block;width:100%;height:36px;font-size:36px;line-height:36px;text-indent:80px;color:#fff;margin-top:10px;}
.notice .tab-hd li span{display:block;width:100%;height:24px;font-size:24px;line-height:24px;text-align: left;text-indent: 80px;margin-top:10px;color:#fff;}
.notice .tab-hd li.on{background:#fff;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .3);  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .3); ; box-shadow:0 0 10px rgba(0, 0, 0, .3);border-left:4px solid #ffff00;}
.notice .tab-hd li.on b{color:#333;}
.notice .tab-hd li.on span{color:#333;}


.notice .tab-bd {width:820px;height:565px;background:#fff;border-radius: 10px;-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .3);  -moz-box-shadow:0 0 20px rgba(0, 0, 0, .3); ; box-shadow:0 0 20px rgba(0, 0, 0, .3);position: absolute;right:15px;bottom:20px;}


.tab-pal{width:750px;height:565px;margin:0 auto;}
.xue-left{width:450px;float:left;color:#333;}
.xue-left b{display:block;width:100%;height:22px;font-size:22px;margin-top:15px;}
.xue-left p{font-size:17px;line-height:30px;margin-top:10px;}

.xue-right{width:300px;float:right;}
.xue-right img{width:100%;margin-top:110px}
.xue-right a{display:block;width:136px;height:35px;font-size:18px;border-radius: 8px;text-align: center;line-height:35px;float:left;margin-left:14px;color:#fff;position: relative;overflow:hidden;margin-top:60px;}
.xue-anniu1{background: -webkit-linear-gradient(left, #c81f26 , #f85814);  background: -o-linear-gradient(right, #c81f26, #f85814);  background: linear-gradient(to right, #c81f26 , #f85814);}

.xue-anniu2{background: -webkit-linear-gradient(right, #c81f26 , #f85814);  background: -o-linear-gradient(left, #c81f26, #f85814);  background: linear-gradient(to left, #c81f26 , #f85814);}

.xue-right a.xue-an:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:200px;
  
    height:200px;
    left:-25px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#ffffff;
   
    transform:scale(1);
    animation:1.5s btn1 ease-out infinite;
}
@keyframes btn1 {
    0%{  transform:scale(0);  opacity: 1;  filter:alpha(opacity=100);}
    50%{  transform:scale(1);  opacity: 0;  filter:alpha(opacity=0);}
}


/*-------------开班------*/
.index-con1{width:100%;height:1016px;position: relative;}

/*---开班计划--*/
.index-kb{width:100%;height:710px;background:url(../images/bg2_65.jpg) no-repeat center;background-size:cover;overflow:hidden;}

.index-kb1{width:1120px;height:auto;overflow:hidden;margin:89px auto 0 auto}

.kb-zn{width:430px;height:258px;background:url(../images/bk_66.png) no-repeat center;border-radius: 8px;overflow:hidden;float:left;}
.kb-zn p{display:block;width:406px;height:auto;margin:76px auto 0 auto;overflow:hidden;}
.kb-zn p a{display:block;width:160px;height:35px;border:1px solid #ca2125;border-radius: 8px;font-size:18px;color:#ffff00;text-align:center;line-height:25px;float:left;margin:16px 0 0 26px;}
.kb-zn p a sup{font-size:12px;}
.kb-zn p a:hover{background:#ca2125;color:#fff;}


.bj{width:668px;height:540px;background:url(../images/kb_66.png) no-repeat center;float:right;}

.txtMarquee-top{ width:584px;  overflow:hidden;margin:0 auto;}
.txtMarquee-top .hd{  }

.txtMarquee-top .bd{margin-top:197px;}

.txtMarquee-top .infoList li{height:32px;margin-bottom:50px;}
.txtMarquee-top .infoList li i{display:block;width:26px;height:26px;border-radius: 50px;border:2px solid #c41a27;background:#fff;float:left;margin-right:26px;margin-top:3px;}
.txtMarquee-top .infoList li b{display:block;font-weight:normal;height:32px;font-size:28px;line-height:32px;width:192px;text-align:left;color:#333;float:left;}
.txtMarquee-top .infoList li p{display:block;width:140px;height:32px;line-height:32px;font-size:25px;color:#333;float:left;text-align:left;}
.txtMarquee-top .infoList li span{display:block;width:158px;height:32px;line-height:32px;font-size:20px;color:#fff;text-align:center;border-radius: 8px;float:right;background: -webkit-linear-gradient(left, #f85914 , #c81f26);  background: -o-linear-gradient(right, #f85914, #c81f26);  background: linear-gradient(to right, #f85914 , #c81f26);}

.txtMarquee-top .infoList li b sup{font-size:16px;}



.xy-fx{width:430px;height:258px;background:url(../images/fx_66.png) no-repeat center;border-radius: 8px;overflow:hidden;float:left;margin-top:25px;}

.xy-fx ul{width:342px;height:auto;margin:80px auto 0 auto;}
.xy-fx ul li{width:100%;height:40px;line-height:40px;}
.xy-fx ul li a {display:block;width:325px;height:100%;font-size:18px;color:#fff;text-align:left;float:right;}
.xy-fx ul li span{color:#ffff00;font-size:30px;line-height:20px;display:inline-block;width:10px;height:40px;float:left;}
.xy-fx ul li a:hover{color:#ffff00;}

/*---优惠券--*/
.index-yhq{display:block;width:100%;height:357px;background:url(../images/yhq_73.png) no-repeat center;background-size:cover !important;position: absolute;top:665px;left:0;z-index:2;}

.index-yhq1{width:1120px;height:212px;margin:96px auto 0 auto;position: relative;}
.index-yhq1 img{width:213px;height:212px;position: absolute;z-index:2;right:68px;}


/*按钮动画*/
.e4{
	
	position: absolute;
	width: 140px;
	height: 140px;
	background:#fff;
	right:105px;
	top: 54px;
	transform:translate(-50%,-50%);
	border-radius: 50%;
	margin: -18px 0 0 -18px;
}



.e4{
	cursor: pointer; 
	animation: move 1.5s linear 0s infinite;
}

@keyframes move{
	from{
		opacity: 0.6;
		transform: scale(1);
	}
	to{
		opacity: 0;
		transform: scale(2);
	}
}

@-webkit-keyframes move{
	from{
		opacity: 0.6;
		transform: scale(1);
	}
	to{
		opacity: 0;
		transform: scale(2);
	}
}



/*--------------------老师--------------*/

.index-ls{width:1120px;height:auto;overflow:hidden;margin:0 auto;}
.index-ls h2{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:80px auto 30px auto;}
.index-ls h2 sup{font-size:36px;}
.index-ls span{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:30px;color:#333;margin-bottom:70px;}
.index-ls span b{color:#c41a27;}

.index-ls-con{width:258px;height:547px;float:left;cursor:pointer;position: relative;margin-right:29px;}
.index-ls-text{width:258px;height:140px;background:rgba(0,0,0,0.6);position: absolute;bottom:0;left:0;z-index:2;transition:height 0.7s;-moz-transition:height 0.7s;/* Firefox 4 */ -webkit-transition:height 0.7s;}
.index-ls-text b{display:block;width:100%;height:30px;font-size:28px;text-align:center;line-height:30px;color:#fff;margin-top:30px;}
.index-ls-text span{display:block;width:100%;height:26px;font-size:20px;text-align:center;line-height:26px;color:#fff;margin-top:20px;margin-bottom:0px;}
.index-ls-text img{display:block;margin:30px auto 50px auto;display:none;}
.index-ls-text p{display:block;width:70%;height:170px;font-size:18px;line-height:26px;text-align:left;margin:0 auto;color:#fff;display:none;}
.index-ls-text h1{display:block;width:90%;font-size:20px;color:#ffa801;text-align:center;margin:30px auto 0 auto;display:none;}


.index-ls-con:hover .index-ls-text{height:547px;transition:height 0.7s;-moz-transition:height 0.7s;/* Firefox 4 */ -webkit-transition:height 0.7s;}
.index-ls-con:hover .index-ls-text b{margin-top:100px;}
.index-ls-con:hover .index-ls-text span{margin-top:30px;}
.index-ls-con:hover .index-ls-text img{display:block;}
.index-ls-con:hover .index-ls-text p{display:block;}
.index-ls-con:hover .index-ls-text h1{display:block;}

/*------------线条--------*/
.index-xt{width:1120px;height:1px;border-top:1px dashed #999;margin:44px auto;}

/*---------团队-------*/
.index-td{width:1168px;height:auto;margin:0 auto;overflow: hidden;}
.index-td-img{float:left;}

.index-ban-right{ width:750px;  overflow:hidden; float:right;margin-right:24px;}
.index-ban-right .hd{  }

.index-ban-right .bd{}
.index-ban-right .bd ul{ overflow:hidden; zoom:1; }
.index-ban-right .bd ul li{ width:237px;height:365px;float:left; _display:inline; overflow:hidden;position: relative;border:1px solid rgba(0,0,0,0.04);margin-top:11px;margin-right:22px;}

.index-ban-right .bd ul li .pic{ width:237px;height:365px; transition: all .4s linear;    -moz-transition: all .4s linear;    -o-transition: all .4s linear;
    -webkit-transition: all .4s linear;    transition: all .4s linear;}
.index-ban-right .bd ul li .pic img{ display:block;width:100%;height:100%;}
.index-ban-right .bd ul li a:hover .pic{transform: scale(1.05)}

.index-ban-right .bd ul li .title{ width:63px;height:94px;background:#c60001;color:#fff;position:absolute;z-index:3;right:0px;top:0px;}
.index-ban-right .bd ul li .title span{display:block;width:18px;text-align:center;font-size:16px;line-height:18px;float:left;margin:10px 2px 0 10px;}
.index-ban-right .bd ul li .title b{display:block;width:24px;text-align:center;font-size:22px;line-height:24px;float:left;margin-top:10px;}


/*----------------------解析会---------------*/
.index-jxh{display:block;width:100%;height:300px;background:url(../images/h_91.jpg) no-repeat center;background-size:cover !important;margin-top:80px;overflow:hidden;}
.index-jxh p{width:100%;height:26px;font-size:24px;text-align:center;line-height:24px;color:#f89805;margin-top:165px;}
.index-jxh span{display:block;width:212px;height:47px;background:#fff;border-radius: 50px;font-size:26px;color:#2f114b;letter-spacing: 1px;text-align: center;line-height:47px;margin:20px auto;position: relative;overflow:hidden;font-weight:bold;}

.index-jxh span.jxh-an:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:200px;
  
    height:200px;
    left:10px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#fb9f03;
   
    transform:scale(1);
    animation:1.5s btn1 ease-out infinite;
}
@keyframes btn1 {
    0%{  transform:scale(0);  opacity: 1;  filter:alpha(opacity=100);}
    50%{  transform:scale(1);  opacity: 0;  filter:alpha(opacity=0);}
}

/*------------------持证上岗--------------*/
.index-gw{width:1141px;height:auto;margin:0 auto;overflow:hidden;padding-bottom:70px;}
.index-gw h2{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:80px auto 30px auto;}
.index-gw h2 i{font-style:normal;color:#c41a27;}
.index-gw h2 sup{font-size:36px;}
.index-gw span{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:30px;color:#333;margin-bottom:70px;}
.index-gw span sup{font-size:18px;}


/* 本例子css */
.neiye_chanpin_qiehuan{ width:1141px; height:602px; overflow:hidden; position:relative;  }

.neiye_chanpin_qiehuan .hd{ height:17px; overflow:hidden; position:absolute; right:50px; top:44px; z-index:1; }
.neiye_chanpin_qiehuan .hd ul{ overflow:hidden; zoom:1; float:left;  }
.neiye_chanpin_qiehuan .hd ul li{ float:left; margin-right:16px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 50px;border:1px solid #fff;}
.neiye_chanpin_qiehuan .hd ul li.on{ background:#c41a27; }

.neiye_chanpin_qiehuan .bd{ position:relative; height:100%; z-index:0;   }
.neiye_chanpin_qiehuan .bd li{ zoom:1; vertical-align:middle; }
.neiye_chanpin_qiehuan .bd img{ width:1141px; height:602px; display:block;  }


/* 下面是前/后按钮代码，如果不需要删除即可 */
.neiye_chanpin_qiehuan .prev,
.neiye_chanpin_qiehuan .next{ position:absolute; left:22px; top:50%; margin-top:-25px; display:block; width:60px; height:90px;background:url(../images/ad_ctr.png) no-repeat; display: none;}
.neiye_chanpin_qiehuan .next{ left:auto; right:22px; background-position:0px -90px; }
.neiye_chanpin_qiehuan .prev:hover,
.neiye_chanpin_qiehuan .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
.neiye_chanpin_qiehuan .prevStop{ display:none;  }
.neiye_chanpin_qiehuan .nextStop{ display:none;  }


/*-------------测评----------*/
.index-cp1{display:block;height:303px;background:url(../images/ce-bg_97.jpg) no-repeat center;background-size:cover;overflow:hidden;}

/*光标动画*/
@keyframes caret {
	50% {
	border-color:transparent;
}
}/*文本动画：从宽度为0开始*/
@keyframes text {
	from {
	width:0;
}
}.load-text {
	height:30px;
	width:19ch;
	max-width:160px;
	letter-spacing: 1px;
	margin:0 auto;
	overflow:hidden;
	word-break:keep-all;
	color:#fff;
	/*border-right:2px solid #f00;*/
	font-size:30px;
	animation:caret 0.5s step-end infinite,text 5s infinite steps(11);
	margin-top:200px;
}

/*-------------------项目经理------------*/



.index-xm h2{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:80px auto 30px auto;}
.index-xm h2 i{font-style:normal;color:#c41a27;}
.index-xm h2 sup{font-size:36px;}
.index-xm span{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:30px;color:#333;margin-bottom:70px;}
.index-xm span sup{font-size:18px;}


@keyframes animtran {
            from {
                transform: rotateZ(0deg);
            }
            to {
                transform: rotateZ(360deg);
            }
        }

        @keyframes animtrans {
            from {
                transform: rotateZ(360deg);
            }
            to {
                transform: rotateZ(0deg);
            }
        }

        @-webkit-keyframes animtran {
            from {
                transform: rotateZ(0deg);
            }
            to {
                transform: rotateZ(360deg);
            }
        }

        @-webkit-keyframes animtrans {
            from {
                transform: rotateZ(360deg);
            }
            to {
                transform: rotateZ(0deg);
            }
        }
.index-xm1{width:1120px;height:642px;margin:95px auto 0 auto;position: relative;}

.index-xm-t{width:353px;height:366px;position:absolute;top:144px;left:373px;animation: animtran 50s linear infinite;
            -webkit-animation: animtran 50s linear infinite;}
.index-xm-y{width:628px;height:628px;border:1px solid rgba(0,0,0,0.4);border-radius: 100%;position: absolute;top:0;left:245px;animation: animtran 100s linear infinite;
            -webkit-animation: animtran 100s linear infinite;}

.index-xm-con1{width:100%;height:148px;overflow:hidden;float:left;}
.index-xm2{width:100%;height:auto;position: absolute;top:0;left:0;z-index:3;}
.xm-left{width:385px;height:auto;float:left;margin-left:16px;overflow:hidden;}
.xm-text{float:left;}
.xm-left b{display:block;width:190px;height:30px;color:#333;font-size:30px;text-align:left;margin:16px 0 10px 0;}
.xm-left p{display:block;width:190px;font-size:18px;line-height:22px;text-align:left;}
.xm-left span{float:right;display:block;width:132px;height:132px;background:#242832;border-radius: 100px;text-align:center;color:#fff;font-size:22px;}
.xm-left span img{margin:15px auto 0px auto;}


.xm-right{width:385px;height:auto;float:right;margin-right:16px;overflow:hidden;}
.xm-right .xm-text{float:right;}
.xm-right b{display:block;width:190px;height:30px;color:#333;font-size:30px;text-align:left;margin:16px 0 10px 0;}
.xm-right p{display:block;width:190px;font-size:18px;line-height:22px;text-align:left;}
.xm-right span{float:left;display:block;width:132px;height:132px;background:#242832;border-radius: 100px;text-align:center;color:#fff;font-size:22px;}
.xm-right span img{margin:15px auto 0px auto;}


.index-xm-con2{width:240px;font-size:80px;color:#fc5d15;text-align:center;overflow:hidden;padding:20px 0;font-weight:bold;position: absolute;z-index:4px;top:243px;left:435px;}
.index-xm-con2 sup{font-size:40px;}
.index-xm-con2 span{display:block;width:217px;height:68px;font-size:34px;color:#fff;line-height:68px;background: -webkit-linear-gradient(left, #c51b27 , #fb5c13);  background: -o-linear-gradient(right, #c51b27, #fb5c13);  background: linear-gradient(to right, #c51b27 , #fb5c13);border-radius: 50px;margin-top:24px;}

.xm-tel{display:block;width:288px;height:114px;position: relative;margin:70px auto;}
.xm-tel i{display:block;width:242px;height:80px;border-radius: 8px;border:1px solid #999;margin:0 auto;}
.xm-tel span{display:block;width:288px;font-size:24px;height:60px;text-align:center;line-height:60px;font-weight:bold;color:#fff;border-radius: 8px;background: -webkit-linear-gradient(left, #f85914 , #c81f26);  background: -o-linear-gradient(right, #f85914, #c81f26);  background: linear-gradient(to right, #f85914 , #c81f26);position: absolute;top:10px;left:0;}
.xm-tel p{width:100%;font-size:24px;font-weight:bold;text-align: center;color:#999;margin-top:10px;}

/*---------------内训--------*/
.index-neixun{width:100%;height:auto;background:url(../images/bg4_116.jpg) no-repeat center;background-size:100% 100%;overflow:hidden;}


.index-neixun h2{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:80px auto 30px auto;}
.index-neixun h2 i{font-style:normal;color:#c41a27;}
.index-neixun h2 sup{font-size:36px;}
.index-neixun span{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:30px;color:#333;margin-bottom:70px;}
.index-neixun span sup{font-size:18px;}

.index-neixun2{width:1120px;height:auto;overflow:hidden;margin:0 auto;padding:5px;}
.neixun-t1{width:370px;height:262px;border-radius:8px;position: relative;overflow:hidden;-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);  
-moz-box-shadow:0 0 5px rgba(0, 0, 0, .3); box-shadow:0 0 5px rgba(0, 0, 0, .3);}
.neixun-t1 img{width:370px;height:262px;}
.neixun-t1 p{width:100%;height:85px;text-align:center;line-height:85px;font-size:18px;color:#fff;background: rgba(0,0,0,0.6);position: absolute;bottom:0;left:0;z-index:2;}

.neixun-t1 img{
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.neixun-t1:hover img {
	
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.neixun-t2{width:730px;height:331px;float:right;position: relative;}
.neixun-t2-img{width:465px;height:331px;border-radius:8px;-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);  
-moz-box-shadow:0 0 5px rgba(0, 0, 0, .3); box-shadow:0 0 5px rgba(0, 0, 0, .3);float:left;overflow:hidden;}
.neixun-t2-img img{display:inline-block;width:100%;height:100%;border-radius:8px;}

.neixun-t2-img img{
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.neixun-t2:hover .neixun-t2-img img {
	
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	
}

.neixun-t2 p{width:312px;padding:10px;background:#333;font-size:16px;color:#fff;position: absolute;right:0;top:130px;z-index:3;}



.nx-anniu{display:block;width:430px;height:62px;border:1px solid #f00;font-size:30px;text-align:center;line-height:62px;margin:70px auto;color:#bf1427;position: relative;overflow:hidden;}

a.nx-anniu:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:500px;
  
    height:500px;
    left:-22px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:rgba(255,0,20,.5);
   
    transform:scale(1);
    animation:1.5s btn1 ease-out infinite;
}
/*
.nx-anniu:hover{background:#bf1427;color:#fff;}*/


/*--------------资料------------------*/
.index-zl{width:1152px;height:auto;overflow:hidden;margin:0 auto;padding-bottom:70px;}

.index-zl h2{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:80px auto 30px auto;}
.index-zl span i{font-style:normal;color:#c41a27;}
.index-zl h2 sup{font-size:36px;}
.index-zl span{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:30px;color:#333;margin-bottom:70px;}
.index-zl span sup{font-size:18px;}

.index-zl2{width:1152px;height:auto;overflow:hidden;margin:30px auto 0 auto;}

.zl-left{width:348px;float:left;}
.zl-left a{display:block;width:304px;height:53px;margin:24px auto 0 auto;background: -webkit-linear-gradient(top, #f85914 , #c81f26);  background: -o-linear-gradient(bottom, #f85914, #c81f26);  background: linear-gradient(to bottom, #f85914 , #c81f26);font-size:22px;color:#fff;border-radius: 50px;text-align:center;line-height:53px;position: relative;overflow: hidden;}

a.zl-anniu:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:300px;
  
    height:300px;
    left:8px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#fff;
   
    transform:scale(1);
    animation:1.5s btn1 ease-out infinite;
}

.zl-right{width:652px;float:right;}
.zl-right b{display:block;width:100%;height:36px;line-height:36px;color:#333;text-align:center;font-size:36px;}
.zl-right b sup{font-size:20px;}
.zl-right b i{color:#bf1427;font-style: normal;}

.zl-right ul{width:652px;height:313px;background:url(../images/lb-bg_140.jpg) no-repeat center;background-size:100% 100%;margin-top:27px;overflow: hidden;}
.zl-right ul li{width:90%;height:35px;margin:10px auto;}
.zl-right ul li span{display:block;width:378px;height:35px;line-height:35px;font-size:20px;text-align:left;float:left;margin-left:50px;margin-bottom:0;}
.zl-right ul li a{display:block;width:110px;height:27px;font-size:16px;background:#bf1427;color:#fff;border-radius: 8px;margin-top:4px;float:right;}



/*------------------圈子----------*/

.index-qz{width:100%;height:auto;background:url(../images/bg5_144.jpg) no-repeat center;background-size:100% 100%;overflow:hidden;}


.index-qz-nav h2{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:80px auto 30px auto;}
.index-qz-nav h2 i{font-style:normal;color:#c41a27;}
.index-qz-nav h2 sup{font-size:36px;}
.index-qz-nav span{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:30px;color:#333;margin-bottom:70px;}
.index-qz-nav span sup{font-size:18px;}

.index-qz-con{width:1120px;height:626px;margin:0 auto 82px auto;background:#fff url(../images/top_145.jpg)no-repeat top center;-webkit-box-shadow:0 0 30px rgba(0, 0, 0, .3);  
-moz-box-shadow:0 0 30px rgba(0, 0, 0, .3); box-shadow:0 0 30px rgba(0, 0, 0, .3);border-radius: 10px;}


/* 本例子css */
.slideGroup{ width:960px;text-align:left;padding-top:80px;}
.slideGroup .parHd{ height:79px;  }

.slideGroup .parHd ul{ }
.slideGroup .parHd ul li{ float:left;width:445px;height:80px;cursor: pointer;}
.slideGroup .parHd ul li p{width:100%;height:72px;background:#fafafa;border-radius: 8px;text-align:center;}
.slideGroup .parHd ul li p i{width:11px;height:72px;background:url(../images/fk1_149.jpg) no-repeat center;display:inline-block;float:left;}
.slideGroup .parHd ul li p span{display:block;width:100px;height:72px;float:left;line-height:72px;font-size:24px;}

.slideGroup .parHd ul li.on{background:url(../images/qh_149.jpg) no-repeat center;}
.slideGroup .parHd ul li.on p{background:none;}
.slideGroup .parHd ul li.on i{background:url(../images/fk_149.jpg) no-repeat center;}
.slideGroup .parHd ul li.on span{color:#fff;}

.slideGroup .slideBox{ /*overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative; */margin-top:53px;  }


.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }



/* 本例子css */
.txtMarquee-top2{ width:506px;  overflow:hidden; float:right;text-align:left;margin-top:30px;}


.txtMarquee-top2 .bd2{ }

.txtMarquee-top2 .infoList2 li{ height:52px; padding:30px 0;border-bottom: 1px dashed rgba(0,0,0,0.6);}
.txtMarquee-top2 .infoList2 li a{text-align:left;}
.li-left{display:block;width:400px;height:52px;float:left;}
.li-left h6{display:block;width:100%;height:20px;font-size:18px;color:#333;line-height:20px;font-weight:normal;background: url(../images/jt_153.jpg) no-repeat left center;text-indent:33px;}
.li-left span{display:block;width:100%;height:20px;font-size:18px;color:#333;line-height:20px;text-indent:33px;margin-top:10px;text-overflow:ellipsis;	white-space:nowrap;overflow:hidden;}

.txtMarquee-top2 .infoList2 li i{display:block;width:100px;height:28px;background:#c60001;font-size:18px;color:#fff;text-align:center;line-height:28px;float:right;margin-top:11px;font-style: normal;border-radius: 50px;}

.txtMarquee-top2 .infoList2 li a:hover h6{color:#c60001}


/*----------新闻-----------*/

.index-new-nav{display:block;width:100%;height:70px;line-height:70px;font-size:56px;color:#333;text-align:center;margin:70px auto 70px auto;}


.index-new{width:1100px;height:auto;overflow:hidden;margin:0 auto;padding-bottom:40px;}

.index-new-left{width:785px;height:auto;overflow:hidden;float:left;}

.index-new-left-nav{width:100%;height:36px;line-height:36px;}
.index-new-left-nav h2{display:inline-block;height:36px;font-size:24px;font-weight:normal;float:left;color:#333;}
.index-new-left-nav a{display:inline-block;height:36px;font-size:14px;line-height:36px;color:#fe5c59;float:right;}

.index-new1{width:365px;height:auto;float:left;margin-top:30px;transition: all .4s linear;    -moz-transition: all .4s linear;    -o-transition: all .4s linear;}
.index-new-img{width:365px;height:240px;overflow:hidden;}
.index-new-img img{width:100%;height:100%;transition: all .4s linear;    -moz-transition: all .4s linear;    -o-transition: all .4s linear;}
.index-new1 p{display:block;width:100%;height:auto;overflow:hidden;font-size:20px;color:#333333;padding:26px 0;text-align:left;background:#fff;transition: all .4s linear;    -moz-transition: all .4s linear;    -o-transition: all .4s linear;}

.index-new1:hover .index-new-img img{transform: scale(1.05);}
.index-new1:hover p{background:#be1528;color:#fff;text-indent:10px;}

.index-new2{width:390px;height:auto;overflow:hidden;float:right;}
.index-new2 a{display:block;width:100%;height:50px;padding:32px 0;border-bottom:1px solid rgba(0,0,0,0.1);}
.index-new2 b{display:block;width:40px;float:left;font-size:30px;color:#333;padding-top:4px;}
.index-new2 b span{display:block;width:40px;font-size:18px;color:#888;float:left;font-weight:normal; text-transform:uppercase;padding-top:2px; letter-spacing: 1px;}
.index-new2 h1{width:340px;height:20px;line-height:20px;font-size:16px;color:#666;float:right;text-align:left;overflow:hidden;padding:6px 0;}
.index-new2 p{width:340px;height:20px;line-height:20px;font-size:14px;color:#999;float:right;text-align:left;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

.index-new2 a:hover b{color:#be1528;}
.index-new2 a:hover b span{color:#be1528;}

.index-new2 a:hover h1{color:#be1528;}


.index-new-right{width:275px;height:auto;float:right;}

.index-new-right-nav{width:100%;height:36px;line-height:36px;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:10px;}
.index-new-right-nav h2{display:inline-block;height:36px;font-size:24px;font-weight:normal;float:left;color:#333;text-indent: 10px;color:#333;}
.index-new-right-nav a{display:inline-block;height:36px;font-size:14px;line-height:36px;float:right;margin-right:10px;color:#fe5c59;}

.index-new-right ul{width:100%;height:auto;overflow:hidden;}
.index-new-right ul li{width:100%;height:24px;padding:16px 0;overflow:hidden;}
.index-new-right ul li a{display:block;width:100%;height:100%;}
.index-new-right ul li a span{display:inline-block;font-size:30px;color:#666;}
.index-new-right ul li a p{height:24px;font-size:15px;color:#666;float:right;text-align:left;width:90%;overflow:hidden;text-overflow:ellipsis;	white-space:nowrap;line-height:24px;padding:10px 0;}

.index-new-right ul li a:hover span{color:#be1528;}
.index-new-right ul li a:hover p{color:#be1528;}


/*-----------------加入我们---------*/
.index-jr{display:block;width:100%;height:400px;background:url(../images/xx_164.jpg) no-repeat center;background-size:cover !important;overflow:hidden;}

.index-jr span{display:block;width:188px;height:56px;background:#fff;border-radius: 50px;font-size:30px;color:#c41a27;text-align: center;line-height:56px;margin: 300px auto 0 auto;position: relative;overflow: hidden;}

span.jr-anniu:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:200px;
  
    height:200px;
    left:-10px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#f00;
   
    transform:scale(1);
    animation:1.5s btn1 ease-out infinite;
}


/*----------------无论-----------*/
.wl{width:100%;height:671px;background:url(../images/db_165.jpg) no-repeat center;background-size:cover !important;overflow:hidden;}

/*弹出表单*/
.tcbd{
display:none;position:fixed;z-index:100;padding-top:100px;left:0;	top:0;	width:100%;	height:100%;overflow:auto;	background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8);}

.tcbd1{
display:none;position:fixed;z-index:100;padding-top:100px;left:0;	top:0;	width:100%;	height:100%;overflow:auto;	background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8);}

.tcbd3{
display:none;position:fixed;z-index:100;padding-top:100px;left:0;	top:0;	width:100%;	height:100%;overflow:auto;	background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8);}


 #Rq_bd1{display: block; width:391px;height:342px;background:rgba(253,253,253,1);position: fixed; right: 0; top:50%;margin-top: -195px;left: 50%;margin-left: -171px;z-index: 99999;border-radius:10px;overflow:hidden;}
 #Rq_bd1 .Rq_dele1{position: absolute;top:16px;right: 5px;width: 40px;height: 40px; box-sizing: border-box;border-radius: 50%;}

 #Rq_bd1 .Rq_lj{height:65px;line-height:65px;color:#FFFFFF;text-align:center;font-size:30px;background: #be1528;}
 
 #Rq_bd1 .Rq_for{width:300px;height:40px;margin-left:30px;margin-bottom:20px;}
 #Rq_bd1 .Rq_for input{width:300px;height:40px;background:#ffffff;border:1px solid #cacaca;color:#666;font-size:14px;padding-left:25px;}
 #Rq_bd1 .Rq_for .Rq_button{width:330px;height:50px;background:#b8292d;color:#fff;font-size:20px;font-family:'微软雅黑';margin-top:20px;cursor:pointer;border:none;border-radius:50px;line-height:50px;}
 #Rq_bd1 .Rq_for .Rq_button:hover{background:#ffa801;}


.tcbd1 .Rq_for{margin-top:20px !important;margin-bottom:0px !important;margin-left:10px;}
.tcbd1 .Rq_for input{padding-left:10px;}
.tcbd1 #Rq_bd1 .Rq_for .Rq_button{margin-top:30px;}
