body {
	overflow-x: hidden;
	color:#fff;
	font-size:14px;
	font-family: "微软雅黑"，sans-serif;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*first screen*/
.zhuti {
	width:100%;
}
.zhuti > img {
	width: 100%;
}

.mtop1 {
	margin-top: 1rem;
}
.block {
	width:100%;
}
.title {
	background:#fff;
	text-align: center;
	margin-bottom: 1rem;
	padding-top:4rem;
	padding-bottom: 2rem;
}
.content {
	width:1080px;
	margin: 0 auto;
	padding-top: 2rem;
}
.firstcont {
	background: url(../images/firbg.jpg) no-repeat;
	background-size: 100% 100%;
}
.firstcont .line {
	position: relative;
	width: 2px;
	background: #eee;
	margin:0 auto;
	height: 580px;
}
.line .w_circle {
	position: absolute;
	width: 12px;
	height: 12px;
	left: -5px;
	border-radius: 50%;
	background: #fff;
	font-style: normal;
}
.c_01 > .l_tl {
	position: absolute;
	width: 100px;
	right: 100px;
	top:-6px;
	font-size: 2rem;
}
.c_01 > .l_h_txt {
	position: absolute;
	right: 260px;
	width: 200px;
	font-size:1.3rem;
	padding:1rem;
	line-height: 2rem;
	background: rgba(255,255,255,.3);
}
.l_h_com {
	position: absolute;
	top:-10px;
	font-size: 1.3rem;
}
.sanjiao {
    position: absolute;
    right: -50px;
    top: 0;
    width:0;
    height:0;
    border-top:0px solid transparent;
    border-bottom:25px solid transparent;
    border-left:50px solid rgba(255,255,255,.3);
}
.c_02 {
	position: absolute;
	top: 100px;
}
.c_02 > .l_h_time {
	width: 140px;
	right: 20px;
	text-align: right;
}
.c_03 {
	position: absolute;
	top: 150px;
}
.c_03 > .l_h_place {
	width: 400px;
	left: 20px;
}
.c_04 {
	position: absolute;
	top: 200px;
}
.c_04 > .l_h_lx {
	width: 200px;
	right: 20px;
	text-align: right;
}
.c_05 {
	position: absolute;
	top: 280px;
}
.c_05 > .l_h_wz {
	width: 400px;
	left: 20px;
	top:0;
}
.c_05 .l_h_wz_map {
	position: absolute;
	left:170px;
	top:-10px;
	width: 160px;
	height: 160px;
}
.c_05 .l_h_wz_map img {
	width: 100%;
	border:5px solid #fff;
}
.c_06 {
	position: absolute;
	top: 330px;
}
.c_06 > .l_h_dw {
	width: 200px;
	right: 20px;
	top:0;
	text-align: right;
}
.c_06 p {
	background: #fff;
	border-radius: 8px;
	padding:.5rem;
	width: 129px;
	height: 54px;
	margin-left: 75px;
	margin-top: 5px;
}
.c_06 p img {
	width: 100%;
	height: 100%;
}
.c_07 {
	position: absolute;
	top: 430px;
}
.c_07 > .l_h_lhdw {
	width: 400px;
	right: 20px;
	top:0;
	text-align: right;
}
.c_07 ul {
	background: #fff;
	border-radius: 8px;
	text-align: left;
	margin-top: 5px;
	padding-bottom: .5rem;
}
.c_07 ul li {
	display: inline-block;
	max-width: 90px;
	max-height: 40px;
	padding:.6rem;
}
.c_07 ul li img {
	max-width: 100%;
	max-height: 30px;
}
.w_c_bm {
	bottom: 0;
}
.firstcont h2 {
	text-align: center;
	font-size:1.8rem;
	padding-top: 4rem;
	padding-bottom: 5rem;
}

/*second screen*/
.secondcont {
	background: #03005b;
}
.secondcont > .content {
	background: url(../images/hb.jpg) no-repeat center;
	background-size:100% 100%;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.secondcont > .content > ul {
	margin-left: 2rem;

}
.secondcont > .content > ul > li {
	font-size:1.8rem;
	line-height: 3.8rem;
}
.secondcont > .content > ul > li > i {
	display: inline-block;
	width:8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin-right: 1rem;
	vertical-align: middle;
}
.secondcont > .content > ul > li > a  {
	color:#fff;
}
/*second screen end*/
/*3*/
.threecont,
.fourthcont {
	background:#f3f3f3;
}
.threecont > .content > .zg_zt {
	background: url(../images/zh_tl.png) no-repeat;
	background-size:100% 100%;
	text-align: center;
	font-size: 2rem;
	color:#000;
	width:500px;
	padding:2.5rem 0;
	margin:1rem auto;
}
.threecont > .content > .zg_box {
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.zg_box > .zg_fc {
	display: inline-block;
	width: 28%;
	margin-left: 2%;
	cursor: pointer;
	overflow: hidden;
}
.zg_box > .zg_fc > .zg_fc_img {
	position: relative;
	width: 100%;
	height: 200px;
}
.zg_box > .zg_fc > .zg_fc_img img {
	width: 100%;
	height: 100%;
}
.zg_box > .zg_fc > .zg_fc_img > .zg_txt {
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 3rem;
	opacity: 0;
}
.zg_txt li {
	font-size:1.2rem;
	padding:0 2rem;
	line-height: 2rem;
}
.zg_fc > .zg_fc_img > .zg_txt {
	opacity: 0;
	top:-200px;
	height: 0;
	transition:all linear .4s;
	-webkit-transition:all linear .4s;
	-ms-transition:all linear .4s;
	-moz-transition:all linear .4s;
	-o-transition:all linear .4s;
}
.zg_fc:hover > .zg_fc_img > .zg_txt {
	opacity: 1;
	top:0;
	height: 100%;
	transition:all linear .4s;
	-webkit-transition:all linear .4s;
	-ms-transition:all linear .4s;
	-moz-transition:all linear .4s;
	-o-transition:all linear .4s;
}
.txt_blue {
	background: rgba(0,139,211,.7);
}
.txt_pur {
	background: rgba(51,9,171,.7);
}
.bclr_blue {
	background:#51c4ff;
}
.bclr_purple {
	background:#3309ab;
}
.zg_box > .zg_fc > .zg_fc_name {
	font-size:1.8rem;
	padding:1rem 0;
	text-align: center;
}
/*3*/
/*4*/
.fourthcont > .content {
	color: #000;
	padding-bottom: 3rem;
}
.fourthcont > .content > .zj_01 {
	background: url(../images/zj_circle_bg.png) no-repeat center top;
	text-align: center;
}
.circle {
	background:-moz-linear-gradient(left,#4fcbff,#9037ff);/*Mozilla*/
	background:-webkit-linear-gradient(left,#4fcbff,#9037ff);/*new gradient for Webkit*/
	background:-o-linear-gradient(left,#4fcbff,#9037ff); /*Opera11*/
	background:-linear-gradient(left,#4fcbff,#9037ff);/*Mozilla*/
	border-radius: 50%;
	padding:2px;
	margin: 0 auto;
}
.circle_in {
	border-radius: 50%;
	overflow: hidden;
}

.cir_w200 {
	width: 200px;
	height: 200px;
}
.cir_w196 {
	width: 196px;
	height: 196px;
}
.cir_w180 {
	width: 180px;
	height: 180px;
}
.cir_w176 {
	width: 176px;
	height: 176px;
}
.fourthcont > .content > ul > li {
	display: inline-block;
	width: 32%;
	margin-top: 2rem;

}
.zj_name {
	text-align: center;
	margin-top: 1rem;
	line-height: 2rem;
}

.fx_zt {
	margin: 5rem auto;
}
.fx_zt .fx_zt_content {
	display: inline-block;
	width: 38%;
	margin-left: 10%;
}
.fx_zt_tl,.fx_zt_txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
}
.fx_zt_01 {
	background: url(../images/zj_zt.png) no-repeat;
}
.fx_zt_02 {
	background: url(../images/zj_zt_02.png) no-repeat;
}
.fx_zt_tl {
	background-size:100% 100%;
	width: 105px;
	height: 111px;
	font-size:1.8rem;
	color:#fff;
	padding-top: 55px;
	padding-left: 6px;
	margin-right:20px;
}
.fx_zt_txt li {
	line-height: 2.8rem;
}
/*4*/
/*院校*/
.com_sch .content {
	padding-bottom: 2rem;
}
.com_sch:nth-child(odd) {
	background: #03005b;
}
.com_sch:nth-child(even) {
	background: #00aecd;
}
.com_tl {
	border-bottom: 1px solid #fff;
	margin: 1rem auto;
	padding:2rem;
	text-align: center;
}
.com_tl img {
	width: 50%;
}
.com_tl_02 {
	padding:2rem 0;
}
.com_tl_02 img {
	width: 60%;
}
.com_sch_com > ul {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
.com_sch_com > ul:nth-child(2) {
	width: 54%;
}
.com_sch_com > ul > li,
.com_sch_content > ul > li {
	margin-bottom: 1rem;
}
.com_sch_com > ul > li .sch_img,
.com_sch_com > ul > li .sch_text,
.com_sch_content > ul > li .sch_img,
.com_sch_content > ul > li .sch_text{
	display: inline-block;
	vertical-align: middle;
	font-size:1.3rem;
}
.com_sch_com > ul > li .sch_img,
.com_sch_content > ul > li .sch_img {
	width: 118px;
	height: 58px;
	line-height: 55px;
	border-radius: 5px;
	overflow: hidden;
	border:2px solid #fff;
	background: #fff;
	margin-right: .5rem;
}
.com_sch_com > ul > li .sch_img img,
.com_sch_content > ul > li .sch_img img {
	width:100%;
	max-height: 100%;
}

.com_tl_02,
.com_sch_content {
	display: inline-block;
	vertical-align: middle;
}
.com_tl_02 {
	width: 40%;
	border-right:1px solid #fff;
}
.com_sch_content {
	padding-left: 6%;
}
/*院校*/

.sixthcont > .content > ul li {
	float: left;
	width: 360px;
	margin-bottom: 4rem;
}
.sixthcont > .content > ul li img {
	width: 300px;
	height: 225px;
	border:1px solid #f3f3f3;
}
.sixthcont > .content > ul li img {
	transform: scale(1);
	transition:all linear .4s;
	-webkit-transition:all linear .4s;
	-ms-transition:all linear .4s;
	-moz-transition:all linear .4s;
	-o-transition:all linear .4s;
}
.sixthcont > .content > ul li img:hover {
	transform: scale(1.1);
	transition:all linear .4s;
	-webkit-transition:all linear .4s;
	-ms-transition:all linear .4s;
	-moz-transition:all linear .4s;
	-o-transition:all linear .4s;
}
.sevencont {
	background: #f3f3f3;
	padding-bottom: 2rem;
}
.sevencont > .content > ul li {
	display: inline-block;
	border-right:1px solid #000;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.sevencont > .content > ul li:last-child {
	border-right: 0;
}
.sevencont > .content > ul li img {
	max-width: 80%;
	max-height: 80%;
}
.eightcont {
	background: #03005b;

}
.eightcont > .content {
	background: url(../images/bm_bg.png) no-repeat top center;
}
.eightcont > .content > h3 {
	text-align: center;
	font-size:2.6rem;
	font-weight: normal;
}
.bm_form {
	width: 500px;
	margin:0 auto;
}
.bm_form input,
.bm_form select,
.bm_form button {
	border:0;
	font-size:1.6rem;
	
}
.bm_form > input,
.bm_form > select {
	width: 100%;
	padding-left:1rem;
	background:#fff;
	border-radius: 5px;
	margin-top:1rem;
	height: 4rem;
	color: #9b9b9b;
}
.bm_form > button {
	width:100%;
	background: #6d22a9;
	margin-top:1rem;
	height: 4rem;
	color: #fff;
	border-radius: 5px;
}
.tw_code {
	text-align: center;
	padding:2rem;
	margin-top: 1rem;
}
.tw_code p {
	padding:.5rem;
	font-size: 1.8rem;
}


.floatdiv {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	width: 600px;
	height: 403px;
	background: url(../images/float_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.floatdiv .closefloat {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	background-size:100% 100%;
	cursor: pointer;

}
.floatdiv ul {
	margin-top: 300px;
}
.floatdiv ul li {
	display: inline-block;
	width: 49%;
	text-align: center;
}
.floatdiv ul li a {
	border-radius: 6px;
	margin: 0 auto;
	font-size: 2rem;
	padding:1rem 3rem;
	color: #fff;
}
.purA {
	background: #3309ab;
}
.blueA {
	background: #4fcbff;
}
