/*清空默认的样式*/
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;
	border-bottom: 1px dashed #9B9B9B;
}

 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;
}



/*   位置导航     */

.location{
	width:1180px;
	height: 50px;
	margin: 0 auto;
}

.location .box{
	width:1180px;
	height: 30px;
	margin-top: 25px;
}


.location .box span{
	color:#A4A4A4;;
	font-size: 15px;
}
.location .box a{
	font-size: 15px;
	color:#535353;
}
.location .box a:hover{
	color:#3b98e2;
}

.location .box i{
	color:#A4A4A4;
	font-style: normal;
	font-size: 18px;
}











.jieshao {
	width:1180px;
	height: 100%;
	margin: 50px auto 20px;
	position: relative;
	border:1px solid rgb(255,255,255,0);
}

.jieshao .details{
	width:1180px;
	height:280px;
	margin: 0 auto;
	position:absolute;
	top:10px;
	left: 0;
	z-index: 1;
}


.details .box_ys{
	width:948px;
	/*min-height: 230px;*/padding-bottom: 9px;
	background:#ffffff;
	box-shadow: 0 0 10px #65c6fd;
	margin:0 auto;
}

.details .box_ys>img{
	float: left;
	width:140px;
	height: 200px;
	margin: 18px 20px 8px 15px;
	transition: 0.2s;
}

.details .box_ys>img:hover{
	transform: scale(1.01);
}


.details .box_ys section{
	width:570px;
	height: 100%;
	float: left;
}

.details .box_ys section h3{
	font-size:20px;
	color:#008cd6;
	font-weight: bold;
	margin: 20px 0 15px 0;
}

.details .box_ys section p{
	margin-top: 8px;
	font-size: 15px;
}

.details .box_ys section p span{
	color:#7A7A7A;
}


.details .box_ys section p a{
	color:#222222;
}

.details .box_ys section p a:hover{
	color:#008cd6;
}


.details .box_ys section p:last-child{
	line-height: 22px;
	min-height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    padding-bottom: 10px;
}


.details .box_ys .erweima{
	width:140px;
	height: 170px;
	float: left;
	margin: 38px 0 20px 22px;
}

.details .box_ys .erweima img{
	display: block;
	width:120px;
	height: 120px;
	margin: 7px auto;
}

.details .box_ys .erweima p{
	font-size:15px;
	color:#7A7A7A;
	text-align: center;
}







.box_down{
	width:1180px;
	margin:120px auto 15px;
}

.box_down .box_text{
	width:1180px;
	background: #fafdff;
	border:1px solid #C3EDFF;
	padding-bottom: 20px;
}

.box_down .box_text article{
	width:950px;
	background: #ffffff;
	margin: 0 auto;
	padding-top: 190px;
}

.box_down .box_text article h3{
	width:880px;
	height: 40px;
	border-bottom:1px solid #A3A3A3;
	font-size:17px;
	color:#676767;
	margin: 0 auto;
}

.box_down .box_text article .p{
	width: 880px;
	text-indentf: 2em;
	line-height: 30px;
	margin: 20px auto;
	font-size: 15px;
	padding-bottom: 20px;
}


.box_down .box_text .paiban{
	margin: 30px auto;
	width:950px;
	height:300px;
}


.box_down .box_text .paiban .top{
	width:950px;
	height: 50px;
	border-bottom:1px solid #DBDBDB;
}

.box_down .box_text .paiban .top h3 a{
	line-height: 40px;
	margin-left: 30px;
	font-size:17px;
	color:#676767;
	font-weight: bold;
	float: left;
}

.box_down .box_text .paiban .top h3 a:hover{
	color:#008A90;
}

.box_down .box_text .paiban .top span{
	font-size:14px;
	color:#6B6B6B;
	float:left;
	margin-left: 20px;
	margin-top:12px;
}

.box_down .box_text .paiban .top p a{
	color:#ffffff;
	float:right;
	margin-right: 20px;
	margin-top:5px;
	width:100px;
	height: 30px;
	background:#39a8b1;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
}

.box_down .box_text .paiban .top p a:hover{
	background:#008A90;
}

.box_down .box_text .paiban .down{
	width:950px;
	height:240px;
	border:1px solid #DBDBDB;
	margin: 15px auto;
}












.news {
	width:1180px;
	height: 230px;
	margin:0px auto 40px;
}



.news .top{
	width:100%;
	height: 36px;
	border-bottom:1px solid #A7A7A7;
	background:#F7F7F7;
}

.news .top h3{
	width:100px;
	height: 100%;
	float:left;
	font-size: 18px;	
	line-height: 36px;
	background:#39a8b1;
}

.news .top h4{
	width:100px;
	height: 100%;
	float:left;
	font-size: 18px;
	line-height: 36px;
	margin-left: 505px;
	background:#39a8b1;
}

.news .top h3 a{
	color:#ffffff;
	display: block;
	text-align: center;
}

.news .top h3 a:hover{
	background:#008A90;
}


.news .top h4 a{
	color:#ffffff;
	display: block;
	text-align: center;
}

.news .top h4 a:hover{
	background:#008A90;
}

.news .down{
	width:1180px;
	height:100%;
}

.news .down .down_left{
	width:570px;
	height: 100%;
	float: left;
}

.news .down .down_left li{
	width:573px;
	height: 70px;
	margin-top: 20px;
}

.news .down .down_left li a>img{
	width:98px;
	height:70px;
	transition: 0.2s;
	float: left;
}

.news .down .down_left li a:hover img{
	transform: scale(1.01);
}

.news .down .down_left li .section{
	width:430px;
	height:70px;
	border-bottom: 1px dashed #C5C5C5;
	float: left;
	margin-left: 10px;
}

.news .down .down_left li .section h3{
	width:430px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .down .down_left li .section h3 a{
	font-size: 13px;
	color:#474747;
	
}

.news .down .down_left li .section h3 a:hover{
	color:#39a8b1;
}

.news .down .down_left li .section p{
	font-size: 12px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	margin-top: 8px;
	color:#808080;
}




.news .down .down_right{
	width:570px;
	height: 100%;
	float: left;
	margin-left: 35px;
}

.news .down .down_right li{
	width:573px;
	height: 70px;
	margin-top: 20px;
}

.news .down .down_right li a>img{
	width:98px;
	height:70px;
	transition: 0.2s;
	float: left;
}

.news .down .down_right li a:hover img{
	transform: scale(1.01);
}

.news .down .down_right li .section{
	width:430px;
	height:70px;
	border-bottom: 1px dashed #C5C5C5;
	float: left;
	margin-left: 10px;
}

.news .down .down_right li .section h3{
	width:430px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .down .down_right li .section h3 a{
	font-size: 13px;
	color:#474747;
	
}

.news .down .down_right li .section h3 a:hover{
	color:#39a8b1;
}

.news .down .down_right li .section p{
	font-size: 12px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	margin-top: 8px;
	color:#808080;
}

