@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {	text-decoration:none;}
img {
    border: 0;
}
body, td, th {
    font-family: 微软雅黑;
    font-size: 16px;
    color: #333;
}
@media screen and (max-width:800px){body{margin:0 7px;font-size:14px;}}
.head {
    margin: 0 auto;
    width: 100%;
	min-width:1200px;
    height: 40px;
    background: #eee;
}
@media screen and (max-width:1025px){.head{display:none;}}
.head ul {
    margin: 0 auto;
    width: 1200px;
    height: 40px;
    overflow: hidden;
}
.head li {
    margin:4px 10px 0 0;
    width: 70px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: #60727f;
    line-height: 36px;
    letter-spacing: 0.1em;
    background: #e0e0de;
    overflow: hidden;
    float: left;
}
.head #li1 {
    width: 140px;
	float: right;
}
.head #li1:hover {
	margin-top: 0;
	padding-top: 2px;
	height: 38px;
    width: 140px;
    color: #fff;
    background: #f90;
	border-radius: 0;
}
.head #li2 {
	margin: 0 10px 0 0;
	padding-top: 2px;
	height: 38px;
    background: #fff;
	border-radius: 0;
}
.head #li3 {
    background-image: url("../images/ww1.png");
}
.head #li3:hover {
	margin: 0 10px 0 0;
	height: 40px;
	background: #5ba4e5;
    background-image: url("../images/ww2.png");
	border-radius: 0;
}
.head #li4 {
    background-image: url("../images/hw1.png");
}
.head #li4:hover {
	margin: 0 10px 0 0;
	height: 40px;
	background: #5ba4e5;
    background-image: url("../images/hw2.png");
	border-radius: 0;
}
.head #li5 {
	margin-right: 10px;
	width: 140px;
	float: right;
}
.head #li5:hover {
	margin: 0 10px 0 0;
	padding-top: 2px;
	height: 38px;
	color: #fff;
    background: #c33;
	border-radius: 0;
}
.head li:hover {
	-moz-transition: all 1s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.tou{width: 100%;height: 220px;}
.foot{width: 100%;height: 120px;position: absolute;}
.top {
    margin: 0 auto;
    width: 1200px;
    height: 130px;
    background: url("../images/bg.jpg");
    overflow: hidden;
}
@media screen and (max-width:1025px){.top{width:100%;height: auto;}}
.top_l {
    width: 370px;
    height: 130px;
    background: url("../images/logo.png");
    float: left;
}
.top_l img{display:none}
@media screen and (max-width:1025px){.top_l{margin-left: 5px;width:100%;height:auto; background:none;}}
@media screen and (max-width:1025px){.top_l img{width: 40%;display:block;}.tou{width: 100%;height: 95px;}}
@media screen and (max-width:640px){.top_l img{width: 60%;display:block;}.tou{width: 100%;height: 106px;}}
@media screen and (max-width:360px){.top_l img{width: 90%;display:block;}.tou{width: 100%;height: 95px;}}
.top_r {
    width: 800px;
    height: 130px;
    float: right;
}
@media screen and (max-width:1025px){.top_r{display:none;}}
.st {
    width: 55%;
    overflow: hidden;
}
.st li {
    width: 15%;
    line-height: 40px;
    overflow: hidden;
    background: #eee;
}
#weather-view-he {display:none; }


.topad {
    width: 585px;
    height: 52px;
    overflow: hidden;
    float: right;
}
.nav {
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    background: url("../images/navbg.png");
}
/* 导航 */
#b {
    margin: 0 auto;
    width: 1200px;
    padding: 0;
}
@media screen and (max-width:1025px){#b{width:100%;}}
#daohang {
    width: 1200px;

    background: url("../images/navbg.png");
    position: relative;
    z-index: 99
}

