*{margin:0;padding:0;}
#Hk{min-width:1200px;width:100%;position:relative;height:6597px;}
#Hk a{outline:none;hide-focus:expression(this.hideFocus=true);text-decoration:none;}
#Hk img{vertical-align:top;border:none;}
#Hk i,em{font-style:normal;}
#Hk ul,li{list-style:none;}
#Hk div, 
#Hk dl,
#Hk dt,
#Hk dd,
#Hk ul,
#Hk ol,
#Hk li,
#Hk pre,
#Hk form,
#Hk fieldset,
#Hk input,
#Hk textarea,
#Hk select,
#Hk p,
#Hk blockquote,
#Hk h1,
#Hk h2,
#Hk h3,
#Hk h4,
#Hk h5,
#Hk h6,
#Hk a,body{font-family:'Microsoft Yahei';}
.h230{height: 205px !important;}
.h220{height: 180px !important;}
.h275{height: 275px !important;}
.header{
	width: 100%;
	height: 450px;
}
.header_1{background:url(../images/header_1.jpg) center top no-repeat;height: 102px;}
.header_2{background:url(../images/header_2.jpg) center top no-repeat;height: 96px;}
.header_3{background:url(../images/header_3.jpg) center top no-repeat;height: 142px;}
.header_4{background:url(../images/header_4.jpg) center top no-repeat;height: 110px;position:relative;}
.button{
	width: 325px;
	height: 50px;
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-170px;
}
/*公用部分*/
.common{
	display:block;
	width: 155px;
	height: 50px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:50px;
	transition:all 0.5s;
	background:#005cb9;
}
.floor1,.floor2,.floor3,.floor4,.floor5,.floor6,.floor7,.floor8{padding-top:50px;}
/*公用end*/
.btn1{float:left;}
.btn2{float:right;}
.common:hover{background:#f6da12;color:#004692;}
.menu{
	width: 100%;
	height: 50px;
	background:#005cb9;
	position:absolute;
	top:450px;
	z-index:99;
}
.menu_son{
	width:1000px;
	height:50px;
	margin:0 auto;
}
.menu_son>li{
	float:left;
	padding:0 24px;
	font-size:18px;
	color:#fff;
	line-height:50px;
	cursor:default;
}
.menu_son>li.current{
	background:#f6da12;
    color:#003976;
}
.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
.container{
	width: 100%;
	background:#bdd8f4;
	height: 6100px;
	position:relative;
	margin-top: 50px;
    overflow:hidden;
}
.content{
	width: 1000px;
	height: 6300px;
	margin:35px auto 0;
}
.dy{
    width: 1000px;
    height: 280px;
}
.dy_left{
	width: 666px;
	height: 278px;
	border:1px solid #005cb9;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	background:#fff;
	float:left;
}
.left_box{
	width: 600px;
	height: 225px;
	margin:32px  auto 0;
}
.left_box>p{
	font-size:22px;
	color:#262236;
}
.left_box>span{
	display:block;
	border-bottom:2px dashed #c1c0c4;
	width: 62px;
	height: 2px;
	margin-top:18px;
}
.left_box>pre{
	font-size:14px;
	color:#262236;
	line-height:24px;
	margin-top:15px;
}
.dy_right{
	width: 318px;
	height: 278px;
	border:1px solid #005cb9;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	background:#fff;
	float:right;
}
.right_box{
	width: 270px;
    height: 240px;
    margin:20px auto 0;
}
.right_box .myscroll{height:170px;overflow:hidden;margin-top:20px;}
.right_box>p{
	width:222px;
	height:45px;
	line-height:40px;
	text-align:center;
	border-bottom:2px dashed #c1c0c4;
	margin:0 auto;
	font-size:22px;
	color:#262236;
	margin-bottom:16px;
}
.right_box li>a{
	display:block;
	font-size:14px;
	height:35px;
	color:#262236;
	cursor:pointer;
}
#floor1{
	height:355px;
}
#floor1>h2{
	background:url(../images/logo_1.jpg) left top no-repeat;
	height:74px;
}
.menu_1{
	height: 225px;
	margin-top:15px;
	padding-top:40px;
}
.menu_1>li{
	width:233px;
	height:228px;
	border:1px solid #005cb9;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	float:left;
	margin-right:20px;
	position:relative;
	background:#fff;
}
.menu_1>li>span{
	display:block;
	width:74px;
	height:74px;
	border:2px solid #005cb9;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	background:#fff;
	position:absolute;
	top:-37px;
	left:50%;
	margin-left:-37px;
}
.menu_1>li>span>img{
	display:block;
	margin:17px auto 0;
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
}
.menu_1>li>span>img:hover{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}
.menu_1>li:nth-of-type(4){margin-right:0;}
.box{
	width: 200px;
	height: 166px;
	margin:50px auto 0;
}
.box>p,.btn3{text-align:center;}
.box>p{
	font-size:16px;
	color:#262236;
}
.box>em{
	display:block;
	width: 77px;
    height: 2px;
    border-bottom:2px dashed #d7d7d9;
    margin:10px auto;
}
.box>pre{
	font-size:14px;
	color:#262236;
	line-height:24px;
}
.btn3{
	display:block;
	width: 152px;
	height: 40px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
    margin:30px auto;
	line-height:40px;
	font-size:16px;
	color:#004692;
	background:#005cb9;
	transition:all 0.5s;
	color:#fff;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.btn3:hover{
	background:#f6da12;
	color:#004692;
}
#floor2{
	height: 720px;
	margin-top:30px;
}
#floor2>h2{
	background:url(../images/logo_2.png) left top no-repeat;
	height:72px;
}
.box_one{
	width: 935px;
	height: 44px;
	margin:18px auto 0;
	color:#262236;
	font-size:14px;
	line-height:24px;
}
.box_one>a{font-weight:bold;}
.box_two{
	width: 998px;
	height: 553px;
	border:1px solid #005cb9;
	margin-top:30px;
	background:#fff;
	position:relative;
}
.box_three{
	width: 860px;
	height: 500px;
	margin:30px auto 0;
	border-left:1px solid #005cb9;
	position:relative;
	z-index:11;
}
.box_three>li{
	cursor:default;
}
.h31{height:31px;}
.h68{height:66px !important;}
.h48{height:45px !important;}
.h63{height:49px !important;}
.h66{height:58px !important;}
.h85{height:85px !important;}
.h35{height:35px !important;}
.h31_left{
	width: 18px;
	height: 18px;
	background:#005cb9;
	border-radius:100%;
	position:absolute;
	z-index:11;
}
.position_1{left:-9px;top:0;}
.position_2{left:-9px;top:45px;}
.position_3{left:-9px;top:115px;}
.position_4{left:-9px;top:160px;}
.position_5{left:-9px;top:225px;}
.position_6{left:-9px;top:295px;}
.position_7{left:-9px;top:385px;}
.position_8{left:-9px;top:435px;}
.position_9{left:-9px;top:483px;}
.mt-1{margin-top:10px;}
.h31_right{
	width: 820px;
	height: 31px;
	border-bottom:2px dashed #e8e7e9;
	float:right;
	margin-top:-2px;
	position:relative;
	z-index:11;
}
.f18{font-size:18px;color:#262236;}
.ml{margin-left:75px;}
.ml-38{margin-left:38px;}
.ml-77{margin-left:77px;}
.ml-30{margin-left:30px;}
.ml-65{margin-left:65px;}
.ml-116{margin-left:116px;}
.ml-64{margin-left:64px;}
.ml-104{margin-left:104px;}
.h31_right>p>span{color:#262236;font-size:14px;line-height:22px;}
.h31_right>p>span>a{color:#262236;}
.change_bg{background:#dcebfb;width:1020px;position:absolute;opacity: 0.8;display:none;}
.position_one{top:-10px;left:-80px;height:41px;}
.position_two{top:29px;left:-80px;height:78px;}
.position_three{top:105px;left:-80px;height:57px;}
.position_four{top:161px;left:-80px;height:60px;}
.position_five{top:219px;left:-80px;height:70px;}
.position_six{top:288px;left:-80px;height:96px;}
.position_seven{top:382px;left:-80px;height:46px;}
.position_eight{top:427px;left:-80px;height:46px;}
.position_nine{top:472px;left:-80px;height: 46px;}
#floor3{
	height: 1050px;
	margin-top:46px;
}
#floor3>h2{
	background:url(../images/logo_3.jpg) left top no-repeat;
	height:72px;
}
.menu_2{
	height: 1050px;
	margin-top:20px;
}
.menu_2>li{
	width: 493px;
	height: 255px;
	border:1px solid #005cb9;
	border-radius:15px;
	float:left;
	background:#fff;
	margin-bottom:15px;
}
.menu_2>li:nth-of-type(2){margin-left:10px;}
.menu_2>li:nth-of-type(4){margin-left:10px;}
.menu_2>li:nth-of-type(6){margin-left:10px;}
.menu_2>li:nth-of-type(8){margin-left:10px;}
.menu_2box{
      width:476px;
      height:235px;
      margin:20px auto;
}
.menu_left{
	width: 125px;
	height: 125px;
	float:left;
	margin-top:15px;
	margin-left:-5px;
}
.menu_left>span{
	display:block;
	width: 80px;
	height: 80px;
	margin:0  auto;
/*	overflow:hidden;*/
}
.menu_left>span>a>img{
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
}
.menu_left>span:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.btn4{
	display:block;
	width: 115px;
	height: 30px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	text-align:center;
	line-height:30px;
	font-size:12px;
	color:#fff;
	background:#005cb9;
	margin:20px auto;
}
.btn4:hover{
     background:#f6da12;
     color:#004692;
}
.menu_right{
	width: 350px;
	height: 230px;
	float:left;
	margin-left:5px;
}
.menu_right>h2>a{
	display:block;
	font-size:18px;
	color:#005cb9;
	margin-bottom:13px;
}
.menu_right>p{
	font-size:12px;
	color:#262236;
	line-height:21px;
}
.menu_right>p>a{color:#262236;}
#floor4{
	height: 685px;
	margin-top:40px;
}
#floor4>h2{
	background:url(../images/logo_4.jpg) left top no-repeat;
	height:74px;
}
.table_box{height: 594px;margin-top:30px;}
.table_top{height: 60px;border:2px solid #005cb9;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
   -webkit-border-top-left-radius:5px;
   -moz-border-top-left-radius:5px;
   -ms-border-top-left-radius:5px;
   -webkit-border-top-right-radius:5px;
   -moz-border-top-right-radius:5px;
   -ms-border-top-right-radius:5px;
   background:#dcebfb;
}
.table_top>li{font-size:18px;color:#005cb9;float:left;border-right:2px solid #005cb9;height:50px;line-height:50px;text-align:center;}
.table_top>li:nth-of-type(1){width:278px;}
.table_top>li:nth-of-type(2){width:248px;}
.table_top>li:nth-of-type(3){width:195px;}
.table_top>li:nth-of-type(4){width:182px;}
.table_top>li:nth-of-type(5){width:82px;border-right:none;}
.bd{
	border:1px solid #005cb9;
	border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -ms-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -ms-border-bottom-left-radius:5px;
    height: 538px;
}
.table_bottom{
	width: 998px;
	height: 554px;
    border-collapse:collapse;
    position:relative;
    top:-17px;
}
.table_bottom tr td{
	border:1px solid #c9e2fc;
	text-align:center;
	line-height:48px;
	color:#262236;
	font-size:14px;
	background:#fff;
}
.bd-left-radius{
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
}
.bd-right-radius{
	border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -ms-border-bottom-right-radius:5px;
}
.first>td{height: 48px;border:none;}
.first>td:nth-of-type(1){width:275px;}
.first>td:nth-of-type(2){width:245px;}
.first>td:nth-of-type(3){width:193px;}
.first>td:nth-of-type(4){width:179px;}
.first>td:nth-of-type(5){width:83px;}
.normal{color:#262236 !important;font-weight:normal !important;text-decoration:none !important;}
.table_bottom .underline>a{color:#005cb9;font-weight:bold;text-decoration:underline !important;}
#floor5{
	height: 745px;
    margin-top:45px;
}
#floor5>h2{
	background:url(../images/logo_5.jpg) left top no-repeat;
	height:74px;
}
.menu_3{
	height: 670px;
	margin-top:18px;
}
.menu_3>p{width: 930px;height: 45px;margin:0 auto;font-size:14px;color:#262236;line-height:24px;}
.menu_4{
	height: 585px;
	margin-top:30px;
}
.menu_4>li{
	width: 325px;
	height: 183px;
	border:1px solid #005cb9;
	float:left;
	margin-right:9px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background:#fff;
}
.menu_4>li>span{display:block;height: 8px;background:#005cb9;}
.menu_4>li:nth-of-type(3){margin-right:0;}
.menu_4>li:nth-of-type(6){margin-right:0;}
.menu_4>li:nth-of-type(9){margin-right:0;}
.inner_box{
	width: 290px;
	height: 150px;
	margin:12px auto 0;
}
.inner-left{
	width: 82px;
	height: 123px;
	float:left;
	margin:5px 0 0 -5px;
}
.inner-left>a>img{transition:all 0.5s ease-in;-webkit-transition:all 0.5s ease-in;-moz-transition:all 0.5s ease-in;-ms-transition:all 0.5s ease-in;}
.inner-left>a>img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.inner-left>p{
	font-size:18px;
	color:#262236;
	margin-top:20px;
	text-align:center;
}
.inner-right{
	width: 200px;height: 140px;
	float:right;
}
.inner-right>p>a{
	font-size:14px;
	color:#005cb9;
	line-height:22px;
}
.inner-right>p{
	font-size:14px;
	color:#005cb9;
	line-height:22px;
}
.inner-right>pre{
	font-size:12px;
	color:#262236;
	line-height:22px;
	margin-top:13px;
}
#floor6{
	height: 322px;
	margin-top:45px;
}
#floor6>h2{
	background:url(../images/logo_6.jpg) left top no-repeat;
	height:74px;
}
.form{
	width: 994px;
	height: 227px;
	border:2px solid #005cb9;
	margin-top:16px;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}
#floor6 .list_box{width: 940px;margin:0 auto;height:220px;}
.list_box>p{height: 60px;line-height:65px;font-size:14px;color:#262236;border-bottom:1px solid #c9e2fc;}
.list_box .form_box{height:105px;margin-top:25px;}
.form_box .bot{width:940px;height:42px;margin:25px auto;position: relative;}
.form_box .bot .name1{font-size:14px;color:#c8c8c8;width:160px;height:31px;background:#fff;border:1px solid #005cb9;position:absolute;left:0px;display:block;}
.form_box .bot .name1 .name{color:#a3a3a3;background:none;font-size:14px;width:124px;position:absolute;right:0;top:0px;height:31px;line-height:31px;outline:none;border:none;}
.form_box .bot .name2{font-size:14px;color:#c8c8c8;width:160px;height:31px;background:#fff;border:1px solid #005cb9;position:absolute;left:245px;}
.form_box .bot .name2 .tel{color:#a3a3a3;background:none;font-size:14px;line-height:31px;width:120px;position:absolute;right:0;top:0px;height:31px;outline:none;border:none;}
.bot  .Locate{position:absolute;left:730px;}
.bot .select{margin:0 10px;width:185px;height:31px;background:#fff;border:1px solid #005cb9;position:absolute;right:240px;z-index:10;}
.bot .address{display:inline-block;}
.bot .address img{margin:2px 5px;}
.bot .select dt{font-size:14px;color:#a3a3a3;line-height:31px;width:148px;cursor:pointer;background:url(../images/tp16.jpg) 124px 11px no-repeat;height:31px;position:absolute;top:0px;left:38px;}
.bot .select dd{overflow-y:scroll;position:absolute;left:35px;width:148px;top:31px;background:#fafaf8;display:none;border:1px solid #005cb9;}
.bot .select dd ul{max-height:200px;width: 131px;}
.bot .select dd ul li a{line-height:20px;display:block;color:#58585a;font-size:14px;line-height:22px;}
.bot .select dd ul li a:hover{background:#c8c8c8;}
.form_box .professional{color:#a3a3a3;background:none;font-size:14px;width:126px;position:absolute;right:0;top:0px;height:31px;line-height:31px;outline:none;border:none;}
.form_box .college{color:#a3a3a3;background:none;font-size:14px;width:146px;position:absolute;right:0;top:0px;height:31px;line-height:31px;outline:none;border:none;}
.form_box .bor{width:970px;height:42px;margin:25px auto;position:relative;}
.bor .Locate_bottom{position:absolute !important;left:491px !important;}
.bor .select{margin:0 10px;width:160px;height:31px;background:#fff;border:1px solid #005cb9;position:absolute;left:-10px;z-index:10;}
.bor .selectri{position:absolute;left:235px;}
.bor .select .address{display:inline-block;}
.bor .select .address img{margin:4px 5px;}
.bor .select dt{font-size:14px;color:#a3a3a3;line-height:31px;width:126px;cursor:pointer;background:url(../images/tp16.jpg) 103px 11px no-repeat;height:31px;position:absolute;top:0px;left:35px;}
.bor .select dd{position:absolute;left:32px;width:126px;top:31px;background:#fafaf8;display:none;border:1px solid #005cb9;}
.bor .select dd ul li a{line-height:22px;display:block;color:#58585a;font-size:14px;}
.bor .select dd ul li a:hover{background:#c8c8c8;}
.form_box .bor #submit{	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;width:190px;height:35px;display:block;position:absolute;left:738px;background:#005cb9;font-size:16px;color:#fff;text-align:center;line-height:34px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;letter-spacing:10px;}
.form_box .bor #submit:hover{background:#f6da12;color:#004692;}
.name1,.name2,.select{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;}
#floor7{height: 400px;margin-top:45px;}
#floor7>h2{
	background:url(../images/logo_7.jpg) left top no-repeat;
	height:74px;
}
.menu_5{
	height: 240px;
	margin-top:15px;
}
.menu_5>li{
	float:left;
	width: 329px;
	height: 240px;
	margin-right:6px;
}
.menu_5>li:nth-of-type(3){margin-right:0;}
.menu_5>li>p{text-align:center;margin-bottom:10px;font-size:16px;color:#262236;}
.menu_5>li>a>img{display:block;transition:all 0.5s ease-in;-webkit-transition:all 0.5s ease-in;-moz-transition:all 0.5s ease-in;-ms-transition:all 0.5s ease-in;}
.menu_5>li>a>img:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);}
.new-button{
	width: 452px;
	height: 40px;
	margin:30px auto;
}
.new-button .new-common{
	display:block;
	width: 180px;
	height: 40px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:40px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	background:#005cb9;
}
.btn5{float:left;}
.btn6{float:right;}
.new-common:hover{background:#f6da12;color:#004692;}
#floor8{
	height: 305px;
	margin-top:45px;
}
#floor8>h2{
	background:url(../images/logo_8.jpg) left top no-repeat;
	height:74px;
}
.menu_6{
	height: 215px;
	margin-top:16px;
}
.menu_6>li{
	background:url(../images/tp14.png) no-repeat;
	width: 239px;
	height: 215px;
	float:left;
	margin-right:14px;
	position:relative;
}
.menu_6>li:nth-of-type(4){margin-right:0;}
.out-box{
	width: 190px;
	height: 180px;
	position:absolute;
	top:20px;
	left:24px;
}
.out-box>img{display:block;margin:5px auto 0;transition:all 0.5s ease-in;-webkit-transition:all 0.5s ease-in;-moz-transition:all 0.5s ease-in;-ms-transition:all 0.5s ease-in;}
.out-box>img:hover{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}
.out-box>pre{font-size:18px;color:#005cb9;text-align:center;margin-top:15px;}
.bt-box{
	width: 185px;
	height: 75px;
	margin:22px auto 0;
}
.bt-box>p{
	font-size:14px;
	color:#262236;
	text-align:center;
	line-height:22px;
}
#floor9{
	height: 380px;
	margin-top:95px;
}
#floor9>h2{
	background:url(../images/logo_9.jpg) left top no-repeat;
	height:74px;
}
.floor9{
	height: 225px;
	background:#fff;
	margin-top:18px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	padding:30px 0;
}
.lh26>p{line-height:23px;}