/* CSS Document */
body { padding-top:50px; background:#f7f7f7;}
.navbar-header{background:url(imageslogoBar.jpg) no-repeat 0 0 #b50001; background-size:auto 50px;; display:block; height:50px;position: fixed;top: 0px;z-index: 1000;}
body .navBt， .container-fluid{background:url(imagesbg.jpg);}
.navBt .navBt_ls div{height:86px; text-align:center; line-height:140px; background:url(imagesicons-big1.png) no-repeat center 10px; background-size: 46px auto; /*border-bottom:1px solid #555; border-right:1px solid #555;*/ border-width:1px; border-color:#fff #E2D1CD #E2D1CD #fff; border-style:solid;}
body .navBt .navBt_ls div:nth-child(6n+1) {background-position:center -118px;}
body .navBt .navBt_ls div:nth-child(6n+2) {background-position:center -246px;}
body .navBt .navBt_ls div:nth-child(6n+3) {background-position:center -374px; border-right:none;}
body .navBt .navBt_ls div:nth-child(6n+4) {background-position:center -500px;}
body .navBt .navBt_ls div:nth-child(6n+5) {background-position:center -628px;}
body .navBt .navBt_ls div:nth-child(6n+6) {background-position:center -756px; border-right:none;}
body .navBt .navBt_ls div a{padding:60px 10px 7px 10px;}
body .container-fluid .nav-pills li a{font-size:16px; font-weight:bold;}
body .shadow {-moz-box-shadow: 3px 3px 4px #787878; -webkit-box-shadow: 3px 3px 4px #787878;  box-shadow: 3px 3px 4px #787878;}
body .tab_nav_ls li{list-style:none; border-bottom:1px solid #E5E5E5; padding: 0 8px 8px 8px; overflow: hidden; background-image: none; white-space: normal; height: auto; line-height: 180%;}
body .tab_nav_ls h4{color:#111; font-size:17px; line-height:24px; height:24px; padding-top:2px; text-overflow:ellipsis; font-weight:600; overflow:hidden;}
body .tab_nav_ls li .tab_ls_ct{color:#78797a;; font-size:14px; line-height:19px; text-indent:20px;}
body .tab_nav_ls li .tab_ls_pic{width:75px; height:55px; float:left; margin:0 8px 0 8px; display:inline-block; overflow:hidden; border:#ececf0 solid 1px;}
body .not .tab-pane ul{margin-top:10px;}
body .not .tab-pane ul li{padding:8px; border-bottom:1px solid #e5e5e5; overflow:hidden; background-image:none;}
body .not .tab-pane ul li a{color:#78797a; font-size:14px; font-weight:500; padding:5px 0;}
body .not .tab-pane ul li span{float:right;}
body .main .mainHead h3{font-weight:600; text-align:center;}
body .main .mainHead i{font-style:normal; float:right; margin-top:-10px; font-size:10px; color:#78797a;}
body .main .mainCt{margin-top:10px; border-bottom: 1px solid #e5e5e5; margin-bottom:10px;}
body .main .mainCt p{
	text-indent: 25px;
	line-height: 1.6;
	color: #78797a;
	font-size: 1.4em;
}
body .main .mainCt .editor{color:#898989; font-size: 12px; text-align:right; padding: 5px 0; }
body .focus h4{text-align:center; color:#cc1310; font-weight:600;}
body footer{ background-image:url(imagesbg.jpg); padding:10px 0;}
body footer p{font-size:12px; color:#111; text-align:center;}

.gm-head{font-style:normal; position:fixed; top:0px; left:0px; width:100%; height:44px; background:url("wlogo.png")/*tpa=http://app.gd.gov.cn/m/Home/Tpl/Index/styles/wlogo.png*/ 5px 50% no-repeat #C0392B; background-size:auto 70%; text-align:right; z-index:100;}
.gm-head em{ display:block; float:right; padding:0; height:44px; width:44px; line-height:44px; text-align:center; font-size:18px; color:#FFF; position:relative; }
.gm-head em.on{ }
.menu{ 
    background:#f8f8f8;
    box-shadow:0 0 8px rgba(0,0,0,0.3);
    -webkit-transform:translateX(100%);
    -moz-transform:translateX(100%);
    -ms-transform:translateX(100%);
    transform:translateX(100%);
    -webkit-transition:all ease-in-out 0.5s;
    -moz-transition:all ease-in-out 0.5s;
    -ms-transition:all ease-in-out 0.5s;
    transition:all ease-in-out 0.5s;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}
.show{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
}