@charset "utf-8";
/**
 * YZMCMS 内容管理系统(yzm-cms轻量级开源CMS)
 * @author           袁志蒙  
 * @license          http://www.yzmcms.com
 */
/* CSS Document */

*{margin:0;padding:0;}
body{font-size:13px;font-family:Tahoma,Arial,sans-serif;color: #333; background: url(../images/bg.jpg);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;}
.clearfix{clear:both;width:0px;height:0px;overflow:hidden;}
/*.title_color{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/

.yzm-container-box{width:100%;background:#fff;min-width:1170px}
.yzm-header-box{height: 35px; line-height: 35px; background: #fbfbfb; border-bottom: 1px solid #b2d3fe;} 
.yzm-header-top{width:1255px;margin:0 auto;color:#747d87;}
.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-member-status .login:hover{background:#ff0000;color:#fff}

/* 网站容器 */
.yzm-container{margin:auto;width:1255px;}
.yzm-content-box{padding:5px 20px 10px 20px;background: #fff;border: 1px solid #eee;}
.yzm-content{color:#353535}
.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-no-content{padding:50px 0px;background:#fff;border:1px solid #eee;margin-bottom:20px;text-align:center;font-size:14px;color:#686868}

/*网站头部 */
.yzm-header{height:100px;padding:10px 0;width:1170px;margin:0 auto;}
.yzm-logo{float:left;margin-top:30px;width:370px;}
.yzm-logo a{color: #2196f3;font-size: 30px;overflow: hidden;display: block;height:35px;line-height:35px;text-overflow: ellipsis;white-space: nowrap;}
.yzm-logo img{height:35px;float:left}
.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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:6px}
.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;}
.yzm-nav{width:840px;float: left; margin-left:115px;margin-right:30px; }
.yzm-nav li{float:left;position:relative;z-index:98;}
.yzm-nav li a{float:left;width:120px;display:block;line-height:96px;text-align:center;font-weight:normal;font-size:18px;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-color: rgba(0, 0, 0, 0.2);border-bottom:2px solid #c8a35f; }
.yzm-nav li .current{text-decoration:none;color:#fff;background-color: rgba(0, 0, 0, 0.2);border-bottom:2px solid #c8a35f;}
.yzm-nav li .sub_nav{position:absolute;top:99px;left:0px;display:none;z-index:99;border-top:none;background-color: rgba(0, 0, 0, 0.5);}
.yzm-nav li .sub_nav li{text-align:center;width:120px;height:35px;line-height:35px;position:relative;z-index:99;padding:0px;clear:left;}
.yzm-nav li .sub_nav li a{height:34px;line-height:34px;width:120px;display:inline-block;}

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

/* 网站底部 */
.yzm-footer{text-align: center;border-top: 1px solid #e8e8e8;padding:20px 0;}
/* .fullSlide{width:100%;position:relative;height:743px; }
	.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
	.fullSlide .bd ul{width:100% !important;}
	.fullSlide .bd li{width:100% !important;height:743px;overflow:hidden;text-align:center;}
	.fullSlide .bd li a{display:block;height:743px;}
	.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
	.fullSlide .hd ul{text-align:center;}
	.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
	.fullSlide .hd ul .on{background:#f00;}
	.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
	.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}
	.he{width:100%; height:101px; background:url(../images/cs.png); position:absolute;top:0px;z-index:999}
	.hec{width:1400px; height:100px; margin:0px auto}
	.helogo{width:315px; float:left}
	.henav{width:1005px; line-height:98px;  float:left}
	.henav ul{margin-left:290px;}
	.henav ul li{float:left; width:115px; text-align:center;}
	.henav a{font-size:16px; color:#ffffff;}
	.henav a:hover{background:url(../images/a1.jpg) center bottom; background-repeat:repeat-x; padding-top:39px; padding-bottom:39px;}
	.henav .xiao{width:300px;; height:40px; background:url(../images/dt.png); text-align:left}
	.henav .xiao a{font-size:14px; line-height:40px; margin-right:10px; margin-left:10px;}
	.henav .xiao a:hover{padding:0; background:none}
	.heimg{width:130px; float:left} */
	
	