﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
table {
}
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
fieldset {
	border: 0;
}
img {
	border: none;
	vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select{
	*font-size: 100%;
}
button:focus,input:focus,textarea:focus {
	outline: none;
}
input[type=button],input[type=submit],input[type="reset"] {
	border: none;
	cursor: pointer;
}
.clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
	width: 1200px;
	margin: 0 auto;
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
@font-face {
	font-family:;
	src: url();
}
/*header*/
.tu {
	width: 100%;
	height: 960px;
	background: url(../img/tu.jpg);
}
.tu i {
	width: 100px;
	height: 100px;
}
.tu a {
	margin-top: 820px;
	width: 400px;
	height: 60px;
}
.tu1 { display: none !important; }
header{
	width: 100%;
	height: 103px;
	border-bottom: 3px solid #0458a0;
}
header img{
	float: left;
	margin-top: 4px;
}
header div ul{
	float: right;
	width: 382px;
	margin: 20px 20px 0 0;
}
header div ul li{
	float: left;
	margin-bottom: 18px;
}
header div ul li i{
	float: left;
	height: 12px;
	margin-right: 10px;
}
.top1{
	width: 14px;
	background: url(../img/icon_3.png) left;
}
.top2{
	width: 18px;
	background: url(../img/icon_2.png) left;
}
.top3{
	width: 12px;
	background: url(../img/icon_1.png) left;
}
.top4{
	width: 12px;
	background: url(../img/icon_48.png) left;
}
header div ul li a{
	float: left;
	font: normal 12px/12px "微软雅黑";
	color: #999;
}
header div ul li:hover i{
	background-position: right;
}
header div ul li:hover a{
	text-decoration: none;
	color: #59aff9;
}
header div ul b{
	float: left;
	width: 1px;
	height: 12px;
	background: #4b8eab;
	margin: 0 9px;
}
header ul select{
	float: left;
	width: 66px;
	height: 30px;
	font: normal 12px/28px "微软雅黑";
	color: #fff;
	background: #59aff9;
	border-color: #59aff9;
}
header ul select:focus{
    outline: none;
}
header ul input[type="text"]{
	float: left;
	width: 286px;
	height: 30px;
	font: normal 14px/18px "微软雅黑";
	color: #333;
	border: none;
	border-top: 1px solid #59aff9;
	border-bottom: 1px solid #59aff9;
	padding: 5px 10px;
}
header ul input[type="button"]{
	float: left;
	width: 30px;
	height: 30px;
	background: url(../img/icon_47.png);
}
/*nav*/
nav{
	width: 100%;
	height: 60px;
}
nav ul i{
	float: left;
	width: 1px;
	height: 16px;
	background: #333;
	margin: 22px 0;
}
nav ul li{
	float: left;
	width: 132px;
	text-align: center;
}
nav ul li a{
	font: normal 16px/60px "微软雅黑";
	color: #333;
}
nav ul li a:hover{
	text-decoration: none;
	color: #0458a0;
}
.nav1{
	color: #0458a0;
}
#dz a{
	color: #fe2929;
}
.nav2{
	position: absolute;
	display: none;
	width: 132px;
	z-index: 3;
}
.nav2 li{
	height: 36px;
	background: rgba(255,255,255,0.7);
	margin-top: 1px;
}
.nav2 li a{
	font: normal 14px/36px "微软雅黑";
}
/*carousel*/

