

/* CSS Document */

*{ margin:0; padding:0;}
a { text-decoration:none;cursor: pointer;}
li{ list-style:none;}
body{ font:14px/26px "微软雅黑"; }
img{display: inline-block;}

input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

textarea {  -webkit-appearance: none;}  
input:focus {outline: none;}
select:focus {outline: none;}

input[type="text"]:focus, 
input[type="password"]:focus { 
  border: 1px solid #0a6fd5;border-radius: 8px;
}

.ms{transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;}


/*--左侧悬浮--*/
.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--*/


.hover-nav{width:100%;border:0;position: fixed;z-index:99;top:0;left:0;height: 114px;}

.nav-xz1{display:none;}
.nav-xz2{display:block;}
.nav-xz3{display:none;}

/*--foot--*/
.foot-bg{width:100%;height:50px;background:#323aa7;}

.foot{width:100%;height:376px;border:0px;background:#323aa7;float:left;}
.foot1{display:block;}
.foot1{display:none;}


/*---banner---*/
.banner{width:100%;height:524px;background:url(../images/yxy/yxy-banner_02.png) no-repeat center;background-size: cover !important;overflow: hidden;margin-top:-20px;}


/*---体系---*/

.yxy-mk1{width:100%;height:auto;background:url(../images/yxy/bg1_02.jpg) no-repeat center;background-size: cover !important;overflow: hidden;}
.yxy-nav{display:block;width:100%;text-align: center;font-size: 38px;color:#333;padding:50px 0;}
.yxy-nav span{color:#613fcb;}


.mk-con1{width:1000px;height:auto;margin: 0 auto 60px auto;overflow: hidden;}

.mk-con1 dl{width:235px;height:190px;border-radius: 10px;float:left;margin-right: 20px;}
.mk-con1 dl dt{width:100%;font-size: 20px;color:#2e359a;text-indent: 20px;float:left;margin-top:32px;font-weight: bold;}
.mk-con1 dl dd{width:100%;font-size: 18px;line-height: 30px;color:#fff;float:left;padding:28px 0 0 22px;}

.tx1{background:url(../images/yxy/tx1_03.jpg) no-repeat center;background-size: 100% 100%;}
.tx2{background:url(../images/yxy/tx2_03.jpg) no-repeat center;background-size: 100% 100%;}
.tx3{background:url(../images/yxy/tx3_03.jpg) no-repeat center;background-size: 100% 100%;}
.tx4{background:url(../images/yxy/tx4_03.jpg) no-repeat center;background-size: 100% 100%;}

.mk-con1 dl:nth-last-of-type(1){float:right;margin-right: 0;}




.yxy-kc1{width:100%;height:auto;background:url(../images/yxy/bg2_06.jpg) no-repeat center;background-size: cover !important;overflow: hidden;}

.yxy-kc1 .yxy-nav{color:#fff;}

.kc1{width:1000px;height:auto;background:#fff;border-radius: 10px;margin: 0 auto 60px auto;overflow: hidden;


	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.05);

}
.table1{width:920px;height:auto;border-radius: 10px;border:1px dashed #656ced;margin: 50px auto;background:#fff;}

.table1 tr th{padding:20px 0;font-size: 24px;color:#316ae1;border-right:1px dashed #656ced;}

.table1 tr td{padding:15px 30px;font-size: 18px;color:#333;border-right:1px dashed #656ced;border-top:1px dashed #656ced;}
.table1 tr td strong{padding-right:15px;}


.table1 tr td:nth-of-type(1){font-weight:bold;}




.yxy-kc2{width:100%;height:auto;background:url(../images/yxy/bg3_07.jpg) no-repeat center;background-size: cover !important;overflow: hidden;}

.yxy-kc2 .kc1{background:#693fca;}


.yxy-kc3{width:100%;height:auto;background:url(../images/yxy/bg4_08.jpg) no-repeat center;background-size: cover !important;overflow: hidden;}

.yxy-kc3 .yxy-nav{color:#fff;}


.yxy-kc4{width:100%;height:auto;background:url(../images/yxy/bg5_09.jpg) no-repeat center;background-size: cover !important;overflow: hidden;}

.yxy-kc4 .kc1{background:#693fca;}



.yxy2{width:100%;height:662px;background:url(../images/yxy/bg6_10.png) no-repeat center;background-size: cover !important;overflow: hidden;}
.yxy3{width:1000px;height:570px;margin: 106px auto 0 auto;position: relative;}

.yxy-bottom{width:100%;height:478px;background:#fff;border-radius: 10px;position: absolute;top:36px;left: 0;}

.yxy-right{width:542px;height:auto;float:right;margin: 0 74px 0 0;}
.yxy-right b{display:block;width:100%;font-size: 38px;color:#2d6ce3;text-align: center;padding:60px 0 0 0;}

.form-input{display:block;width:540px;height:50px;line-height: 50px;font-size: 20px;color:#666;text-indent: 18px;background:#fff;border:1px solid #b5b5b5;border-radius: 5px;margin: 30px auto 0 auto;}
.form-anniu{display:block;width:440px;height:50px;line-height: 50px;font-size: 26px;color:#fff;text-align: center;font-weight: bold;border-radius: 30px;cursor: pointer;margin: 26px auto 0 auto;


	 background: -webkit-linear-gradient(left, #2a6ee5 , #a225a2);
    background: -o-linear-gradient(right, #2a6ee5, #a225a2);
    background: linear-gradient(to right, #2a6ee5 , #a225a2);



}

.yxy-left{position: absolute;top:0;left: 0;z-index: 2;}

.yxy-qh{ width:325px; height:565px; overflow:hidden; position:relative; background:url(../images/yxy/sj1_11.png) no-repeat center;background-size: 100% 100%; }
.yxy-qh .hd{width:100%; height:36px; overflow:hidden; position:absolute; right:0px; bottom:0px; z-index:1;text-align: center;}
.yxy-qh .hd ul{}
.yxy-qh .hd ul li{display:inline-block;width:8px; height:8px; line-height:14px; text-align:center; background:#ebe7e7; cursor:pointer; border-radius: 100%;margin: 0 5px;}
.yxy-qh .hd ul li.on{ background:#3a2198; }


.yxy-qh .bd{ width:306px;height:555px;margin: 10px auto 0 auto;border-radius: 10px;overflow: hidden;}
.yxy-qh .bd li{ zoom:1; vertical-align:middle; }
.yxy-qh .bd img{ width:306px; height:555px; display:block;  }



/*悬浮链接*/
.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) ;
    }
}



