/*write by xiangyu*/
/*banner 部分*/
html,body{background-color:black;}
header{display: flex;background: #000;-webkit-perspective:1000px;-moz-perspective:1000px;-ms-perspective:1000px;-o-perspective:1000px;perspective:1000px;justify-content: center;align-items: center;height:745px;overflow: hidden;}
.out #title{opacity: 0;
	-webkit-transform: translateZ(-50px) rotateX(5deg);
	-moz-transform: translateZ(-50px) rotateX(5deg);
	-ms-transform: translateZ(-50px) rotateX(5deg);
	-o-transform: translateZ(-50px) rotateX(5deg);
	transform: translateZ(-50px) rotateX(5deg);}
.out #additional{opacity: 0;}
.out #btn1,.out #btn2{opacity: 0;-webkit-transform: translateZ(-50px) rotateX(5deg);-ms-transform: translateZ(-50px) rotateX(5deg);-moz-transform: translateZ(-50px) rotateX(5deg);-o-transform: translateZ(-50px) rotateX(5deg);transform: translateZ(-50px) rotateX(5deg);}
.out #stage{opacity: 0;-webkit-transform: translateZ(0px);-moz-transform: translateZ(0px);-ms-transform: translateZ(0px);-o-transform: translateZ(0px);transform: translateZ(0px);}
.in div{opacity: 1;-webkit-transform: translateZ(0px) rotateY(0) rotateX(0);-moz-transform: translateZ(0px) rotateY(0) rotateX(0);-ms-transform: translateZ(0px) rotateY(0) rotateX(0);-o-transform: translateZ(0px) rotateY(0) rotateX(0);transform: translateZ(0px) rotateY(0) rotateX(0);}
#core{display: block;position: absolute;width: 400px;height: 316px;left: 50%;top: 50%;margin-left: -200px;margin-top: -158px;-webkit-transition: All 0.9s ease;-moz-transform:  translateZ(-4000px) rotateY(90deg) rotateZ(30deg);-ms-transform:  translateZ(-4000px) rotateY(90deg) rotateZ(30deg);-o-transform:  translateZ(-4000px) rotateY(90deg) rotateZ(30deg);transform:  translateZ(-4000px) rotateY(90deg) rotateZ(30deg);opacity: 1;}
#core.pass{-webkit-transform: rotateZ(0) translateZ(1000px) rotateY(-15deg);-moz-transform: rotateZ(0) translateZ(1000px) rotateY(-15deg);-ms-transform: rotateZ(0) translateZ(1000px) rotateY(-15deg);-o-transform: rotateZ(0) translateZ(1000px) rotateY(-15deg);transform: rotateZ(0) translateZ(1000px) rotateY(-15deg);opacity: 1;}
#core img{width: 100%;}
#stage{display: flex;justify-content: center;align-items: center;-webkit-transition:All 2.3s 0s ease-in;-ms-transition:All 2.3s 0s ease-in;-moz-transition:All 2.3s 0s ease-in;-o-transition:All 2.3s 0s ease-in;transition:All 2.3s 0s ease-in;-webkit-filter:brightness(1.3);-moz-filter:brightness(1.3);-ms-filter:brightness(1.3);-o-filter:brightness(1.3);filter:brightness(1.3);}
#hero{width:1920px;height:745px;min-width:1200px;position:relative;overflow:hidden;}
#hero img{height:745px;width:1920px;position:absolute;top:0;left:50%;margin-left: -960px;}
header .middle{width:1200px;position:absolute;left:50%;margin-left:-600px;height:745px;top: 0px;}
#title{position: absolute;width: 100%;left: 0;top: 210px;text-align: center;-webkit-transition:All 1.6s 1s ease-out;-moz-transition:All 1.6s 1s ease-out;-o-transition:All 1.6s 1s ease-out;-ms-transition:All 1.6s 1s ease-out;transition:All 1.6s 1s ease-out;}
#title img{width:100%;}
#additional{position: absolute;width: 568px;height:44px;left:297px;top:513px;text-align: center;-webkit-transition:All 1s 1s ease-in;-moz-transition:All 1s 1s ease-in;-ms-transition:All 1s 1s ease-in;-o-transition:All 1s 1s ease-in;transition:All 1s 1s ease-in;}
#additional img{width:100%;}
#btn1{position: absolute;left:356px;top:579px;text-align: center;-webkit-transition:All 1s 2s ease-in;-moz-transition:All 1s 2s ease-in;-ms-transition:All 1s 2s ease-in;-o-transition:All 1s 2s ease-in;transition:All 1s 2s ease-in;}
#btn1 a,#btn2 a{display:block;}
#btn2{position: absolute;left:604px;top:580px;text-align: center;-webkit-transition:All 1s 2s ease-in;-moz-transition:All 1s 2s ease-in;-ms-transition:All 1s 2s ease-in;-o-transition:All 1s 2s ease-in;transition:All 1s 2s ease-in;}
#btn1 img,#btn2 img{width:100%;}
#btn1:hover img{width:105%;}
#btn2:hover img{width:105%;}

