@charset "utf-8";
/**
 * YZMCMS 内容管理系统
 * @author           袁志蒙  
 * @license          http://www.yzmcms.com
 */
/* CSS Document */

*{margin:0;padding:0;}
body{font-size:13px;font-family:Tahoma,Arial,sans-serif;color: #232323; background: #0093DD;line-height: 25px}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
table{border-collapse:collapse;}
a,img{border:0;}
ol,ul{list-style:none}
a{color:#454545;text-decoration:none;}
a:hover{color:#1eaff1;}
.clearfix{clear:both;width:0px;height:0px;overflow:hidden;}
/*.title_color{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/

.yzm-container-box{width:100%;min-width:1170px}
.yzm-header-box{height: 35px; line-height: 35px; border-bottom: 0px solid #e8e8e8;} 
.yzm-header-top{width:1170px;margin:0 auto;color:#747d87;background-color: #ffffff;}
.yzm-header-top a{color:#747d87;margin-left:10px;}
.yzm-header-top a:hover{color:#ff0000;}
.yzm-member-status{float:right;}
.yzm-member-status .login{color: #ff0000;border:1px solid #ff0000;padding: 3px 7px}

/* 网站容器 */
.yzm-container{margin:auto;width:1170px;background-color: #ffffff;padding-top: 20px;}
.yzm-content-box{padding:5px 20px 10px 20px;background: #fff;border: 0px solid #eee;}
.yzm-title{border-bottom: #e4e3e3 1px solid;margin-bottom: 10px}
.yzm-title h2{font-size: 14px;line-height: 40px;font-weight: normal;border-bottom: 3px solid #2196f3;display: inline-block;padding-right:2px;color: #2196f3}
.yzm-title-right{float: right;}
.yzm-title-right a{line-height: 40px}

.yzm-line{height:20px;clear:both;}

/*网站头部 */
.yzm-header{height:100px;padding:10px 0;width:1170px;margin:0 auto;background-color: #ffffff;}
.yzm-logo{float:left;margin:10px 0 0 10px;width:370px;height:100%;}
.yzm-logo a{color: #2196f3;font-size: 30px;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;}
.yzm-logo img{width:300px;}
.yzm-search{float:left;margin-left:130px;margin-top:30px;}
.searchtxt .searchmenu .searchselected{background-image:url(../images/icon2.png);background-repeat:no-repeat;}
.searchtxt{float:left;width:450px;height:36px;border:2px solid #2196f3;border-right:0;position:relative;z-index:100;background:#fff;}
.searchtxt .searchmenu{float:left;border-right:1px solid #eee;}
.searchtxt .searchmenu .searchselected{color:#666;cursor:pointer;font-size:14px;height:36px;line-height:36px;padding-left:15px;width:60px;background-position: 55px -85px;}
.searchtxt .searchmenu .searchopen{background-position:55px -113px}
.searchtxt .searchmenu .searchtab{display:none; position:absolute;top:36px;left:-2px;width:75px;border:2px solid #2196f3;border-top:0;background:#fff;z-index:100;}
.searchtxt .searchmenu .searchtab li{height:28px;line-height:28px;color:#666;font-size:14px;cursor:pointer;padding-left:15px}
.searchtxt .searchmenu .searchtab li.selected{background:#edf3fc;color:#018dbc;}
.searchtxt input{float:left;border:0;background:#fff;color:#666;padding:7px 8px;width:350px;height:22px;line-height:22px;margin:0;outline:medium none;}
.searchbtn{float:left;}
.searchbtn button{background:#2196f3;border:0;color:#fff;outline:none;cursor:pointer;float:left;height:39px;line-height:39px;width:86px;font-size:16px;transition:all 0.3s}
.searchbtn button:hover{background:#1784db;}
.yzm-add-content{width:110px;float:right;margin-top:30px;}
.yzm-add-content a{border-radius:2px;height:38px;color:#2196f3;font-size:14px;display:block;line-height: 38px;transition:0.3s all;border:1px solid #2196f3;text-align:center;}
.yzm-add-content a:hover{text-decoration:none;background:#2196f3;color:#fff; }

/*导航条*/
.yzm-menu{height:43px;line-height:43px;background-color:#2196f3;width:1170px;margin:0 auto;}
.yzm-nav{width:1170px;margin:0 auto;}
.yzm-nav li{float:left;position:relative;z-index:98;background-color:#2196f3;}
.yzm-nav li a{float:left;width:130px;display:block;line-height:43px;text-align:center;font-weight:normal;font-size:14px;color:#fff;transition:all 0.3s}
.yzm-nav li a:focus{-moz-outline-style: none;}
.yzm-nav li a:hover{text-decoration:none;color:#fff;background:#1784db;}
.yzm-nav li .current{text-decoration:none;color:#fff;background:#1784db;}
.yzm-nav li .sub_nav{position:absolute;top:43px;left:0px;background:#2196f3;display:none;z-index:99;border:1px solid #1784db;border-top:none;}
.yzm-nav li .sub_nav li{text-align:center;width:128px;height:35px;line-height:35px;position:relative;z-index:99;padding:0px;background:#2196f3;clear:left;}
.yzm-nav li .sub_nav li a{height:34px;line-height:34px;width:128px;display:inline-block;}

/* 前端分页 */
#page{margin:30px 0;font-size:14px;height:30px;line-height:30px;text-align:center}
#page .pageinfo{display: none;}
#page  a{border:1px solid #ddd;background:#fff;color:#808080;padding:5px 11px;margin-left:5px;border-radius:2px;transition:all 0.2s}
#page  a:hover,#page .curpage{background:#2196f3;color:#fff;text-decoration:none;border:1px solid #2196f3;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #ddd;}

/* 网站底部 */
.yzm-footer{text-align: center;border-top: 0px solid #e8e8e8;padding:0px 0;}


/* 二次开发 */
.top-banner{
	width:1170px;
	height:360px;
	margin:0 auto;
}
.top-banner img{
	width:1170px;
	height:360px;
}
.channel-title{
	height: 40px;
	width: 100%;
	background-image:url(../images/channel_line.jpg);
	background-repeat:no-repeat;
}
.channel-title span{
	margin-left: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color:#fff;
}
.channel-line{
	height: 40px;
	width: 85%;
	background-image:url(../images/channel_line.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	float: right;
}
/*
.exp-img-list{height: 295px;overflow:hidden}
.exp-img-list ul li{width: 145px; float: left; overflow: hidden; margin: 20px;}
.exp-img-list ul li a{overflow: hidden; display: block; margin: 0 7px; border: #f1f1f1 1px solid;}
.exp-img-list ul li p{color: #333; padding: 5px 10px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.exp-img-list ul li a i{height: 150px; display: block; overflow: hidden;}
.exp-img-list ul li a img{width: 100%; height: 150px; display: inline-block; vertical-align: middle; transition: .5s;}
.exp-img-list ul li a:hover img{transform: scale(1.1);}
*/
.exp-switch{width: 100%; height: 287px; border: 0px solid #ddd; margin: 5px auto;}
.exp-icon1{display: inline; width: 30px; float: left; padding-top: 28px; text-indent: -9999px; margin-left: 10px;}
.exp-icon1 a{display: block; width: 32px; height: 32px; background: url(../images/left.png) no-repeat;margin-top: 50px;}
.exp-icon2{float: right; width: 38px; padding-top: 28px; text-indent: -9999px;}
.exp-icon2 a{display: block; width: 32px; height: 32px; background: url(../images/right.png) no-repeat;margin-top: 50px;}
.exp-switch-center{float: left; width:1200px; height: 283px; margin-left: 10px; overflow: hidden; padding-top: 3px;}
.exp-switch-center li{display: inline; float: left; width: 250px; height: 266px; margin: 0 30px 0 30px; padding-top: 10px;}
.exp-switch-center li a{display: block; width: 250px; height: 180px; border: 1px solid #ddd;}
.exp-switch-center li a img{ height: 180px;}
.exp-switch-center li a.on{border: 1px solid #ff9900;}
.exp-switch-center li a:hover{border: 1px solid #ff9900;}
.exp-switch-center li p{color: #333; padding: 2px 5px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.guide-box{
	width:240px;
	background-color: #006DBC;
	margin: 0 auto;
	padding-bottom: 10px;

}
.guide-box .title{
	margin-bottom: 20px;
}
.guide-box .item{
	margin: 10px 20px 10px 20px;
}
.guide-box .item a{
	display: flex;
	align-items: center;
}
.guide-box .item img{
	height:60px;
	flex:1;
}
.keshi-list{
	display: table;
    width: 100%;
}
.keshi-list .item{
	background-color: #F8F8F8;
	border: 1px solid #dddddd;
	height:33px;
	margin: 3px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 33px;
	width: 25%;
	float:left;
}
.index-banner{
	width:100%;
	height:360px;
	float:left;
	overflow: hidden;
	margin-bottom: 10px;
}
.dongtai-banner{
	width:350px;
	height:230px;
	float:left;
	overflow: hidden;
	margin-bottom: 10px;
}
.map-box{
	width: 100%;
	height: 80%;
	border:0px solid #dddddd;
	background-color: #dddddd;
	margin-top: 40px;
}
.map-box .map{
	width:100%;
	height: 50%;
	padding: 1px 1px 0px 1px;
}
.map-box .table{
	display: table;
	background-color: #dddddd;
	margin: 0px;
	padding-right: 1px;
}
.map-box .table .item{
	height: 38px;
	width:49.7%;
	float:left;
	border:0px solid #dddddd;
	margin: 0px 0px 1px 1px;
	background-color: #ffffff;
}
.map-box .table .item a{
	height: 37px;
	line-height: 37px;
}
.map-box .table .item img{
	width: 25px;
	height: 25px;
	vertical-align:middle;
	margin: 5px;
}
.map-box .table .item span{
	line-height: 37px;
	margin-left: 10px;
}
.map-box .shadow img{
	width:100%;
}
.footer-box{
	display: flex;
	align-items: center; /*定义body的元素垂直居中*/
	justify-content: center; /*定义body的里的元素水平居中*/
	width: 1170px;margin:0 auto;color:#fff;background-color: #0077C3;padding: 40px 0 40px 0;
}
.footer-box .logo{
	margin-right: 20px;
}



.divpic {
	margin:10px auto;
	height:300px;
	width:1150px;
	overflow:hidden;
}
.divpic>ul {
	width:4000px;
	height:260px;
	margin-left:10px;

}
.divpic>ul>li {
	list-style:none;
	float:left;
    margin-left:20px;
    padding-right: 20px;
}

