/* CSS Document */

*{ margin:0; padding:0;}
a { text-decoration:none; text-align: center;cursor: pointer;}
li{ list-style:none;}
body{ font:14px/26px "微软雅黑"; }
.ajaxsubmit{text-align: center;}
img{display: inline-block;}

/*--左侧悬浮--*/
.left-xf{width:116px;height:300px;position: fixed;top:20%;left:5px;z-index: 199;background:url(http://bj.aura.cn/file/new0518/images/left-lc.gif) no-repeat top center;background-size: 100% auto;}	
.left-xf2{width:84%;height:auto;float:left;margin-top:64px;margin-left: 8%;}
.left-xf2 a{display:block;width:100%;height:30px;margin-bottom: 5px;}
.left-xf2 a:nth-last-of-type(1){height:40px;}


/*--右侧悬浮--*/

.xb2-right{width:150px;height:auto;position: fixed;top:20%;right:-8px;z-index: 199;}
.xb2-con{width:150px;height:260px;position: relative;}
.right-gb{display:block;width:22px;position: absolute;top:-18px;left:-10px;cursor: pointer;}

.xb2{width:150px;height:auto;}

.xb3-right{width:150px;height:auto;position: fixed;top:20%;right:-8px;z-index: 199;}
.xb3-con{width:150px;height:260px;position: relative;}
.xb3-con .right-gb{display:block;width:22px;position: absolute;top:-18px;left:-10px;cursor: pointer;}

.xb3{width:150px;height:auto;}
/*--弹窗---*/

@-webkit-keyframes hvr-pulse-grow21 {
			  to {-webkit-transform: scale(1.04);transform: scale(1.04); }
			}

@keyframes hvr-pulse-grow21 {
			  to {-webkit-transform: scale(1.04);transform: scale(1.04);  }
	    }
	

	
@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
	}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
		0% {opacity: 0;}  
		40% {opacity: 0;}  
		100% {opacity: 1;}  
	}  
#tc02 {    
		animation: fade-in;/*动画名称*/  
		animation-duration: 2s;/*动画持续时间*/  
		-webkit-animation:fade-in 2s;/*针对webkit内核*/  
	}  

.tc1{width:100%;height:100%;position: fixed;top:0;left:0;z-index:99999;background:rgba(0,0,0,0.8);}
	
.tc-gb{width:16px;height:auto;cursor: pointer;position: absolute;top:15px; right: 15px;z-index: 2;}
	
