﻿@charset "utf-8";
/* CSS Document */
.banner {
    width: 100%;
    height: 438px;
    background: url(../../base/img/nr_banner.jpg) no-repeat center top;
}
.content {
    width: 1200px;
}
.main_content {}
/*父栏目左侧导航 S*/
#sideMenu {
    margin-bottom: 20px;
}
.side .hd {
    height: 50px;
    padding-left: 18px;
    background: url(../../base/img/menubg.png) no-repeat;
    color: #fff;
    text-align: left;
}
.side .hd h3 {
    color: #fff;
    font: normal 18px/50px "微软雅黑";
}
#sideMenu .hd {
    padding: 15px 32px;
    height: auto;
    background-repeat: repeat;
}
#sideMenu .hd h3 {
    font-size: 22px;
    line-height: 30px;
}
#sideMenu .bd {
    padding-bottom: 15px;
    background: #f3f3f3;
}
#sideMenu .bd li {
    height: 48px;
    *margin-bottom: -4px;
    border-bottom: 1px solid #fff;
    position: relative;
}
#sideMenu .bd li a {
    display: block;
    padding-left: 32px;
    font: normal 16px/48px "微软雅黑";
    background: url(../../base/img/icon.png) no-repeat 245px -324px;
}
#sideMenu .bd li span {
    display: block;
}
#sideMenu .bd li.on a, #sideMenu .bd li:hover a {
    background-position: 245px -362px;
    color: #fff;
    background-color: #4bc081;
}
/*父栏目左侧导航 E*/
.sideBox .bd {
    padding: 8px 12px;
    background: #f3f3f3;
}
.sideBox .bd ul li.noData {
    padding-left: 14px;
}
#sideRmph {
    margin-bottom: 20px;
}
/*父栏目右侧内容 S*/
.mainBox {
    overflow: hidden;
}
.mainBox .wHd {
    height: 41px;
    line-height: 42px;
    border-bottom: 1px solid #e5e5e5;
}
.mainBox .wHd h3 {
    float: left;
    padding: 0 24px;
    font-size: 18px;
    color: #fff;
    background: #2d9a60;
}
.mainBox .wHd h3 a {
    color: #fff;
}
.mainBox .wHd h3 font {
    color: #fff;
    padding-right: 8px;
}
.pathWrap {
    float: right;
}
.pathWrap a {
    padding: 0 5px;
}
.pathWrap .path {
    float: right;
    padding-left: 25px;
    background: url(../../base/img/icon.png) no-repeat 0 -289px;
}
.wHd em, .article_list em {
    font-style: normal;
}
.mainBox .wBd {}
.clounmA_lt {
    padding-top: 20px;
    overflow: hidden;
    background: #fff;
}
.clounmA_ltr {
    float: right;
    width: 470px;
    height: 300px;
}
.clounmA_ltr .topicList .t {
    padding-bottom: 9px;
    margin-bottom: 6px;
}
/*栏目循环 S*/
.pageBoxLoop {
    padding-top: 20px;
    overflow: hidden;
}
.pageBox {
    width: 48.5%;
    margin: 0 0 20px 0;
    background: #fff;
}
.pageBox .hd {
    padding-right: 4px;
    height: 41px;
    line-height: 42px;
    border-bottom: 1px solid #e0e0e0;
}
.pageBox .hd h3 {
    float: left;
    height: 42px;
    padding: 0 24px;
    font-size: 16px;
    color: #fff;
    background: #2d9a60;
}
.pageBox .hd h3 a {
    color: #fff;
}
.pageBox .hd .more {
    float: right;
    width: 17px;
    height: 17px;
    margin-top: 11px;
    text-indent: -9999px;
    background: url(../../base/img/icon.png) no-repeat 0 -214px;
}
.pageBox .bd {
    height: 180px;
    padding: 10px 15px;
    overflow: hidden;
}
.picBoxLoop .pageBox {
    width: 100%;
}
.picBoxLoop .pageBox .bd {
    height: auto;
}
/*栏目循环 E*/
/*文章列表页 S*/
/*.lists_box {
    width: 890px;
    background: #fff;
}*/
.lists_box .wBd {
    padding: 12px 0;
    overflow: hidden;
}
.lists_box .pageTPList li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
}
.lists_box .pageTPList li a {
    padding-left: 15px;
    background-position: 0 -412px;
    overflow: hidden;
}
.lists_box .pageTPList li.split {
    height: 10px;
    margin-bottom: 12px;
    background: none;
    border-bottom: 1px dashed #cccccc;
}
.lists_box .wHd h3 .search_span {
    display: block;
    padding: 0 6px 4px;
    margin-right: 5px;
}
/* url_方块样式分页 */
.page {
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    clear: both;
    margin: 0 auto;
    height: 28px;
}
.page a, .page span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    vertical-align: middle;
}
.page a, .page a:active, .page .disabled, .page span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #c5c5c5;
    padding: 1px 7px;
    margin: 0 2px;
    color: #4e4e4e;
}
.page .current {
    padding: 1px 7px;
    border: 1px solid #2d9a60;
    background-color: #2d9a60;
    color: #fff;
}
.page input {
    width: 20px;
    height: 18px;
    margin-left: 2px;
    text-align: center;
}
.page a:hover {
    border-color: #2d9a60;
}
.page .disabled {
    background: #fbfbfb;
    color: #999;
}
.page select {
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    background: #f4f7fc;
    margin-top: -3px;
    border: 0;
    border: none;
    vertical-align: middle;
    outline: none;
}
/*文章列表页 E*/
/* 图片列表页 */
.piclistsBox {
    background: #fff;
}
.piclistsBox .wBd {
    padding: 15px 0;
}
.piclistsBox .txtPicListB {
    width: 105%;
}
.piclistsBox .txtPicListB li {
    margin: 5px 40px 10px 0;
}
/* 友情链接列表页 -----------------------------------------*/
.friendLinkList {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 0 10px;
}
.friendLinkList li {
    width: 28%;
    height: 36px;
    line-height: 36px;
    padding: 0 3.5% 0 1.5%;
    background: url(../../base/img/icon.png) 0 -435px no-repeat;
    float: left;
    overflow: hidden;
}
/* 软件下载父栏目，列表页 S*/
#software .cloumn_l {
    margin-top: 5px;
}
#software .cloumn_l .bd {
    height: 170px;
    padding-top: 12px;
}
#software .softList li {
    position: relative;
    padding-bottom: 16px;
    margin: 0 4px 16px;
    line-height: 26px;
    border-bottom: 1px dashed #e8e8e8;
}
#software .softList li.noData {
    border-bottom: 0;
}
#software .softList li .date {
    position: absolute;
    right: 8px;
    top: 0px;
    font-size: 12px;
}
#software .softList li h5 {
    padding-left: 12px;
    background: url(../../base/img/icon.png) no-repeat 0px -440px;
}
#software .softList li h5 a {
    color: #666;
}
#software .softList li .softListIntro {
    padding-top: 6px;
    color: #a4a3a3;
    font-size: 12px;
}
#software .softList li .softListIntro a {
    display: inline-block;
    line-height: 20px;
    margin-left: 8px;
    padding: 0 5px 1px;
    background: #971414;
    color: #fff;
}
/* 软件下载父栏目，列表页 E */
/*文章内容页 S*/
.articleCon {
    padding: 25px 45px;
    line-height: 30px;
}
.printArea .title {
    font: normal 36px/52px "微软雅黑";
    color: #366318;
    text-align: center;
}
.printArea .property {
    height: 35px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    border-bottom: 1px dashed #d2d2d2;
}
.printArea .property span {
    margin-right: 6px;
}
.printArea .conTxt {
    padding-top: 20px;
    line-height: 34px;
}
.printArea #fontzoom div, .printArea #fontzoomfontzoom p {
    margin-bottom: 20px;
}
.printArea #fontzoom img, .printArea #fontzoom input[type=image] {
    display: block;
    margin: 0 auto;
    max-width: 780px;
}
.articleCon .userControl {
    clear: both;
    font-size: 14px;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    padding: 6px 0;
}
.articleCon .userControl .a {
    color: #777;
    margin: 10px 10px 0 0;
    float: left;
}
.articleCon .userControl .bdsharebuttonbox {
    float: right;
}
.articleCon .userControl .dyBtn {
    display: inline-block;
    margin-top: 10px;
}
.mainBox .others div {
    background: none;
    padding-left: 12px;
    background: url(../../base/img/icon.png) no-repeat 2px -473px;
}
.others div span {}
.others div span.date {
    color: #666;
}
.others div a {
    color: #333;
    padding-right: 15px;
}
/*文章内容页 E*/
/* 相关信息 */
#relativeInfo {
    border-bottom: 1px dashed #ddd;
}
#relativeInfo .hd h3 {
    font-size: 18px;
    color: #0e4a72
}
#relativeInfo .bd {
    padding: 10px 0 20px 0;
}
#relativeInfo ul {
    overflow: hidden;
}
#relativeInfo li {
    float: left;
    width: 50%;
}
/*单页 S*/
.singlepage {
    width: 890px;
    background: #fff;
}
.singlepage .articleCon {
    padding: 15px 25px;
}
.singlepage .articleCon div, .singlepage .articleCon p {
    margin-bottom: 15px;
}
/*文章内容页不带侧栏 S*/
.noSideContent .mainBox {
    width: 1200px;
}
/*
.noSideContent .pathWrap,.noSideContent .pathWrap .path,
.photoContent .pathWrap,.photoContent .pathWrap .path{float: none;width: auto;}*/
/*文章内容页不带侧栏 E*/
/* 图片内容页 S*/
.photoContent {
    width: 1200px;
    margin: 5px auto;
    background: #fff;
}
.photoContent .sw-list-bd {
    margin: 0 18px;
}
.photoContent .sw-list li {
    width: 270px;
}
.photoContent .swp-txt {
    width: 900px;
}
/* 网站地图 */
.siteMap {
    overflow: hidden;
    zoom: 1;
}
.siteMap .li1 {
    margin-bottom: 10px;
}
.siteMap .h1 {
    border: 1px dotted #ccc
}
.siteMap .h1 .a1 {
    font-size: 14px;
    color: #2d9a60;
    padding-left: 10px;
}
.siteMap .ul1 {
    padding: 8px 20px 5px 10px;
    zoom: 1;
}
.siteMap .li2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 10px;
    vertical-align: top;
}
.siteMap .a2 {
    line-height: 24px;
    color: #666;
    font-size: 12px;
    display: inline-block;
    padding: 0 5px;
}
.siteMap .a2:hover {
    color: #fff;
    background: #2d9a60;
    text-decoration: none;
}
.siteMap .ul2 {
    display: none;
    padding: 5px 0;
    zoom: 1;
}
.siteMap .li3 {
    line-height: 24px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.siteMap .a3 {
    color: #999;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d8d8d8;
}
.siteMap .last3 .a3 {
    border-right: 0;
}
.siteMap #liID41 .li2 {
    display: block;
}
/* 友情链接 */
.friendLink {
    overflow: hidden;
    height: auto;
}
.friendLink li {
    background: none;
    padding-left: 0;
}
.friendLink li img {
    padding: 0 5px;
}
/* 问卷 */
#sideSurvey {
    background: #eeeeee;
}
#sideSurvey .hd, #sideVote .hd {
    height: 46px;
    line-height: 46px;
    padding-left: 30px;
    font-size: 20px;
    background: #8f0000;
    color: #fff;
}
#sideSurvey ul {
    padding: 10px;
}
#sideSurvey ul li {
    line-height: 30px;
    padding-left: 15px;
}
#sideSurvey ul li a {
    color: #666;
}
#sideSurvey ul li p a {
    padding-right: 10px;
}
/* 投票 */
#sideVote {
    background: #eeeeee;
}
#sideVote .bd {
    padding: 10px 20px;
}
#sideVote .bd ul li {
    padding: 2px 0;
    color: #666;
    line-height: 24px;
}
/* 信息提示页 ---------------------------------------------- */
.Showms {
    background: #fff;
    padding: 2% 4%;
    overflow: hidden;
    width: 650px;
    margin: 30px auto;
}
.Showms .content {
    width: auto;
}
.Showms .top, .Showms .bottom, .Showms .Shadow {
    display: none
}
.Showms .MS {
    overflow: hidden;
    zoom: 1;
}
.Showms .titWrong {
    color: #c00;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 18px;
}
.Showms .BUT {
    padding: 25px 0 15px 0;
}
.Showms .BUT a {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
.Showms .BUT a:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
/* 其它 */
#content.noSideContent {
    width: 1200px;
    padding: 0;
    background: #fff;
    margin: 5px auto;
}
.lists_box .voteList {
    padding: 15px 5px 0;
}
.voteList li {
    padding-left: 25px;
    background: url(../../base/img/tp.png) no-repeat 0px 4px;
}

.showms{ text-align: center; padding: 30px 0; font-size: 16px; }
.showms .titWrong{ font-size: 24px; margin-bottom: 30px; }
.showms .BUT{ display: none; }

#FormTitle{ padding: 25px 0 20px; }
#FormBox, .formResult{ padding: 30px 150px; }
.form-control {
    display: block;
    width: 90%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control{ height: 80px; }


#sideMenu .bd li{height: auto;min-height: 58px;display: flex;background: none;}
#sideMenu .bd li a{width: 220px;padding: 5px 30px 5px;line-height: 28px!important;margin: auto;background: none;}
#sideMenu .bd li.on, #sideMenu .bd li:hover{background-position: 245px -355px;background-color: #4bc081;}
#sideMenu .bd li.on a, #sideMenu .bd li:hover a{background-color: transparent;}


