/*清空默认的样式*/
html{color:#000;background:#FFF}
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{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
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}
legend{color:#000}#yui3-css-stamp.cssreset{display:none}
a{text-decoration: none; color: #999}

/*设置全局样式*/
body{
    font-family: "微软雅黑"; 
}
/*样式*/

/*header*/
header{
	width: 100%;
	height:102px; 
	background: #f4f2f3;
}
header .box{
	width: 1200px; 
	height:102px; 
	margin: 0 auto;
}
header .box .logo img{ 
	margin:6px 2px; 
	float: left;
}
header .search{
	float:left; 
	width:293px;
	height: 35px; 
	border: 1px solid #aaaaaa;
	border-radius: 50px; 
	margin-top: 35px; 
	margin-left: 330px;
	background:#FFFFFF;
}
.search input{
	display:block; 
	float: left;
	
}
.search .keyword{
	width:245px; 
	height: 33px; 
	padding-left: 15px;
	border-radius: 50px; 
	border:none; 
	outline: none; 
	font-size: 15px;
}
.search .button{
	width:33px; 
	height: 33px; 
	border: none; 
	background: url(/static/images/seach_btn.png) no-repeat center; 
	outline: none; 
	cursor: pointer;
}

/*nav*/
nav{
	width: 100%;
	height:58px; 
	background:rgb(0,98,160,0.9);
	margin: 0 auto;
}
nav ul{
	width: 1200px; 
	height:58px;  
	margin: 0 auto;
}
nav ul li{
	width:92px;
	height:58px;
	text-align: center;
	float: left;
	transition:all 1s ease;
}
nav ul li a{
	display:block; 
	line-height: 58px; 
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
}

nav ul li .line{
	width:0px;
	height: 5px;
	background: #9ae097;
	position: absolute;
	top:53px;
	left: 19px;
	transition: all 0.1s ease 0s;
}

nav ul li:hover .line{
	width:50px;
}

nav ul li .down{
	width: 100%;
	height:0;
	background:linear-gradient(to top,rgb(5,150,160,1),rgb(0,98,160,0.9));
	position: absolute;
	top:160px;
	left: 0;
	overflow:hidden;
	transition:all 0.5s linear 0s;
}

nav ul li:hover .down{
	height:220px;
}


nav ul li .down .cont{
	width:1180px;
	height: 220px;
	margin: 0 auto;
}

nav ul li .down .cont h5{
	float:left;
	font-size: 23px;
	font-weight: bold;
	color:#FFFFFF;
	margin-top: 70px;
	margin-left: 80px;
}


nav ul li .down .cont h5 span{
	display:block;
	width:93px;
	height: 2px;
	background:#ffffff;
	margin-top: 10px;
}

nav .down .cont ol li{
	float:left;
	width:500px;
	margin-left: 80px;
	margin-top:39px;
}

nav .down .cont ol li a{
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	width:110px;
	height: 40px;
	display:block;
	float: left;
	margin-top: 10px;
}

nav .down .cont ol li span{
	display: block;
	width:0;
	height: 2px;
	background: #ffffff;
	transition: 0.5s;
	margin-left: 25px;
}
nav .down .cont ol li a:hover{
	font-weight: bold;
}
nav .down .cont ol li a:hover span{
	width:72px;
}


nav .down .cont .icn{
	width:380px;
	height: 168px;
	border-left:1px solid #DDDDDD;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	padding-left:20px;
}
nav .down .cont .icn ul li{
	margin-top:33px;
}

nav .down .cont .icn ul li img{
	display: block;
	margin: 0 auto;
	transition: all 0.2s ease;
}

nav .down .cont .icn ul li:hover img{
	transform: scale(0.7) rotate(360deg);
}


nav .down .cont .icn ul li a>p{
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}


nav .down .cont .txt{
	font-size: 14px;
	width: 500px;
	color:#ffffff;
	text-align:left;
	float:left;
	line-height:30px;
	margin-left: 60px;
	margin-top:30px;
	position: relative;
}

nav .down .cont .txt p{
	float:left;
}
nav .down .cont .txt img{
	display: block;
	float:left;
	margin-top: 5px;
	margin-left: 76px;
}

nav .down .cont .txt span{
	position: absolute;
	top:108px;
	left:309px;
	display: block;
}

nav .down .cont .txt .sm{
	font-size:18px;
	margin-top: 20px;
	line-height: 40px;
}
nav .down .cont .box_r{
	width:900px;
	float:left;
	margin-left: 30px;
	margin-top: 20px;
}
nav .down .cont .box_r ul{
	width:900px;
	height:30px;
	float:left;
	margin-top: 10px;
}
nav .down .cont .box_r ul li:first-child{
	width:140px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 35px;
}
nav .down .cont .box_r ul li{
	margin-left:10px;
}
nav .down .cont .box_r ul li a{
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	font-size:14px;
	text-align: left;
	line-height: 32px;
}

nav .down .cont .box_r ul li span{
	display: block;
	width:0;
	height: 1px;
	background: #ffffff;
	transition: all ease 0.3s;
}
nav .down .cont .box_r ul li:hover a span{
	width:45px;
}




/*nav_ysjs*/
.nav_ysjs{
	width:100%;
	height:187px;
	background:linear-gradient(to top,rgb(5,150,160,1),rgb(0,98,160,0.9));
	border-top:1px solid #1990d9;
}

.nav_ysjs .box{
	width:1180px;
	height:197px;
	margin: 0 auto;
}

 h2{
	border-radius: 50px;
	width:200px;
	height: 46px;
	line-height: 46px;
	border:1px solid #ffffff;
	font-size:28px;
	color:#ffffff;
	font-weight: bold;
	letter-spacing:3px;
	text-align: center;
	margin: 60px auto 10px;
}


.nav_ysjs .box .search{
	margin:20px auto 5px;
	width:293px;
	height: 35px; 
	border: 1px solid #aaaaaa;
	border-radius: 50px; 
	background:#FFFFFF;
}







.ksdh{
	width:100%;
	heightx: 250px;
	background:#f8f8f8;
	margin:0 auto 20px;
}
.ksdh .box{
	width:1180px;
	height: 200px;
	background:#f8f8f8;
	margin:0 auto 20px;
}
.ksdh .box .top {
	position: relative;
	width:1180px;
	height: 120px;
}
.ksdh .box .top i{
	width:1037px;
	height:1px;
	background: #ACACAC;
	display: block;
	position: absolute;
	top:63px;
	left: 114px;
}

.ksdh .box .top h3{
	float:left;
	font-size: 18px;
	font-weight: bold;
	color:#969696;
	margin-left:30px;
	margin-top: 30px;
}


.ksdh .box .top ul{
	float:left;
	width:1000px;
	height: 120px;
	position: relative;
}

.ksdh .box .top ul li{
	float:left;
	margin-top: 22px;
	margin-left: 10px;
	font-size:17px;
}
.ksdh .box .top ul li h4{
	text-align: center;
	width:100px;
	height:40px;
	line-height:40px;
}
.ksdh .box .top ul>li h4 a:hover{
	color:#3b98e2;
	font-weight: bold;
}

.ksdh .box .top ul li h4:hover~ol{
	display: block;
}

.ksdh .box .top ul li>span{
	width:0;
	height:3px;
	background:#3b98e2;
	display: block;
	transition: 0.2s;
	margin-left: 25px;
}

.ksdh .box .top ul li:hover span{
	width:50px;
	height:3px;
}


.ksdh .box .top ul>li .down{
	position: absolute;
	top:58px;
	left: 0;
	width:100%;
	height: 0;
	overflow:hidden;
	transition:all 0.2s linear 0s;
}
.ksdh .box .top ul>li .down>li{
	margin-left:30px;
}
.ksdh .box .top ul>li:hover .down{
	height: 58px;
}
.ksdh .box .top .down>li:hover a {
	color:#3b98e2;
}



.ksdh .box .line{
	width:1124px;
	height: 1px;
	border-bottom: 1px dashed #c0c0c0;
	margin:5px auto 1px;
	
}


.ksdh .box .btm{
	width:1180px;
	height: 50px;
}

.ksdh .box .btm h3{
	float:left;
	font-size: 18px;
	font-weight: bold;
	color:#969696;
	margin-left:30px;
	margin-top: 23px;
}


.ksdh .box .btm ul{
	float:left;
	width:900px;
	height: 50px;
	position: relative;
}

.ksdh .box .btm ul li{
	float:left;
	margin-top: 25px;
	margin-left: 10px;
	font-size:17px;
}
.ksdh .box .btm ul li h4{
	text-align: center;
	width:100px;
}
.ksdh .box .btm ul>li h4 a.active,.ksdh .box .btm ul>li h4 a:hover{
	color:#3b98e2;
	font-weight: bold;
}

.ksdh .box .btm ul li>span{
	width:0;
	height:3px;
	background:#3b98e2;
	display: block;
	transition: 0.2s;
	margin-left: 25px;
}



/* card  */

.card{
	width:1180px;
	/* height:1250px; */
	margin:0 auto;
	padding-bottom: 30px;
}


.card ul li{
	float:left;
}

.card ul li a{
	color:#535353;
	font-size: 15px;
	display: block;
	width:360px;
	height:280px;
	border:1px solid #b7b7b7;
	margin-left: 24px;
	margin-top: 20px;
	position: relative;
	transition: 0.5s;
}

.card ul li a:hover{
	box-shadow:0 0 15px #65aee9;
}

.card ul li a>img{
	width:120px;
	height: 170px;
	position: absolute;
	top:20px;
	left:20px;
}


.card ul li .right{
	width:180px;
	height: 170px;
	margin-top:20px;
	margin-left: 166px;
}

.card ul li .right h3{
	padding-top:20px;
	margin-bottom: 20px;
	font-size:21px;
	color:#3b98e2;
	font-weight: bold;
}

.card ul li .right span{
	display: block;
	font-size:15px;
	margin:5px 0 5px 0;
	font-weight: 500;
}

.card ul li a p{
	display: block;
	margin: 15px auto;
	width:321px;
	height: 66px;
	
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.card ul li b{
	color:#787878;
	font-weight: 400;
}

.card ul li .right .icon>img{
	position:absolute;
	top: 10px;
	left: 300px;
}

.card ul li .right .icon .down{
	width:125px;
	height:170px;
	background: #ffffff;
	border:1px solid #b7b7b7;
	position: absolute;
	top:45px;
	right: 5px;
	box-shadow:0 0 15px #65aee9;
	display: none;
}


.card ul li .right .icon img:hover+.down{
	display:block;
}

.card ul li .right .icon .down>img{
	display: block;
	width:120px;
	height: 120px;
	margin: 5px auto;
}

.card ul li .right .icon .down h4{
	font-weight:bold;
	text-align: center;
}



.clear{clear: both;height: 1px;}

/*    page       */

.page{
	width:1180px;
	height: 50px; 
	margin: 20px auto 60px;
}

.page .box{
	text-align: center;
	margin: 0 auto;
	width:760px;
	height: 50px;
}



.page .box span{
/* 	float:left;
display:block; */
 	display: inline-block;
	width:80px;
	height: 40px;
	line-height: 40px;
	background:#f1eff0;
	border-radius: 3px;
	text-align: center;
	margin-left: 8px;
}
.page .box .first{
/* 	float:left;
display:block; */
	display: inline-block;
	width:80px;
	height: 40px;
	line-height: 40px;
	background:#f1eff0;
	border-radius: 3px;
	text-align: center;
	margin-left: 8px;
}
.page .box a{
	/* float:left; */
	margin-left: 8px;
	/* display:block; */
	display: inline-block;
	width:40px;
	height: 40px;
	line-height: 40px;
	background:#f1eff0;
	border-radius: 3px;
	text-align: center;
}

.page .box .active a,.page .box a:hover{
	background:#8cccff;
	color:#3A3A3A;
}


.page .box input{
	/* float: left; */
	width:60px;
	height: 38px;
	margin-left: 8px;
	border: 1px solid #8C8C8C;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	outline:medium;
	border-radius: 3px;
}


.page .box button{
	width:60px;
	height: 40px;
	margin-left: 8px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	border: none;
	background:#f1eff0;
	font-size:16px;
	transition: 0.5s;
	outline: none;
}


.page .box button:hover{
	background:#8cccff;
	color:#3A3A3A;
	cursor: pointer;
}

