﻿@charset "utf-8";
/*CSS通用重置样式*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin:0;padding:0;list-style:none; text-decoration:none;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup,i {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size:100%;}
body {font-size:12px;color:#333;background:#FFF;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{vertical-align:middle;}
.clearfix:before,.cf:before,.clearfix:after,.cf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}
html{_text-overflow:ellipsis;}
iframe{display:block;}

ol, ul {list-style: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Init */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend{margin: 0; padding: 0;border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

/* common */
body { font: 14px/1.5 "Helvetica Neue", Microsoft YaHei, "Microsoft Yahei", Helmet, Freesans, sans-serif; color:#333333; margin-top:0px; background:url(../images/topbg.jpg) no-repeat top #fff;}

.qz-index{
    padding-top: 120px;
    background: url(../images/qz100.jpg) no-repeat top center;
    background-size: auto;
}
.qz-index .nava{
    background: #da1624;
}
.qz-index .nav1 ul li:hover{
    background-color: #fa5136;
}
.qz-index .foot{
    background-color: #da1624;
}
.qz-index .hero-search-form{
    background: #f1f1f1;
}
.qz-index .search-form-input{
    background: none;
}

a,a:visited{ text-decoration:none;}

.clearer{ line-height:0px; clear:both; }
strong{ font-weight:bold;}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;} 
.clear {display: inline-block;    }
/**//* Hides from IE-mac \*/
* html .clear {height: 1%;}

/*
*  2021.12.22
*  统一导航样式  start
*/
.nav {
    height: 80px;
    background-color: rgba(27, 95, 206, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f1b5fce, endcolorstr=#7f1b5fce);
}

.nav ul {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

.nav li {
    position: relative;
    float: left;
    width: 20%;
}

.nav li a {
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.nav li a:hover,
.nav li.current a {
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4e000000, endcolorstr=#4e000000);
}

.nav li a i,
.menu li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(../../images/icons_04.png);
    background-image: url(../../images/icons_04_ie8.png)\9;
    background-size: 240px auto;
    transition: all .3s;
}

.nav .s1,
.menu .s1 {
    background-position: 0 0;
}

.nav .s2,
.menu .s2 {
    background-position: -40px 0;
}

.nav .s3,
.menu .s3 {
    background-position: -80px 0;
}

.nav .s4,
.menu .s4 {
    background-position: -120px 0;
}

.nav .s5,
.menu .s5 {
    background-position: -160px 0;
}

/* 高级菜单 */

.mask {
    visibility: hidden;
    position: fixed;
    z-index: 596;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d8000000, endcolorstr=#d8000000);
}

.mask.on {
    visibility: visible;
}

.mask:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 597;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    border-radius: 50%;
    transform: translate(50%, 50%);
    transition: all .6s;
}

.mask.on:after {
    width: 6000px;
    height: 6000px;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    position: fixed;
    z-index: 598;
    top: 0;
    right: 20%;
    bottom: 0;
    width: 60%;
    margin-right: -200%\9;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    margin-right: 0\9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 60%;
    max-width: 420px;
    margin: 60px auto;
}

.menu>ul>li {
    float: left;
    width: 46%;
    min-height: 240px;
    margin: 2%;
    padding: 20px;
    background-color: #06b;
    color: #fff;
    border-radius: 4px;
    animation-duration: .3s;
}

.menu>ul>li.home {
    display: none;
}

.menu li li {
    float: left;
    width: 50%;
}

.menu li ul {
    margin-top: 10px;
}

.menu>ul>li>a {
    display: block;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.menu li li a {
    position: relative;
    display: block;
    margin: 0 10px;
    padding: 0 15px 0 25px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    border-radius: 4px;
    transition: opacity .3s;
}

.menu li ul:hover li:not(:hover) a {
    opacity: 0.5;
}

.menu li li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 10px;
}

.menu>ul>li:nth-child(1) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .6s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .7s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .8s;
}

.menu-btn {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 599;
    width: 88px;
    height: 88px;
    padding: 24px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background: url(../../images/menu.png) center no-repeat;
    color: #fff;
}

.menu-btn>b {
    display: block;
    width: 40px;
    height: 40px;
    transition: transform .3s;
}

.menu-btn.on b {
    line-height: 0;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA5LTE3VDE1OjMzOjM0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHN0RXZ0OndoZW49IjIwMTktMDktMTdUMTU6MzM6MzQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/rxV8AAABA0lEQVRIibWUsW3DMBBFv7SCiiDxMCo1RJLGExiwVtE0LlS7DBAD8QL2AE7/UuSYEIIkXkjngIMI8u49ENKpAvSfUdvzVdJBUnsHZmusZ0kSIOCd7/gAGtvLycYYAG/Aj2DHb5wzJY31htjFAgH7AskUvg9n08IcySJ8TvBXySp8SeCVJOFrgpTEBU8J5iS1pQvuEUwlR0sX3CsQsAVuEfhme8neCtz/ooukR1tfJT15mup0iRpJpwguW5/sbD0SV5x+LS+W8YtfHcbcCXUPY/aEeiW5cLekBO6SlMKTklCwKYAvSTaxYCyEz0nGWDAAn0BfAA/ZG2uIBQ9Adwd4yM6Y+gIsJSD6TQ2Y9QAAAABJRU5ErkJggg==) center no-repeat;
    transform: rotateZ(180deg);
}