#light{width: 700px;height: 500px;position: absolute;top: 50%;left: 50%;margin-left: -350px;margin-top: -250px;background: url('../images/light.png');-webkit-transform:scaleX(0.1) scaleY(0.1);-moz-transform:scaleX(0.1) scaleY(0.1);-ms-transform:scaleX(0.1) scaleY(0.1);-o-transform:scaleX(0.1) scaleY(0.1);transform:scaleX(0.1) scaleY(0.1);-webkit-filter:brightness(0);-moz-filter:brightness(0);-ms-filter:brightness(0);-o-filter:brightness(0);filter:brightness(0);-webkit-transition:All 0.4s ease-in;-moz-transition:All 0.4s ease-in;-ms-transition:All 0.4s ease-in;-o-transition:All 0.4s ease-in;transition:All 0.4s ease-in;}
#light.pass{-webkit-transform:scaleX(2) scaleY(0.5);-moz-transform:scaleX(2) scaleY(0.5);-ms-transform:scaleX(2) scaleY(0.5);-o-transform:scaleX(2) scaleY(0.5);transform:scaleX(2) scaleY(0.5);-webkit-filter:brightness(6);-moz-filter:brightness(6);-ms-filter:brightness(6);-o-filter:brightness(6);filter:brightness(6);}
#light.passed{-webkit-transform:scaleX(6) scaleY(1.1);-moz-transform:scaleX(6) scaleY(1.1);-ms-transform:scaleX(6) scaleY(1.1);-o-transform:scaleX(6) scaleY(1.1);transform:scaleX(6) scaleY(1.1);-webkit-filter:brightness(0);-ms-filter:brightness(0);-moz-filter:brightness(0);-o-filter:brightness(0);filter:brightness(0);-webkit-transition:All 0.3s ease-out;-moz-transition:All 0.3s ease-out;-ms-transition:All 0.3s ease-out;-o-transition:All 0.3s ease-out;transition:All 0.3s ease-out;}
#wave{width: 320px;height: 320px;top: 50%;left: 50%;margin-left: -160px;margin-top: -160px;position: absolute;background: url('../images/wave.png');
-webkit-transform: scale(0.01);-ms-transform: scale(0.01);-moz-transform: scale(0.01);-o-transform: scale(0.01);transform: scale(0.01);
-webkit-transition: All 0.9s 0.62s ease;-moz-transition: All 0.9s 0.62s ease;-o-transition: All 0.9s 0.62s ease;-ms-transition: All 0.9s 0.62s ease;transition: All 0.9s 0.62s ease;
-webkit-filter:brightness(3);-moz-filter:brightness(3);-ms-filter:brightness(3);-o-filter:brightness(3);filter:brightness(3);}
#wave.pass{-webkit-transform: scale(12);-moz-transform: scale(12);-ms-transform: scale(12);-o-transform: scale(12);transform: scale(12);
	-webkit-filter:brightness(1);-moz-filter:brightness(1);-ms-filter:brightness(1);-o-filter:brightness(1);filter:brightness(1);opacity: 0;}
