

/* 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;}



/*--弹窗---*/

@-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:460px;height:504px;background:#fff;border-radius:10px;margin:5% auto;position: relative;}
.tc-con h2{display:block;width:100%;font-size: 34px;color:#cd0014;text-align:center;margin: 0 auto;padding: 36px 0 20px 0;}
.tc-con p{display:block;width:100%;height:18px;margin: 0 auto 10px 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:398px;height:40px;background:#ededed;border-radius: 3px;overflow: hidden;border-top-right-radius: 30px;border-bottom-right-radius: 30px;margin: 25px auto;}	
.tc-input1{display:block;width:260px;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:18px;font-weight: bold;background:#cd0014;}
	
.bm-con{width:398px;height:auto;margin:15px auto 0 auto;}

.bm-title{display:block;width:100%;height:36px;font-size:18px;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:120px;
		height:35px;
		line-height: 35px;
		text-align: center;
		float: left;
		border-radius: 0rem;
		font-size:16px;
		margin:0 18px 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:398px;height:112px;margin: 0 auto 0 auto;}
.tc-con dl dt{width:112px;height:112px;float:left;}
.tc-con dl dt img{display:block;width:100%;}
.tc-con dl dd{width:270px;float:right;}
.tc-con dl dd span{display:block;width:100%;font-size: 14px;color:#cd0014;padding-top:5px;}
.tc-con dl dd b{display:block;font-size: 16px;color:#cd0014;}
.tc-con dl dd p{display:block;width:100%;text-align: left;}
.tc-con dl dd p i{display:block;font-size: 14px;color:#666;font-style: normal;width:50%;float:left;margin-bottom: 0px;}

	
#tc02 .tc-gb{width:50px;height:auto;cursor: pointer;position: absolute;z-index: 2;top:10px;right:10px;}
	
.tc-con2{width:514px;height:438px;background:url(https://bj.aura.cn/file/images/er/tk_03.png) no-repeat center;margin:5% auto;position: relative;}
	
	
.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;}




#tc01 {    
		animation: fade-in;/*动画名称*/  
		animation-duration: 2s;/*动画持续时间*/  
		-webkit-animation:fade-in 2s;/*针对webkit内核*/  
	}  
.tc-con3{width:440px;height:400px;background:#fff;border-radius:10px;margin:5% auto;position: relative;overflow: hidden;}
.tc3-img{display:block;width:218px;height:auto;margin:10px auto 0 auto;}
.tc-con3 h2{display:block;width:100%;height:54px;font-size: 26px;color:#000;line-height:54px;text-align: center;}
.tc-con3 p{display:block;width:100%;height:70px;font-size: 20px;color:#000;line-height: 32px;text-align: center;}

.tc-con3 a{display:block;width:262px;height:46px;border-radius: 50px;line-height: 46px;text-align: center;font-size: 22px;color:#fff;margin: 16px auto 0 auto;background:#c9c9c9;cursor: pointer;}

.tc-con3 a{
	background:linear-gradient(left top,#ffa70f,#ff860f);
	background:-webkit-linear-gradient(left top,#ffa70f,#ff860f);
	background:-moz-linear-gradient(left top,#ffa70f,#ff860f);
	background:-o-linear-gradient(left top,#ffa70f,#ff860f) ;

}
.tc-con3 span{display:block;width:100%;height:40px;line-height: 40px; font-size: 20px;color:#666;text-align: center;}

/*--左侧悬浮--*/
.left-xf{width:138px;height:371px;background:url(../images/left-xf.png) no-repeat center;background-size:100% auto;position: fixed;top:18%;left: 0px;z-index: 180;}
.left-xf2{width:60%;height:auto;margin:87px auto 0 auto;}
.left-xf2 a{display:block;width:98%;height:32px;}


.left-xf span{width:50%;height:32px;margin: 0 auto; cursor: pointer;display:none;}

/*--右侧悬浮--*/

.xb2-right{width:180px;height:auto;position: fixed;top:21%;right:-10px;z-index: 199;}
.xb2-con{width:180px;height:260px;position: relative;}
.right-gb{display:block;width:26px;position: absolute;top:-5px;left:-20px;cursor: pointer;}
.xb2{width:180px;height:auto;}


.xb3-right{width:180px;height:auto;position: fixed;top:21%;right:-10px;z-index: 199;}
.xb3-con{width:180px;height:260px;position: relative;}
.xb3-con .right-gb{display:block;width:26px;position: absolute;top:-5px;left:-20px;cursor: pointer;}
.xb3{width:180px;height:auto;}

/*---双证--*/
.shuangzheng2{display:block;width:100%;height:600px;background:url(https://bj.aura.cn/file/230926/images/shuangzheng2.jpg) no-repeat center;background-size: cover !important;}

/*-----------top--------*/
.top{width:100%;height:80px;background:#f5f9ff;}
.top-con{width:1100px;height:80px;margin: 0 auto;}

.top-con .logo{width: 139px;height:auto;float:left;margin: 22px 0 0 0;}
.top-con .top-wz{width:138px;height:auto;font-size: 14px;line-height: 44px;float:left;margin:18px 0 0 20px;color:#666;}

.top-right{width:360px;height:auto;float:right;text-align: right;}
.top-right b{display:block;width:100%;height:44px;font-size: 22px;line-height: 48px;color:#286bee;margin-top:18px;}
.top-right span{display:block;width:100%;height:20px;font-size: 16px;color:#666;line-height: 18px;}


.top-img{width:74px;float:right;margin-left: 16px;}

.top-text{display:inline-block;height:40px;font-size: 22px;color:#ff5e3e;line-height: 40px;margin-top:22px;float:left;border-left: 1px solid #d5d5d5;padding-left: 20px;margin-left: 20px;font-weight: bold;}
.nav-xx{display:block;width:118px;height:60px;background:url(https://bj.aura.cn/file/new0518/include/images/top-icon_06.jpg) no-repeat left center;font-size: 20px;line-height:60px;color:#e23b3b;text-align: right;float:right;margin-top:14px;margin-right: 0px;font-weight: bold;}


.top-nav{width:100%;height:60px;background:url(../images/top-bg_09.jpg) repeat-x center;background-size: auto 60px;}

.top-nav ul{width:1100px;height:60px;margin: 0 auto;}
.nav-li{width:135px;height:60px;float:left;}
.nav-li a{display:block;width:100%;height:100%;font-size: 20px;line-height: 60px;text-align: center;color:#333333;}
.nav-li a:hover{background:#ff932a;color:#fff;}


.nav h3{ font-weight:normal;display:inline-block;height:60px;width:100%;font-size:20px;line-height: 60px;text-align: center;color:#333;}
.nav .m{  position:relative; float:left; width:135px; display:inline; text-align:center;   }


.nav li h3:hover{background:#ff932a;color:#fff;cursor: pointer;}
	
.nav .sub{ display:none; /*默认隐藏*/ width:135px;height:90px; padding:0px 0;  position:absolute; left:0px; top:66px;z-index: 3;  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);  }

.sub a{display:block;width:100%;font-size: 16px;color:#333;padding:8px 0;}

.sub a:hover{color:#ff932a;}

.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 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:block;}



/*---banner---*/
.banner{width:100%;height:600px;background:url(../images/banner-bg_11.jpg) no-repeat center;background-size: cover !important;overflow: hidden;}
.banner-con{width:1100px;height:420px;margin: 45px auto 0 auto;}
.banner-text{display:block;width:568px;float:left;margin: 35px 0 0 0 15px;}

.banner-new{width:506px;height:422px;background:url(../images/banner-r_13.png) no-repeat center;background-size: 100% 100%;float:left;margin: 0 0px 0 0;}

.banner-new a:nth-of-type(1){margin-top:86px;}

.banner-new a{display:block;width:427px;height:46px;background:#e0e7ff;border-radius: 8px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;margin: 0 auto 14px auto;}
.banner-new a span{display:block;width:382px;height:46px;text-indent: 14px;font-size: 20px;color:#2f77f6;line-height: 46px;float:left;}
.banner-new a span strong{padding-right: 10px;font-weight: 600;}
.banner-new a img{display:block;width:34px;float:right;margin: 8px 10px 0 0;}




.hvr-pulse-grow2 { 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-grow2; animation-name: hvr-pulse-grow2; -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-grow2:hover{animation-play-state:paused;-webkit-animation-play-state:paused;}
	
@-webkit-keyframes hvr-pulse-grow2 {
			  to {-webkit-transform: scale(.9);transform: scale(.9); }
			}

	@keyframes hvr-pulse-grow2 {
			  to {-webkit-transform: scale(.9);transform: scale(.9);  }
	    }
	

.banner-con2{width:1100px;height:100px;margin: 10px auto 0 auto;text-align: center;font-size: 0;}

.banner-con2 a{display:inline-block;width:212px;height:66px;position: relative;margin: 0 40px;}

.banner-con2 a div{width:100%;height:50px;line-height: 48px;font-size: 26px;color:#fff;text-indent: 54px;border-radius: 50px;background: #ff932a;margin: 10px auto 0 auto;}

.banner-con2 a p{width:66px;height:66px;position: absolute;top:0;left: 0;z-index: 2;}
.banner-con2 a p span{display:block;width:66px;height:66px;position: relative;}
.banner-con2 a p img{display:block;width:66px;height:66px;}
.banner-con2 a p b{display:block;width:66px;height:66px;line-height: 66px;text-align: center;font-size: 30px;position: absolute;top:0;left: 0;color:#fff;z-index: 3;}


@-webkit-keyframes ro {
	from {
	-webkit-transform:rotate(0deg);
}
to {
	-webkit-transform:rotate(-360deg);
}
}

.ro {
	-webkit-transform:rotate(-360deg);
	animation:ro 3.4s linear infinite;
}


/*---模块1----*/


.mk-nav{margin: 50px auto 0 auto;}

.index-nav{width:100%;height:80px;position: relative;}
.index-nav h2{display:block;width:100%;height:80px;font-size: 58px;color:rgba(92,137,255,0.15);text-align: center;text-transform: uppercase;float:left;line-height: 58px;


}
.index-nav i{width:100%;height:80px;background:linear-gradient(rgba(242,247,255,0),rgba(242,247,255,1));position: absolute;top:0;left: 0;z-index: 1;}

.index-nav b{display:block;width:100%;height:80px;line-height: 80px;font-size: 46px;color:#000000;text-align: center;position: absolute;bottom:0;left: 0;z-index: 2;}

.index-nav b sup{font-size: 24px;}
.index-nav b span{color:#2e63f3;}
.index-nav-line{width:70px;height:6px;background:#2e63f3;border-radius: 3px;margin: 20px auto;}
.index-nav-p{width:100%;height:24px;font-size: 22px;color:#333;line-height: 24px;text-align: center;}





.index-mk1{width:100%;height:auto;background:#f2f7ff;overflow: hidden;}

.mk1-con{width:1100px;height:327px;margin: 40px auto 0 auto;text-align: center;font-size: 0;}

.mk1{display:inline-block;width:318px;height:327px;background:url(../images/mk1-bg_24.jpg) no-repeat center;background-size: 100% 100%;overflow: hidden;border-radius: 10px;margin: 0 18px;


	-webkit-box-shadow: 0 0px 18px rgba(44, 102, 244, .3);
    -moz-box-shadow: 0 0px 18px rgba(44, 102, 244, .3);
    box-shadow: 0 0px 18px rgba(44, 102, 244, .3);

}

.mk1 p{width:260px;height:auto;overflow: hidden;margin: 40px auto;}
.mk1 p a{display:block;width:100%;height:60px;border-bottom: 1px dashed #a3bcff;}
.mk1 p a img{display:block;width:39px;float:left;margin: 12px 0 0 12px;}
.mk1 p a span{display:block;width:199px;height:60px;font-size: 22px;color:#333;line-height: 60px;float:right;text-align: left;}


.mk1-con2{width:698px;height:50px;background:url(../images/mk1-b_28.png) no-repeat center;background-size: 100% 100%;overflow: hidden;margin: 40px auto 50px auto;}
.mk1-con2 img{display:block;width:53px;height:auto;float:left;margin-left: 74px;}


.mk1-newtop{ width:540px;  overflow:hidden; position:relative; float:left;margin-left: 15px;margin-top:10px; }

.mk1-newtop .bd{ }
.mk1-newtop ul li{ width:100%;height:30px;font-size: 20px;color:#2e63f3;line-height: 30px;}




/*---模块2---*/

.index-mk2  .mk-nav{margin: 50px auto 40px auto;}
.index-mk2 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}

.mk2-con{width:1100px;height:335px;overflow: hidden;margin: 0 auto;position: relative;}

.mk2-right{width:669px;height:335px;background:url(../images/mk2-right_28.jpg) no-repeat center;float:right;}

.mk2-right dl{width:260px;height:auto;float:left;margin: 82px 0 0 100px;}
.mk2-right dl dt{width:100%;height:26px;float:left;}
.mk2-right dl dt i{display:block;width:6px;height:26px;background:#2e63f3;border-top-right-radius: 2px;border-bottom-right-radius: 2px;float:left;}
.mk2-right dl dt b{display:inline-block;height:26px;font-size: 24px;color:#2e63f3;line-height: 26px;float:left;padding-left: 10px;}

.mk2-right dl dd{width:250px;height:auto;font-size: 14px;line-height: 24px;color:#333;float:right;margin-top:12px;}


.mk2-left{width:580px;height:auto;position: absolute;top:12px;left: 0;z-index: 2;}
.mk2-left dl{height:80px;border-top-right-radius: 10px;margin-bottom: 1px;}
.mk2-left dl dt{width:164px;height:38px;border-right:1px solid #fff;float:left;margin-top:22px;}
.mk2-left dl dt img{display:block;width:40px;float:left;margin:0 8px;}
.mk2-left dl dt b{display:inline-block;height:38px;font-size: 24px;color:#fff;line-height: 38px;font-weight:600;}

.mk2-left dl dd{width:194px;height:auto;float:left;margin:18px 0 0 12px;line-height: 24px;font-size: 14px;color:#fff;}




.mk2-left dl:nth-of-type(1){width:380px;background:#659bff;border-top-left-radius: 10px;}
.mk2-left dl:nth-of-type(2){width:420px;background:#2570fa;}
.mk2-left dl:nth-of-type(3){width:460px;background:#659bff;}
.mk2-left dl:nth-of-type(4){width:500px;background:#2570fa;}

.mk2-left dl:nth-of-type(2) dd{width:229px;}
.mk2-left dl:nth-of-type(3) dd{width:267px;}
.mk2-left dl:nth-of-type(4) dd{width:300px;}


.index-anniu{display:block;width:760px;height:54px;line-height: 43px;text-align: center;font-size: 24px;color:#fff;font-weight: bold;margin: 50px auto;

border-radius: 50px;
	 position: relative;overflow: hidden;

		background: -webkit-linear-gradient(top, #ff8830, #ff431d);
    background: -o-linear-gradient(top, #ff8830, #ff431d);
    background: linear-gradient(to bottom, #ff8830, #ff431d);

}

.index-anniu:after{
	
	-webkit-transition:all 200ms ease;
    -moz-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    -ms-transition:all 200ms ease;
    transition:all 200ms ease 
	
}

@keyframes btn {
    0%{  transform:scale(0);  opacity: 1;  filter:alpha(opacity=100);}
    50%{  transform:scale(1);  opacity: 0;  filter:alpha(opacity=0);}
}

.index-anniu:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:800px;
  
    height:800px;
    left:-80px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#ffffff;
   
    transform:scale(1);
    animation:1.6s btn ease-out infinite;
}






/*---腰带---*/

.sj-yd{width:100%;height:350px;background:url(../images/yd-bg_35.jpg) no-repeat center;background-size: cover !important;overflow: hidden;}
.sjyd-con{width:1100px;height:350px;margin: 0 auto;}
.sjyd-left{width:590px;height:350px;float:left;margin-left: 46px;}
.sjyd-left h2{display:block;width:100%;height:80px;font-size: 72px;line-height: 80px;color:#fff36a;margin-top:50px;

	-webkit-text-shadow: 0 2px 10px rgba(0, 70, 200, 1);
    -moz-text-shadow: 0 2px 10px rgba(0, 70, 200, 1);
    text-shadow: 0 2px 10px rgba(0, 70, 200, 1);

}
.sjyd-left h2 sup{font-size: 40px;}

.sjyd-left b{display:block;width:100%;font-size: 54px;color:#fff;margin-top:25px;}
.sjyd-left b p{display:inline-block;height:54px;line-height: 54px;padding-right: 10px;}
.sjyd-left b span{display:inline-block;height:54px;line-height:54px;font-size: 36px;color:#0049ce;padding:0 10px;border-radius: 10px;background:#fff36a;}

.sjyd-left a{display:block;width:300px;height:56px;border-radius: 50px;line-height: 56px;font-size: 26px;color:#0049ce;text-align: center;position: relative;overflow: hidden;font-weight: bold;margin-top:30px;

background: -webkit-linear-gradient(#fff36a, #ffde6a);
background: -o-linear-gradient(#fff36a, #ffde6a);
background: linear-gradient(#fff36a, #ffde6a);

}


.sjyd-left a:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:800px;
  
    height:800px;
    left:-80px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#ffffff;
   
    transform:scale(1);
    animation:2s btn ease-out infinite;
}




.sjyd-right{width:440px;height:auto;float:right;}
.sjyd-right img{display:block;width:240px;border-radius: 10px;float:left;margin-top:56px;}
.sjyd-right p{float: left;height:240px;margin-top:56px;text-align: center;font-size: 24px;color:#fff;margin-left: 30px;}

.sjyd-right p span{ display: inline-block;  height: 100%;  /*文字居中*/
    
    /*文字竖排*/
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}




/*---模块三--*/

.index-mk3{width:100%;height:auto;background:#f2f7ff;overflow: hidden;}
.index-mk3  .mk-nav{margin: 50px auto 40px auto;}
/*.index-mk3 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}*/


.zncp-con{width:1100px;height:auto;overflow: hidden;margin: 0 auto 40px auto;}

.zncp-left{width:300px;height:auto;float:left;overflow: hidden;background: url(../images/jq/jq_15.png) no-repeat bottom left;background-size: 260px auto;margin-left: 24px;}
.zncp-left b{display:block;width:100%;height:66px;font-size: 30px;line-height: 66px;float:left;}
.zncp-left i{display:block;width:32px;height:1px;background:#434bfc;float:left;}
.zncp-left2{width:100%;height:445px;position: relative;float:left;margin-top:24px;}

.zncp-left2 p{display:block;border-radius: 100px;overflow: hidden;position: absolute;

	-webkit-box-shadow: 0px 0px 8px rgba(67, 75, 252, .5);
    -moz-box-shadow: 0px 0px 8px rgba(67, 75, 252, .5);
    box-shadow: 0px 0px 8px rgba(67, 75, 252, .5);

}
.zncp-left2 p:nth-of-type(1){width:72px;height:72px;background:#3b7bff;overflow: hidden;top:0;left: 20px;}
.zncp-left2 p:nth-of-type(1) span{display:block;width:100%;font-size: 20px;color:#fff;line-height: 24px;text-align: center;padding-top:10px;}

.zncp-left2 p:nth-of-type(2){width:80px;height:80px;background:#fff;overflow: hidden;top:10px;left: 153px;}
.zncp-left2 p:nth-of-type(2) span{display:block;width:100%;font-size: 22px;color:#3b7bff;line-height: 26px;text-align: center;padding-top:15px;}

.zncp-left2 p:nth-of-type(3){width:68px;height:68px;background:#fff;overflow: hidden;top:113px;left: 38px;}
.zncp-left2 p:nth-of-type(3) span{display:block;width:100%;font-size: 20px;color:#3b7bff;line-height: 24px;text-align: center;padding-top:8px;}

.zncp-left2 p:nth-of-type(4){width:78px;height:78px;background:#3b7bff;overflow: hidden;top:157px;left: 157px;}
.zncp-left2 p:nth-of-type(4) span{display:block;width:100%;font-size: 22px;color:#fff;line-height: 26px;text-align: center;padding-top:10px;}


.zncp-right{width:690px;height:500px;border-radius: 30px;float:right;margin-right: 30px;overflow: hidden;margin-top:15px;
background:#fff;
	-webkit-box-shadow: 0px 0px 15px rgba(67, 75, 252, .2);
    -moz-box-shadow: 0px 0px 15px rgba(67, 75, 252, .2);
    box-shadow: 0px 0px 15px rgba(67, 75, 252, .2);

}



.zncp-right h2{display:block;width:100%;height:46px;background:#3b7bff url(../images/jq/jq-c-t_03.jpg) no-repeat center;background-size: auto 100%;margin: 0 auto;font-size: 16px;font-weight: normal;line-height: 46px;padding-left: 20px;

}
.zncp-right h2 p{ width:80%;height:46px;background:#3b7bff;color:#fff;}


.zncp-right2{width:92%;height:400px;margin:30px auto 0 auto;overflow-y: auto; overflow-x: hidden; }



 /*滚动条样式*/
.zncp-right2::-webkit-scrollbar {
	/*滚动条整体样式*/
    width:6px;
	/*高宽分别对应横竖滚动条的尺寸*/
    height:6px;
}
.zncp-right2::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
    border-radius:10px;

	background:#6799ff;
}
.zncp-right2::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
  
	border-radius:10px;
	background:#ecf3ff;
}


.zncp-dh1{width:80%;height:auto;overflow: hidden;float:left;margin-bottom: 24px;}
.zncp-dh1 img{display: block;width:56px;height:auto;float:left;margin-right: 10px;}
.zncp-dh1 p{display:block;width:80%;float:left;}
.zncp-dh1 p span{display:inline-block;height:auto;background:#e6f2ff;font-size: 16px;color:#000;line-height: 20px;padding:15px 15px;border-radius: 10px;float:left;}

.zncp2{width:100%;height:auto;float:left;overflow: hidden; display:none;}
.zncp2-t{width:80%;height:auto;text-align: center;font-size: 0;float:left;margin-left: 16px;margin-right: 10px;}
.zncp2-t button{border:none;display:inline-block;width:190px;height:40px;background:#ffa500;border-radius: 5px;font-size: 18px;text-align: center;color:#fff;line-height: 40px;margin:0 10px 15px 10px;cursor: pointer;}
.zncp2-t button:hover{background: #3b7bff}

.zncp-dh2{width:80%;height:auto;overflow: hidden;float:right;margin-bottom: 20px;margin-right: 40px;}
.zncp-dh2 img{display: block;width:56px;height:auto;float:right;margin-left: 10px;}
.zncp-dh2 p{display:block;width:80%;float:right;}
.zncp-dh2 p span{display:inline-block;height:auto;background:#e6f2ff;font-size: 16px;color:#000;line-height: 20px;padding:15px 15px;border-radius: 10px;float:right;}

.zncp-dh3{width:80%;height:auto;float:left;}
.zncp-input{display:block;width:350px;height:45px;border:1px solid #3b7bff;border-radius: 10px;font-size: 18px;text-align: center;line-height: 45px;margin: 0 auto;}
.zncp-dh3 p{display:block;width:100%;font-size: 16px;color:#333;text-align: center;padding:10px 0;overflow: hidden;}
.zncp-anniu{display:block;border:none;width:220px;height:50px;border-radius: 50px;text-align: center;line-height: 50px;font-size: 20px;color:#fff;margin: 0 auto 40px auto;cursor: pointer;

	font-weight: bolder;
	background: -webkit-linear-gradient(top, #ff8730, #ff451e);
    background: -o-linear-gradient(top, #ff8730, #ff451e);
    background: linear-gradient(to bottom, #ff8730, #ff451e);

}


.zncp3{width:100%;height:auto;float:left;overflow: hidden;}
.animation-delay-2{
            -webkit-animation-delay:0.25s;
            animation-delay:0.25s;
        }
 .animation-delay-5{
            -webkit-animation-delay:0.5s;
            animation-delay:0.5s;
        }

 .animation-delay-10{
            -webkit-animation-delay:.75s;
            animation-delay:.75s;
        }

 .animation-delay-15{
            -webkit-animation-delay:1.5s;
            animation-delay:1.5s;
        }
 .animated{
            opacity: 0;
        }


.fd1{animation: books01 3s .2s ease infinite;}
.fd2{animation: books02 2s .2s ease infinite;}
.fd3{animation: books03 3.5s .15s ease infinite;}
.fd4{animation: books04 3s .2s ease infinite;}

@keyframes books01 {
  50% {
    transform: translate3d(0, -10px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes books02 {
  50% {
    transform: translate3d(0, -30px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes books03 {
  50% {
    transform: translate3d(0, -25px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes books04 {
  50% {
    transform: translate3d(0, -25px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes books05 {
  50% {
    transform: translate3d(0, -18px, 0);
  }

  100% {
    transform: translate3d(0, 0rem, 0);
  }
}


/*---模块4---*/

.index-mk4  .mk-nav{margin: 50px auto 40px auto;}
.index-mk4 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}

.mk4-con{width:1100px;height:auto;overflow: hidden;margin: 0 auto 0 auto;}

.mk4-con dl{width:538px;height:124px;position: relative;float:left;margin-bottom: 20px;}

.mk4-con dl dt{width:139px;height:124px;background:url(../images/ls-left1_38.png) no-repeat center;background-size: 100% 100%;overflow: hidden;position: absolute;top:0;left: 0;}

.mk4-con dl dt b{display:block;width:54px;font-size: 24px;color:#fff;text-align: center;line-height: 30px;float:left;margin: 32px 0 0 36px;}


.mk4-con dl dd{width:440px;height:124px;background:#f2f7ff;border-radius: 10px;border:1px solid #2e63f3;float:right;display:table;}
.mk4-con dl dd p{width:380px;height:auto;display:table-cell;vertical-align: middle;font-size: 18px;line-height: 30px;padding-left: 50px;}
.mk4-con dl dd p strong{font-size: 26px;}
.mk4-con dl dd p span{color:#999999;}


.mk4-con dl:nth-of-type(2n){float:right;}
.mk4-con dl:nth-of-type(2n) dt{background:url(../images/lj-left2_38.png) no-repeat center;}


.mk4-con dl:nth-of-type(5){margin-top:-7px;}
.mk4-con dl:nth-of-type(6){margin-top:-7px;}

.mk4-con dl:nth-of-type(5) dd{height:110px;margin-top:7px;}
.mk4-con dl:nth-of-type(6) dd{height:110px;margin-top:7px;}

.mk4-p{width:100%;height:24px;font-size: 22px;line-height: 24px;color:#000;text-align: center;margin: 26px auto 0 auto;}
.mk4-p img{display:inline;}


.index-mk4 .index-anniu{width:500px;margin: 28px auto 40px auto;}
.index-mk4 .index-anniu:after {

    width:800px;
  
    height:800px;
    left:-140px;
   
   
}



/*---模块5--*/

.index-mk5{width:100%;height:auto;background:#f2f7ff;overflow: hidden;}
.index-mk5  .mk-nav{margin: 50px auto 40px auto;}

.mk5-zs{display:block;margin: 0 auto;}
.mk5-bottom{width:1102px;height:134px;background:url(../images/mk5-b_50.jpg) no-repeat center;background-size: 100% 100%;overflow: hidden;margin: 40px auto;}
.mk5-bottom dl{width:580px;height:116px;float:left;}
.mk5-bottom dl dt{width:150px;height:116px;font-size: 30px;color:#fff36a;line-height: 116px;text-indent: 30px;font-weight: bold;float:left;

-webkit-text-shadow: 0 2px 10px rgba(0, 70, 200, 1);
    -moz-text-shadow: 0 2px 10px rgba(0, 70, 200, 1);
    text-shadow: 0 2px 10px rgba(0, 70, 200, 1);
	

}
.mk5-bottom dl dd{width:420px;height:auto;font-size: 18px;color:#fff;line-height: 30px;float:left;margin-top:30px;}
.mk5-bottom dl dd strong{color:#fff36a;}

.mk5-input{display:block;border:none;width:230px;height:46px;line-height: 46px; border-radius: 10px;font-size: 18px;color:#000;text-indent: 10px;float:left;margin-top:35px;margin-left: 10px;}
.mk5-anniu{display:block;border:none;width:90px;height:46px;line-height: 46px;text-align: center;font-size: 24px;color:#000;border-radius: 50px;float:left;margin: 35px 0 0 10px;cursor: pointer;

background: -webkit-linear-gradient(#fff36a, #ffde6a);
background: -o-linear-gradient(#fff36a, #ffde6a);
background: linear-gradient(#fff36a, #ffde6a);

}

/*---模块6--*/

.index-mk6{width:100%;height:auto;overflow: hidden;}
.index-mk6  .mk-nav{margin: 50px auto 0px auto;}
.index-mk6 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}

.mk6-con{width:1100px;height:auto;margin: 0 auto;}
.mk6-1{width:530px;height:320px;position: relative;float:left;}
.mk6-1 b{display:block;width:100%;height:200px;line-height: 100px; font-size: 100px;text-align: center;color:#7ba0f6;}

.mk6-1 i{width:100%;height:60px;background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));position: absolute;top:0;left: 0;z-index: 1;}

.mk6-1 h2{display:block;width:363px;height:56px;background:url(../images/mk6-t_53.png) no-repeat center;background-size: 100% 100%;overflow: hidden;line-height: 56px;text-align: center;font-size: 28px;color:#fff;position: absolute;top:60px;left: 94px;z-index: 2;}


.mk6-mk1{width:530px;height:240px;background:#fff;border-radius: 10px;border:1px solid #2e63f3;position: absolute;top:72px;left: 0;z-index: 1;


	-webkit-box-shadow: 0 3px 12px rgba(88, 149, 255, .4);
    -moz-box-shadow: 0 3px 12px rgba(88, 149, 255, .4);
    box-shadow: 0 3px 12px rgba(88, 149, 255, .4);

}
.mk6-mk1 p{display:block;width:480px;height:auto;font-size: 0;margin: 76px auto 0 auto;}

.mk6-mk1 p span{display:inline-block;height:38px;line-height:38px;border-radius: 4px;background:#d2e3ff;font-size: 20px;color:#165fd7;text-align: center;margin: 0 6px 12px 6px;padding:0 14px;}




.mk6-2{width:530px;height:320px;position: relative;float:right;}
.mk6-2 b{display:block;width:100%;height:200px;line-height: 100px; font-size: 100px;text-align: center;color:#7ba0f6;}

.mk6-2 i{width:100%;height:60px;background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));position: absolute;top:0;left: 0;z-index: 1;}

.mk6-2 h2{display:block;width:363px;height:56px;background:url(../images/mk6-t_53.png) no-repeat center;background-size: 100% 100%;overflow: hidden;line-height: 56px;text-align: center;font-size: 28px;color:#fff;position: absolute;top:60px;left: 94px;z-index: 2;}


.mk6-mk2{width:530px;height:240px;background:#fff;border-radius: 10px;border:1px solid #2e63f3;position: absolute;top:72px;left: 0;z-index: 1;


	-webkit-box-shadow: 0 3px 12px rgba(88, 149, 255, .4);
    -moz-box-shadow: 0 3px 12px rgba(88, 149, 255, .4);
    box-shadow: 0 3px 12px rgba(88, 149, 255, .4);

}
.mk6-mk2 p{display:block;width:500px;height:auto;font-size: 0;margin: 76px auto 0 auto;}

.mk6-mk2 p span{display:inline-block;height:38px;line-height:38px;border-radius: 4px;background:#d2e3ff;font-size: 20px;color:#165fd7;text-align: center;margin: 0 6px 12px 6px;padding:0 12px;}





.mk6-3{width:1100px;height:620px;position: relative;float:right;}
.mk6-3 b{display:block;width:100%;height:200px;line-height: 100px; font-size: 100px;text-align: center;color:#7ba0f6;}

.mk6-3 i{width:100%;height:60px;background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));position: absolute;top:0;left: 0;z-index: 1;}

.mk6-3 h2{display:block;width:363px;height:56px;background:url(../images/mk6-t_53.png) no-repeat center;background-size: 100% 100%;overflow: hidden;line-height: 56px;text-align: center;font-size: 28px;color:#fff;position: absolute;top:60px;left: 370px;z-index: 2;}


.mk6-mk3{width:1100px;height:536px;background:#fff;border-radius: 10px;border:1px solid #2e63f3;position: absolute;top:72px;left: 0;z-index: 1;


	-webkit-box-shadow: 0 3px 12px rgba(88, 149, 255, .4);
    -moz-box-shadow: 0 3px 12px rgba(88, 149, 255, .4);
    box-shadow: 0 3px 12px rgba(88, 149, 255, .4);

}

.mk6-3-1{width:270px;height:320px;border-right:1px dashed #cccccc;float:left;margin-top:74px;text-align: center;}
.mk6-3-1 dt{display:inline-block;height:48px;line-height:48px;font-size: 24px;color:#fff;background:#2e63f3;padding:0 15px;border-radius: 10px;margin: 0 auto;}

.mk6-3-1 dd{width:245px;margin: 20px auto 0 auto;}
.mk6-3-1 dd span{display:inline-block;width:110px;height:38px;background:#d2e3ff;border-radius: 4px;line-height: 38px;text-align: center;font-size: 20px;color:#165fd7;float:left;margin: 0 6px 12px 6px;}

.mk6-3 dl:nth-of-type(2n) dt{background:#ff5e33;}
.mk6-3 dl:nth-of-type(2n) dd span{background:#ffe2d0;color:#df5600;}


.mk6-3-2{width:270px;height:320px;border-right:1px dashed #cccccc;float:left;margin-top:74px;text-align: center;}
.mk6-3-2 dt{display:inline-block;height:48px;line-height:48px;font-size: 24px;color:#fff;background:#2e63f3;padding:0 15px;border-radius: 10px;margin: 0 auto;}

.mk6-3-2 dd{width:260px;margin: 20px auto 0 auto;font-size: 0;}
.mk6-3-2 dd span{display:inline-block;height:38px;background:#d2e3ff;border-radius: 4px;line-height: 38px;text-align: center;font-size: 20px;color:#165fd7;float:left;margin: 0 0px 12px 12px;padding:0 14px;}

.mk6-3-3{width:836px;height:100px;float:left;margin:24px 0 0 38px;}
.mk6-3-3 dt{display:inline-block;height:48px;line-height:48px;font-size: 24px;color:#fff;background:#2e63f3;padding:0 25px;border-radius: 10px;float:left;margin-top:15px;}

.mk6-3-3 dd{width:730px;float:right;font-size: 0;}
.mk6-3-3 dd span{display:inline-block;height:38px;background:#d2e3ff;border-radius: 4px;line-height: 38px;text-align: center;font-size: 20px;color:#165fd7;float:left;margin: 0 6px 12px 6px;padding:0 14px;}

.mk6-img{display:block;position: absolute;bottom:10px;right:0;z-index: 3;}

.index-mk6 .index-anniu{width:500px;/*margin: 28px auto 40px auto;*/float:left;margin: 30px 0 40px 300px;}
.index-mk6 .index-anniu:after {

    width:800px;
  
    height:800px;
    left:-140px;
   
   
}



/*---模块7--*/

.index-mk7{width:100%;height:auto;background:#f2f7ff;overflow: hidden;}

.index-mk7 .index-nav b{line-height: 100px;}
.index-mk7  .mk-nav{margin: 50px auto 40px auto;}


.mk7-kc{ margin:0 auto;  width:1120px; height:560px;  position:relative;  overflow:hidden;  zoom:1;   }

.mk7-kc .hd{ width:100%; padding-top:5px;  overflow:hidden; }

.mk7-kc .hd ul{zoom:1; padding-left: 220px;}
.mk7-kc .hd ul li{width:224px;height:84px;float:left;cursor:pointer;}
.mk7-kc .hd ul li span{display:block;width:210px;height:58px;border-radius: 10px;line-height: 58px;text-align: center;font-size: 24px;color:#2570fa;margin:8px auto 0 auto;background:#fff;

	-webkit-box-shadow: 0 0px 8px rgba(88, 149, 255, .4);
    -moz-box-shadow: 0 0px 8px rgba(88, 149, 255, .4);
    box-shadow: 0 0px 8px rgba(88, 149, 255, .4);

}
.mk7-kc .hd ul li.on{background:url(../images/kc-on_61.jpg) no-repeat center;background-size: 100% 100%;overflow: hidden;}
.mk7-kc .hd ul li.on span{color:#fff;
	
	background:none;

	-webkit-box-shadow: 0 0px 8px rgba(88, 149, 255, .0);
    -moz-box-shadow: 0 0px 8px rgba(88, 149, 255, 0);
    box-shadow: 0 0px 8px rgba(88, 149, 255, 0);
	
}




/*
.mk7-kc .hd2{ width:100%; padding-top:5px;  overflow:hidden; }

.mk7-kc .hd2 ol{zoom:1;width:90%;height:15px; position: absolute;bottom:20px;left: 30px;z-index: 3;}
.mk7-kc .hd2 ol li{width:10px;height:10px;float:left;line-height: 1000px;overflow: hidden;border-radius: 100px;margin-left: 5px;background:rgba(255,255,255,0.5);}
.mk7-kc .hd2 ol li.on{background:rgba(255,255,255,1);}

*/


.mk7-kc .hd2{ width:100%; padding-top:5px;  overflow:hidden; }

.mk7-kc .hd2 ol{zoom:1;width:90%;height:15px; position: absolute;bottom:20px;left: 30px;z-index: 3;text-align: center;font-size: 0;}
.mk7-kc .hd2 ol li{width:10px;height:10px;display:inline-block;line-height: 1000px;overflow: hidden;border-radius: 100px;margin-left: 5px;background:rgba(255,255,255,0.5);}
.mk7-kc .hd2 ol li.on{background:rgba(255,255,255,1);}


.mk7-kc .bd li{ width:1100px;height:460px;border-radius: 10px;position: relative;overflow: hidden;margin-left: 10px;margin-top:14px;

/*
	-webkit-box-shadow: 0 0px 8px rgba(88, 149, 255, .4);
    -moz-box-shadow: 0 0px 8px rgba(88, 149, 255, .4);
    box-shadow: 0 0px 8px rgba(88, 149, 255, .4);
*/
}
.mk7-kc .bd .kc{width:100%;height:100%;}
.kc-con{width:1100px;height:460px;position: absolute;top:0;left: 0;z-index: 1;}
.kc-left{width:724px;height:auto;float:left;margin-left: 26px;}

.kc-left p{display:inline-block;height:50px;border-radius: 10px;background:#fff;line-height: 50px;font-size: 22px;color:#2e63f3;padding:0 15px;float:left;margin-top:26px;}
.kc-left b{width:100%;height:auto;font-size: 48px;color:#fff;line-height: 60px;margin-top:16px;float:left;}
.kc-left i{display:block;width:64px;height:8px;background:#fff36a;float:left;margin: 20px 0;}
.kc-left span{display:block;width:100%;font-size: 24px;height:24px;color:#fff;float:left;text-indent: -12px;}

.kc-bt{width:100%;height:80px;position: relative;float:left;margin-top:32px;}
.kc-bt dt{width:80px;height:80px;border-radius: 14px;border-bottom-right-radius: 0;background:#ff5e33;position: absolute;top:0;left: 0;z-index: 2;

	-webkit-box-shadow: 0 0px 8px rgba(88, 149, 255, .4);
    -moz-box-shadow: 0 0px 8px rgba(88, 149, 255, .4);
    box-shadow: 0 0px 8px rgba(88, 149, 255, .4);

}
.kc-bt dt strong{display:block;width:60%;font-size: 24px;color:#fff;font-weight: normal;text-align: center;line-height: 30px;margin: 8px auto 0 auto;}
.kc-bt dd{display:inline-block;padding-left: 98px;height:60px;background:#fff;border-radius: 10px;position: absolute;bottom:0;left: 0;z-index: 1;border-bottom-left-radius: 14px;line-height: 60px;font-size: 20px;color:#2e63f3;}
.kc-bt dd img{display:inline;padding:0 10px;}


.kc-right{width:320px;height:420px;background:#fff;border-radius: 10px;float:right;margin: 20px 20px 0 0;}
.kc-right b{display:block;width:100%;height:66px;line-height: 66px;font-size: 30px;text-align: center;color:#2570fa;margin: 14px auto 0 auto;}
.kc-right i{display:block;width:50px;height:6px;border-radius: 5px;background:#ff5e33;margin: 0 auto;}
.kc-right2{width:100%;height:auto;margin: 16px auto 0 auto;text-align: center;}
.kc-right2 dl{display:inline-block;width:140px;height:150px;border-right: 1px dashed #7ca9fc;border-bottom: 1px dashed #7ca9fc;}

.kc-right2 dl dt{display:block;width:100%;height:40px;margin:16px auto 0 auto;}
.kc-right2 dl dt img{margin: 0 auto;height:40px;}

.kc-right2 dl dd{width:100%;height:auto;padding-top:10px;}
.kc-right2 dl dd p{display:block;width:100%;font-size: 16px;color:#666;line-height: 24px;}
.kc-right2 dl dd p span{color:#2570fa;font-size: 18px;}


.kc-right2 dl:nth-of-type(2){border-right:0;}
.kc-right2 dl:nth-of-type(3){border-bottom:0;}
.kc-right2 dl:nth-of-type(4){border:0;}

.index-mk7 .index-anniu{width:500px;margin: 40px auto 40px auto;}
.index-mk7 .index-anniu:after {

    width:800px;
  
    height:800px;
    left:-140px;
   
   
}



/*---模块8--*/

.index-mk8{width:100%;height:auto;overflow: hidden;}
.index-mk8  .mk-nav{margin: 50px auto 0px auto;}
.index-mk8 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}

.stmk-con{width:1100px;height:540px;margin: 40px auto 40px auto;position: relative;overflow: hidden;}





.stmk-con2{width:100%;position: absolute;top:0;left: 0;}

.stmk-qh{ width:100%;margin: 0 auto;}
.stmk-qh .hd{width: 360px;float:left;overflow: hidden;margin-top:78px;}
.stmk-qh .hd h2{display:block;width:100%;height:82px;font-size: 28px;color:#fff;text-align: center;line-height: 82px;}


.stmk-gd1{width:90%;height: 270px;background: #fff;border-radius: 10px;margin:0px auto 0 auto;overflow: hidden;}


.stmk-gd{width:88%;height: 240px;margin: 10px auto 0 auto;overflow-y: auto;overflow-x: hidden;}

 /*滚动条样式*/
.stmk-gd::-webkit-scrollbar {
	/*滚动条整体样式*/
    width:6px;
	/*高宽分别对应横竖滚动条的尺寸*/
    height:6px;
}
.stmk-gd::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
    border-radius:10px;

	background:#6799ff;
}
.stmk-gd::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
  
	border-radius:10px;
	background:#ecf3ff;
}




.stmk-qh .hd ul{width:100%;height:auto;overflow: hidden;}
.stmk-qh .hd ul li{width:100%;height: 36px;line-height: 36px;font-size: 16px;color:#000;background: url(../images/st-sj_10.jpg) no-repeat left center;background-size: 10px auto;text-indent: 15px;cursor:pointer;margin: 0 auto 5px auto;text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}

.stmk-qh .hd ul li:hover{ color:#ff6c28;}
.stmk-qh .hd ul li.on{ color:#ff6c28;}


.stmk-qh .bd ul{width: 720px;height: 430px;border-radius: 10px;background:#000;overflow: hidden;zoom:1;-webkit-box-shadow: 0px 0px 10px rgba(67, 75, 252, .25);-moz-box-shadow: 0px 0px 10px rgba(67, 75, 252, .25);box-shadow: 0px 0px 10px rgba(67, 75, 252, .25);}

.stmk-qh .bd ul video{width: 100%;height:100%;}

.stmk-er{display:block;width:720px;height:auto;position: absolute;top:0;right:20px;border-radius: 15px;


	  background: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.88) ); /* Safari 5.1 - 6 */
      background: -o-linear-gradient(top,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.88)); /* Opera 11.1 - 12*/
      background: -moz-linear-gradient( top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)); /* Firefox 3.6 - 15*/
      background: linear-gradient(to top,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)); /* 标准的语法 */

}

.stmk-er dl{width:170px;height:auto;background:#fff;margin: 56px auto;overflow: hidden;}
.stmk-er dl dt{width:157px;margin: 0px auto;display: block;}
.stmk-er dl dt img{display:block;width:100%;}
.stmk-er dl dd{width:100%;font-size: 18px;color:#ff5522;text-align: center;overflow: hidden;padding:0px 0 15px 0;font-weight: bold;}


.stmk-bg{width:100%;height:450px;border-radius: 10px;margin: 57px auto 0 auto;overflow: hidden;

	
background: -webkit-linear-gradient(#6a9cff, #397aff);
background: -o-linear-gradient(#6a9cff, #397aff);
background: linear-gradient(#6a9cff, #397aff);

}
.stmk-bg img{display:block;width:53px;float:left;}



.stmk-anniu{display:block;width:320px;height:54px;color:#fff;text-align: center;font-size: 24px;line-height: 54px;margin:44px auto 0 auto;border-radius: 50px;cursor: pointer;font-weight: bold;
	
	background: -webkit-linear-gradient(top, #ff8730, #ff431d);
    background: -o-linear-gradient(top, #ff8730, #ff431d);
    background: linear-gradient(to bottom, #ff8730, #ff431d);
	


}




/*---模块9--*/

.index-mk9{width:100%;height:auto;background:#f2f7ff;overflow: hidden;}

.index-mk9 .index-nav b{line-height: 100px;}
.index-mk9  .mk-nav{margin: 50px auto 0px auto;}


.teacher-qh{ width:1100px; height:420px; overflow:hidden; position:relative; margin: 0 auto 40px auto;}

.teacher-qh .bd{ position:relative; height:100%; z-index:0;   }
.teacher-qh .bd li{ zoom:1; vertical-align:middle; }


		/* 下面是前/后按钮代码，如果不需要删除即可 */
.teacher-qh .prev,
.teacher-qh .next{ position:absolute; left:42px; top:52%; display:block; width:34px; height:50px; background:url(../images/left-jt_76.jpg) no-repeat center;filter:alpha(opacity=50);opacity:0.5;   }
.teacher-qh .next{ left:auto; right:20px;  background:url(../images/right-jt_76.jpg) no-repeat center;}


.teacher-qh .prev:hover,
.teacher-qh .next:hover{ filter:alpha(opacity=100);opacity:1;  }
	


.mk9-ls{width:1100px;height:420px;position: relative;}
.mk9-ls h1{display:block;width:120px;height:160px;float:left;background:#2e63f3;margin:60px 0 0 11px;}
.mk9-ls h2{display:block;width:1060px;height:320px;border-radius: 10px;background:#fff;border:1px solid #2e63f3;position: absolute;top:80px;left: 32px;}
.mk9-ls h3{display:block;width:13px;height:60px;background:#2e63f3;position: absolute;top:311px;right:0;}

.mk9-ls dl{width:942px;height:399px;position: absolute;top:0;left: 80px;z-index: 3;}
.mk9-ls dl dt{width:280px;height:399px;float:left;}
.mk9-ls dl dt img{display:block;width:100%;}
.mk9-ls dl dd{width:642px;float:right;overflow: hidden;}
.mk9-ls dl dd b{display:block;width:100%;height:54px;font-size: 30px;color:#000;line-height: 54px;float:left;margin-top:99px;}
.mk9-ls dl dd i{display:block;width:54px;height:8px;background:#2e63f3;float:left;}

.ls-js{width:100%;height:auto;float:left;margin-top:20px;}
.ls-js p{display:block;width:100%;height:auto;overflow: hidden;}
.ls-js p strong{display:block;width:14px;height:24px;line-height: 18px;font-size: 24px;float:left;}
.ls-js p span{display:inline-block;width:610px;height:auto;font-size: 18px;color:#000;line-height: 34px;float:left;}




.mk9-ls a{display:block;width:208px;height:44px;color:#fff;text-align: center;font-size: 22px;line-height: 44px;border-radius: 50px;cursor: pointer;background:#ff5e33;position: absolute;top:377px;left: 770px;z-index: 3;

}

/*---模块10--*/

.index-mk10{width:100%;height:880px;background:#fff url(../images/xcx-bg_02.jpg) no-repeat bottom center;background-size:100% auto !important;overflow: hidden;}

.index-mk10  .mk-nav{margin: 50px auto 40px auto;}
.index-mk10 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}


.tkmk-con{width:1100px;height:640px;margin:0 auto;overflow:hidden;position: relative;}
.tkmk-dc{display:block;height:702px;margin: 0 auto;}

.tkmk-left{width:300px;height:auto;position: absolute;top:104px;left: 40px;}
.tkmk-left p{display:block;width:240px;height:78px;background:url(../images/xcx-l_03.png) no-repeat center;background-size: 100% 100%;float:left;margin-bottom: 18px;font-size: 24px;color:#fff;line-height: 50px;text-indent: 24px;}
.tkmk-left p:nth-of-type(2){margin-left: 34px;}

.tkmk-c{width:400px;height:400px;position: absolute;top:300px;left: 320px;}
.tkmk-er{display:block;width:140px;border:1px solid #ff7335;margin: 0 auto;

	-webkit-box-shadow: 0px 8px 10px rgba(255, 75, 32, .15);
    -moz-box-shadow: 0px 8px 10px rgba(255, 75, 32, .15);
    box-shadow: 0px 8px 10px rgba(255, 75, 32, .15);

}
.tkmk-c b{display:block;width:100%;height:auto;font-size: 30px;text-align: center;padding:20px 0;color:#ff5522;overflow: hidden;}
.tkmk-jt{display: block;width:60px;margin:0 auto;animation: books02 1s .1s ease infinite;}

@keyframes books02 {
  50% {
    transform: translate3d(0, -15px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}


.tkmk-anniu{display:block;width:300px;height:50px;color:#fff;text-align: center;font-size: 24px;line-height: 50px;margin: 0 auto;border-radius: 50px;cursor: pointer;/*animation: books01 1s .1s ease infinite;*/
	
	background: -webkit-linear-gradient(top, #ff8730, #ff431d);
    background: -o-linear-gradient(top, #ff8730, #ff431d);
    background: linear-gradient(to bottom, #ff8730, #ff431d);
	
	-webkit-box-shadow: 0px 8px 10px rgba(255, 75, 32, .15);
    -moz-box-shadow: 0px 8px 10px rgba(255, 75, 32, .15);
    box-shadow: 0px 8px 10px rgba(255, 75, 32, .15);

}
@keyframes books01 {
  50% {
    transform: translate3d(0, -5px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}


.tkmk-right{width:400px;height:auto;position: absolute;right:20px;top:140px;}

.tkmk-right dl{width:180px;height:100px;position: relative;float:left;margin:0 15px 20px 0;}
.tkmk-right dl dt{width:140px;height:40px;text-align: center;line-height: 40px;font-size: 20px;color:#fff;font-weight: bold;
	
	border-radius: 20px;border-top-right-radius: 0;border-bottom-left-radius: 0;
	position: absolute;top:0;left: 20px;
	
	background: -webkit-linear-gradient(top, #434cfc, #5189ff);
    background: -o-linear-gradient(top, #434cfc, #5189ff);
    background: linear-gradient(to bottom, #434cfc, #5189ff);


}

.tkmk-right dl dd{width:100%;height:76px;border-radius: 10px;border:1px solid #434bfc;margin:20px auto 0 auto;background:#fff;line-height: 90px;font-size: 16px;color:#000;text-align: center;

	-webkit-box-shadow: 0px 8px 10px rgba(67, 75, 252, .15);
    -moz-box-shadow: 0px 8px 10px rgba(67, 75, 252, .15);
    box-shadow: 0px 8px 10px rgba(67, 75, 252, .15);

}

.tkmk-right p{display:block;width:180px;height:100px;background:url(../images/xcx-r_07.png) no-repeat center;background-size: 100% 100%;overflow: hidden;float:left;margin-top:40px;}
.tkmk-right p b{display:block;width:90%;font-size: 24px;color:#fff36a;line-height: 36px;text-align: center;float:left;margin: 14px 0 0 8%;}



/*---模块11--*/

.index-mk11{width:100%;height:auto;background:#fff;overflow: hidden;}

.index-mk11  .mk-nav{margin: 50px auto 40px auto;}
.index-mk11 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}
.index-mk11 .index-nav b{line-height: 100px;}


.mk11-con{width:1100px;height:332px;margin: 0 auto;position: relative;}

.mk11-con dl{width:20%;height:314px;float:left;margin-top:18px;}
.mk11-con dl dt{width:100%;height:auto;}
.mk11-con dl dt img{display:block;margin: 0 auto;}
.mk11-con dl dd{width:100%;font-size: 20px;color:#000;line-height: 30px;text-align: center;padding-top:10px;}


.bq1{width:83px;position: absolute;top:-10px;left: 140px;z-index: 1;}
.bq2{width:83px;position: absolute;top:-10px;left: 348px;z-index: 1;}

.mk11-img{display:block;width:1100px;margin: 0 auto;}

.index-mk11 .index-anniu{width:520px;margin: 28px auto 40px auto;}
.index-mk11 .index-anniu:after {

    width:800px;
  
    height:800px;
    left:-140px;
   
   
}




/*---模块12--*/

.index-mk12{width:100%;height:auto;background:#eef4ff;overflow: hidden;}

.index-mk12 .index-nav i{background:linear-gradient(rgba(238,244,255,0),rgba(238,244,255,1));}
.index-mk12  .mk-nav{margin: 50px auto 40px auto;}


.mk12-con{width:1100px;height:605px;margin: 0 auto;position: relative;}

.mk12-img{display:block;float:left;margin: 98px 0 0 -80px;}
.mk12-right{width:764px;float:right;margin-right: 8px;}

.mk12-right dl{height:110px;margin-bottom: 4px;float:right;border-top-left-radius: 20px;}
.mk12-right dl dt{width:138px;height:110px;float:left;}
.mk12-right dl dt img{display:block;width:101px;margin: 11px auto 0 auto;}
.mk12-right dl dd{width:70%;float:left;color:#fff;}
.mk12-right dl dd b{display:block;width:100%;height:50px;line-height: 55px;font-size: 22px;}
.mk12-right dl dd p{display:block;width:100%;font-size: 16px;line-height: 22px;}



.mk12-right dl:nth-of-type(1){width:580px;background:#2160ef;}
.mk12-right dl:nth-of-type(2){width:620px;background:#3a74f9;}
.mk12-right dl:nth-of-type(3){width:670px;background:#4e7eff;}
.mk12-right dl:nth-of-type(4){width:710px;background:#6796ff;}
.mk12-right dl:nth-of-type(5){width:760px;background:#76aaff;}


.dh1{width:113px;height:83px;background:url(../images/dh2_89.png) no-repeat center;background-size: 100% 100%;position: absolute;top:0px;left: 75px;}
.dh1 span{display:block;width:100%;height:83px;line-height: 80px;font-size: 20px;color:#fff;text-align: center;}

.dh2{width:180px;height:110px;background:url(../images/dh1_89.png) no-repeat center;background-size: 100% 100%;position: absolute;top:22px;left: 269px;}
.dh2 span{display:block;width:100px;height:auto;font-size: 20px;color:#2e63f3;line-height: 24px;text-align: center;float:left;margin: 30px 0 0 42px;}


.index-mk12 .index-anniu{width:520px;margin: 28px auto 40px auto;}
.index-mk12 .index-anniu:after {

    width:800px;
  
    height:800px;
    left:-140px;
   
   
}





/*---模块13--*/

.index-mk13{width:100%;height:auto;background:#fff;overflow: hidden;}

.index-mk13  .mk-nav{margin: 50px auto 40px auto;}
.index-mk13 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}



.z-con{width:1100px;height:auto;margin: 0 auto;padding-bottom: 10px;}
.z-con dl{width:350px;height:478px;background:#fff;border-radius: 10px; float:left;margin:0px 10px 30px 10px;overflow: hidden;


	-webkit-box-shadow: 0px 8px 10px rgba(67, 75, 252, .15);
    -moz-box-shadow: 0px 8px 10px rgba(67, 75, 252, .15);
    box-shadow: 0px 8px 10px rgba(67, 75, 252, .15);
	
}
.z-con dl dt{width:100%;height:70px;background:url(../images/zl_105.jpg) no-repeat center;background-size:100% 100%;font-size:26px;color:#fff;text-align: center;line-height: 70px;font-weight: bold;
	
	


}


.z-con dl:nth-last-child(1){float:right;margin-right: 0;}


.z-con dl dd{width:320px;margin: 14px auto auto;text-align: center;}
.z-con2 a{display:block;width:100%;height:36px;}
.z-con2 a p{width:280px;height:36px;font-size:16px;color:#000;float:left;line-height: 36px;text-indent:30px;text-align:left;overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.z-con2 a i{display:block;width:20px;height:36px;background:url(../images/down_40.jpg) no-repeat center;float:right;}
.z-con2 a:hover p{color:#d50515;}


.z-anniu{display:inline-block;height:50px;border-radius: 50px;font-size:22px;color:#fff;line-height: 50px;padding:0 20px;margin:25px auto 0 auto;
	
	background: -webkit-linear-gradient(top, #ff8730, #ff431d);
    background: -o-linear-gradient(top, #ff8730, #ff431d);
    background: linear-gradient(to bottom, #ff8730, #ff431d);

-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.z-anniu:hover{margin-top:20px;}



.a-bg{background:url(../images/icon.png) no-repeat;background-position: top -120px left 0;}

.a-bg2{background:url(../images/icon.png) no-repeat;background-position: top 0px left 0;}
.a-bg3{background:url(../images/icon.png) no-repeat;background-position: top -40px left 0;}
.a-bg4{background:url(../images/icon.png) no-repeat;background-position: top -80px left 0;}


/*---资料弹出二维码----*/

.zllq{width:100%;height:100%;position: fixed;top:0;left:0;z-index:999;background:rgba(0,0,0,0.8);display:none;}
	
.zllq-gb{width:16px;height:auto;cursor: pointer;position: absolute;top:15px; right: 15px;z-index: 2;}

.zllq-con{width:300px;height:300px;background:#fff;border-radius: 15px;margin: 10% auto;position: relative;overflow: hidden;}

.zllq-con h2{width:100%;font-size: 24px;color:#cc0202;text-align: center;padding:25px 0 20px 0;background:#fff;}
.zllq-er{display:block;width:200px;margin:0px auto 0 auto;}

/*--表单--*/
.zl-form{width:1128px;height:216px;background:url(../images/zl-bg_105.jpg) no-repeat center;background-size: 100% 100%;overflow: hidden;margin: 0px auto 10px auto;}

.zl-form h2{display:block;width:100%;height:78px;line-height: 78px;font-size: 30px;color:#fff36a;text-align: center;margin: 14px auto 0 auto;}

.zl-form form{width:940px;float:right;}
.zl-bd{width:334px;height:48px;float:left;}
.zl-bd span{display:block;width:92px;height:48px;font-size: 24px;line-height: 48px;color:#fff;text-align: right;float:left;}
.zl-input{display:block;border:none;border-radius: 10px;background:#fff;width:240px;height:48px;float:left;text-indent: 10px;color:#000;font-size: 16px;}

.zl-anniu{display:block;border:none;width:160px;height:50px;border-radius: 50px;font-size: 24px;color:#000;text-align: center;line-height: 50px;float:left;margin-left: 20px;font-weight: bold;cursor: pointer;

background: -webkit-linear-gradient(#fff36a, #ffde6a);
background: -o-linear-gradient(#fff36a, #ffde6a);
background: linear-gradient(#fff36a, #ffde6a);
}


/*---模块14--*/

.index-mk14{width:100%;height:auto;background:#eef4ff;overflow: hidden;}

.index-mk14 .index-nav i{background:linear-gradient(rgba(238,244,255,0),rgba(238,244,255,1));}
.index-mk14  .mk-nav{margin: 50px auto 40px auto;}
.index-mk14 .index-nav b{line-height: 100px;}

.mk14-con{width:1100px;height:400px;margin: 0 auto 60px;position: relative;}

.mk14-left{width:544px;height:400px;background:url(../images/wt-bg_113.jpg) no-repeat center;background-size: 100% 100%;float:left;}

.mk14-w{width:324px;height:auto;float:left;margin: 30px 0 0 110px;}

.mk14-w a{display:block;width:100%;height:38px;position: relative;float:left;margin: 10px 0 0 44px;}
.mk14-w a p{width:100%;height:32px;background:#eef4ff;border-radius: 30px;font-size: 16px;color:#333;line-height: 22px;text-indent: 62px;position: absolute;top:6px;left: 0;}
.mk14-w a p sup{font-size:12px;}
.mk14-w a span{display:block;width:54px;height:38px;font-size: 22px;color:#fff;line-height: 40px;text-indent: 10px;position: absolute;top:0;left: 0;z-index: 2;background:url(../images/li-bg_76.png) no-repeat center;}

.mk14-right{width:602px;height:330px;background:#fff;border-top-right-radius: 10px;border-bottom-right-radius: 10px;position: absolute;top:34px;right:0px;z-index: 2;

	-webkit-box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);
    -moz-box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);
    box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);

}


.mk14-er{width:200px;float:left;margin: 40px 0 0 46px;}
.mk14-er img{display:block;width:180px;height:180px;border-radius: 10px;border:1px solid #2e63f3;margin: 0 auto;}
.mk14-er span{display:block;width:100%;font-size: 22px;line-height: 32px;color:#000;text-align: center;padding-top:10px;}


.mk14-zx{width:300px;height:auto;float:right;margin:10px 20px 0 0;}
.mk14-zx img{display:block;margin: 0 auto;}
.mk14-zx a{display:inline-block;height:50px;border-radius: 8px;font-size:22px;color:#fff;line-height: 50px;padding:0 20px;margin:0px auto 0 auto;
	
	background: -webkit-linear-gradient(top, #ff8730, #ff431d);
    background: -o-linear-gradient(top, #ff8730, #ff431d);
    background: linear-gradient(to bottom, #ff8730, #ff431d);}




/*---模块15--*/

.index-mk15{width:100%;height:auto;background:url(../images/bg2_124.jpg) no-repeat bottom center;background-size:auto 404px !important;overflow: hidden;}

.index-mk15 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}
.index-mk15  .mk-nav{margin: 50px auto 40px auto;}
.index-mk15 .index-nav b{line-height: 100px;}



.sk-tu{width:1100px;height:auto;overflow: hidden;margin: 0 auto;font-size: 0;text-align: center;}
.sk-tu img{display:inline-block;width:352px;border-radius: 10px;border:2px solid #01a4ff;margin:0 5px;}

.sk-tu2{width:1080px;height:174px;border-radius: 10px;background:#ffffff;margin: 10px auto 40px auto;overflow: hidden;
	
	
	-webkit-box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);
    -moz-box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);
    box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);

}


.shouye_youxiu_qiehuan{ width:1055px;  overflow:hidden; position:relative;margin: 15px auto;}

.shouye_youxiu_qiehuan .bd{ }
.shouye_youxiu_qiehuan .bd ul{ overflow:hidden; zoom:1; }
.shouye_youxiu_qiehuan .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; cursor: pointer;}
.shouye_youxiu_qiehuan .bd ul li img{width:220px;border-radius: 5px;}



/*---模块16--*/

.index-mk16{width:100%;height:auto;overflow: hidden;}

.index-mk16 .index-nav i{background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));}
.index-mk16  .mk-nav{margin: 50px auto 40px auto;}
.index-mk16 .index-nav b{line-height: 100px;}

.mk16-con{width:1100px;height:auto;margin: 0 auto 30px auto;overflow: hidden;}

.mk16-con dl{width:540px;height:378px;float:left;margin-bottom: 20px;position: relative;}
.mk16-con dl dt{width:342px;height:50px;font-size: 24px;color:#fff;text-align: center;line-height: 50px;background:url(../images/fw-tit_127.png) no-repeat center;background-size: 100% 100%;position: absolute;top:0;left: 99px;z-index: 2;}

.mk16-con dl dd{width:538px;height:352px;border:1px solid #2e63f3;border-radius: 10px;background:#fff;position: absolute;left: 0;bottom:0;z-index: 1;}

.mk16-con dl dd img{display:block;width:100%;margin: 36px auto 0 auto;}
.mk16-t{width:100%;height:352px;position: relative;overflow: hidden;}
.mk16-t p{width:100%;height:70px;background:rgba(0,0,0,0.5);position: absolute;bottom:12px;left: 0;z-index: 2;}
.mk16-t p span{display:block;width:90%;height:auto;font-size: 18px;line-height: 28px;color:#fff;margin: 6px auto 0 auto;}


.mk16-con dl:nth-of-type(2n){float:right;}



/*---模块17--*/

.index-mk17{width:100%;height:auto;background:#eef4ff;overflow: hidden;}

.index-mk17 .index-nav i{background:linear-gradient(rgba(238,244,255,0),rgba(238,244,255,1));}
.index-mk17 .mk-nav{margin: 50px auto 40px auto;}
.index-mk17 .index-nav b{line-height: 100px;}

.mk17-t{width:1100px;height:auto;text-align: center;font-size: 0;margin: 0 auto;}
.mk17-t span{display:inline-block;height:50px;width:200px;background:#2e63f3;color:#fff;line-height: 50px;text-align: center;border-radius: 10px;font-size: 24px;margin: 0 5px;}



.mk17-con{width:1100px;height:606px;margin: 0 auto;}

.mk17-left{width:530px;height:308px;position: relative;float:left;margin: 30px 0 0 0px;}
.mk17-left dt{width:379px;height:260px;border-radius: 10px;overflow: hidden;position: absolute;top:0;right:0;}
.mk17-left dt img{display:block;width:100%;height:100%;}
.mk17-left dd{width:280px;height:260px;position: absolute;top:40px;left: 0;z-index: 2;}
.mk17-left dd h1{display:block;width:100%;font-size: 76px;height:80px;line-height:80px;text-indent:10px;font-weight: normal;color:#ff5e3e;font-style: italic;padding:10px 0;}
.mk17-text{width:280px;height:160px;background:#fff;border-top-right-radius: 10px;border-bottom-left-radius: 10px;

-webkit-box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);
    -moz-box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);
    box-shadow: 0px 0px 10px rgba(67, 75, 252, .2);
}

.mk17-text b{display:block;width:256px;font-size: 26px;color:#ff5e3e;font-weight: normal;float:left;padding:15px 0;margin:0 0 0 15px;}
.mk17-text i{display:block;width:64px;height:2px;background:#ff5e3e;float:left;margin:0 0 0 15px;}
.mk17-text p{display:block;width:256px;font-size: 15px;line-height: 26px;color:#333;float:left;margin: 10px 0 0 15px;}

.mk17-left:nth-of-type(2) dd h1{color:#5089ff;}
.mk17-left:nth-of-type(2) dd b{color:#5089ff;}
.mk17-left:nth-of-type(2) dd i{background-color:#5089ff;}


.mk17-bottom{width:1100px;height:210px;position: relative;float:left;margin: 20px 0 0 0px;}

.mk17-bottom-img{width:100%;height:190px;border-radius: 10px;overflow: hidden;float:left;margin-top:10px;}
.mk17-bottom-img img{display:block;height:190px;float:right;margin-left: 4px;}

.mk17-text2{width:250px;height:210px;position: absolute;top:0;left: 0;z-index: 2;border-top-right-radius: 10px;border-bottom-left-radius: 10px;
	
	background: -webkit-linear-gradient(top, #529aff, #2e64f3);
    background: -o-linear-gradient(top, #529aff, #2e64f3);
    background: linear-gradient(to bottom, #529aff, #2e64f3);

}

.mk17-text2 h1{width:220px;height:86px;font-weight:normal;font-size: 76px;line-height: 86px;color:#ffff;font-style:italic;margin:0px auto 0 auto;position: relative;}
.mk17-text2 h1 b{display:block;width:110px;height:30px;font-size: 26px;line-height: 30px;font-style:normal;font-weight: normal;position: absolute;top:24px;left:110px;z-index: 2;}
.mk17-text2 i{display:block;width:64px;height:2px;background:#fff;position: absolute;top:66px;left: 110px;z-index: 2;}

.mk17-text2 p{display:block;width:220px;font-size: 15px;line-height: 26px;color:#fff;margin:0px auto 0 auto;}


/*---foot---*/
.foot{width:100%;height:280px;background:#00237c;float:left;overflow: hidden;}



.foot-con{width:1100px;height:auto;margin: 0 auto;}

.foot-left{width:322px;float:left;margin: 20px 0 0 0px;}
.foot-logo{width:138px;height:auto;display:block;margin-left: 10px;}
.foot-icon{width:100%;padding:30px 0;float:left;}
.foot-icon img{display:block;width:42px;height:42px;float:left;margin-right:20px;}


.login-box img{display: block;width:100%;}
.login-box {width:100%;padding:30px 0 60px 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;
	bottom:80px;
	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;
	bottom:50px;
	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;
	bottom:65px;
	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-right{width:616px;height:auto;float:right;margin:88px 0px 0 0;}
.foot-right a{display:block;width:120px;height:24px;line-height: 24px;text-align:right;color:#fff;float:right;margin-bottom: 20px;font-size:20px;}

.foot-bottom{width:1200px;height:auto;margin: 0px auto 0 auto;text-align: center;overflow: hidden;}
.foot-bottom p{display:inline-block;font-size: 16px;color:#666;line-height: 20px;}
.foot-bottom img{display:inline-block;margin: 10px 0 6px 0;}




.foot-link{display: block;width:1100px;height:auto;overflow: hidden;margin: 0 auto;padding:20px 0;border-bottom: 1px solid rgba(255,255,255,0.1);}
.foot-link dt{display:inline-block;height:18px;font-size: 16px;color:#fff;line-height: 18px;float:left;font-weight: bold;}
.foot-link dd{display:inline-block;height:auto;font-size: 16px;color:#fff;line-height: 18px;float:left;}
.foot-link dd a{color:#fff;padding-left: 10px;white-space: nowrap;}

.foot-bottom{width:100%;height:auto;font-size: 14px;color:#fff;background: #000000;line-height: 24px;text-align: center;padding: 18px 0;}

.foot-bottom p{display:block;width:1100px;margin: 0 auto;color:#fff;font-size:14px;}