@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-family:"Microsoft YaHei","Verdana";font-size:14px;color:#444;background:#fff; line-height:24px;}
ul,li,dl,dt,dd{list-style:none}
img{border:0;}
a{text-decoration: none;color:#444;}
a:hover{text-decoration:none;}
.fl{ float:left}
.fr{ float:right;}
.clearfix{clear: both;}
/*默认按钮*/
.btn_red{
	display: block;
	width:180px;
	height:38px;
	line-height: 38px;
	border:1px solid #DE5044;
	color:#DE5044;
	font-size: 18px;
	text-align:center;
	border-radius:5px;
	margin:0 auto;
	margin-top:30px;
}
.btn_blue{
	display: block;
	width:180px;
	height:38px;
	line-height: 38px;
	border:1px solid #0b3f6d;
	color:#0b3f6d;
	font-size: 18px;
	text-align:center;
	border-radius:5px;
	margin:0 auto;
	margin-top:30px;
}
.btn_img{
	display: block;
	width:180px;
	height:38px;
	line-height: 38px;
	background:#2979d2;
	border-radius:8px;
	color:#fff;
	border-bottom:4px solid #1a4980;
	background-image:url(../images/jt.png);
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position:center right 20px; 
	margin:0 auto;
	margin-top: 10px;
}
.btn_img:hover{
	border-bottom:2px solid #1a4980;
}
.btn_red:hover{
	box-shadow: 5px 5px 5px #ccc;
	background:#DE5044;
	color:#fff; 
	margin-top:28px;
}
.btn_red:active{
	background:#e63e2f;
}
.btn_blue:hover{
	box-shadow: 1px 1px 1px #ccc;
	background:#0b3f6d;
	color:#fff; 
	margin-top:28px;
}
.btn_blue:active{
	background:#0b3a6d;
}
.tit{
	color:#fff;
	font-size: 25px;
}
.tit_small{
	color:#fff;
	font-size: 20px;
	text-align:left;
}
.tit_tosmall{
	color:#fff;
	font-size: 16px;
	text-align:left;
}
.tit_ccc{
	color:#444;
	margin-top: 30px;
	font-size: 30px;
}
.test_ccc{
	color:#333;
	font-size: 20px;
}
.s_test_ccc{
	color:#333;
	font-size: 16px;
}
.title{
	color:#0b3f6d;
	font-size:38px;
	padding:20px 0 0px 0; 
}
.test{
	font-size: 16px;
	line-height: 12px;
}
.tit_white{
	font-size: 35px;
	color:#fff;
}
.test_white{
	font-size: 16px;
	color:#fff;
	text-align: left;
	line-height: 18px;
}
/*开始*/
.container{
	width:100%;
}
.header{
	width:100%;
	margin-top:30px;
	background:#fff;
}
.header .header-main{
	width:1020px;
	height:70px;
	margin:0 auto;
}
.logo{
	width:160px;
	height:44px;
	margin:0 auto;
	border-right:1px solid #ccc;
}
.logo img{
	padding-right:10px;
}
.logo-text{
	width:550px;
	height: 70px;
	margin-left:10px;
}
.logo-text img{
	padding-top: 5px;
}
.logo-text div{
	height:45px;
	padding-left: 10px;
}
.logo-text div p{
    padding-left: 15px;
    font-size: 16px;
    line-height: 2px;
}
.phone p{
	font-size: 18px;
}
.nav{
	width:100%;
	height:60px;
	background: #0b3f6d;
	overflow: hidden;
}
.nav ul{
	width: 1020px;
	margin:0 auto;
}
.nav ul li{
	display: block;
	width:12%;
	float: left;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
}
.nav ul li a{
	color:#fff;
	text-decoration: none;
}
.nav ul li:hover a{
	color:#DE5246;
}
.nav ul li p{
	display: block;
	margin:0 auto;
	height:0px;
	width:0px;
	background: #DE5246;
    margin-top: -10px;
}
.nav ul li:hover p{
	animation: nav_p 0.8s;
	animation-fill-mode : forwards;
}
@keyframes nav_p{
	form{
		height:0px;
		width:0px;
	}
	to{
		height:2px;
		width:80px;
	}
}
.banner .swiper-slide{
	width:100%;
	height:350px;
	background-image:url(../images/banner.jpg);
	background-size: 1680px 350px;
	background-repeat: no-repeat;
	background-position:center center;
}
.bnr_test{
	width:600px;
	text-align: center;
	margin-left: 250px;
}
.banner .swiper-slide .li_box{
	width:100%;
	margin-top: 30px;
	height:auto;
	overflow: hidden;
}
.banner .swiper-slide .li_box li{
	display: block;
	width:23%;
	height:35px;
	margin: 0 5px 25px 5px;
	border-radius: 3px;
	border:1px solid #ccc;
	float: left;
	font-size: 16px;
	color:#fff;
	line-height: 35px;
}
.banner .swiper-slide .li_box li a{
	color:#fff;
}
.banner .swiper-slide .li_box li:hover a{
	color:#dd4c3f;
}
.banner .swiper-slide .li_box li:hover{
	box-shadow: 1.5px 1.5px 1.5px #333;
}
.banner .swiper-slide .li_box .l1:hover{
	color:#ffce43;
	border:1px solid #ffce43;
}
.banner .swiper-slide .li_box .l2:hover{
	color:#dd4c3f;
	border:1px solid #dd4c3f;
}
.banner .swiper-slide .li_box .l3:hover{
	color:#04447c;
	border:1px solid #04447c;
}
.banner .swiper-slide .li_box .l4:hover{
	color:#f1a899;
	border:1px solid #f1a899;
}
.content1{
	width:100%;
	overflow: hidden;
	text-align: center;
}
.content1 .c1_box{
	width:1020px;
	height:405px;
	margin:0 auto;
	border:1px solid #fff;
	overflow: hidden;
	margin-bottom:30px;
}
.content1 .c1_box .pic_box{
	width:99%;
	height:auto;
	overflow: hidden;
	margin:0 auto;
	border:1px solid #ccc;
}
.content1 .c1_box .pic_box:hover{
	box-shadow: 5px 5px 5px #ccc;
}
.content1 .c1_box .left{
	width:62%;
	height:305px;
}
.content1 .c1_box .right{
	width:38%;
	height: 305px;
}
.content1 .c1_box .right p{
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;	
	line-height:30px;
}
.pad_bottom_b{
	padding-bottom: 20px;
}
.pad_top_d{
	padding-top: -20px;
}
.content2{
	width: 100%;
	text-align:center;
	overflow: hidden;
	background-image:url(../images/bg.jpg);
	background-size:100% 100%;
	background-repeat: repeat;
	padding-bottom: 60px;
}
.content2 .fzzt1{
    font-family: myface;
    font-size: 50px;
    font-weight: 700px;
    color: #af4321;
    /* padding-top: 240px; */
    display:block;
    bottom:80px;
    left:350px;
    position: absolute;
}
.content2 .fzzt2{
    font-family: myface;
    font-size: 50px;
    font-weight: 700px;
    color: #af4321;
    /* padding-top: 240px; */
    display:block;
    bottom:80px;
    left:280px;
    position: absolute;
}
.content2 .fzzt3{
    font-family: myface;
    font-size: 50px;
    font-weight: 700px;
    color: #af4321;
    /* padding-top: 240px; */
    display:block;
    bottom:80px;
    left:290px;
    position: absolute;
}
.content2 .fzzt4{
    font-family: myface;
    font-size: 50px;
    font-weight: 700px;
    color: #af4321;
    /* padding-top: 240px; */
    display:block;
    bottom:80px;
    left:265px;
    position: absolute;
}
.content2 .fzzt5{
    font-family: myface;
    font-size: 50px;
    font-weight: 700px;
    color: #af4321;
    /* padding-top: 240px; */
    display:block;
    bottom:80px;
    left:210px;
    position: absolute;
}
.content2 .fzzt6{
    font-family: myface;
    font-size: 50px;
    font-weight: 700px;
    color: #af4321;
    /* padding-top: 240px; */
    display:block;
    bottom:80px;
    left:280px;
    position: absolute;
}
.content2 .fzzt7{
    font-family: myface;
    font-size: 50px;
    font-weight: 700px;
    color: #af4321;
    /* padding-top: 240px; */
    display:block;
    bottom:80px;
    left:300px;
    position: absolute;
}
.content2 div{
	position: relative;
	display: none;
	width:1166px;
	margin:0 auto;
	height:520px;
	background-size:100% 373px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.content2 div p{
	line-height: 18px;
}
.content2 .c2_div1{
	background-image: url(../images/java_k.jpg);
}
.content2 .c2_div2{
	background-image: url(../images/python_k.jpg);
}
.content2 .c2_div3{
	background-image: url(../images/php_k.jpg);
}
.content2 .c2_div4{
	background-image: url(../images/javascript_k.jpg);
}
.content2 .c2_div5{
	background-image: url(../images/linux_k.jpg);
}
.content2 .c2_div6{
	background-image: url(../images/android_k.jpg);
}
.content2 .c2_div7{
	background-image: url(../images/c_k.jpg);
}
@font-face {
   font-family: 'myface';
   src: url('../font/fzybhsjt.ttf'); 
} 
.content2 li{
    display: inline-block;
    width:120px;
    height:38px;
    line-height: 38px;
    border:1px solid #ccc;
    border-radius:5px;
    background:#DD4F43;
    color:#fff;
    margin-top: 30px;
}
.content2 .active{
	background:#0b3f6d;
	color:#fff;
	border-radius:5px;
}
.content3{
	width:100%;height:324px;
	text-align: center;
	background-image: url(../images/laybox_02.jpg);
	background-size: 1680px 324px;
	background-position: center center;
	background-repeat: no-repeat; 
	margin-top:-40px;
}
.content3 .c3_tit{
	color: #2979d2;
    font-size: 38px;
    padding: 0px 0 0px 0;
    padding-top: 30px; 
}
.content3 .c3_box{
	width:1020px;
	margin:0 auto;
	overflow: hidden;
}
.content3 .c3_box div{
	width:50%;
	height:auto;
}
.content3 .c3_box li{
	text-align: center;
	display: block;
	width:48%;
	margin-right:8px;
	margin-left:8px;
	height:38px;
	line-height: 38px;
	color:#fff;
	font-size: 18px;
	float: left;
	margin-bottom: 15px;
}
.content4{
	width:100%;
	height:600px;
	text-align:center;
	background-image:url(../images/c4_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
    margin-top: -40px;
}
.c4_box{
	width:1020px;
	height:auto;
	margin:0 auto;
	position: relative;
}
.content4 .title_box{
	color:#fff;
	padding-top: 50px;
}
.content4 .title_box1{
	padding-top: 33px;
    width: 260px;
    font-size: 48px;
    color:#fff;
    line-height: 48px;
    text-shadow: 2px 2px 2px #615f5f;
}
.content4 .title_box2{
	padding-top: 30px;
    width: 260px;
    font-size: 38px;
    color:#fff;
    line-height: 25px;
    text-shadow: 2px 2px 2px #615f5f;
}
.content4 .title_box3{
	font-size: 38px;
	color:#fff;
	line-height: 25px;
	padding-top: 30px;
}
.content4 .title_box4{
	padding-top: 33px;
    width: 370px;
    font-size: 48px;
    color:#fff;
    line-height: 48px;
    text-shadow: 2px 2px 2px #615f5f;
}
.content4 .title_box5{
	padding-top: 30px;
    width: 170px;
    font-size: 28px;
    color:#fff;
    line-height: 40px;
    text-shadow: 2px 2px 2px #615f5f;
}
.content4 .tit_c41{
	width:260px;
	color:#fff;
}
.content4 .tit_c{
	width:180px;
	color:#fff;
	line-height: 8px;
}
.content4 .tit_c4{
	color:#fff;
	line-height: 10px;
}
.c4_box .div1{
	position:absolute;
	width:174px;
	height:174px;
	left:0;
	top:0;
	background-image:url(../images/p1-b1.png);
	background-repeat: no-repeat;
	background-size: 174px 174px;
	background-position:center center;
}
.c4_box .div2{
	position:absolute;
	width:174px;
	height:174px;
	left:0;
	top:187px;
	background-image:url(../images/p1-b2.png);
	background-repeat: no-repeat;
	background-size: 174px 174px;
	background-position:center center;
}
.c4_box .div3{
	position:absolute;
	width:417px;
	height:415px;
	left:187px;
	top:0px;
	background-image:url(../images/p1-b3.png);
	background-repeat: no-repeat;
	background-size: 417px 415px;
	background-position:center center;
}
.c4_box .div4{
	position:absolute;
	width:264px;
	height:168px;
	left:187px;
	top: 275px;
	background-image:url(../images/p1-b4.png);
	background-repeat: no-repeat;
	background-size: 264px 168px;
	background-position:center center;
}
.c4_box .div5{
	position:absolute;
	width:264px;
	height:168px;
	left:464px;
	top: 0;
	background-image:url(../images/p1-b5.png);
	background-repeat: no-repeat;
	background-size: 264px 168px;
	background-position:center center;
}
.c4_box .div6{
	position:absolute;
	width:362px;
	height:262px;
	left:464px;
	top: 180px;
	background-image:url(../images/p1-b6.png);
	background-repeat: no-repeat;
	background-size: 362px 262px;
	background-position:center center;
}
.c4_box .div7{
	position:absolute;
	width:170px;
	height:170px;
	left:745px;
	top: 0;
	background-image:url(../images/p1-b7.png);
	background-repeat: no-repeat;
	background-size: 170px 170px;
	background-position:center center;
}
.c4_box .div8{
	position:absolute;
	width:301px;
	height:301px;
	left: 845px;
	top: 187px;
	background-image:url(../images/p1-b8.png);
	background-repeat: no-repeat;
	background-size: 301px 301px;
	background-position:center center;
}
.content5{
	width:100%;
	height:556px;
	text-align: center;
}
.content5 .c5_box{
	width:100%;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:20px;
}
.content5 .c5_box li{
	display: block;
	float: left;
	width:33.333%;
}
.content5 .c5_box li img{
	width:100%;
}
.content6{
	width: 100%;
	height:420px;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.content6 .c6_box{
	width:1020px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.content6 .c6_box .c6_top{
	width:100%;
	overflow: hidden;
}
.content6 .c6_box .c6_top .left_li{
	display: block;
	float: left;
}
.content6 .c6_box .c6_top .left_li img{
	width:200px;
	height:140px;	
}
.content6 .c6_box .c6_top .li_small{
	display: block;
	width:820px;
	height:100px;
	float: left;
}
.content6 .c6_box .c6_top .li_small li{
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
.content6 .c6_box .c6_top .li_small .li_1{
	margin-left: 40px;
}
.content6 .c6_box .c6_top .li_small .li_2{
	margin-right: 0;
}
.content6 .c6_box  .c6_bottom{
	width:100%;
}
.content6 .c6_box  .c6_bottom .li_small{
	float: left;
	width:820px;
	height:100px;
	margin-top:40px;
}
.content6 .c6_box  .c6_bottom .li_small li{
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
.content6 .c6_box .c6_bottom .li_small .li_1{
	margin-left: 0px;
}
.content6 .c6_box .c6_bottom .right_li{
	display: block;
	float: left;

}
.c6_tit{
	position:absolute;
    top: 70px;
    left: 220px;
}
.content7{
	text-align: center;
	width:100%;
	height:534px;
	background-image:url(../images/part03_bj.jpg);
	background-size:1680px 534px;
	background-position: center center;
	background-repeat: no-repeat;
}
.content7 .tit{
	color:#fff ;
	padding-top: 30px;
}
.content7 .test{
	color:#fff;
}
.content7 .c7_box{
	width:1020px;
	margin:0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.content7 .c7_box li{
	display: block;
	float: left;
	width:200px;
	margin-left:27px;
	margin-right:27px;
}
.content7 .c7_box li .p1{
	text-align: left;
	padding-left: 30px;
	color:#fff;
}
.content7 .c7_box li .p2,.p3{
	text-align: left;
	padding-left: 40px;
	color:#fff;
}
.content7 .c7_box li .p4{
	text-align: left;
	padding-left: 30px;
	color:#fff;
}
.content7 .btn_img{
	margin-top: 30px;
}
.content8{
	width:100%;
	height:729px;
	text-align:center;
}
.content8 .c8_xinzi{
	width:1000px;
	height:456px;
	margin:0 auto;
	border:1px solid #ccc;
	margin-top: 30px;
}
.content8 .c8_xinzi:hover{
	box-shadow: 5px 5px 5px #ccc;
}
.content8 .c8_xinzi .swiper-container{
	width:100%;
	height:456px;
}
.content8 .test_box{
	width:1020px;
	margin:0 auto;
}
.content8 .c8_xinzi .swiper-container .swiper-slide img{
	width:1000px; 
	height:456px;
}
.c8_btn{
	margin-top: 50px;
	margin-bottom:30px;
}
.content9{
	width:100%;
	margin-top: -30px;
	text-align: center;
}
.content9 span{
	width:1020px;
	margin:0 auto;
	height:500px;
	border:1px solid #ccc;
	display: none;
}
.content9 span:hover{
	border:1px solid #666;
	box-shadow: 5px 5px 5px #ccc;
}
.content9 span .left{
	width:640px;
	height:100%;
}
.content9 span .left img{
	width:620px;
	text-align: center;
	height:360px;
	padding-top: 65px;
}
.content9 span .right{
	width:380px;
	height:100%;
}
.content9 span .right .test_box{
	width:96%;
	margin-top: 80px;
	border:1px solid #fff;
	height:240px;
}
.content9 .active{
	background:#DE5347;
}
.content9 li{
	display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin-top:30px; 
    margin-bottom:30px;
    background: #FFCE44;
    border-radius:6px;
    color:#fff;
}
.box {
  margin: 50px auto 0 auto;
  width: 640px;
  height: auto;
  border: solid 1px #222;
} 
#cont { 
	width: 560px;
    height: 380px;
    border:1px solid #ccc;
	position: relative;
	overflow: hidden;
	margin:0 auto;
	margin-top: 50px;
  }
#go {
    width: 100%;
    height: 380px;
    position: absolute;
    top: 310px;
    color:#dd4f43;
    font: 700 20px '微软雅黑';
    text-align: center;
    z-index: 99;
}
#go span {
	cursor: pointer;
	font-size: 18px;
	background-color: #fff;
	border-bottom: solid 1px #222;
}
#main {
    width: 560px;
    height: 380px;
    position: relative;
    top: -150px;
}
.row {
	width: 560px;
	height: 201px;
}
.row div {
	width: 140px;
	height: 200px;
	float: left;
	border-top-width: 0;
	border-left-width: 0;
	cursor: pointer;
}
#count {
	width:320px;
	height: 50px;
	font-size: 18px;
	padding-top: 10px;
	text-align: center;
	margin:0 auto;
}
#bgm{
	width: 400px;
	height: 50px;
	margin-top: -50px;
	position: absolute;
}
h3{
	text-align:center
}
.content9 .tit_ccc{
	font-size: 20px;
}
.content9 .test_ccc{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
.content9 .btn_img{
	margin-top: 30px;
}
.content10{
	width:100%;
	height:353px;
	margin-top: -30px;
	background-image:url(../images/qtjz.jpg);
	background-repeat: no-repeat;
	background-size: 1680px 353px;
	background-position: center center;
	text-align: center;
}
.content10 .tit_white{
	padding-top: 30px;
	padding-bottom: 10px;
}
.content10 .c10_box{
	width:820px;
	overflow: hidden;
	margin:0 auto;
}
.content10 .c10_box div{
	width:400px;
	height:210px;
	float: left;
	margin-left: 5px;
	text-align: left;
	margin-right: 5px;
}
.content10 .c10_box .left .test_ccc{
	color:#2971c4;
}
.content10 .c10_box .left p{
	color:#fff;
	font-size:18px;
}
.content10 .c10_box .right div{
	color:#fff;
	width:100%;
	text-align: center;
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom:10px;
}
.content10 .c10_box .right div span{
	display: block;
	width:80px;
	float: left;
	text-align:center;
}
.content10 .c10_box .right input{
	border:1px solid #4c8cf5;
	background-color:#4c8cf5;
	width:250px;
	padding-left: 15px;
	font-size:18px;
	color:#444;
	border-radius:3px;
	height:30px;
}
.content10 .c10_box .right li{
	display: block;
	overflow: hidden;
	width:100%;
	margin-bottom: 10px;
	margin-top: 10px;

}
.content10 .c10_box .right .btn_input{
	width:160px;
	display: block;
	margin:0 auto;
	font-size: 16px;
	margin-top:20px;
	height:35px;
	margin:0 auto;
	color:#fff;
}
.footer{
	width:100%;
	height:90px;
	text-align: center;
	background:#333333;
	color:#e3e3e3;
	line-height: 90px;
	margin-top: -20px;
}