/*content*/
.content1{
	width: 100%;
	height: 100px;
}
.content1:before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	background: #59aff9;
	left: 0;
}
.content1:after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	background: #eee;
	right: 0;
}
.content1 ul{
	position: relative;
	z-index: 1;
}
.content1 ul h3{
	float: left;
	width: 120px;
	height: 100px;
	font: bold 18px/100px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #0458a0;
	margin: 0;
}
.content1 ul li{
	float: left;
	width: 120px;
	height: 100px;
	background: #59aff9;
	border-left: 1px solid #eee;
}
.content1 ul li a{
	display: block;
	text-align: center;
	color: #fff;
}
.content1 ul li a img{
	display: block;
	margin: 20px auto 0 auto;
}
.content1 ul li a h4{
	font: normal 14px/48px "微软雅黑";
	margin: 0;
}
.content1 ul li a:hover{
	text-decoration: none;
}
.content2{
	height: 36px;
	margin-top: 30px;
}
.content2 h3{
	float: left;
	width: 140px;
	font: bold 18px/36px "微软雅黑";
	text-align: center;
	color: #0458a0;
	background: url(../img/icon_13.png) left center no-repeat;
	margin: 0 0 0 10px;
}
.content2 ul{
	float: right;
	width: 1050px;
	height: 36px;
	margin: 0;
}
.content2 ul li{
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #0458a0;
	border-radius: 15px;
	box-shadow: 1px 1px 1px #999;
	margin: 3px 0 3px 10px;
}
.content2 ul li a{
	display: block;
	font: normal 14px/30px "微软雅黑";
	color: #fff;
}
.content2 ul li a:hover,.content4 h3 a:hover,.content5 h3 a:hover,.content5 ul li a:hover,.content7 ul li a:hover,.content9 ul li a:hover,.content11 h3 a:hover,.content11 ul li a:hover,.content13 a:hover,.title1 a:hover,aside a:hover,.list1 li a:hover,.department1 li a:hover,.page1 a:hover,.news1 li a:hover,.download1 li a:hover,.festival1 li a:hover,.map1 li a:hover,.disease2 li a:hover,.journal2 li a:hover{
	text-decoration: none;
}
.content3,.map1{
	margin-top: 30px;
}
.content4{
	width: 500px;
	height: 376px;
}
.content4 h3{
	height: 40px;
	font: bold 18px/38px "微软雅黑";
	color: #333;
	border-bottom: 2px solid #0458a0;
	margin: 0;
}
.content4 h3 a,.content5 h3 a{
	float: right;
	font: normal 14px/38px "微软雅黑";
	color: #59aff9;
}
.content5{
	width: 670px;
	height: 376px;
}
.content5 h3{
	width: 670px;
	height: 40px;
	border-bottom: 2px solid #0458a0;
	margin: 0;
}
.content5 h3 span{
	float: left;
	width: 140px;
	height: 40px;
	font: bold 18px/40px "微软雅黑";
	text-align: center;
	color: #333;
	cursor: pointer;
}
.content6{
	line-height: 36px !important;
	color: #0458a0 !important;
	border: 2px solid #0458a0;
	border-bottom-color: #fff;
}
.content5 ul{
	float: left;
	width: 670px;
	height: 336px;
}
.content5 ul li{
	float: left;
	width: 670px;
	height: 36px;
	padding-bottom: 9px;
	border-bottom: 1px dashed #aaa;
	margin-top: 20px;
}
.content5 ul li a{
	float: left;
	font: normal 14px/26px "微软雅黑";
	color: #333;
}
.content5 ul li i,.content7 ul li i{
	float: right;
	font: normal 12px/26px "微软雅黑";
	color: #999;
}
.content7{
	width: 724px;
	height: 318px;
	border: 1px solid #0458a0;
}
.content7 h3{
	float: left;
	width: 179px;
	height: 49px;
	font: bold 18px/49px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #0458a0;
	cursor: pointer;
	margin: 0;
}
.content7 span{
	float: left;
	width: 2px;
	height: 49px;
	background: #0458a0;
}
.content8{
	color: #333 !important;
	background: #fff !important;
}
.content7 ul{
	float: left;
	display: none;
	width: 722px;
	padding: 20px;
	margin: 0;
}
.content7 ul li{
	float: left;
	width: 682px;
	height: 28px;
	background: url(../img/icon_14.png) left center no-repeat;
	padding-left: 14px;
	margin-bottom: 12px;
}
.content7 ul li a{
	display: inline-block;
	font: normal 14px/28px "微软雅黑";
	color: #333;
}
.content7 ul li i{
	line-height: 28px;
}
.content9{
	width: 446px;
}
.content9 h3,.content12 h3{
	float: left;
	width: 446px;
	height: 52px;
	font: bold 18px/50px "微软雅黑";
	color: #333;
	border-bottom: 2px solid #0458a0;
	margin: 0;
}
.content9 ul{
	float: left;
	margin: 30px 0 0 0;
}
.content9 ul li{
	float: left;
	width: 223px;
	height: 118px;
}
.content9 ul li a{
	display: block;
	font: bold 14px/118px "微软雅黑";
	text-align: center;
	color: #333;
}
.content10{
	display: block;
	margin: 30px auto;
}
.content11{
	width: 724px;
	height: 420px;
}
.content11 h3{
	width: 724px;
	height: 50px;
	background: #59aff9;
	margin: 0;
}
.content11 h3 span{
	float: left;
	width: 180px;
	height: 50px;
	font: bold 18px/50px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #0458a0;
}
.content11 h3 a{
	float: right;
	font: normal 14px/50px "微软雅黑";
	text-align: right;
	color: #fff;
	margin-right: 10px;
}
.content11 ul{
	float: left;
	width: 724px;
	height: 370px;
	padding: 20px;
}
.content11 ul li{
	float: left;
	width: 684px;
	height: 69px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
.content11 ul li h4,.content11 ul li article{
	font: normal 14px/24px "微软雅黑";
	color: #333;
	margin: 0 0 10px 0;
}
.content11 ul li article{
	color: #999;
}
.content12{
	width: 446px;
	height: 420px;
}
.content12 ul{
	float: left;
	width: 446px;
	height: 143px;
	padding: 0 1px;
	margin-bottom: 30px;
}
.content12 ul li,.content15 li{
	float: left;
	width: 111px;
	height: 143px;
}
.content12 ul li img,.content12 ul dd img,.content15 li img{
	display: block;
	margin: 30px auto 0 auto;
}
.content12 ul li i,.content12 ul dd i,.content15 li i{
	display: block;
	font: normal 14px/53px "微软雅黑";
	text-align: center;
	color: #333;
}
.content12 ul dd{
	float: left;
	width: 88px;
	height: 143px;
	margin-left: 1px;
}
.content13{
	font: bold 18px/50px "微软雅黑";
	color: #333;
	border-bottom: 2px solid #0458a0;
	margin-top: 30px;
}
.content13 a{
	float: right;
	font: normal 14px/50px "微软雅黑";
	color: #0458a0;
}
.content14{
	height: 240px;
}
.content14 li{
	float: left;
	display: table;
	width: 200px;
	height: 120px;
}
.content14 li img{
	float: left;
	margin: 30px 10px 0 0;
}
.content14 li h3{
	display: table-cell;
	width: 130px;
	font: bold 18px/30px "黑体";
	color: #333;
	vertical-align: middle;
	margin: auto;
}
.content15{
	height: 143px;
}
.content15 li{
	width: 120px;
}
.content3 h5{
	width: 316px;
	height: 37px;
	font: bold 18px/36px "微软雅黑";
	text-align: center;
	color: #0458a0;
	border-bottom: 1px dashed #aaa;
	margin: 0 auto;
}
.content3 h6{
	font: normal 14px/32px arial;
	text-align: center;
	color: #aaa;
	margin: 0 auto;
}
.content3 select{
	position: relative;
	float: left;
	width: 280px;
	height: 32px;
	font: normal 14px/30px "微软雅黑";
	color: #333;
	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
	border-color: #0458a0;
	margin: 0 10px 20px 10px;
}
.content3 option{
	width: 380px;
	font: normal 14px/30px "微软雅黑";
	text-align: center;
	color: #666;
}
/*footer*/
footer{
	width: 100%;
	height: 300px;
	background: #333;
	margin-top: 60px;
	padding: 30px 0;
}
footer div ul{
	width: 908px;
	height: 35px;
	border-bottom: 1px solid #111;
	box-shadow: -1px 3px 1px -3px #aaa;
	padding-bottom: 10px;
	margin: 0 auto;
}
footer div ul li{
	float: left;
	width: 100px;
	height: 24px;
	text-align: center;
}
footer div ul li a{
	display: block;
	font: normal 14px/24px "微软雅黑";
	color: #fff;
}
footer div ul i{
	float: left;
	width: 1px;
	height: 14px;
	background: #666;
	margin-top: 5px;
}
footer div ul li a:hover{
	text-decoration: none;
	color: #fff;
}
.footer1{
	float: left;
	width: 144px;
	height: 144px;
	padding: 30px 0 0 30px;
	margin: 20px 20px 0 146px;
}
footer div article{
	float: left;
	width: 216px;
	height: 144px;
	font: normal 12px/24px "微软雅黑";
	color: #aaa;
	margin-top: 20px;
}
.footer2{
	float: left;
	margin: 20px 48px 0 0;
}
/*title*/
.title1{
	height: 37px;
	font: normal 12px/36px "微软雅黑";
	color: #333;
	border-bottom: 1px solid #0458a0;
	margin-top: 30px;
}
.title1 a,.title1 span{
	color: #999;
}
.title1 a:hover{
	color: #999;
}
.title2{
	color: #59aff9 !important;
}
/*about*/
.about1,.list1,.department1,.show1,.news1,.service1,.download1,.festival1,.contact1,.journal2{
	float: right;
	width: 926px;
	min-height: 800px;
}
.about2,.about3{
	width: 926px;
	font: bold 18px/40px "微软雅黑";
	text-align: center;
	color: #333;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin: 0;
}
.about3{
	width: 1200px;
}
.about4{
	font: normal 12px/32px "微软雅黑";
	text-align: center;
	color: #aaa;
	margin: 0 0 30px 0;
}
/*aside*/
aside{
	float: left;
	width: 242px;
}
aside h3{
	width: 242px;
	height: 50px;
	font: bold 18px/50px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #0458a0;
	margin: 0;
}
aside a,aside ul h4{
	display: block;
	width: 242px;
	height: 46px;
	font: normal 16px/46px "微软雅黑";
	text-align: center;
	color: #333;
	background: #ddd;
	margin-top: 1px;
}
aside a:hover,aside ul h4:hover{
	color: #fff;
	background: #59aff9;
}
.aside1{
	color: #fff;
	background: #59aff9;
}
aside ul{
	width: 242px;
	margin: 0;
}
aside ul h4{
	cursor: pointer;
	margin: 1px 0 0 0;
}
aside ul li{
	width: 242px;
	height: 32px;
	border: 1px solid #999;
	margin-top: 1px;
}
aside ul li a{
	width: 240px;
	height: 30px;
	font: normal 14px/29px "微软雅黑";
	text-align: center;
	color: #999;
	background: #fff;
	margin: 0;
}
/*list*/
.list1{
	margin: 0;
}
.list1 img{
	float: left;
	margin-bottom: 30px;
	
}
.list1 h3,.list1 h4{
	float: left;
	width: 200px;
	height: 50px;
	font: normal 18px/50px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #0458a0;
	margin: 0 1px 0 0;
}
.list1 h4{
	width: 725px;
	background: #59aff9;
	margin: 0;
}
.list1 li{
	float: left;
	width: 926px;
	height: 46px;
	margin-top: 1px;
}
.list1 li div,.list1 li article{
	float: left;
	width: 200px;
	height: 46px;
	font: normal 14px/46px "微软雅黑";
	text-align: center;
	color: #333;
	background: #eee;
	margin-right: 1px;
}
.list1 li article{
	width: 629px;
	text-align: left;
	padding-left: 30px;
}
.list1 li a{
	float: right;
	width: 95px;
	height: 46px;
	font: normal 14px/46px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #59aff9;
}
/*department*/
.department1 h6{
	float: left;
	width: 926px;
	height: 50px;
	font: normal 18px/50px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #0458a0;
}
.department1 li{
	float: left;
	width: 306px;
	height: 46px;
	text-align: center;
	background: #ddd;
	margin: 2px 0 0 2px;
}
.department1 li a{
	display: block;
	font: normal 14px/46px "微软雅黑";
	color: #333;
}
/*show*/
.show1 li,.sec3 li{
	float: left;
	width: 282px;
	height: 236px;
	margin: 0 0 30px 20px;
}
.show1 li i,.sec3 li i{
	display: block;
	width: 282px;
	height: 36px;
	font: normal 14px/36px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #0458a0;
	margin-top: 20px;
}
/*page*/
.page1,.page3{
	float: right;
	width: 926px;
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page1 a,.page3 a{
	display: inline-block;
	font: bold 14px/24px "微软雅黑";
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 0 10px;
	margin: 4px 5px;
}
.page1 a:hover,.page3 a:hover{
	color: #0458a0;
	border-color: #0458a0;
}
.page2{
	color: #0458a0 !important;
	border-color: #0458a0 !important;
}
.page3{
	width: 1200px;
}
/*news*/
.news1 li,.download1 li,.journal2 li,.sec2 li{
	float: left;
	width: 926px;
	height: 31px;
	border-bottom: 1px dashed #0458a0;
	margin-bottom: 20px;
}
.news1 li a,.download1 li article,.journal2 li a,.sec2 li a{
	float: left;
	font: normal 14px/30px "微软雅黑";
	color: #333;
}
.news1 li i,.download1 li a,.journal2 li i,.sec2 li i,.sec7 li i{
	float: right;
	font: normal 12px/30px "微软雅黑";
	color: #999;
}
/*service*/
.service1 h3{
	float: left;
	width: 300px;
	height: 50px;
	font: bold 18px/50px "黑体";
	text-align: right;
	color: #333;
	margin: 0 0 30px 0;
}
.service1 select{
	float: left;
	width: 400px;
	height: 50px;
	font-size: 18px;
	border: 1px solid #ccc;
	margin: 0 0 30px 30px;
}
.service1 option{
	font-size: 18px;
}
.service1 input[type="text"]{
	float: left;
	width: 300px;
	height: 50px;
	width: 400px;
	height: 50px;
	font: normal 14px/48px "微软雅黑";
	color: #999;
	border: 1px solid #ccc;
	padding: 0 20px;
	margin: 0 0 30px 30px;
}
.service1 input[type="button"]{
	float: right;
	width: 78px;
	height: 42px;
	font: bold 14px/42px "微软雅黑";
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin-right: 196px;
}
/*download*/
.download1 li a{
	font-size: 14px;
	color: #59aff9;
}
/*festival*/
.festival1 li,.contact1 li{
	float: left;
	width: 306px;
	margin: 0 0 0 2px;
}
.festival1 li h3,.contact1 h3{
	font: bold 18px/50px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #0458a0;
	margin: 0 0 2px 0;
}
.festival1 li a{
	display: block;
	width: 306px;
	height: 32px;
	font: normal 14px/30px "微软雅黑";
	text-align: center;
	color: #333;
	border: 1px solid #999;
	margin-bottom: 2px;
}
/*message*/
.message1{
	float: left;
	width: 400px;
	height: 346px;
	font: normal 14px/24px "微软雅黑";
	color: #999;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 30px 30px;
}
/*map*/
.map1{
	height: 800px;
}
.map1 li{
	float: left;
	width: 120px;
	height: 50px;
	text-align: center;
	background: #59aff9;
	margin: 0 0 10px 12px;
}
.map1 li a{
	font: normal 14px/50px "微软雅黑";
	color: #fff;
}
.map1 li ul li{
	margin: 12px 0 0 0;
}
/*disease*/
.disease1{
	height: 33px;
	font: bold 24px/32px "微软雅黑";
	color: #333;
	border-bottom: 1px solid #999;
	margin: 30px 0 0 0;
}
.disease2{
	margin-top: 20px;
}
.disease2 li{
	float: left;
	width: 200px;
	height: 32px;
	text-align: center;
	border: 1px solid #59aff9;
	margin: 15px 20px;
}
.disease2 li a{
	font: normal 14px/30px "微软雅黑";
	color: #59aff9;
}
/*contact*/
.contact1{
	min-height: auto;
	margin-bottom: 30px;
}
.contact1 h4,.contact1 li{
	float: left;
	width: 460px;
	height: 46px;
	font: normal 18px/46px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #59aff9;
	margin: 0 0 2px 2px;
}
.contact1 li{
	height: 32px;
	font: normal 16px/30px "微软雅黑";
	text-align: center;
	color: #333;
	border: 1px solid #aaa;
	background: #fff;
}
/*journal*/
.journal1{
	min-height: 900px;
}
.journal2{
	width: 1200px;
}
.journal2 li{
	width: 1200px;
}
/*consult*/
table{
	margin: 0 auto;
}
.tabmar{
	margin-bottom:30px;
}
.text01{
	font: normal 18px/30px "微软雅黑";
	color: #fff;
	background: #59aff9;
}
.text02{
	font: normal 16px/30px "微软雅黑";
	color: #fff;
	padding-left: 20px;
	background: #0458a0;
}
.text03{
	font: normal 14px/50px "微软雅黑";
	color: #333;
	background: #ddd;
}
/*sec*/
.sec1,.sec3,.sec4{
	min-height: 600px;
	margin-top: 30px;
}
.sec2 li{
	width: 1200px;
}
.sec3 li{
	margin-left: 16px;
}
.sec5{
	height: 40px;
	background: #eee;
	padding: 12px 20px;
	margin: 30px 0;
}
.sec6{
	width: 160px;
	font: normal 14px/24px "微软雅黑";
	text-align: center;
	color: #333;
}
.sec7{
	width: 766px;
}
.sec7 li{
	height: 30px;
	list-style: inside;
}
.sec7 li a{
	display: inline-block;
	font: normal 14px/30px "微软雅黑";
	color: #333;
}