#ringgroup{position: absolute;width: 800px;height: 800px;left: 50%;top: 50%;margin-left: -400px;margin-top: -400px;
	-webkit-transition: All 2.2s 0.1s;-moz-transition: All 2.2s 0.1s;-ms-transition: All 2.2s 0.1s;-o-transition: All 2.2s 0.1s;transition: All 2.2s 0.1s;
	-webkit-transform: rotateZ(-360deg) translateZ(-4000px) scale(0.02);-ms-transform: rotateZ(-360deg) translateZ(-4000px) scale(0.02);-moz-transform: rotateZ(-360deg) translateZ(-4000px) scale(0.02);-o-transform: rotateZ(-360deg) translateZ(-4000px) scale(0.02);transform: rotateZ(-360deg) translateZ(-4000px) scale(0.02);
	-webkit-perspective:1000px;-moz-perspective:1000px;-ms-perspective:1000px;-o-perspective:1000px;perspective:1000px;
	-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;}

#ringgroup.pass{-webkit-transform:rotateZ(0) translateZ(3200px) scale(1);-moz-transform:rotateZ(0) translateZ(3200px) scale(1);-ms-transform:rotateZ(0) translateZ(3200px) scale(1);-o-transform:rotateZ(0) translateZ(3200px) scale(1);transform:rotateZ(0) translateZ(3200px) scale(1);
	opacity: 1;}
.ring{position: absolute;width: 100%;height: 100%;background: url('../images/ring.png');
-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;}
.ring:nth-of-type(1){-webkit-transform: translateZ(0px);-o-transform: translateZ(0px);-ms-transform: translateZ(0px);-moz-transform: translateZ(0px);transform: translateZ(0px);opacity: 1;}
.ring:nth-of-type(2){-webkit-transform: rotateZ(60deg) translateZ(-1000px) scale(0.9);-moz-transform: rotateZ(60deg) translateZ(-1000px) scale(0.9);-ms-transform: rotateZ(60deg) translateZ(-1000px) scale(0.9);-o-transform: rotateZ(60deg) translateZ(-1000px) scale(0.9);transform: rotateZ(60deg) translateZ(-1000px) scale(0.9);opacity: 0.7;}
.ring:nth-of-type(3){-webkit-transform: rotateZ(120deg) translateZ(-200px) scale(0.8);-moz-transform: rotateZ(120deg) translateZ(-200px) scale(0.8);-ms-transform: rotateZ(120deg) translateZ(-200px) scale(0.8);-o-transform: rotateZ(120deg) translateZ(-200px) scale(0.8);transform: rotateZ(120deg) translateZ(-200px) scale(0.8);opacity: 0.5;}
.ring:nth-of-type(4){-webkit-transform: rotateZ(30deg) translateZ(-3000px) scale(0.7);-moz-transform: rotateZ(30deg) translateZ(-3000px) scale(0.7);-ms-transform: rotateZ(30deg) translateZ(-3000px) scale(0.7);-o-transform: rotateZ(30deg) translateZ(-3000px) scale(0.7);transform: rotateZ(30deg) translateZ(-3000px) scale(0.7);opacity: 0.1;}