.menu-btn>span {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 36px;
}

.menu-btn>span:nth-child(2) {
    top: 42px;
}

.menu-btn>span:nth-child(3) {
    top: 48px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #fff;
}

.menu-btn.on span:nth-child(1) {
    top: 42px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 42px;
    transform: rotate(135deg);
}

@media (max-height: 720px) and (min-width:1024px) {
    .menu img {
        width: 40%;
        margin: 20px auto;
    }

    .menu ul {
        max-height: 620px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .menu>ul>li {
        min-height: 320px;
    }

    .menu li li a {
        line-height: 40px;
    }
}

@media (max-height: 1080px) and (min-width: 1024px){
    .menu ul {
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}
@media (max-height: 720px) and (min-width: 1024px){
    .menu ul {
        max-height: 510px;
    }
}

@media (max-width: 1200px) {
    .nav {
        display: none;
    }
    .menu-btn {
        position: absolute;
        bottom: auto;
        top: 0px;
        right: -20px;
        background: none;
    }

    .menu {
        width: 90%;
        right: 5%;
    }

    .menu img {
        margin: 60px 0;
    }

    .modal-open .header h1 {
        background: none;
    }

    .menu>ul>li.home {
        display: block;
        width: 96%;
        text-align: center;
    }

    .menu>ul>li {
        min-height: inherit;
        padding: 10px;
    }

    .menu li ul {
        display: none;
    }

    .menu-btn>b {
        display: none;
    }

    .menu-btn>span {
        display: block;
    }
}

@media (max-width: 360px) {
    .menu li a {
        text-align: center;
    }

    .menu li a i {
        display: block;
        margin: 0 auto;
    }
}

/*
*  2021.12.22
*  统一导航样式  end
*/

.bannera { width:1000px; margin:0 auto;height:200px; overflow:hidden; position: relative;}

.logoa { width:543px;  height:90px;
margin-top:45px; float:left;}

.nava { height:50px; width:100%; background:#0d48a2; }

.nav1 { width:1000px;margin:0 auto;height:50px;}

.nav1 ul li {float:left; color:#fff;font-size:18px; color:#fff; text-align: center; width:20%}
.nav1 ul li:first-child a {border-left: none; }
.nav1 ul li a {color:#fff; display: block; border-left:1px solid transparent; margin-top:12px; margin-bottom:12px; border-left-color:#fff}
.advertisa { width:1000px; height:90px; margin:0 auto; margin-top: 15px;}
.ma { width:1000px; margin:0 auto; margin-top:15px; overflow:hidden; }
.mal {width:500px;height: auto;float:left;}



.focusa{position:relative;width:500px;height:330px;background-color: #000;/* float: left; */}  
.focusa img{ width: 500px; height: 330px;} 
.focusa .shadow .title{width: 500px; height: 65px;padding-left: 30px;padding-top: 20px; }
.focusa .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden;}
.focusa .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focusa .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focusa .btn a:hover,.focusa .btn a.current{  cursor:pointer;background:#fc114a;}  
.focusa .fPic{ position:absolute; left:0px; top:0px; }  
.focusa .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focusa .shadow{ width:500px; position:absolute; bottom:0; left:0; z-index:10; height:45px; line-height: 45px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9; color:#fff/* text-align:center;*/}  
.focusa .shadow a{ text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:10px; width:360px; float:left; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focusa .fcona{ position:relative; width:100%; float:left;   background:#000  }  
.focusa .fcona img{ display:block; }  
.focusa .fbg{bottom:10px; right:5px; position:absolute; height:20px; text-align:center; z-index: 200;/* display:none*/}  
.focusa .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focusa .D1fBt a{position:relative; display:inline; width:8px; height:8px; border-radius:5px; margin:0 3px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#fff}    
.focusa .D1fBt .current,.focus .D1fBt a:hover{ width:16px; height:8px; background:#fc114a; color:#fff}
.focusa .D1fBt img{}
.focusa .D1fBt i{ font-style:normal; }    
.focusa .preva,.focusa .nexta{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat; }
.focusa .preva{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focusa .nexta{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focusa .preva:hover{  background-position:0 0; }  
.focusa .nexta:hover{  background-position:-40px 0;}  



.mar {width:480px;float:right;height: auto;overflow:hidden;}

.martop {border-top:solid #e5e5e5 1px;/*width:480px;*/width:100%;overflow:hidden;
height:45px; line-height: 45px;

}


.martop p {cursor: pointer;text-align: center;font-size:16px;color:#247abf;  width:88px; height:40px; float:left; }
.martop p.curre {color:#0d48a2; border-top: 3px solid #0d48a2 }


.martopa {border-top:solid #e5e5e5 1px;width:470px;overflow:hidden;height:50px;line-height: 50px;margin-top: 30px;}


.martopa p {cursor: pointer;text-align: center;font-size:18px;color:#247abf;  width:150px; height:50px; float:left; }
.martopa p.curre {color:#0d48a2; border-top: 3px solid #0d48a2 }


.martopa p.curre a {
    color: #0d48a2;
}

.martopa p a {
    color: #247abf;
}

.marma {width:480px;display: none;height:300px;overflow:hidden;}
.marma .time {
    line-height: 40px;
	text-align:right;
    color: #727272;
	float:right
}
.marma h5 {font-size:18px;font-weight:bold;color:#333;line-height: 42px;text-align: center;}
.marma h5 a { color:#333;  }

.marma p { font-size:14px; 
color:#373737; line-height:28px; height:112px;}
.marma p a { color:#373737;  }

.marma ul li { width:440px;  
    font-size:14px;padding-left:30px;height:35px;
background:url(../images/libg.png) no-repeat left center;
  line-height: 35px; border-bottom:1px dashed #d9d9d9 ;   
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.marma ul li a {  color:#333; float:left; width:350px; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.marmatx { height:328px;overflow:hidden; }





.mb { width:1000px; margin:0 auto;overflow:hidden;margin-top:15px; }
.mb p { float:left; width:300px; }

.mc { width:1000px; margin:0 auto;overflow:hidden;margin-top:15px; }

.mcl { width:440px; float:left}

.newList_1 li span { display: none;  }


.mcltop {border-top:solid #e5e5e5 1px;
width:440px;overflow:hidden;
height:50px; line-height: 50px;
}


.mcltop p {cursor: pointer;text-align: center;font-size:16px;color:#247abf;  width:220px; height:50px; float:left; }
.mcltop p.curre {color:#0d48a2; border-top:3px solid #0d48a2 }

.mcmlm {width:440px}

.mcma { width:100%; display: none; }
.mcma ul li { width:410px; height:45px; 
    font-size:14px;padding-left:30px;
background:url(../images/libg.png) no-repeat left center;
  line-height: 45px; border-bottom:1px dashed #d9d9d9;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.mcma ul li a { color:#333; }
.newdoc { width:100%; height:65px; overflow:hidden;}

.newdoc p { width:65px; height:65px;
 text-align: center;line-height: 32px;
font-size:18px;color:#fff; background:#da3214;
   -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari 和 Chrome */
  border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
 float:left;}

.newdoc h5 {
    float:left;
    width:355px;
    padding-left:10px;
    line-height: 31px;
    font-size: 16px;
    font-weight:bold;
    }
.newdoc h5 a { color:#333; }

.mcr {width:340px; float:right;}
.mcr img { width:160px; height:100px; }
.mcr h5 { line-height: 36px; font-size:18px;padding-top:15px; }
.mcr h5 a { color:#333; }
.mcr .content ul{width:100%; overflow:hidden}
.mcr .content ul li{width:50%; float:left;margin-bottom:5px; text-align:center}
.mcr .content ul li a .li-t{min-height: auto; width: 100%}
.mcr .content ul li a .li-t img{
  margin: 0 auto;  
}
.mcr .content ul li a .li-b{
  font-size: 14px;
  line-height: 32px;
  color: #333;
  text-align: center;
  padding:0 5px;
  height:32px;
  overflow:hidden
}

.listmul .content ul{width:100%; overflow:hidden}
.listmul .content ul li{width:100%; float:left;margin-bottom:5px; text-align:center}
.listmul .content ul li a .li-t{min-height: auto; width: 100%}
.listmul .content ul li a .li-t img{
  margin: 0 auto;  
}
.listmul .content ul li a .li-b{
  font-size: 14px;
  line-height: 32px;
  color: #333;
  text-align: center;
  padding:0 5px;
  height:32px;
  overflow:hidden
}


.mcm {width:205px; margin-left:15px; float:left;}
.mcm ul {}
.mcm ul li { width:205px; padding:12px 0 }

.md { width:1000px; margin:0 auto;overflow:hidden;margin-top:15px; }
.md ul li { width:190px;  height:45px; text-align: center;
color:#fff; line-height: 45px; font-size:18px;  float:left;padding-left:25px;}
.md ul li a { color:#fff; }

.md ul li.mda { background:url(../images/mdabg.png) no-repeat 48px 0px #0d48a2 }
.md ul li.mdb {margin-left:44px; background:url(../images/mdbbg.png) no-repeat 48px 0px #0d48a2 }
.md ul li.mdc { margin-left:44px;background:url(../images/mdcbg.png) no-repeat 34px 0px #0d48a2 }
.md ul li.mdd {margin-left:44px; background:url(../images/mddbg.png) no-repeat 48px 0px #0d48a2 }



.me { width:1000px; margin:0 auto;overflow:hidden;margin-top:15px; }


.mel { width:235px; float:left; }



.mel ul li { width:420px; height:45px; 
    font-size:16px;padding-left:30px;
background:url(../images/libg.png) no-repeat left center;
  line-height: 45px; border-bottom:1px dashed #d9d9d9;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.mel ul {margin-top:5px;}
.mel ul li a { color:#333; }

.mem { width:214px; float:left; margin:0 10px 0 25px}
.mem ul li {width:214px; height:47px; float:left}

 .mer { float:right; width:500px; overflow:hidden; }
 .mer .title {width:100%; padding:12px 0; float:left; background-color:#cfd8f5; color:#0d49a3; font-size:24px; text-align:center}
.mer ul li {float:left;margin:5px 0;background:url(../images/bsfwbk.png) no-repeat left center; width:242px; height:28px; text-align:center; padding:10px 0; font-size:16px}
.mer ul li a { color:#0d48a2}

.foot { width:100%; margin-top:15px; border-top:5px solid #e2e2e2; background-color:#0d48a2;}

.footm { width:1000px; margin:0 auto; }






.foot .QrCode{
    width:156px;
    height:156px;
    position:absolute;
    top:0;
    right:257px;
    cursor:pointer;
}

.foot .QrCode img{
    width:156px;
    height:156px;
}

.Links {
    width: 954px;
    height: 57px;
    line-height: 57px;
    margin:0 auto;
    margin-top:15px;
}

.linkCon {
    color: #444444;
    font-size: 14px;
}

.shu{
    width:1px;
    height:22px;
    background-color: #e2e2e2;
    margin:0 15px;
    display:inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
}

button[type=button] {
    height:57px;
    line-height: 57px;
    background: none;
    color: #e64242;
    font-weight:bolder;
    font-size: 14px;
    text-align: center;
}

.foot .linkCon .button {
    width: 95px;
    height: 57px;
    line-height: 57px;
    background: none;
    color: #e64242;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    float: left;
}

.linkCon select {
    height: 28px;
    outline: none;
    border:none;
    background: none;
    vertical-align: middle;
    color: #444444;
    font-size: 14px;
}

/*#gjbw {
    width: 450px;
}

#sqszf {
    width: 450px;
}

#zgajg {
    width: 165px;
}

#szf {
    width: 165px;
}

#sxzf {
    width: 165px;
}

#qtwz {
    width: 80px;
}

#zyxwz{
    width: 165px;
}*/


.zficon {
    width: 234px;
    padding-left:15px;
}


.info-itm {
    height: 100%;
    vertical-align: top;

    display: inline-block;
    _zoom: 1;
    _display: inline;
}

.zficon .jiucuo, .zficon .ideConac {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    margin-left: 0px;
}




.wzinfo {width:740px; display: inline-block;_zoom: 1;_display: inline;}

.wzinfo p { color:#fff; font-size:14px; line-height: 40px;}
.wzinfo p a{color:#fff}

.hero-search-form {
    display: block;
    overflow:hidden;
    height:50px;
    float: right;
    margin: 65px 0 0 100px;
    background: #fff;
      -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari 和 Chrome */
  border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.search-form {
    position: relative;
   height:50px;

    font-size:18px;
    line-height: 1;
    padding-right: 15px;
}

.search-form-input {
    -webkit-appearance: none;
    border-radius: 0;
    height: 100%;
    border: none;
    background-color: #fff;	
    outline: 0;
    line-height: 30px;
    padding: 2px;
    font-size: 18px;
    margin-right: 5px;
    width: 300px;
    color: #666;
    transition: all .4s ease;
    padding-left: 12px;
}


.hero-search-form .search-form-submit {
    font-weight: 700;
}


.search-form-submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    height: 100%;
    border: none;
    width: 100px;
    text-align: center;
	background:url(../images/fdj.png) no-repeat center center #0063c9;
    font-size: 18px;
    color: #fff;
    outline: 0;
    cursor: pointer;
    transition: all .4s ease;
}



/*  要闻动态  */


.marmli ul li { width:540px;  
    font-size:16px;padding-left:30px;height:46px;
background:url(../images/libg.png) no-repeat left center;
  line-height: 46px; border-bottom:1px dashed #d9d9d9 ;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}


.lmb { width:1000px; margin:0 auto; margin-top:15px;overflow:hidden; }

.lmbl { width:470px; float:left;overflow:hidden; }

.lmbr { width:470px; float:right;overflow:hidden; }


/*  政务公开  */


.listm { width:1000px; margin:0 auto; margin-top:20px; overflow:hidden;}


.mbxa { width:990px;margin:0 auto;padding-left:10px;border-left:3px solid #0d48a2;
height:30px;color:#333;margin-top:15px; font-size:16px; line-height: 30px;}

.mbxa a { color:#333; }


.listml { width:242px;float:left; }
.lisltop { width:240px; height:50px; 
 text-align: center; font-size:18px;
    line-height: 50px;background:#0d48a2; color:#fff;}
.listml ul  {  border-bottom:1px solid #eaeaea;
border-left:1px solid #eaeaea;
border-right:1px solid #eaeaea;}

.listml ul li {font-size:18px; width:170px;
    padding-left:70px; height:55px; line-height: 55px;
    border-bottom:1px solid #eaeaea;color:#333; }
.listml ul li a { color:#333; }
.listml ul li.zwa { background:url(../images/zwgkpic1.png) 13px 0px no-repeat; }
.listml ul li.zwb { background:url(../images/zwgkpic2.png) 13px 0px no-repeat; }
.listml ul li.zwc { background:url(../images/zwgkpic3.png) 13px 0px no-repeat; }
.listml ul li.zwd { background:url(../images/zwgkpic4.png) 13px 0px no-repeat; }
.listml ul li.zwe { background:url(../images/zwgkpic5.png) 13px 0px no-repeat; }
.listml ul li.zwf { background:url(../images/zwgkpic6.png) 13px 0px no-repeat; }



.listml ul li.zwa:hover { background:url(../images/zwgkpic1.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwb:hover { background:url(../images/zwgkpic2.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwc:hover { background:url(../images/zwgkpic3.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwd:hover { background:url(../images/zwgkpic4.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwe:hover { background:url(../images/zwgkpic5.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwf:hover { background:url(../images/zwgkpic6.png) 13px 0px no-repeat #ebf6ef; }




.listml ul li.zwda { background:url(../images/zwdtpic2.png) 13px 0px no-repeat; }
.listml ul li.zwdb { background:url(../images/zwdtpic1.png) 13px 0px no-repeat; }
.listml ul li.zwdc { background:url(../images/zwdtpic5.png) 13px 0px no-repeat; }
.listml ul li.zwdd { background:url(../images/zwdtpic3.png) 13px 0px no-repeat; }
.listml ul li.zwde { background:url(../images/zwdtpic4.png) 13px 0px no-repeat; }
.listml ul li.zwdf { background:url(../images/zwdtpic6.png) 13px 0px no-repeat; }

.listml ul li.zwda:hover { background:url(../images/zwdtpic2.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwdb:hover { background:url(../images/zwdtpic1.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwdc:hover { background:url(../images/zwdtpic5.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwdd:hover { background:url(../images/zwdtpic3.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwde:hover { background:url(../images/zwdtpic4.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.zwdf:hover { background:url(../images/zwdtpic6.png) 13px 0px no-repeat #ebf6ef; }


.listmr { width:725px;/* border:1px solid #eaeaea;*/ float:right; }

.lsrtop { width:725px;line-height: 60px; height:60px;/*border:1px solid #eaeaea;*/}

.lsrtop i { font-size: 24px;
    border-bottom: 2px solid #0d48a2;
    color: #0d48a2;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px; font-weight:bold;}

.listmr ul li {
    width: 695px;
    font-size: 16px;
    padding-left: 30px;
    height: 50px;
    background: url(../images/libg.png) 5px 5px no-repeat;
    line-height: 50px;
    border-bottom: 1px dashed #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listmr ul li a {  display: block; width: 550px;
        height: 50px;   line-height: 50px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;color:#333;float:left;}

.listmr ul li i { padding-right:20px; }




/*  机构职能  */


.listml ul li.jga { background:url(../images/jgpica.png) 13px 0px no-repeat; }
.listml ul li.jgb { background:url(../images/jgpicb.png) 13px 0px no-repeat; }
.listml ul li.jgc { background:url(../images/jgpicc.png) 13px 0px no-repeat; }
.listml ul li.jgd { background:url(../images/jgpicd.png) 13px 0px no-repeat; }

.listml ul li.jga:hover { background:url(../images/jgpica.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.jgb:hover { background:url(../images/jgpicb.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.jgc:hover { background:url(../images/jgpicc.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.jgd:hover { background:url(../images/jgpicd.png) 13px 0px no-repeat #ebf6ef; }



/*  阳光政务平台  */

.listml ul li.yga { background:url(../images/ygpic1.png) 13px 0px no-repeat; }
.listml ul li.ygb { background:url(../images/ygpic2.png) 13px 0px no-repeat; }
.listml ul li.ygc { background:url(../images/ygpic3.png) 13px 0px no-repeat; }
.listml ul li.ygd { background:url(../images/ygpic4.png) 13px 0px no-repeat; }
.listml ul li.yge { background:url(../images/ygpic5.png) 13px 0px no-repeat; }


.listml ul li.yga:hover { background:url(../images/ygpic1.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.ygb:hover { background:url(../images/ygpic2.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.ygc:hover { background:url(../images/ygpic3.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.ygd:hover { background:url(../images/ygpic4.png) 13px 0px no-repeat #ebf6ef; }
.listml ul li.yge:hover { background:url(../images/ygpic5.png) 13px 0px no-repeat #ebf6ef; }








.page {
    width: 650px;
    /* height: 41px; */
    margin: 40px auto;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
}

.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 4px 8px;
    margin: 0 2px;
    display: inline-block;
    _zoom:1;
    _display:block;
    _display:inline;
    *display:block;
    *display:inline;
    *zoom:1;
    margin-bottom: 10px;
}

.page a.current {
    color: #fff;
    background-color: #0d48a2;
}





.listml ul li.current {background-color:#ebf6ef;}




.detailm {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden
}



.viewList {
    width: 1000px;
    margin: 0 auto;
    /*border: solid 1px #f0f0f0;*/
}


.zw-title {
    width: 900px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #282828;
    margin: 45px 50px;
}

.zw-info {
    width: 900px;
    margin: 30px auto;
    height: 35px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #d5d5d5;
    font-size: 14px;
    color: #666;
    text-align: left;
    position: relative;
}

.zw-info .time {
    margin: 0 20px;
}

.zw-info .changeFont {
    float: right;
    padding-right: 200px;
}


#lFont, #mFont, #sFont {
    margin: 0 5px;
    cursor: pointer;
}

.shareIcon {
    width: 150px;
    margin: 45px auto;
    position: absolute;
    top: -53px;
    right: 0px;
}

.zw {
    /*width: 900px;*/
	width: 90%;
    margin: 15px auto 0 auto;
    font-size: 16px;
    line-height: 32px;
    color: #424242;
}


.zw img {
    display: block;
    max-width:100%;
    margin: 15px auto!important;
}

.xgwz {
    width: 900px;
    margin: 0 auto;
}

.xgwz ul li {
    width: 1025px;
}

.xgwz ul li .til {
    width: 850px;
}

.t-title {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    color: #2c8be9;
    border-left: 3px solid #2c8be9;
    padding-left: 8px;
}



.marmli ul li a { color:#333;}


.listmyw { width:1000px; margin:0 auto; border:1px solid #eaeaea; overflow:hidden;}
.listmyw ul li {
    width: 1135px;
    font-size: 16px;
    padding-left: 60px;
    height: 50px;
    background: url(../images/libg.png) 29px 5px no-repeat;
    line-height: 50px;
    border-bottom: 1px dashed #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listmyw ul li a { color:#333; }


.martop p a {     color: #247abf; }



.martop p.curre a {
     color: #0d48a2;

}

.mcltop p.curre a {         color: #0d48a2;}


.mcltop p a {    color: #247abf;  }

.nav1 ul li.ncurre { background:#0A9B0A; }




.spacinga {margin-left:50px;margin-right:50px;}

.listmul { width:240px; float:left; }
.listmul ul li.zwa { background:url(../images/zwgkpic1.png) 4px 0px no-repeat; }
.listmul ul li.zwb { background:url(../images/zwgkpic2.png) 4px 0px no-repeat; }
.listmul ul li.zwc { background:url(../images/zwgkpic3.png) 4px 0px no-repeat; }
.listmul ul li.zwd { background:url(../images/zwgkpic4.png) 4px 0px no-repeat; }
.listmul ul li.zwe { background:url(../images/zwgkpic5.png) 4px 0px no-repeat; }
.listmul ul li.zwf { background:url(../images/zwgkpic6.png) 4px 0px no-repeat; }
.listmul ul li.zwg { background:url(../images/zwgkpic7.png) 4px 0px no-repeat; }



.listmul ul li.zwa:hover { background:url(../images/zwgkpic1.png) 4px 0px no-repeat #ebf6ef; }
.listmul ul li.zwb:hover { background:url(../images/zwgkpic2.png) 4px 0px no-repeat #ebf6ef; }
.listmul ul li.zwc:hover { background:url(../images/zwgkpic3.png) 4px 0px no-repeat #ebf6ef; }
.listmul ul li.zwd:hover { background:url(../images/zwgkpic4.png) 4px 0px no-repeat #ebf6ef; }
.listmul ul li.zwe:hover { background:url(../images/zwgkpic5.png) 4px 0px no-repeat #ebf6ef; }
.listmul ul li.zwf:hover { background:url(../images/zwgkpic6.png) 4px 0px no-repeat #ebf6ef; }
.listmul ul li.zwg:hover { background:url(../images/zwgkpic7.png) 4px 0px no-repeat #ebf6ef; }

.listmul ul li {     font-size: 18px;
    /*width:200px;
    padding-left: 30px;*/
	width:100%;
    height: auto;
    line-height: 55px;
    /*border-bottom: 1px solid #eaeaea;*/
	border-bottom: 1px solid #0d48a2;
    color: #333;  position: relative; }
.listmul ul.sul li {  font-size: 16px;
    width:180px;
    padding-left: 0px;
    height: auto;
    line-height: 45px;
    border-bottom: 1px solid #eaeaea;
    color: #333;  position: relative; }
.listmul .hasChild .icon {
  position: absolute;
  top: 0;
  right: 8px;
  font-weight: bold;
}
.listmul .hasChild .hasChild .icon {
  color: #2f6ea2;
  font-size: 18px;
  font-weight: bold;
}
.listmul .hasChild ul {
  display: none;
}
.listmul .hasChild.append>ul {
  display: block;
}
 ul.zwmin li a  { color:#333; }

 .floatIcon{
     width: 52px;
     
     background-color: #0d48a2;
     position: fixed;
     right: 20px;
     top: 300px;

 }
.floatIcon #wxIcon,.floatIcon #mobileIcon,.floatIcon #wbIcon,.floatIcon #mapIcon{ padding:10px; cursor:pointer }

/*
 * 字体轮播
 * */
 .textSlideWrap {
  width:848px;
  margin:0 auto;
  position: relative;
  height: 60px;
  padding: 10px 10px 10px 140px;
  margin-top: 15px;
  /*border: 1px solid #ddd;*/
  background-color: #f5f5f5 }
  .textSlideWrap .iconfont {
    position: absolute;
    left: 10px;
    z-index: 1;
    display: block;
    width: 128px;
    height: 60px;
    line-height: 22px;
	background:url(../images/tzgg.png) no-repeat left center}
  .textSlideWrap .iconfont a {
  color:#fff; float:right; margin:8px 26px 0 0
  }
  .textSlideWrap .txtMarquee-left li {
    padding:15px 0;
	height:30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all; }
    .textSlideWrap .txtMarquee-left li a, .textSlideWrap .txtMarquee-left li a:hover {color: #000; margin-left: 15px}