*{
	padding:0;
	margin:0;
}

a{
	text-decoration:none;
}

ul,li{
	list-style:none;
}

img{
	display:block;
}

body{
	min-width:1440px;
	margin:0 auto;
}


.banner{
	width:100%;
	height:790px;
	background:url(../images/banner.jpg) no-repeat center center;
}

.banner a{
	width:100%;
	height:100%;
	display:block;
}

.title{
	height:66px;
	border:4px solid #00879D;
	box-sizing:border-box;
	margin:0 auto;
	margin-top:120px;
	position:relative;
}
.title_text{
	position:absolute;
	left:0;
	top:25px;
}

.title_text h3{
	color:#222222;
	font-size:44px;
	text-align:center;
	margin-bottom:10px;
}

.title_text h3 span{
	color:#01859E;
}

.title_text P{
	font-size:14px;
	color:#999;
	text-align:center;
}

.chang{
	width:776px;
}

.c920{
	width:920px;
}


.ch700{
	width:700px;
	height:90px;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:-350px;
}


.ch830{
	width:830px;
	height:90px;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:-415px;
}


.duan{
	width:490px;
}

.ch490{
	width:440px;
	height:90px;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:-220px;
}



.content_one{
	width:1200px;
	margin:0 auto;
	margin-top:100px;
	display:flex;
	justify-content:space-between;
}


.content_one .one_list{
	width:456px;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	margin-top:20px;
	
}

.one_list dl{
	width:100%;
	height:60px;
	line-height:60px;
	background:#00879D;
	overflow:hidden;
	display:flex;
	justify-content:flex-start;
	margin-bottom:40px;
	border-radius:30px;
}


.one_list dl dt{
	width:52px;
	height:52px;
	display:inline-block;
	border-radius:50%;
	overflow:hidden;
	margin:4px;
}


.one_list dl dd{
	width:400px;
	height:60px;
	display:inline-block;
	line-height:60px;
	text-align:center;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}


.one_img{
	width:716px;
	display:flex;
	justify-content:space-between;
}




.content_two{
	width:1200px;
	margin:0 auto;
	margin-top:100px;
	display:flex;
	justify-content:space-between;
}


.content_two .two_left{
	width:318px;
	position:relative;
}

.two_left p{
	width:306px;
	height:78px;
	background:#00879D;
	line-height:78px;
	text-align:center;
	font-weight:bold;
	font-size:32px;
	position:absolute;
	left:6px;
	bottom:14px;
	color:#FFF;
	border-radius:8px;
	box-shadow:0 0 5px #999999;
}

.content_two .two_right{
	width:860px;
	margin-top:20px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.two_right dl{
	width:422px;
	position:relative;
	margin-bottom:14px;
}

.two_right dl img{
	display:block;
}

.two_right dl dd{
	width:100%;
	height:46px;
	line-height:46px;
	position:absolute;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.4);
	text-align:center;
	color:#FFF;
	font-size:24px;
}


.zhuanye{
	width:1200px;
	margin:0 auto;
	margin-top:100px;
	display:flex;
	justify-content:space-between;
}


.content_zy{
	width:550px;
	height:712px;
	background:#F3F3F3;
	overflow:hidden;
}


.contentlist{
	display:none;
}


.list_zy{
	width:626px;
	height:712px;
	border:2px solid #F3F3F3;
	box-sizing:border-box;
}


/*¹ö¶¯×¨Òµ*/

.list_box{
	width:598px;
	height:700px;
	overflow-y:scroll;
	overflow-x:hidden;
	margin:10px auto;
}

.list_box::-webkit-scrollbar {
    width: 6px;
}
.list_box::-webkit-scrollbar-thumb {
   background:rgba(0,0,0,0.6);
}
.list_box::-webkit-scrollbar-track-piece {
    background: transparent;
}

.lists{
	width:598px;
	height:206px;
	background:#F3F3F3;
	margin-bottom:10px;
	display:flex;
	justify-content:space-between;
}

.lists:hover{
	background:#FFECD4;
}

.lists img{
	display:block;
}

.text_box{
	width:300px;
	position:relative;
}

.text_box .box_title{
	width:316px;
	height:178px;
	position:absolute;
	left:20px;
	top:14px;
	background:#FFF;
}

.text_box .box_title h3{
	font-size:24px;
	color:#333;
	margin-top:25px;
	margin-left:30px;
}

.text_box .box_title h4{
	font-size:18px;
	color:#333;
	margin-left:30px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:20px;
}

.text_box .box_title a{
	width:160px;
	height:36px;
	border:1px solid #000;
	box-sizing:border-box;
	line-height:36px;
	text-align:center;
	font-size:16px;
	margin-left:30px;
	display:block;
	color:#000;
}

