﻿@charset "utf-8";
/**
* @version:	 		    2017.11.29
* @createTime: 	 		2017.11.29
* @updateTime: 			2017.11.29
* @author:				wusj
* @name:  				global.css
* @description          global.css
 */
html,body{
    height:100%;
    width:100%;
    background: #fff;
}
body{
    min-width: 1400px;
}
.fd-mainContent{
    width: 1200px;
    margin: 0 auto;
}
.fd-clear:after{
    display: block;
    content: "";
    clear: both;
}
.fd-fl{float: left}
.fd-fr{float: right}
.fd-hide{display: none}
.fd-mainBody{
    position: relative;
    width: 100%;
    height:100%;
}
.disable{
    filter:alpha(opacity=60);
    opacity:0.6;
    cursor: not-allowed;
}
.fd-textRight{text-align: right !important;}
.fd-textBold{font-weight: bold}
/*页面布局*/
.fd-waper{
    position: relative;
    height: 100%;
    width: 100%;
}
.fd-header{
    position: relative;
    width:100%;
    background:#cb3234 url("../images/bg-head.png") center center no-repeat;
    z-index: 100;
    box-shadow:  0 5px 5px  rgba(196, 50, 48, 0.5);
}
.fd-header01{
    background:url("../images/bg-head01.png") repeat;
}
.fd-header01 p{
    color: #f6e6d1;
    font: 12px/30px "microsoft yahei";
}
.fd-header01 em{
    margin-right: 5px;
}
/*head02*/
.fd-header02{
    height:87px;
}
.fd-header02  .fd-log{
    float: left;
    width: 400px;
    height:87px;
    background: url("../images/log.png") left center no-repeat;
}
.fd-header02 .fd-btnGroup{
    float: right;
    margin-top: 40px;
}
.fd-header02 .fd-btn{
    float: left;
    margin-left: 30px;
    color: #fff;
    font: 16px/32px "microsoft yahei";
    cursor: pointer;
}
.fd-header02 .fd-btn:hover{
    color: #ffe398;
}
.fd-header02 .fd-btn.lsdl{
    padding-left: 25px;
    background: url("../images/icon-lsdl.png") left center no-repeat;
}

.fd-header02 .fd-btn.dsrdl{
    padding-left: 25px;
    background: url("../images/icon-dsrdl.png") left center no-repeat;
}
.fd-header02 .fd-btn.wyzc{
    width: 100px;
    color: #834a0d;
    text-align: center;
    background: #ffe398;
    border:1px solid #bf302e;
}
.fd-header02 .wyzc:hover{
    opacity: 0.9;
    filter: alpha(opacity=90);
}
/*底部样式*/
.fd-footer{
    border-top: 5px solid #e4393c;
    height: 155px;
}
.fd-footer01{
    display: none;
    background:#e4393c;
    text-align: center;
}
.fd-footer01 .fd-item{
    display: inline-block;
    padding: 0 25px;
    color: #fff;
    font:14px/40px "microsoft yahei";
    background: url("../images/bg-line.png") right center no-repeat;
    cursor: pointer;
}
.fd-footer01 .fd-item:last-child,
.fd-footer01 .fd-item.last{
    background: none;
}
.fd-footer02{
    margin-top: 30px;
    text-align: center;
}
.fd-footer02 p{
    color: #4d5457;
    font:14px/34px "microsoft yahei";
}
.fd-footer02 span{
    margin-right:35px;
}
/*侧边栏导航*/
.fd-aside{
    position: fixed;
    top:185px;
    left: 50%;
    margin-left: 610px;
    width: 77px;
    padding-top: 10px;
    background: #fff;
    border:1px solid #e1e1e1;
    z-index: 100;
}
.fd-aside .fd-item{
    padding-top:60px;
    margin-bottom: 10px;
    color: #686868;
    font:14px/21px "microsoft yahei";
    text-align: center;
   /*  cursor: pointer; */
}
.fd-aside .fd-item:hover{
    color: #ce3335;
}
.fd-aside .fd-item.znhd{
    background: url("../images/icon-znhd.png") center top no-repeat;
}
.fd-aside .fd-item.sjApp{
    background: url("../images/icon-sjApp.png") center top no-repeat;
}
.fd-aside .fd-item.gfwx{
    background: url("../images/icon-gfwx.png") center top no-repeat;
}
.fd-aside .fd-item.gfwb{
    background: url("../images/icon-gfwb.png") center top no-repeat;
}
.fd-aside .fd-item.top{
    padding-top: 20px;
    cursor:pointer;
    background: url("../images/icon-top.png") center 10px no-repeat;
}
/*每个模块的头部样式*/
.fd-partHead{
    height: 55px;
}
.fd-partHead .fd-title{
    float: left;
    padding-left: 35px;
    color: #272727;
    font:24px/52px "microsoft yahei";
    background-position:left center;
    background-repeat: no-repeat;
}

/*当前位置*/
.fd-position{
    color:#4d5457;
    font:16px/45px "microsoft yahei";
}
/*搜索框*/
.fd-searchGroup{
    overflow: hidden;
}
.fd-searchGroup input{
    float: left;
    width:300px;
    height:30px;
    padding:0 10px;
    color: #4d5457;
    font:14px/30px "microsoft yahei";
    background: #fff;
    border:1px solid #c9c9c9;
}
.fd-searchGroup .fd-btn{
    float: left;
    margin-left: 5px;
    width: 80px;
    height: 30px;
    color: #fff;
    font:14px/30px "microsoft yahei";
    text-align: center;
    border-radius:3px;
    background: #d83839;
    cursor: pointer;
}
.fd-searchGroup .fd-btn:hover{
    filter:alpha(opacity=90);
    opacity:0.9;
}
/*文章样式*/
.fd-article .fd-info{
    padding-bottom: 30px;
    text-indent: 2em;
    color: #272727;
    font: 16px/32px "microsoft yahei";
}
.fd-article img{
    width: 600px;
    height:330px;
    margin-bottom:20px;
}