#daohang ul{margin:0 auto;text-align: center;width: 1200px;}
@media screen and (max-width:1025px){#daohang{width:100%;}#daohang li{width:12%;min-width:80px;}#daohang ul{width:100%;}}

.home {
/*    margin-left: 20px;*/
}
@media screen and (max-width:1025px){.home{margin-left:0;}}
.tab {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}
.tab .tablink {
    position: relative;
    line-height: 50px;
    display: block;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    z-index: 99;
    width: 85px;
}
@media screen and (max-width:1025px){.tab .tablink{width:12%;min-width:80px;}}
.tab .tablink a {
    line-height: 50px;
}
.tab:hover {
    background: url("../images/dhbg.png");
	-moz-transition: all 1s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.tab:hover .tablink {
    color: #fff;
    text-decoration: none;
	-moz-transition: all 1s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.tab:hover .tablink a {
    color: #333;
}
.dropdown:hover .arwlink {
    height: 50px;
}
.dropdown ul {
    display: none;
}
.dropdown:hover ul {
    background: #ecf4fa;
    position: absolute;
    display: block;
    top: 50px;
    z-index: 9;
	width:123px;
}

/* 栏目 */
.path{
		padding-left: 20px;
		width:1180px;
		height: 50px;
		border-bottom: #e5f1fb 1px solid;
		line-height: 50px;
		color: #666;
		font-size: 14px;
		background-image: url("../images/wz.png");
		background-position: left;
		background-repeat: no-repeat;
		}
@media screen and (max-width:1025px){.path{width: 96%;overflow: hidden;}}		
	.path a{color:#666;font-size: 14px;}
.lmsec{margin-top:10px}
.lmtl{
		margin: 0 auto;
		width: 1200px;
		overflow: hidden;
	}
	@media screen and (max-width:1025px){.lmtl{width:100%;}}
media screen and (max-width:1025px){.lm{width:100%;}}
	.lm ul{
		width:585px;
		height:auto;
	}
	@media screen and (max-width:1025px){.lm ul{width:100%;}}
	.lm li{
         width: 98.7%;
         padding-left: 40px;
         height:40px;
         color:#333;
         line-height:40px;
         background: url("../images/list01.png") no-repeat 10px;
         text-decoration:none;
         float: left;
 }
	@media screen and (max-width:1025px){.lm li{width: 94%;font-size:14px;}}
	@media screen and (max-width:793px){.lm li{/* width: 76%; */padding-left: 25px;}}
	.lm li:hover{
		width: 98%;
		padding-right:10px;
		padding-left:30px;
		color: #1479d7;
		background: url("../images/list02.png") no-repeat 15px;
		background-color: #eff5fb;
		border-left: #5ba4e5 5px solid;
		-moz-transition: all 1s ease 0s;
		-webkit-transition:all 0.5s ease 0s;
		transition:all 0.5s ease 0s;
		-o-transition:all 0.5s ease 0s;
	}
	.lm span{
         width: 90%;
         float: left;
         line-height: 40px;
         overflow: hidden;
         white-space: nowrap;
         text-overflow: ellipsis;
         }	
         @media screen and (max-width:1025px){.lm span{width:89%;}}
         @media screen and (max-width:757px){.lm span{width: 85%;}}
        @media screen and (max-width:560px){.lm span{width:79%;}}
          @media screen and (max-width:410px){.lm span{width:70%;}}
	@media screen and (max-width:1025px){.lmsec .lm{width:100%;float:none; clear:both;}}
	.lmsec1 .lm{/* width: 98%; */}
	@media screen and (max-width:1025px){.lmsec1 .lm{width:100%;}}
	.clear{clear:both;height: 10px;}
	.lmsec ul{width:auto;}

.cy{ margin-top:20px; width:100%; min-width:1200px; height:100px; background:#596978;}
@media screen and (max-width:1025px){.cy{min-width:100%;height: auto;}}
.cy ul { margin:0 auto; width:1200px; height:100px; background:url(../images/cybg.jpg) right no-repeat; overflow:hidden;}
@media screen and (max-width:1025px){.cy ul{width:100%;height: auto;}}
.cy li { padding-top:15px; width:460px; height:100px; color:#b2c0cd; font-size:12px; line-height:24px; float:right;}
@media screen and (max-width:1025px){.cy li{width: 70%;float: right;}}
.cy img { padding-top:10px; width: 80px; height: 80px; float: right;}
.cy span { margin-left: 30px; padding-top: 14px; width: 460px; height: 80px; text-align: left; float: left;}
.link { margin-top:10px; width:600px; height:80px; color:#b2c0cd; font-size:12px; overflow:hidden; float:left;}
@media screen and (max-width:1025px){div.link{display:none;}}
.link dl { width:600px; height:80px;}
.link dt { width:600px; height:32px; line-height:32px; font-size:16px;}
.link dd { width:600px; height:48px; line-height:24px; font-size:12px;}
.link dd a { text-decoration:none; color:#b2c0cd; font-size:12px;}
.link dd a:hover { color:#fff;}

.page{text-align:center;border-top: #eee 1px dashed;font-size:14px;}
.page a{color:#333;border:1px solid #ddd;padding:3px 5px 3px 5px;margin-right:10px;}

 .link .lj { width:600px; height:32px;padding-bottom:10px;}
.link .lj ul{ width:600px; height:32px;background:none;}
.link .lj li { width:100px; height:32px; line-height:32px; font-size:16px;float:left;padding-top:0px;}
.link .jtlj { width:600px; height:48px; line-height:24px; font-size:12px;}
.link .jtlj a { text-decoration:none; color:#b2c0cd; font-size:12px;}
.link .jtlj a:hover { color:#fff;}
.link .jtlj select{
    background: #596978;
    color: #b2c0cd;
    border: 1px solid #b2c0cd;
    font-size: 14px;
    width: 160px;
    height: 30px;
text-align-last: center;
    }
 .link .jtlj select option{ 
    font-size: 14px;
}

.content_pic ul{padding-left:5px;}
.content_pic li{float:left;width: 275px;height: 230px;text-align:center;overflow: hidden;margin: 10px;}
.content_pic li img{width: 270px;height: 169px;padding:5px;border:1px solid #ddd;}
.content_pic li a{width: 275px;display:block;color:#333;padding-bottom:5px;line-height:20px;}
.content_pic li a:hover{color:#0066cc;}

.img ul li{margin-top: 10px;float:left;margin-right: 20px;border: 1px solid #eee;}

