/* 面包屑导航开始 */
.MianBao{
    height: 59px;
    line-height: 59px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #dddddd;
}
.MianBao a{
    font-size: 16px;
    color: #666666;
}
.MianBao a.DangQian{
    padding-left: 22px;
    background: url("../images/dangqian.png") no-repeat left center;
}
/* 面包屑导航结束 */

/* 内容模版开始 */
.Nei{
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    min-height: 500px;
}
.Nei .NeiLeft{
    float: left;
    width: 220px;
}
.Nei .NeiLeft>strong{
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #fafafa;
    background: #ae2519;
}
.Nei .NeiLeft ul{
    min-height: 500px;
    background: #fafafa;
}
.Nei .NeiLeft ul>li{
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #e6e6e6;
}
.Nei .NeiLeft ul>li> h2 a{
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    /*padding-left: 71px;*/
	padding:0 15px;
	text-align:center;
}
.Nei .NeiLeft ul>li>h2 a:hover{
    color: #ae2519;
}
.Nei .NeiLeft ul>li.on>h2 a{
    color: #ae2519;
}
.Nei .NeiRight{
    float: right;
    width: 960px;
}
.NeiRight .NeiRightTop{
    height: 75px;
    padding-left: 40px;
    border-bottom: 5px solid #ae2519;
}
.NeiRightTop .PaiXu{
    float: left;
}
.NeiRightTop .PaiXu ul li{
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 75px;
    padding-right: 19px;
    margin-right: 58px;
    cursor: pointer;
    background: url("../images/paixu.png") no-repeat right center;
}
.NeiRightTop .PaiXu ul li.on{
    background: url("../images/paixu1.png") no-repeat right center;
}
.NeiRightTop .Gong{
    float: right;
    line-height: 75px;
    text-align: right;
}
.NeiRightTop .Gong i{
    display: inline-block;
    /*margin-right: 75px;*/
    font-size: 14px;
    color: #999999;
}
.NeiRightTop .Gong i span{
    color: #ae2519;
}
.NeiRightTop .Gong em{
    display: inline-block;
    padding-right: 16px;
    font-size: 14px;
    color: #999999;
    position: relative;
    cursor: pointer;
    background: url("../images/xiajiantou.png") no-repeat right center;
}
.NeiRightTop .Gong .GongYin{
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    background: #ae2519;
    text-align: center;
    display: none;
}
.NeiRightTop .Gong .GongYin a{
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.NeiRightTop .Gong .GongYin a:hover{
    color: #ae2519;
    background: #fff;
}
.NeiRight .NeiRightBot{
    min-height: 500px;
    padding: 20px 0 45px 40px;
}
/* 内容模版结束 */

/* 图片列表开始 */
.ImgList{
    min-height: 500px;
}
.ImgList ul li{
    padding: 9px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.ImgList ul li>a{
    float: left;
    width: 230px;
    height: 130px;
}
.ImgList ul li .ImgListDiv{
    float: right;
    width: 640px;
    margin-right: 19px;
}
.ImgList ul li .ImgListDiv h3{
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #fafafa;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.ImgList ul li .ImgListDiv h3 a{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.ImgList ul li .ImgListDiv span{
    display: block;
    font-size: 14px;
    color: #666666;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.ImgList ul li:hover{
    background: #ae2519;
}
.ImgList ul li:hover h3{
    border-bottom-color: #9d190e;
}
.ImgList ul li:hover h3 a{
    color: #ffffff;
}
.ImgList ul li:hover span{
    color: #ffffff;
}
.FenYe{
    padding: 30px 0;
    text-align: center;
}
.FenYe ul li{
    display: inline-block;
    font-size: 14px;
    color: #7d7d7d;
    margin: 0 4px;
}
.FenYe ul li.active {
	background: #ae2519;
	color: #fff;
}
.FenYe ul li.active a{
	color: #fff;
}
.FenYe ul li a{
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #7d7d7d;
    /*padding: 0 9px;*/
	width:28px;
    border: 1px solid #f5f5f5;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.FenYe ul li span{
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 9px;
    border: 1px solid #ae2519;
    background: #ae2519;
}
.FenYe ul li a[href]:hover{
    color: #ffffff;
    border-color: #ae2519;
    background: #ae2519;
}
.FenYe ul li input{
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    outline: none;
    background: none;
    margin: 0 8px;
    border: 1px solid #f5f5f5;
}
.FenYe ul li button{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    outline: none;
    background: none;
    padding: 0 14px;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.FenYe ul li button:hover{
    color: #ffffff;
    border-color: #ae2519;
    background: #ae2519;
}
/* 图片列表结束 */

/* 文档列表开始 */
.TextList{
    min-height: 500px;
}
.TextList ul{
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}
.TextList ul li{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.TextList ul li h3 a,.TextList ul li h3 .a{
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
    white-space: pre-wrap;
}
.TextList ul li h3 .a:hover{color:#ae2519}
.TextList ul li span{
    float: right;
    font-size: 14px;
    color: #999999;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.TextList ul li:hover h3 a{
    color: #ae2519;
}
.TextList ul li:hover span{
    color: #ae2519;
}
.Nei .NeiLast{
    width: 100%;
}
.NeiLast .NeiRightBot{
    padding: 5px 0 45px 0;
}
.NeiLast .NeiRightTop{
    padding-left: 0;
    border-bottom: 0;
}
.ImgList1 ul{
    overflow: hidden;
}
.ImgList1 ul li{
    float: left;
    width: 560px;
    height:130px;
    overflow: hidden;
}
.ImgList1 ul li .ImgListDiv{
    width: 312px;
    margin-right: 0;
}
.ImgList1  ul li .ImgListDiv h3{
    padding:0;
}
.ImgList ul li .ImgListDiv span {
    line-height: 25px;
}
/* 文档列表结束 */

/* 专项概览开始 */
.ZhuanXiang{
    min-height: 500px;
}
.ZhuanXiang ul{
    width: 1200px;
    padding-top: 5px;
    overflow: hidden;
}
.ZhuanXiang ul li{
    float: left;
    padding: 9px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.ZhuanXiang ul li:hover{
    z-index:2;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    border-color: #ae2519;
}
/* 专项概览结束 */

/* 新闻中心开始 */
.News{
    padding: 30px 0;
    background: #fafafa;
    overflow: hidden;
}
.NewsLeft{
    float: left;
    width: 580px;
    height: 343px;
    padding: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.SmallTab{
    height: 303px;
    position: relative;
}
.SmallTab .bd ul li{
    float: left;
    width: 540px;
    position: relative;
}
.SmallTab .bd ul li>a{
    display: block;
    width: 540px;
    height: 303px;
    overflow: hidden;
}
.SmallTab .bd ul li>a img{
    display: block;
    width: 540px;
    height: 303px;
}
.SmallTab .bd ul li:hover>a img{
    opacity:0.9;
    filter: alpha(opacity=90);
}
.SmallTab .bd ul li h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 24px;
    box-sizing: border-box;
    z-index: 9;
    background: url("../images/blackbj.png") repeat;
}
.SmallTab .bd ul li h3 a{
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.SmallTab .bd ul li h3 a:hover{
    font-weight: bold;
}
.SmallTab .hd{
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 9;
}
.SmallTab .hd ul li{
    float: left;
    width: 20px;
    height: 5px;
    margin-left: 3px;
    cursor: pointer;
    background: #ffffff;
}
.SmallTab .hd ul li.on{
    background: #ae251a;
}
.SmallTab .hd ul li:hover{
    background: #ae251a;
}
.SmallTab .prev{
    position: absolute;
    left: 0;
    top: 127px;
    width: 34px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/prev.jpg") no-repeat center;
}
.SmallTab .prev:hover{
    background: url("../images/prev1.jpg") no-repeat center;
}
.SmallTab .next{
    position: absolute;
    right: 0;
    top: 127px;
    width: 34px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/next.jpg") no-repeat center;
}
.SmallTab .next:hover{
    background: url("../images/next1.jpg") no-repeat center;
}
.NewsRight{
    float: right;
}
.Hui .HuiTop{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dddddd;
}
.Hui .HuiTop ul li{
    float: left;
    margin-right: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.Hui .HuiTop ul li h2{
    float: left;
    line-height: 34px;
    font-size: 18px;
    color: #333333;
}
.Hui .HuiTop ul li.on h2{
    float: left;
    line-height: 34px;
    font-size: 18px;
    color: #ae2519;
    border-bottom: 3px solid #ae2519;
}
.Hui .HuiTop .more a{
    float: right;
    font-size: 14px;
    color: #999999;
}
.Hui .HuiTop .more a:hover{
    color: #ae2519;
}
.Hui .HuiBot{
    padding-top: 6px;
}
.Hui .HuiBot ul{
	padding-top: 6px;
}
.Hui .HuiBot ul li{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #e6e6e6;
}
.Hui .HuiBot ul li h3 a{
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.Hui .HuiBot ul li span{
    float: right;
    font-size: 15px;
    color: #999999;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.Hui .HuiBot ul li:hover h3 a{
    color: #ae2519;
}
.Hui .HuiBot ul li:hover span{
    color: #ae2519;
}
/* 新闻中心结束 */

/* 留言列表开始 */
.LiuYan{
    padding-top: 20px;
    overflow: hidden;
}
.LiuYanDiv{
    float: left;
    width: 565px;
    margin-bottom: 30px;
}
.LiuYanDiv em{
    float: left;
    width: 80px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    text-align: right;
}
.LiuYanDiv em span{
    color: #fa2b2b;
}
.LiuYanDiv .LiuYanInp{
    float: right;
    width: 464px;
    height: 50px;
    padding: 0 22px;
    box-sizing: border-box;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
}
.LiuYanDiv .LiuYanInp input{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #cccccc;
    outline: none;
    background: none;
    border: none;
}
.LiuYanDiv .LiuYanInp input::placeholder{
    font-size: 16px;
    color: #cccccc;
}
.LiuYanDiv1{
    float: right;
}
.LiuYanDiv .LiuYanInp1{
    padding: 0;
}
.LiuYanDiv .LiuYanInp1 .sel_box{
    padding: 0 22px;
    position:relative;
    background: url("../images/xiajian.png") no-repeat 432px center;
}
.LiuYanDiv .LiuYanInp1 .sel_div{
    width:100%;
    height:48px;
    line-height:48px;
    font-size: 16px;
    color: #cccccc;
}
.LiuYanDiv .LiuYanInp1 .sel_sel{
    position:absolute;
    left:0;
    top:0;
    filter:alpha(opacity=00); /*IE滤镜，透明度50%*/
    -moz-opacity:0;/*Firefox私有，透明度50%*/
    opacity:0;/*其他，透明度50%*/
    width:100%;
    height:48px;
    line-height:48px;
    font-size: 16px;
    color: #cccccc;
}
.LiuYanDiv2{
    width: 100%;
}
.LiuYanDiv2 .LiuYanInp{
    width: 1078px;
}
.LiuYanDiv3 .LiuYanInp{
    height: 260px;
    padding: 10px 22px;
}
.LiuYanDiv3 .LiuYanInp textarea{
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    resize: none;
    border: 0;
    background: none;
    font-size: 16px;
    color: #cccccc;
    line-height: 30px;
}
.LiuYanDiv3 .LiuYanInp textarea::placeholder{
    font-size: 16px;
    color: #cccccc;
}
.LiuYanDiv4 .LiuYanInp{
    float: left;
    width: 214px;
    margin-left: 21px;
    margin-right: 28px;
}
.LiuYanDiv4 img{
    float: left;
    cursor: pointer;
}
.LiuYanDiv4 img:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
}
.LiuYanBtn{
    padding: 20px 0;
    text-align: center;
}
.LiuYanBtn button{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e6e6e6;
    font-size: 16px;
    color: #666666;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 14px;
    outline: none;
    border: 0;
}
.LiuYanBtn button:hover{
    color: #ffffff;
    background: #ae2519;
}
.LiuYanBtn a{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e6e6e6;
    font-size: 16px;
    color: #666666;
    border-radius: 5px;
    margin: 0 14px;
}
.LiuYanBtn a:hover{
    color: #ffffff;
    background: #ae2519;
}
/* 留言列表结束 */

/* 文档细览开始 */
.Nei .XiangXiLeft{
    background: #fafafa;
}
.XiangXiLefts{
    padding: 25px 0;
    text-align: center;
    line-height: 38px;
    border-bottom: 1px solid #cccccc;
}
.XiangXiLefts em{
    display: block;
    font-size: 20px;
    color: #999999;
    font-family: "Arial";
}
.XiangXiLefts span{
    display: block;
    font-size: 36px;
    color: #666666;
    font-family: "Arial";
}
.XiangXiLefts p{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.XiangXiLefts i{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.XiangXiLeftx{
    padding-top: 25px;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.XiangXiLeftxs a{
    display: inline-block;
    margin: 0 2px;
}
.XiangXiLeftxx{
    padding-top: 25px;
}
.XiangXiLeftxx a{
    float: left;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 18px !important;
    color: #999999;
    padding-left: 109px !important;
    margin-bottom: 20px;
}
.XiangXiLeftxx a.bds_weixin{
    background: url("../images/weixin.png") no-repeat 55px center !important;
}
.XiangXiLeftxx a.bds_tsina{
    background: url("../images/weibo.png") no-repeat 55px center !important;
}
.XiangXiLeftxx a.bds_qzone{
    background: url("../images/kongjian.png") no-repeat 55px center !important;
}
.Xiang{
    width: 920px;
    padding-top: 40px;
    padding-left: 40px;
}
.Xiang h1{
    font-size: 28px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    padding: 0 85px 37px;
}
.Xiang .XiangText{
    min-height: 300px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    padding-bottom: 42px;
    border-bottom: 1px solid #e6e6e6;
}
.XiangText *{
    font-size: 16px !important;
    line-height: 32px !important;
	font-family: "微软雅黑" !important;
	background: #fff !important;
}
.Xiang .bigfont *{
	font-size: 18px !important;
	line-height: 34px;
}
.Xiang .smallfont *{
	font-size: 14px !important;
	line-height: 30px;
}
  .fontSize14 * {
    font-size: 14px !important;
    line-height: 28px !important;
    color: #333333 !important;
    font-family: "微软雅黑" !important;
}

.fontSize16 * {
    font-size: 16px !important;
    line-height: 32px !important;
    color: #333333 !important;
    font-family: "微软雅黑" !important;
}

.fontSize20 * {
    font-size: 20px !important;
    line-height: 40px !important;
    color: #333333 !important;
    font-family: "微软雅黑" !important;
}
.ShangXia{
    padding: 30px 0;
}
.ShangXia a{
    font-size: 14px;
    color: #666666;
    line-height: 34px;
}
.ShangXia a[href]:hover{
    color: #9b160a;
}
.ZhuYi{
    padding: 11px 21px;
    background: #fafafa;
}
.ZhuYi ul li{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 30px;
    padding-left: 14px;
    background: url("../images/xing.png") no-repeat left 12px;
}
/* 文档细览结束 */

/* 带侧边的文档细览开始 */
.NeiZhan{

}
.Nei .NeiZhan ul li{
    height: auto;
    cursor: pointer;
}
.Nei .NeiZhan ul>li>h2{
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    background: url("../images/jia.png") no-repeat 21px center;
}
.Nei .NeiZhan ul li ol{
    display: none;
}
.Nei .NeiZhan ul li ol li h2 a{
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    padding-left: 36px;
}
.Nei .NeiZhan ul>li:hover>h2 a{
    color: #ae2519;
}
.Nei .NeiZhan ul>li.on>h2{
    color: #ae2519;
    background: url("../images/jian.jpg") no-repeat 21px center;
}
.Nei .NeiZhan ul>li ol li h2 a:hover{
    color: #ae2519;
}
.Nei .NeiZhan ul>li ol li h2 a:hover{
    color: #ae2519;
}
.Nei .NeiZhan ul>li ol li h2.on1 a{
    color: #ae2519;
}
.BanShi{
    text-align: right;
}
.BanShi ul li{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #cccccc;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 3px;
    overflow: hidden;
}
.BanShi ul li h2 a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.BanShi ul li:hover{
    background: #ae2519;
}
.BanShi ul li h2 a.on,.Gong .msgsubmit a {
	display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
	background: #ae2519;
    padding: 0 10px;
}
.HouJia{
    float: left;
    width: 220px;
    /*min-height: 600px;*/
    background: #fafafa;
}
/* 带侧边的文档细览结束 */

/* 服务大厅一堆图标开始 */
.DaTing{
    height: 316px;
    background-color: #fafafa;
}
.DaTing ul li{
    float: left;
    width: 160px;
    height: 150px;
    box-sizing: border-box;
/*    border: 1px solid #fafafa;*/
    text-align: center;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    margin-left: 8px;
    margin-top: 8px;
    background: #ffffff;
}
.DaTing ul li h2 a{
    display: block;
    height: 150px;
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    box-sizing: border-box;
    padding-top: 100px;
}
.DaTing ul li.DaTingLi1 h2 a{
    background: url("../images/FuWuLi7.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi2 h2 a{
    background: url("../images/FuWuLi8.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi3 h2 a{
    background: url("../images/FuWuLi11.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi4 h2 a{
    background: url("../images/FuWuLi10.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi5 h2 a{
    background: url("../images/FuWuLi9.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi6 h2 a{
    background: url("../images/FuWuLi12.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi7 h2 a{
    background: url("../images/FuWuLi1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi8 h2 a{
    background: url("../images/FuWuLi4.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi9 h2 a{
    background: url("../images/FuWuLi2.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi10 h2 a{
    background: url("../images/FuWuLi3.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi11 h2 a{
    background: url("../images/FuWuLi5.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi12 h2 a{
    background: url("../images/FuWuLi6.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi13 h2 a{
  background: url("../images/FuWuLi13.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi1:hover h2 a{
    background: url("../images/FuWuLi7_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi2:hover h2 a{
    background: url("../images/FuWuLi8_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi3:hover h2 a{
    background: url("../images/FuWuLi11_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi4:hover h2 a{
    background: url("../images/FuWuLi10_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi5:hover h2 a{
    background: url("../images/FuWuLi9_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi6:hover h2 a{
    background: url("../images/FuWuLi12_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi7:hover h2 a{
    background: url("../images/FuWuLi1_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi8:hover h2 a{
    background: url("../images/FuWuLi4_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi9:hover h2 a{
    background: url("../images/FuWuLi2_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi10:hover h2 a{
    background: url("../images/FuWuLi3_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi11:hover h2 a{
    background: url("../images/FuWuLi5_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi12:hover h2 a{
    background: url("../images/FuWuLi6_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi13:hover h2 a{
  background: url("../images/FuWuLi13_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li:hover{
    z-index:2;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    background: #ae2519 !important;
}
.DaTing ul li:hover h2 a{
    color: #ffffff;
}
/* 服务大厅一堆图标结束 */


/* 服务大厅一堆图标开始
.DaTing{
    height: 259px;
    background: #ffffff;
}
.DaTing ul li{
    float: left;
    width: 192px;
    height: 120px;
    box-sizing: border-box;
    border: 1px solid #fafafa;
    text-align: center;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.DaTing ul li h2 a{
    display: block;
    height: 118px;
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    box-sizing: border-box;
    padding-top: 68px;
}
.DaTing ul li.DaTingLi1 h2 a{
    background: url("../images/FuWuLi7.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi2 h2 a{
    background: url("../images/FuWuLi8.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi3 h2 a{
    background: url("../images/FuWuLi11.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi4 h2 a{
    background: url("../images/FuWuLi10.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi5 h2 a{
    background: url("../images/FuWuLi9.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi6 h2 a{
    background: url("../images/FuWuLi12.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi7 h2 a{
    background: url("../images/FuWuLi1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi8 h2 a{
    background: url("../images/FuWuLi4.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi9 h2 a{
    background: url("../images/FuWuLi2.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi10 h2 a{
    background: url("../images/FuWuLi3.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi11 h2 a{
    background: url("../images/FuWuLi5.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi12 h2 a{
    background: url("../images/FuWuLi6.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi1:hover h2 a{
    background: url("../images/FuWuLi7_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi2:hover h2 a{
    background: url("../images/FuWuLi8_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi3:hover h2 a{
    background: url("../images/FuWuLi11_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi4:hover h2 a{
    background: url("../images/FuWuLi10_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi5:hover h2 a{
    background: url("../images/FuWuLi9_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi6:hover h2 a{
    background: url("../images/FuWuLi12_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi7:hover h2 a{
    background: url("../images/FuWuLi1_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi8:hover h2 a{
    background: url("../images/FuWuLi4_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi9:hover h2 a{
    background: url("../images/FuWuLi2_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi10:hover h2 a{
    background: url("../images/FuWuLi3_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi11:hover h2 a{
    background: url("../images/FuWuLi5_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li.DaTingLi12:hover h2 a{
    background: url("../images/FuWuLi6_1.png") no-repeat center 34px / 30px 30px;
}
.DaTing ul li:hover{
    z-index:2;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    background: #ae2519 !important;
}
.DaTing ul li:hover h2 a{
    color: #ffffff;
}
服务大厅一堆图标结束 */

/* 留言表单开始 */
.BiaoDan{
    padding-top: 20px;
}
.BiaoDanTop{
    padding-bottom: 19px;
    border-bottom: 1px solid #e6e6e6;
}
.BiaoDanDiv{
    float: left;
    width: 565px;
    line-height: 50px;
    margin-bottom: 30px;
    overflow: hidden;
}
.BiaoDanDiv span{
    float: left;
    width: 80px;
    font-size: 16px;
    color: #333333;
    text-align: right;
}
.BiaoDanDiv .BiaoDanInp{
    float: right;
    width: 464px;
    min-height: 50px;
    padding: 0 21px;
    background: #fcfcfc;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}
.BiaoDanDiv .BiaoDanInp input{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #666666;
    outline: none;
    background: none;
    border: none;
}
.BiaoDanDiv .BiaoDanInp input::placeholder{
    font-size: 16px;
    color: #666666;
}
.BiaoDanDiv1{
    float: right;
}
.BiaoDanDiv2{
    float: none;
    width: 100%;
}
.BiaoDanDiv2 .BiaoDanInp{
    width: 1079px;
}
.BiaoDanDiv3{
    float: none;
    width: 100%;
    line-height: inherit;
}
.BiaoDanDiv3 span{
    line-height: 50px;
}
.BiaoDanDiv3 .BiaoDanInp{
    width: 1079px;
    min-height: 80px;
    padding: 9px 21px;
}
.BiaoDanDiv3 .BiaoDanInp .bd_content *{
	color:#666 !important;
	font-size:16px !important;
	line-height:28px !important;
	font-family:"Microsoft YaHei" !important;
}
.BiaoDanDiv3 .BiaoDanInp textarea{
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    background: none;
    border: none;
    outline: none;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.BiaoDanBot{
    padding-top: 50px;
    padding-bottom: 20px;
}
/* 留言表单结束 */
/*网站地图开始*/
.site_map_wrap{
    background: #fff;
}

.module_name{
    height: 40px;
    line-height: 40px;
    border: 1px solid #f5f5f5;
    width: 100%;
    background: #f5f5f5;
    margin: 10px 0px;
}
.module_name a{
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
    background: #B10803;
    line-height: 40px;
    height: 40px;
    display: block;
    float: left;
}
.module_wrap{
    clear: left;
    width: 100%;
    background-color: #fff;
}
.module_wrap td{
    padding: 20px 0;
    clear: left;
}
.column_title{
    width: 120px;
    text-align: center;
}
.column_title a{
    color: #cc0000;
}
.column_list a{
    color: #474747;
    padding: 0 20px;
    line-height: 30px;
    white-space: nowrap;
    font-size: 14px;
}
.column_list a:hover{
    text-decoration: underline;
}
.module_column{
    background-color: #f3f3f3;
}
.module_column:last-of-type{
    border-bottom: none;
}
/*网站地图结束*/
.fix{
    position: fixed;
    top: 0;
}
/* 机构设置开始 */
.JiGouTop{
    height: 50px;
    border-bottom: 1px solid #dddddd;
}
.JiGouTop strong{
    float: left;
    height: 52px;
    line-height: 50px;
    font-size: 18px;
    color: #ae2519;
    box-sizing: border-box;
    border-bottom: 3px solid #ae2519;
}
.JiGouBot{
    padding: 20px 0;
}
.JiGouBot ul li{
    float: left;
    width: 33%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.JiGouBot ul li a{
    font-size: 16px;
    color: #999999;
}
.JiGouBot ul li a:hover{
    color: #ae2519;
}
/* 机构设置结束 */
/*子栏目文档列表*/
.chnTextList{
    min-height: 500px;
}

.chnTextList ul{
    padding: 30px 0;
}
.chnTextList ul li{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.chnTextList ul li h3 a{
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.chnTextList ul li span{
    float: right;
    font-size: 14px;
    color: #999999;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}
.chnTextList ul li:hover h3 a{
    color: #ae2519;
}
.chnTextList ul li:hover span{
    color: #ae2519;
}
.childChn {
    height: 40px;
    border-bottom: 1px solid #AE2519;
}
.childChnTitle {
    padding:0 20px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    background-color: #AE2519;
    display: block;
    float: left;
}
.childChnMore {
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
.childChnMore a {
    color: #333333;
}
/*子栏目文档列表结束*/