.box_title a:hover{
	border:1px solid #F00;
	background:#F00;
	color:#FFF;
}

.img_box{
	width:312px;
}


.contentlist h3{
	font-size:32px;
	color:#333;
	margin-top:40px;
	margin-left:30px;
}

.contentlist h4{
	font-size:24px;
	color:#333;
	margin-left:30px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:20px;
}


.contentlist p{
	font-size:20px;
	padding:0 30px;
	line-height:36px;
}



.zixun{
	width:640px;
	margin:0 auto;
	margin-top:60px;
	display:flex;
	justify-content:space-between;
}


.zixun a.bor{
	width:240px;
	height:66px;
	border:2px solid #FBC201;
	box-sizing:border-box;
	border-radius:33px;
	line-height:66px;
	text-align:center;
	font-size:24px;
	color:#FBC201;
	transition:0.5s;
}

.zixun a.bor:hover{
	border:2px solid #F00;
	color:#F00;
}

.zixun a.boy{
	width:280px;
	height:66px;
	background:#FBC201;
	box-sizing:border-box;
	border-radius:33px;
	line-height:66px;
	text-align:center;
	font-size:24px;
	color:#FFF;
	transition:0.5s;
}

.zixun a.boy:hover{
	background:#F00;
}



.xueli{
	width:100%;
	height:808px;
	background:url(../images/xueli.jpg) no-repeat center top;
	margin-top:100px;
	overflow:hidden;
}

.hbg{
	background:url(../images/titbg.jpg) no-repeat center center;
}


.xueli_wrap{
	width:1200px;
	margin:0 auto;
	margin-top:130px;
	display:flex;
	justify-content:space-between;
}


.xueli_wrap p{
	width:333px;
	font-size:24px;
	line-height:60px;
	text-align:center;
}


.jytop{
	width:1200px;
	margin:0 auto;
	margin-top:120px;
	display:flex;
	justify-content:space-between;
}


.jytop_list{
	width:390px;
	position:relative;
}

.jytop_list p{
	width:200px;
	height:52px;
	line-height:52px;
	background:#FBC201;
	font-size:24px;
	text-align:center;
	position:absolute;
	left:95px;
	top:-26px;
	border-radius:26px;
	color:#FFF;
}

.job{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.job p{
	margin-bottom:20px;
}

.wendi{
	width:1080px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:80px;
}

.wdlist{
	width:476px;
	height:80px;
	background:#F3F3F3;
	border-radius:10px;
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
}

.wdlist i{
	width:90px;
	height:100%;
	background:#00879D;
	display:inline-block;
	display:flex;
	justify-content:center;
	align-items:center;
}

.wdlist p{
	width:380px;
	height:80px;
	text-align:center;
	line-height:80px;
	font-size:24px;
	position:relative;
}


.wdlist p a{
	color:#333;
}


.wdlist p span{
	width:0;
	height:80px;
	background-color:rgba(255,255,255,1);
	position:absolute;
	left:0px;
	top:0;
	transition:1s;
}


.wdlist:hover p span{
	width:100%;
	background-color:rgba(255,255,255,0);
}


.baoming{
	width:1200px;
	margin:0 auto;
	margin-top:120px;
	position:relative;
	margin-bottom:60px;
}


.lanbg{
	width:730px;
	height:400px;
	background-color:rgba(0,134,156,0.6);
	position:absolute;
	right:0;
	top:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}


.formbox{
	width:620px;
	color:#FFF;
}
.formbox h3{
	font-size:24px;
}
.formbox h4{
	font-size:20px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:30px;
}
.formbox dl{
	display:flex;
	justify-content:space-between;
	margin:16px 0;
}

.formbox dl dd{
	width:48%;
}

.input{
	width:100%;
	height:56px;
	border:1px solid #FFF;
	box-sizing:border-box;
	border-radius:6px;
	-webkit-border-radius:6px;
	line-height:56px;
	font-size:18px;
	text-indent:10px;
	background:none;
}

input{
	color:#FFF;
}
 input::-webkit-input-placeholder{
    color:#FFF;
}
input::-moz-placeholder{
	color:#FFF;
}
input:-moz-placeholder{
	color:#FFF;
}
input:-ms-input-placeholder{
	color:#FFF;
}
input{ outline:none }
input:focus { outline: none; }

select{
	color:#FFF;
	background:none;
}
option{
	color:#000;
}

.sbm{
	width:200px;
	height:46px;
	background:#FFF;
	line-height:46px;
	color:#000;
	text-align:center;
	border-radius:23px;
	-webkit-border-radius:23px;
	border:none;
	font-size:18px;
	margin-top:30px;
	cursor:pointer;
}





