/*! normalize.css v1.1.3 | MIT License | git.io/normalize */html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}li{list-style:none}a{text-decoration:none}input,textarea{border:0;outline:0}.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}*{font-weight:normal;font-style:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}



body,html{
    width: 100%;
    background: #f4f4f4;
    font-size: 16px;
}
.top-box{
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #666666;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.top-txt,.header{
    width: 1200px;
    margin: 0 auto;
    font-size: 13px;
}
.header-box{
    width: 100%;
    height: 62px;
    background: #fff;
}
.header-box .logo{
    display: block;
    width: 178px;
    height: 44px;
    background: url(../img/pc-logo.png) no-repeat 0 0;
    float: left;
    margin: 10px 0;
}
.nav-box{
    width: 100%;
    height: 50px;
    background: #1e2023;
}
.nav-box ul{
    width: 1200px;
    margin: 0 auto;
}
.nav-box ul li {
    width: 150px;
    float: left;
    height: 50px;
}

.nav-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
.o-active a,.nav-box ul li:hover a {
    background: #ff8f19;
}
.crumbs-box {
    width: 1200px;
    margin: 0 auto;
}
.crumbs-box {
    color: #aaaaaa;
    font-size: 13px;
    padding: 16px 0;
}
.crumbs-box span{
    color: #555555;
}
.crumbs-box a {
    color: #999999;
    margin-right: 3px;
}

.w-footer-box {
    width: 100%;
    height: 150px;
    background: #24262b;
    padding-top: 50px;
}

.footer-box {
    margin: 0 auto;
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.footer-box .fnav {
    margin-bottom: 20px;
}

.footer-box p a {
    margin-left: 6px;
    margin-right: 6px;
    color: #999999;
}

.footer-box .fnav span {
    margin: 0 8px;
}
.right-icon{
    display: none;
}
.top-nav-lists{
    display: none;
}

@media screen and (max-width : 1024px) {	
    .top-box,.nav-box,.fnav{
        display: none;
    }
    .crumbs-box{
        width: 100%;
        height: 48px;
        overflow: hidden;
        font-size: 12px;
    }
    .header-box{
        background: #1e2023;
        height: 50px;
        padding-top: 10px;
    }
    .top-txt, .header{
        width: auto;
    }
    .header-box .logo{
        background: url(../img/m-logo.png) no-repeat 0 0  !important;
        margin: 0 10px;
        height: 30px;
        background-size: 100% 100%;
    }
    .crumbs-box span{
        margin-left: 10px;
    }
    .w-footer-box{
        padding-top: 0;
        height: 50px;
        line-height: 50px;
    }
    .right-icon{
        display: block;
        width: 25px;
        height: 20px;
        background: url(../img/right-icon.png) no-repeat  0 0;
        background-size: 100% 100%;
        float: right;
        margin-right: 10px;
        margin-top: 5px;
    }
    .close-b{
        width: 25px;
        height: 25px;
        background: url(../img/close-b.png) no-repeat  0 0;
        background-size: 100% 100%;
    }
    .top-nav-lists{
        background: #fff;
        padding: 15px 0px;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 2;
        box-shadow: 3px 0 10px #666;
    }
    .top-nav-lists ul{
        width: 100%;
    }
    .top-nav-lists ul li{
        width: 20%;
        float: left;
        text-align: center;
    }
    .top-nav-lists ul li a p{
        color: #555555;
        font-size: 14px;
        margin-top: 5px;
    }
}

.top {
	width: 100%;
	height: 35px;
	background: rgb(249, 249, 249);
	border-bottom: 1px solid rgb(232, 232, 232);
	line-height: 35px;
}

.w1200 {
	max-width: 1240px;
	margin: 0 auto;
}

body .header-zt {
	background: #fff;
	width:100%;
	/* 	box-shadow: 0 0 15px rgba(0,0,0,.15); */
}

.header-zt .navBox {
	padding: 15px 0;
}

.header-zt .logo img {
	height: 60px;
}



.header-zt .nav li {
	float: left;
	height: 50px;
	line-height: 50px;
}

.header-zt .nav li a {
	display: block;
	/*margin: 0 15px;*/
	padding: 0 15px;
	font-size: 17px;
	position: relative;
	color: #333;
}

.header-zt .nav li a:hover,
.header-zt .nav li.on a {
	color: #228b22;
}

.header-zt .nav li a::before {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	right: 50%;
	height: 4px;
	background: #fff;
	border-radius: 2px;
}

.header-zt .nav li a:hover::before,
.header-zt .nav li.on a::before {
	background: #228b22;
	left: 0;
	right: 0;
}
.header-zt .nav li a:hover, .header-zt .nav li.on a {
    color: #228b22;
}

.header-zt .mt20 {
	margin-top: 20px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cf:after {
    clear: both;
    display: table;
    content: " ";
}


/*分页*/
.mainPage{
    margin: 20px auto 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    color:#333;
    display: block;
    clear: both;
}

.mainPage span{
    padding:5px 12px;
    color:#333;
}
.mainPage .current{
    background: #ff8f19;
    color: #fff;
    border-radius: 4px;
    /*border:4px solid #ff8f19;*/
    
} 
.mainPage a{
    padding:5px 12px;
    color:#333;
}