.tc-con{width:360px;height:424px;background:#fff;border-radius:10px;margin:5% auto;position: relative;}
.tc-con h2{display:block;width:100%;font-size: 24px;color:#cd0014;text-align:center;margin: 0 auto;padding: 20px 0 10px 0;}
.tc-con p{display:block;width:100%;height:18px;margin: 0 auto 0px auto;text-align: center;}
.tc-con p span{display:inline-block;width:84px;height:18px;background:url(https://bj.aura.cn/file/new1/images/tc/icon_03.jpg) no-repeat left center;font-size: 14px;color:#666;text-indent: 10px;line-height: 18px;margin: 0 14px;}
	
.tc-form{width:328px;height:40px;background:#ededed;border-radius: 3px;overflow: hidden;border-top-right-radius: 30px;border-bottom-right-radius: 30px;margin: 15px auto;}	
.tc-input1{display:block;width:160px;height:40px;line-height: 40px;background:none;border:none;text-indent: 18px;font-size:16px;color:#888;float:left;}
	
.tc-anniu1{display:block;width:130px;height:40px;line-height:40px;text-align:center;border:none;border-radius: 30px;color:#fff;cursor: pointer;float:right;font-size:16px;font-weight: bold;background:#cd0014;}
	
.bm-con{width:328px;height:auto;margin:5px auto 0 auto;}

.bm-title{display:block;width:100%;height:36px;font-size:16px;color:#333;line-height: 30px;float:left;font-weight: bold;}

.RadioStyle{width:100%;overflow: hidden;}

.RadioStyle input {
		display: none
		}

.RadioStyle label {
		background:#ededed;
		color: #666;
		width:100px;
		height:35px;
		line-height: 35px;
		text-align: center;
		float: left;
		border-radius: 0rem;
		font-size:14px;
		margin:0 14px 0 0;


		}

.RadioStyle input:checked + label {

		background:#cd0014;
		color: #fff
		}
.RadioStyle input:disabled + label {
		opacity: 0.7;
		}
	
	
.RadioStyle label:nth-of-type(3){float:right;margin:0;}

	
	
.tc-input1:focus {outline:none;}
.tc-anniu1:focus {outline:none;border:none;}
	
.tc-con dl{width:328px;height:112px;margin: 0 auto 0 auto;}
.tc-con dl dt{width:86px;height:92px;float:left;margin-top: 8px;}
.tc-con dl dt img{display:block;width:100%;}
.tc-con dl dd{width:236px;float:right;}
.tc-con dl dd span{display:block;width:100%;font-size: 14px;color:#cd0014;padding-top:0px;}
.tc-con dl dd b{display:block;font-size: 14px;color:#cd0014;}
.tc-con dl dd p{display:block;width:100%;text-align: left;}
.tc-con dl dd p i{display:block;font-size: 12px;color:#666;font-style: normal;width:50%;float:left;margin-bottom: 0px;}

	
#tc02 .tc-gb{width:40px;height:auto;cursor: pointer;position: absolute;z-index: 2;top:40px;right:10px;}
	
.tc-con2{width:384px;height:438px;background:url(https://bj.aura.cn/file/images/er/tk_03.png) no-repeat center;margin:5% auto;position: relative;background-size: 100% auto;}
	
	
.hvr-pulse-grow21 { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0);  -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale;	-webkit-animation-name: hvr-pulse-grow21; animation-name: hvr-pulse-grow21; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate;		}
.hvr-pulse-grow21:hover{animation-play-state:paused;-webkit-animation-play-state:paused;}
/*top

.top-new{width:100%;height:50px;background:#ffecec;position: relative;}
.top-new a{width:740px;height:50px;background:url(http://bj.aura.cn/file/new1/images/t_03.jpg) no-repeat left center;text-indent:20px;font-size:18px;color:#0086fc;line-height:50px;margin:0 auto;display:block;}
.top-new a span{color:#333;}
.top-gb{width:24px;height:24px;display:block;position: absolute;top:13px;right:30px;cursor: pointer;}

/*--nav--
.top-con{width:100%;height:70px;background:#fff;}
.top-con1{width:1000px;height:70px;margin:0 auto;}

.logo{width:150px;height:auto;float:left;margin-top:14px;}

.nav1{width:auto;height:30px;float:left;margin-top:20px;margin-left:44px;}
.nav1 li{width:70px;height:30px;float:left;margin:0 20px;}
.nav1 li a{display:block;width:100%;height:28px;font-size:16px;color:#000;}

.nav1 li a:hover{border-bottom:2px solid #aa1314;}


.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navBar{   position:relative; z-index:1; height:30px;float:left;margin-top:20px;margin-left:44px;  }
	
.nav{ height:30px;width:800px;margin:0 auto; }
.nav li{width:70px;height:40px;float:left;margin:0 20px;}
.nav h3{font-weight:normal; display:block;width:100%;height:38px;font-size:16px;color:#000;}
.nav .m{  position:relative; float:left; width:94px; margin:0 10px; display:inline; text-align:center;   }
.hot{text-align:left;background:url(http://bj.aura.cn/file/new1/images/hot.gif) no-repeat;background-position: right -2px ;}

.nav a{ display:block;width:100%;height:38px;font-size:16px;color:#000; }
.nav li a:hover{border-bottom:2px solid #aa1314;}
.nav li h3:hover{border-bottom:2px solid #aa1314;cursor: pointer;}
	
.nav .sub{ display:none; 默认隐藏*width:200px;height:200px; padding:10px 0;  position:absolute; left:-50px; top:44px;  background:#fff; border-radius: 10px;
	-webkit-box-shadow:0 0px 10px rgba(0, 0, 0, .1);  
  -moz-box-shadow:0 0px 10px rgba(0, 0, 0, .1);  
  box-shadow:0 0px 10px rgba(0, 0, 0, .1);  }

.nav .sub img{width:160px;height:auto;border:1px solid rgba(0,0,0,0.04);margin-top:10px;}
.nav .sub p{width:100%;height:24px;font-size:16px;text-align: center;line-height:0px;margin-top:15px;}

.tel{width:157px;height:22px;float:right;margin-top:24px;}

#m1 .sub{height:auto;overflow: hidden;padding:0;}
#m1 .sub a{height:44px;line-height:44px;}
#m2 .sub{height:auto;overflow: hidden;padding:0;}
#m2 .sub a{height:44px;line-height:44px;}
.hot{background-position: 60px -2px;}
.hot a{text-align:left;text-indent: 12px;}



.fixedwrap {display: none; }
    
.fixedwrapshow {display: block;position: fixed;z-index:99;top:0;left:0;height: 70px;width: 100%;background: #fff;border-bottom:1px solid rgba(0,0,0,0.1)}
*/
	
	
    
.nav-2 {display: block;position: fixed;z-index:99;top:0;left:0;height: 70px;width: 100%;background: #fff;


	-webkit-box-shadow:0 0px 10px rgba(0, 0, 0, .1);  
  -moz-box-shadow:0 0px 10px rgba(0, 0, 0, .1);  
  box-shadow:0 0px 10px rgba(0, 0, 0, .1);  }


.hover-nav{width:100%;height:114px;border:0;}
.nav-xz1{display:none;}
.nav-xz2{display:block;}
.nav-xz3{display:none;}

/*-------------banner----*/

.banner{width:100%;height:320px;background:url(../images/banner_02.jpg) no-repeat center;background-size: cover !important;}


/*---解决思路----*/

.j-nav{width:540px;height:60px;position: relative;margin: 60px auto 0 auto;}
.j-nav h1{display:block;width:100%;font-size:34px;position: absolute;top:0;left:0;z-index: 3;text-align: center;}
.j-nav h1 b{color:#d70b01;font-size:42px;}

.j-nav span{display:block;width:56px;height:56px;border-radius: 100%;background:rgba(252,210,119,0.13);position: absolute;left:-22px;bottom: 10px;}
.j-nav i{display:block;width:270px;height:14px;border-radius: 30px;background:rgba(252,210,119,0.24);position: absolute;left:190px;top: 30px;}



.j-con{width:1000px;height:auto;margin:0 auto;overflow: hidden;padding:30px 0 10px 0;}

.j1{width:310px;height:200px;border-radius: 10px;border:1px solid #f4f3f1;background:#fff;float: left;margin-left:20px;

	box-shadow: 8px 8px 2px 0px rgba(252,210,119,0.3);
-webkit-box-shadow:8px 8px 2px 0px rgba(252,210,119,0.3);
-moz-box-shadow:8px 8px 2px 0px rgba(252,210,119,0.3);

}

.j1 p{display:block;width:90%;height:24px;background:url(../images/icon_05.jpg) no-repeat left center;margin:0 auto;text-indent: 24px;font-size:14px;color:#333;overflow: hidden;margin-top:10px;}


.j1 p:nth-of-type(1){margin-top:18px;}





/*---推荐----*/


.p-nav{width:550px !important;height:60px;position: relative;margin: 50px auto 0 auto;}
.p-nav h1{display:block;width:100%;font-size:34px;position: absolute;top:0;left:0;z-index: 3;text-align: center;}
.p-nav h1 b{color:#d70b01;font-size:42px;padding-right: 5px;}

.p-nav span{display:block;width:56px;height:56px;border-radius: 100%;background:rgba(252,210,119,0.13);position: absolute;left:-18px;bottom: 15px;}
.p-nav i{display:block;width:220px;height:14px;border-radius: 30px;background:rgba(252,210,119,0.24);position: absolute;left:290px;top: 26px;}


.p-con{width:1000px;height:auto;padding: 30px 0 50px 0;overflow: hidden;margin:0 auto;}


.p1{width:420px;height:auto;border-radius: 10px;border:1px solid #f4f3f1;background:#fff;float: left;margin:0 36px 0 34px;

	box-shadow: 8px 8px 2px 0px rgba(252,210,119,0.3);
-webkit-box-shadow:8px 8px 2px 0px rgba(252,210,119,0.3);
-moz-box-shadow:8px 8px 2px 0px rgba(252,210,119,0.3);

}

.p1 img{display:block;width:100%;}


/*----书籍  题库---*/
.sj{width:100%;height:auto;background:#fafafa;overflow:hidden;}


.sj-nav{width:825px !important;height:60px;position: relative;margin: 50px auto 0 auto;}
.sj-nav h1{display:block;width:100%;font-size:34px;position: absolute;top:0;left:0;z-index: 3;text-align: center;}
.sj-nav h1 b{color:#d70b01;font-size:46px;padding-right: 5px;}

.sj-nav span{display:block;width:56px;height:56px;border-radius: 100%;background:rgba(252,210,119,0.13);position: absolute;left:-22px;bottom: 10px;}
.sj-nav i{display:block;width:270px;height:17px;border-radius: 30px;background:rgba(252,210,119,0.24);position: absolute;left:440px;top: 36px;}

       
.sj-con{width: 1000px;height:auto;overflow: hidden;margin:40px auto;text-align:  center;}

.sj1{display:inline-block;width:302px;height:376px;background:url(../images/s_16.jpg) no-repeat center;margin:0 10px;}
.sj1 p{display:block;width:100%;height:80px;font-size:18px;line-height: 30px;margin-top:284px;padding-top:12px;}

.sj1:nth-of-type(2){background:url(../images/er_16.jpg) no-repeat center;}
.sj1:nth-of-type(3){background:url(../images/x_16.jpg) no-repeat center;}


/*-----------免费领取------------*/

.mf-nav{width:750px !important;height:60px;position: relative;margin: 50px auto 50px auto;}
.mf-nav h1{display:block;width:100%;font-size:34px;position: absolute;top:0;left:0;z-index: 3;text-align: center;}
.mf-nav h1 b{color:#d70b01;font-size:42px;padding-right: 5px;}

.mf-nav span{display:block;width:56px;height:56px;border-radius: 100%;background:rgba(252,210,119,0.13);position: absolute;left:-22px;bottom: 10px;}
.mf-nav i{display:block;width:350px;height:14px;border-radius: 30px;background:rgba(252,210,119,0.24);position: absolute;right:20px;top: 30px;}


.mf{width:100%;height:840px;background:url(../images/bg_19.jpg) no-repeat center;margin:0 auto 40px auto;background-size: cover !important;}

.mf-title{width:458px;height:73px;text-align: center;line-height: 63px;font-size:30px;color:#d70b01;margin:0 auto 0 auto;}

.mf1{width:852px;height:auto;overflow: hidden;margin:0 auto 10px auto;}
.mf1 b{display:block;width:100%;height:28px;line-height: 30px;font-size:18px;color:#000;margin:20px 0 16px 0;}


.regular-radio {display: none;}

	.regular-radio + label {float:left;
		-webkit-appearance: none;
		background-color: #fff;
		border: 1px solid #cacece;
		padding: 8px;
		border-radius: 50px;
		display: inline-block;
		position: relative;
	}

	.regular-radio:checked + label:after {
		content: ' ';
		width: 10px;
		height: 10px;
		border-radius: 50px;
		position: absolute;
		top: 3px;
		background: #d70b01;
		text-shadow: 0px;
		left: 3px;
		font-size: 32px;
	}

	.regular-radio:checked + label {
		background-color: #fff;
		color: #d70b01;
		border: 1px solid #d70b01;
		
	}

.mf-xz1{width:auto !important;float:left;height:30px;margin-right:20px;}
.mf-xz1 label{margin-top:6px;}
.mf-xz1 span{display:inline-block;width:auto;height:30px;font-size:16px;color:#000;float:left;padding-left: 10px;line-height: 30px;}

.mf-xz2{width:198px;height:32px;float:left;margin-right: 10px;margin-bottom: 10px;}
.mf-xz2 i{display:block;width:auto;height:32px;font-style: normal;font-size:18px;color:#f00;float:left;line-height: 36px;}
.mf-xz2 span{display:block;width:auto;height:32px;font-size:16px;color:#000;float:left;line-height: 32px;padding:0 8px 0 5px;}

.mf-input{display:block;width:138px;height:30px;background:#fff;border:1px solid rgba(0,0,0,0.2);float:right;text-indent: 10px;border-radius: 5px;}

.mf-anniu{display:block;width:128px;height:32px;color:#d70b01;background:#ffc42a;border:none;border-radius: 30px;text-align: center;line-height: 32px;font-size:18px;cursor: pointer;

-webkit-box-shadow:0 2px 5px rgba(255, 192, 0, .3);  
  -moz-box-shadow:0 2px 5px rgba(255, 192, 0, .3); 
  box-shadow:0 2px 5px rgba(255, 192, 0, .3);


float: right;
margin-right: 90px !important;
}

/*-----更多----*/

.gd{width:100%;height: auto;background:#fafafa;overflow: hidden;}

.gd-nav{width:740px !important;height:60px;position: relative;margin: 50px auto 20px auto;}
.gd-nav h1{display:block;width:100%;font-size:34px;position: absolute;top:0;left:0;z-index: 3;text-align: center;}
.gd-nav h1 b{color:#d70b01;font-size:42px;padding-right: 5px;}
.gd-nav h1 b strong{color:#000;}

.gd-nav span{display:block;width:56px;height:56px;border-radius: 100%;background:rgba(252,210,119,0.13);position: absolute;left:-22px;bottom: 10px;}
.gd-nav i{display:block;width:260px;height:14px;border-radius: 30px;background:rgba(252,210,119,0.24);position: absolute;right:0px;top: 30px;}


.gd-con{width:1000px;height:auto;text-align: center;margin:0 auto 66px auto;}
.gd-con a{display:inline-block;width:282px;height:394px;background:#fff;border-top-left-radius: 10px;border-bottom-right-radius: 40px;overflow: hidden;margin:0 20px;

-webkit-box-shadow:0 0px 12px rgba(255, 194, 97, .3); 
  -moz-box-shadow:0 0px 12px rgba(255, 194, 97, .3);
  box-shadow:0 0px 12px rgba(255, 194, 97, .3);
	
}

.gd-con a h1{display:block;width:100%;height:79px;background:url(../images/nav-bg_22.jpg) no-repeat center;background-size:100% 100%;text-indent: 10px;color:#000;line-height: 65px;text-align: left;font-size:30px;}

.gd1{width:86%;height:auto;margin:0 auto;text-align: left;}
.gd1 h2{width:100%;height:auto;overflow: hidden;margin:10px auto;}
.gd1 h2 b{display:block;font-size:24px;color:#000000;}
.gd1 h2 i{display:block;width:54px;height:4px;background:#ffb43d;margin-top:10px;}

.gd1 p{display:block;width:100%;font-size:18px;color:#414141;height:130px;line-height: 36px;overflow: hidden;margin: 0 auto;padding-top:10px;}

.gd1 p i{display:block;font-style: normal;width: 50%;float:left;}

.gd1 span{display:block;width:188px;height:48px;background:#ffb43d;font-size:24px;line-height: 48px;text-align: center;color:#fff;border-radius: 10px;margin:0 auto 0 auto;

-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
box-shadow: 0px 2px 5px 0px rgba(234,88,34,0.5);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(234,88,34,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(234,88,34,0.5);

}

.gd1 strong{display:block;width:100%;font-size:18px;color:#000000;font-weight: normal;margin-top:20px;text-align: center;}
.gd1 strong i{font-style:normal;color:#d70b01;}

.gd-con a:hover span{margin-top:-10px;}


.xcx-banner{display:block;width:100%;height:100px;background:url(../images/tk_25.jpg) no-repeat center;background-size: cover !important;}


/*--19--*/
.index-19{background:#f5f5f5;width:100%;height:742px;margin:0 auto;overflow:hidden;}
.index-19 img{display:block;margin:72px auto 0 auto;}

.index-19-anniu{width:100%;height:auto;background:url(http://bj.aura.cn/file/new1/images/qx_08.jpg) no-repeat bottom center;background-size:cover !important;/*! margin-top: -72px; */padding-top: 42px !important;padding-bottom: 40px !important;}

.index-19 a{display:block;width:500px;height:75px;background:#febc0a;color: #fff;font-size:30px;text-align:center;line-height:60px;border-radius: 50px;margin:60px auto;
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, .3);  
  -moz-box-shadow:0 2px 5px rgba(0, 0, 0, .3);  
  box-shadow:0 2px 5px rgba(0, 0, 0, .3); 
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index-19 a:hover{margin-top:54px;}
.index-19-anniu a sup{font-size:16px;}



/*-------------footer---------------*/
.footer{width:100%;height:380px;background:#ecf5fe;}
.footer-con{width:1000px;height:auto;margin:0 auto;}

.foot-left{width:322px;float:left;}
.foot-logo{width:116px;height:88px;display:block;margin-left:20px;}
.foot-icon{width:100%;padding:30px 0;float:left;}
.foot-icon img{display:block;width:44px;height:41px;float:left;margin-right:20px;}


.login-box img{display: block;width:100%;}
.login-box {width:100%;padding:30px 0;float:left;}
.login-box li {
	float:left;
	margin-right:15px;
	position:relative;
	cursor:pointer;
	list-style:none;
}
.xcx {
	position:absolute;
	width:150px;
	height:150px;
	background:#fff;
	right:-52px;
	
	z-index:10;
	cursor:pointer;
	-moz-transform:rotateY(270deg);
	-ms-transform:rotateY(270deg);
	-o-transform:rotateY(270deg);
	-webkit-transform:rotateY(270deg);
	transform:rotateY(270deg);
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.xcx-list:hover .xcx {
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
}

.xcx:after {
	content:"";
	position:absolute;
	border-width:6px;
	border-style:dashed dashed dashed solid;
	border-color:transparent transparent white transparent;
	display:block;
	right:68px;
	top:-11px;
}
.weixin {
	position:absolute;
	width:150px;
	height:150px;
	background:#fff;
	right:-52px;
	z-index:10;
	cursor:pointer;
	-moz-transform:rotateY(270deg);
	-ms-transform:rotateY(270deg);
	-o-transform:rotateY(270deg);
	-webkit-transform:rotateY(270deg);
	transform:rotateY(270deg);
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.weixin-list:hover .weixin {
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
}
.weixin:after {
	content:"";
	position:absolute;
	border-width:6px;
	border-style:dashed dashed dashed solid;
	border-color:transparent  transparent white transparent;
	display:block;
	right:68px;
	top:-11px;
}

.app {
	position:absolute;
	width:250px;
	height:150px;
	background:#fff;
	right:-52px;
	z-index:10;
	cursor:pointer;
	-moz-transform:rotateY(270deg);
	-ms-transform:rotateY(270deg);
	-o-transform:rotateY(270deg);
	-webkit-transform:rotateY(270deg);
	transform:rotateY(270deg);
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.app-list:hover .app {
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
}
.app:after {
	content:"";
	position:absolute;
	border-width:6px;
	border-style:dashed dashed dashed solid;
	border-color:transparent  transparent white transparent;
	display:block;
	right:68px;
	top:-11px;
}


.foot-left p{width:100%;font-size:16px;color:#515256;line-height:40px;}
.foot-left p a{color:#515256;}


.foot-right{width:80px;height:auto;float:right;text-align:left;margin-left:66px;}
.foot-right b{display:block;width:100%;font-weight:normal;font-size:18px;color:#525252;padding-bottom:40px}
.foot-right a{display:block;width:100%;height:36px;line-height:36px;font-size:18px;color:#525252;text-align:left;padding-bottom:10px;}




/*弹出表单*/
.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);}

.tcbd2{
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);}


.tcbd4{
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);}

.tcbd5{
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:300px;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%;cursor: pointer;}

 #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:24px;}
 #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:30px;cursor:pointer;border:none;border-radius:50px;line-height:50px;}
 #Rq_bd1 .Rq_for .Rq_button:hover{background:#ffa801;}

 .Rq_bd1{display: block; width:391px;height:300px;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%;cursor: pointer;}

 .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:24px;}
 .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:30px;cursor:pointer;border:none;border-radius:50px;line-height:50px;}
 .Rq_bd1 .Rq_for .Rq_button:hover{background:#ffa801;}


/*悬浮链接*/
.suspension{position:fixed;z-index:100;right:10px;top:12%;width:92px;height:549px;background:url(http://bj.aura.cn/file/new1/images/zxt_03.png) no-repeat top center;background-size:100% auto;}
.suspension-box{position:relative;}
.suspension .a{display:block;width:100%;cursor:pointer;}


.suspension-box .a:nth-of-type(1){height:64px;}
.suspension-box .a:nth-of-type(2){height:70px;}
.suspension-box .a:nth-of-type(3){height:74px;}
.suspension-box .a:nth-of-type(4){height:74px;}
.suspension-box .a:nth-of-type(5){height:74px;}
.suspension-box .a:nth-of-type(6){height:74px;}





.suspension .a-qrcode .i{background-position:-44px 0;}

.suspension .d{display:none;width:150px;background:#fff;position:absolute;right:94px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(http://bj.aura.cn/file/new1/images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d img{display:block;width:90%;margin: 0 auto;}
.suspension .d-qrcode{top:98px;}

.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#93959c;}

.suspension .d-qrcode1{top:240px;}

.suspension .d-qrcode1{text-align:center;}
.suspension .d-qrcode1 .inner-box{padding:10px 0;}
.suspension .d-qrcode1 p{font-size:14px;color:#93959c;}

.suspension .d-qrcode1 .arrow{position:absolute;width:8px;height:12px;background:url(http://bj.aura.cn/file/new1/images/side_bg_arrow.png) no-repeat;right:-8px;top:220px;}




.box{height: 20px; width: 20px;float:right; border-radius: 100%; background: #f00;color:#fff;text-align: center;line-height:20px;margin:4px 18px 0 0;
content: '';
animation: rotate .8s linear infinite;
 }

.box1{height: 20px; width: 20px;float:right; border-radius: 100%; background: #f00;color:#fff;text-align: center;line-height:20px;margin:6px 18px 0 0;
content: '';
animation: rotate .8s linear infinite;
 }


@keyframes rotate {
    0% {
    transform: translateY(0) ;
  }
    25% {
        transform: translateY(3px);
    }
    50% {
        transform: translateY(5px) scale(1.02, 0.95);
       
    }
    75% {
        ransform: translateY(3px) ;
    }
    100% {
        transform: translateY(0) ;
    }
}