/* Effect 5: same word slide in */
.cl-effect-5 a {overflow: hidden;padding: 0 4px;height: 1em;}
.cl-effect-5 a span {position: relative;display: inline-block;
-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;
-moz-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;
-ms-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;
-o-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;
transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;}
.cl-effect-5 a span::before {position: absolute;top: 100%;content: attr(data-hover);font-weight: 700;
	-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.cl-effect-5 a:hover span,.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
/*第一部分：官方认证*/
.recognition{width:100%;height:556px;background:url('../images/part1_bg.jpg') center 0 no-repeat;position:relative;}
.recognition .rec_middle{width:1104px;margin:0 auto;padding-top:25px;}
.recognition .rec_title{width:977px;height:62px;background:url('../images/rec_title.png') no-repeat;margin:0 auto;margin-bottom:33px;}
.recognition p{font-size:18px;color:white;line-height:30px;text-indent:2em;font-family:"微软雅黑";width:977px;margin:0 auto;}
.recognition .rec_left,.recognition .rec_right{width:445px;height:293px;float:left;margin-top:14px;}
.recognition .rec_left img,.recognition .rec_right img{width:100%;}
.recognition .rec_left{margin-right:57px;margin-left:77px;}
.recognition2{width:100%;height:471px;background:url('../images/rec_bg2.jpg') center 0 no-repeat;padding-top:8px;position:relative;}
.recognition2 .rec_middle{width:1104px;margin:0 auto;}
.recognition2 .manniu{width:950px;height:308px;margin:0 auto;}
.recognition2 .manniu img{width:100%;}
.rec_btn{width:260px;height:67px;background:url('../images/rec_btn.png') no-repeat;margin:0 auto;margin-top:26px;}
.rec_btn a{display:block;height:67px;}
.recognition2 .rec_btn a span{display:block;line-height:67px;color:white;font-size:20px;font-family:"微软雅黑";font-weight:bold;padding-left:26px;}

/*广告条*/
.ad{width:100%;height:119px;position:relative;overflow:hidden;}
.ad img{position:absolute;left:50%;top:0;height:119px;width:1920px;margin-left:-960px;}
.ad .rec_middle{width:1104px;height:119px;margin:0 auto;position:relative;}
.ad_btn{width:197px;height:66px;position:absolute;top:27px;right:77px;}
.ad_btn a{display:block;width:197px;height:66px;}

/*第二部分：学习过硬技术*/
.learn{width:100%;height:927px;background:url('../images/learn_bg.jpg') center 0 no-repeat;position:relative;}
.learn .rec_middle{width:1104px;margin:0 auto;padding-top:70px;}
.learn .learn_title{width:975px;height:63px;background:url('../images/learn_title.png') no-repeat;margin:0 auto;}
.learn_det{width:1099px;height:578px;margin:0 auto;margin-top:40px;}
.learn_det img{width:100%;}
.learn_btn{width:260px;height:67px;background:url('../images/rec_btn.png') no-repeat;margin:0 auto;margin-top:38px;}
.learn .learn_btn>a{display:block;height:66px;}
.learn .learn_btn>a span{display:block;line-height:67px;color:white;font-size:20px;font-family:"微软雅黑";font-weight:bold;padding-left:42px;}

/*第三部分：最强硬件设备*/
.device{width:100%;height:607px;background:url('../images/device_bg.jpg') center 0 no-repeat;position:relative;}
.device .rec_middle{width:1104px;margin:0 auto;padding-top:70px;}
.device .device_title{width:972px;height:60px;background:url('../images/device_title.png') no-repeat;margin:0 auto;}
.device .device_fl{width:226px;float:left;margin-top:60px;margin-left:43px;}
.device .device_fl span{color:#444444;font-size:20px;float:left;display:block;height:81px;line-height:81px;}
.device .device_fl li div{float:left;width:81px;height:81px;margin-right:19px;}
.device .device_fl li{margin-bottom:20px;}
.device .device_fr{width:755px;float:left;margin-top:41px;margin-left:30px;}

/*第四部分：具体课程*/
.course{width:100%;height:499px;background:url('../images/course_bg.jpg') center 0 no-repeat;position:relative;}
.course .rec_middle{width:1104px;margin:0 auto;padding-top:27px;}
.course .explain{width:1055px;height:53px;background-color:#f5dacf;border:1px solid #f24503;text-align:center;line-height:53px;color:#444444;font-size:18px;margin-left:41px;}
.device_btn{width:195px;height:66px;background:url('../images/device_btn.png') no-repeat;margin:0 auto;margin-top:40px;}
.device_btn a{display:block;height:66px;}
.course .device_btn a span{display:block;line-height:66px;color:#e70202;font-size:20px;font-family:"微软雅黑";font-weight:bold;padding-left:58px;}
.course .course_title{width:1014px;height:60px;background:url('../images/course_title.png') no-repeat;margin:0 auto;margin-top:142px;}
.course_gol ul{width:1103px;margin:0 auto;margin-top:41px;}
.course .cour_first{background-color:#0260cf;color:white;}
.course_gol li{width:258px;height:54px;border:1px solid #0577fe;line-height:54px;cursor:pointer;font-size:22px;color:#0577fe;text-align:center;float:left;margin-right:20px;}
.course2{width:100%;height:507px;background:url('../images/course_bg2.jpg') center 0 no-repeat;position:relative;}
.course2 .rec_middle{width:1104px;margin:0 auto;padding-top:10px;}

.course_detail1{width:1099px;height:320px;background-color:#191818;border:1px solid #1f1f1f;-webkit-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.course_detail2{width:1099px;height:508px;background-color:#191818;border:1px solid #1f1f1f;-webkit-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.course_detail3{width:1099px;height:253px;background-color:#191818;border:1px solid #1f1f1f;-webkit-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.course_detail4{width:1099px;height:276px;background-color:#191818;border:1px solid #1f1f1f;-webkit-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.course_detail h2{font-size:26px;color:white;text-align:center;padding-top:4px;line-height:80px;}
.line{width:1014px;height:10px;margin:0 auto;}
.line img{width:100%;}
.course_detail ol{width:1014px;margin:0 auto;}
.course_detail li{margin-top:20px;margin-bottom:20px;}
.course_detail2 li{margin-top:18px;margin-bottom:18px;}
.course_detail span,.course_detail strong{display:block;width:10px;height:26px;float:left;}
.course_detail em{float:left;font-size:20px;color:#f24503;}
.course_detail span{background:url('../images/icons.png') -2px -2px no-repeat;margin-right:12px;}
.course_detail strong{background:url('../images/icons.png') -16px -2px no-repeat;margin-left:8px;}
.course_detail p{font-size:18px;color:white;margin-left:25px;width:810px;line-height:30px;}
.course_detail3 p{font-size:18px;color:white;margin-left:25px;width:798px;line-height:30px;}
.course_detail2,.course_detail3,.course_detail4{display:none;}
.course2 .course_btn{width:259px;height:66px;background:url('../images/rec_btn.png') no-repeat;margin:0 auto;margin-top:40px;}
.course2 .course_btn>a{display:block;height:66px;}
.course2 .course_btn>a span{display:block;line-height:66px;color:white;font-size:20px;font-family:"微软雅黑";font-weight:bold;padding-left:48px;}

/*第五部分：师资阵容*/
.teacher{width:100%;height:916px;position:relative;overflow:hidden;}
.teacher>img{height:916px;width:1920px;position:absolute;top:0;left:50%;margin-left: -960px;}
.teacher .rec_middle{width:1104px;padding-top:72px;position:absolute;top:0;left:50%;margin-left: -552px;}
.teacher .teacher_title{width:975px;height:61px;background:url('../images/teacher_title.jpg') no-repeat;margin:0 auto;margin-bottom:29px;}
.teacher_lb{height:576px; overflow:hidden;}
.teacher_lb .teacher_lb_xq{ font-size:14px; color:white; text-align:left;margin:0 auto;margin-top:4px; line-height:23px;overflow: hidden;height:200px;width:197px;  text-overflow: ellipsis;}
.teacher_lb .teacher_lb_dw{ width:1099px; height:576px;overflow:hidden;}
.teacher_lb .active_ml{ background:#4cb4ff; color:#ffffff !important;}
.teacher_lb .teacher_lb_dw .flexslider .slides img{ width:217px; height:323px; margin:0 auto; display:block;}
.teacher_lb .teacher_lb_dw .flexslider{ margin:0; border:none; box-shadow:none; border-radius:0px;}
.teacher_lb .teacher_lb_dw .slides{ margin-top:10px;}
.teacher_lb .teacher_lb_dw .slides li{ margin-right:3px;position:relative;background:#232222;}
.teacher_lb .teacher_lb_dw .flex-control-paging li a{ width:23px; height:4px; background:white; border-radius:0px;}
.teacher_lb .teacher_lb_dw .flex-control-nav{ bottom:-37px;padding-top:6px;}
.teacher_lb .teacher_lb_dw .flex-control-paging li a.flex-active{ background:#0577fe;}
.teacher_lb .teacher_lb_dw .slides li span{display:block;font-size:26px;width:100%;color:white;position: absolute;left:;top:271px;text-align:center;}
.teacher_btn{width:260px;height:66px;background:url('../images/rec_btn.png') no-repeat;margin:0 auto;margin-top:22px;}
.teacher_btn a{display:block;height:66px;}
.teacher .teacher_btn a span{display:block;line-height:66px;color:white;font-size:20px;font-family:"微软雅黑";font-weight:bold;padding-left:70px;}

/*第六部分:毕业学生*/
.student{width:100%;height:938px;position:relative;overflow:hidden;}
.student>img{height:938px;width:1920px;position:absolute;top:0;left:50%;margin-left: -960px;}
.student .rec_middle{width:1104px;padding-top:70px;position:absolute;top:0;left:50%;margin-left: -552px;}
.student .student_title{width:1062px;height:63px;background:url('../images/student_title.jpg') no-repeat;margin:0 auto;}
.student ul{width:1100px;margin:0 auto;margin-top:40px;}
.student li{width:358px;height:290px;float:left;margin-bottom:13px;position:relative;overflow:hidden;}
.student .stus>div{width:100%;position:absolute;height:70px;background-color:#247de6;color:white;line-height:70px;text-align:center;font-size:20px;top:0px;left:0;}
/*.student .stus:hover div{top:0px;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}*/
.stu_wang>div,.stu_yu>div{background-color:#191818;bottom:0px;width:100%;position:absolute;height:70px;color:white;line-height:70px;text-align:center;font-size:20px;left:0;}
/*.stu_yu:hover div{bottom:0px;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}*/
/*.stu_wang:hover div{bottom:0px;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}*/
.student .stu_btn{width:260px;height:66px;background:url('../images/rec_btn.png') no-repeat;margin:0 auto;margin-top:40px;}
.student .stu_btn a{display:block;height:66px;}
.student .stu_btn a span{display:block;line-height:66px;color:white;font-size:20px;font-family:"微软雅黑";font-weight:bold;padding-left:70px;}

/*第七部分:学生实战*/
.combat{width:100%;height:871px;position:relative;overflow:hidden;}
.combat>img{height:871px;width:1920px;position:absolute;top:0;left:50%;margin-left: -960px;}
.combat .rec_middle{width:1104px;padding-top:70px;position:absolute;top:0;left:50%;margin-left: -552px;}
.combat .combat_title{width:972px;height:60px;background:url('../images/combat_title.png') no-repeat;margin:0 auto;}
.combat_btn{width:260px;height:67px;background:url('../images/combat_btn.png') no-repeat;margin:0 auto;margin-top:24px;}
.combat_btn a{display:block;height:67px;}
.combat .combat_btn a span{display:block;line-height:67px;color:#e70202;font-size:20px;font-family:"微软雅黑";font-weight:bold;padding-left:51px;}

/*第八部分：也许你有顾虑*/
.worry{width:100%;height:735px;position:relative;overflow:hidden;}
.worry>img{height:735px;width:1920px;position:absolute;top:0;left:50%;margin-left: -960px;}
.worry .rec_middle{width:1104px;padding-top:70px;position:absolute;top:0;left:50%;margin-left: -552px;}
.worry .worry_title{width:974px;height:64px;background:url('../images/worry_title.jpg') no-repeat;margin:0 auto;}
.worry ul{margin:0 auto;margin-top:40px;}
.worry li{width:271px;height:326px;float:left;text-align:center;padding-top:60px;}
.worry_1,.worry_3{background-color:#1c1b1b;}
.worry_2,.worry_4{background-color:#242424;}
.worry_1{border-right:1px solid #3b3b3b;}
.worry_2{border-right:1px solid #3b3b3b;border-left:1px solid #040404;}
.worry_3{border-right:1px solid #3b3b3b;border-left:1px solid #040404;}
.worry_4{border-left:1px solid #040404;}
.worry li span,.worry li strong,.worry li em{display:block;color:white;}
.worry li em{font-size:24px;font-weight:bold;line-height:32px;margin-top:30px;}
.worry li span{width:39px;height:2px;background-color:white;margin:0 auto;}
.worry li strong{font-size:24px;line-height:32px;margin-bottom:29px;}
.worry .worry_btn{width:197px;height:68px;background:url('../images/worry_btn.jpg') no-repeat;margin-top:40px;float:left;}
.worry .worry_btn a{display:block;height:68px;}
.worry .worry_btn a span{display:block;line-height:68px;color:white;font-size:20px;font-family:"微软雅黑";font-weight:bold;}
.worry .worry_btn1{margin-left:246px;padding-left:54px;}
.worry .worry_btn2{margin-left:214px;padding-left:56px;}


/*申请报名*/
.apply{width:100%;height:609px;position:relative;overflow:hidden;}
.apply>img{height:609px;width:1920px;position:absolute;top:0;left:50%;margin-left: -960px;}
.apply .rec_middle{width:1104px;padding-top:70px;position:absolute;top:0;left:50%;margin-left: -552px;}
.apply .apply_title{width:974px;height:64px;background:url('../images/apply_title.jpg') no-repeat;margin:0 auto;}
form{width:749px;height:289px;margin:0 auto;margin-top:85px;position:relative;}
form p{color:white;font-size:22px;width:359px;float:left;margin-bottom:35px;line-height: 53px;}
form p input{width:229px;height:51px;border:1px solid #0577fe;margin-left:13px;color:white;font-size:16px;font-family:"微软雅黑";text-align:center;background-color:rgba(21,38,61,0.6);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
select{padding-left:68px;color:white;font-size:16px;font-family:"微软雅黑";text-align:center;}
option{background-color:rgba(16,32,54,0.9);}
::-webkit-input-placeholder{color:#4b5c72;}
:-moz-placeholder{color:#4b5c72;}
::-moz-input-placeholder{color:#4b5c72;}
:-ms-placeholder{color:#4b5c72;}
form p span{display:inline-block;margin-right:7px;}
.bt{width:100%;}
#submit{width:197px;height:66px;background:url('../images/apply_btn.jpg') no-repeat;margin:0 auto;border:none;color:white;font-size:20px;font-weight:bold;font-family:"微软雅黑";cursor: pointer;}

.choseLanguage{width:229px;height:51px;text-align:center;border:1px solid #0577fe;font-size:16px;background-color:rgba(21,38,61,0.6);position:absolute;left:506px;top:0px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.se{width:229px;height:50px;float:left;text-align:center;font-size:16px;display:block;background-color:rgba(21,38,61,0.6);}
.selectLanguage{width:229px;height:51px;font-size:16px;color:white;border:none;line-height:50px;text-align:center;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(21,38,61,0);position:absolute;left:0px;top:0px;}
.trangle{width:0;height:0;margin-top:21px;margin-left:1px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 9px solid #b9b9b9;float:left;position:absolute;left:200px;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border:1px solid #0577fe;background-color:rgba(21,38,61,0.6);}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px #15263d inset!important;color:#4b5c72;}

.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix{*zoom:1;}

/*弹窗*/
.themask{ width:100%; height:100%; background:#000;filter:alpha(opacity=35); -moz-opacity:0.35;opacity:0.35; position:fixed; left:0;top:0; z-index:19; display:none}
.thepop{ width:596px; height:323px; background:#FFF;-moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius:5px; position:fixed; top:0; left:50%; margin-left:-298px; z-index:20; display:none;
}
.thepop .close{ background:url(../img/thepop_close.png) 0 0 no-repeat; width:60px; height:54px; position:absolute; right:-21px;top:-21px; cursor:pointer}
.thepop .tit{ color:#007ee6; font-size:18px; text-align:center; line-height:123px; height:98px;}
.thepop .cont{ width:369px; margin:0 auto}
.thepop .cont li{ float:left; margin:0 12px; font-size:14px; color:#393f5b; text-align:center; width:99px;}
.thepop .cont li .thebg{ width:48px; height:48px; margin:0 auto}
.thepop .cont li .bg01{ background:url(../img/thepop_cont_img01.png) 0 0 no-repeat}
.thepop .cont li .bg02{ background:url(../img/thepop_cont_img04.png) 4px 0 no-repeat}
.thepop .cont li .bg03{ background:url(../img/thepop_cont_img03.png) 0 0 no-repeat}
.thepop .cont li p{ line-height:40px;font-size:15px;}
.thepop .cont li img{ display:block;}
.thepop h2{ color:#393f5b; font-size:18px; text-align:center; height:67px; line-height:53px; text-align:center}
.thepop .thebtn{ position:absolute; width:126px; height:34px; text-align:center; line-height:34px; font-size:16px;}
.thepop .thebtn01{ background:url(../img/thepop_thebth01.png) 0 0 no-repeat; left:148px; top:253px; color:#f0f2f7;}
.thepop .thebtn02{ background:url(../img/thepop_thebth02.png) center 0 no-repeat; height:55px;left:317px; top:253px; color:#4f5362; cursor:pointer}

/*首页*/
/*左侧悬浮*/
.ni_left{ position:fixed; left:0;top:50%; height:580px; margin-top:-278px; z-index:10;-webkit-box-shadow:0.7px 0.7px 27px 0 rgba(39, 40, 42, 0.15); -moz-box-shadow: 0.7px 0.7px 27px 0 rgba(39, 40, 42, 0.15); box-shadow:0.7px 0.7px 27px 0 rgba(39, 40, 42, 0.15);}
.ni_left li{  background:#ffffff; font-size:13px; color:#4f5362;}
.ni_left li a{width:79px; height:83px; display:block; overflow:hidden;}
.ni_left li i{ font-size:24px; color:#00abf7; margin:24px auto 0; display:block; width:24px;}
.ni_left li p{ line-height:28px; text-align:center; font-size:12px;}
.ni_left li:hover{ background:#00abf7}
.ni_left li:hover i{color:#ffffff;}
.ni_left li:hover a{color:#ffffff;}
.ni_left li.active{ background:#00abf7}
.ni_left li.active i{color:#ffffff;}
.ni_left li.active a{color:#ffffff;}

@media screen and (max-width: 1366px) 
{
.ni_left{ position:fixed; left:0;top:50%; height:475px; margin-top:-227px; z-index:10;-webkit-box-shadow:0.7px 0.7px 27px 0 rgba(39, 40, 42, 0.15); -moz-box-shadow: 0.7px 0.7px 27px 0 rgba(39, 40, 42, 0.15); box-shadow:0.7px 0.7px 27px 0 rgba(39, 40, 42, 0.15);}
.ni_left li{  background:#ffffff; font-size:10px; color:#4f5362;}
.ni_left li a{width:65px; height:68px; display:block; overflow:hidden;}
.ni_left li i{ font-size:20px; color:#00abf7; margin:20px auto 0; display:block; width:20px;}
.ni_left li p{ line-height:23px; text-align:center;font-size:10px;}
.ni_left li:hover{ background:#00abf7}
.ni_left li:hover i{color:#ffffff;}
.ni_left li:hover a{color:#ffffff;}
.ni_left li.active{ background:#00abf7}
.ni_left li.active i{color:#ffffff;}
.ni_left li.active i.i01{&#xe604}
.ni_left li.active a{color:#ffffff;}


}