@charset "utf-8";
body{
    padding:0;
    margin:0;
    font-family:"Microsoft Yahei", Verdana, Arial;
    font-size:16px;
    -webkit-text-size-adjust:none;
    background:url(../images/twill_gray_bg.jpg);
}
@font-face{
    font-family:"iconmoon";
    src:url("../fonts/icomoon.eot?2z3o0y");
    src:url("../fonts/icomoon.eot?#iefix2z3o0y") format("embedded-opentype"), url("../fonts/icomoon.woff?2z3o0y") format("woff"), url("../fonts/icomoon.ttf?2z3o0y") format("truetype"),
    url("../fonts/icomoon.svg?2z3o0y#icomoon") format("svg");
    font-weight:normal;
    font-style:normal;
}
html, body{
    height:100%;
}
img{
    border:none;
}
dl, dt, dd, ul, li, form, input, textarea{
    margin:0;
    padding:0;
    list-style:none;
}
i, em{
    font-weight:normal;
    font-style:normal;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
a{
    color:#333;
    text-decoration:none;
}
.white-bg{
    background-color:#fff;
}
.blue-bg{
    background-color:#4183d9;
}
.pt-20{
    padding-top:20px;
}
.pd-20{
    padding:20px;
}
.pd-40{
    padding:10px 40px;
}
.pd-lr-20{
    padding-left:20px;
    padding-right:20px;
}
.col-c-h .pd-lr-20{
    padding-top:20px;
    padding-bottom:20px;
}
.col-a-h{
    height:227px;
}
.col-b-h{
    height:156px;
}
.col-c-h{
    height:300px;
}
.min-content-h{
    min-height:300px;
}
.max-wrap{
    max-width:1920px;
    min-width:1320px;
    margin:0 auto;
    position:relative;
}
.main-wrap{
    width:1320px;
    margin:0 auto;
    position:relative;
}
.main-wrap-bar{
    position:absolute;
    width:100%;
    top:530px;
}
/*top-bar--start*/
.top-bar{
    color:#888;
    font-size:0.75em;
    line-height:30px;
    background-color:#fff;
}
.top-bar a{
    color:#888;
}
.top-bar .english{
    color:#f15447;
}
.top-bar a:hover{
    text-decoration:underline;
}
.top-bar .four-links{
    float:left;
}
.top-bar .version-links{
    float:right;
}
.link-sep:before{
    content:"|";
    display:inline-block;
    padding:0 3px;
}
/*top-bar--end*/
.logo-small{
    display:none;
}
/*头图--开始*/
.banner{
    height:697px;
    overflow:hidden;
    position:relative;
    width:100%;
    background-color:#fff;
}
.banner ul{
    float:left;
}
.banner ul li{
    display:none;
    height:697px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
.home .banner ul li{
    top:0;
}
.banner .hd a.prev{
    left:30px;
    background:url(../images/page01.png) no-repeat center;
    z-index:999;
}
.banner .hd a.prev:hover{
    background:url(../images/page001.png) no-repeat center;
}
.banner .hd a.next{
    right:30px;
    background:url(../images/page02.png) no-repeat center;
    z-index:999;
}
.banner .hd a.next:hover{
    background:url(../images/page002.png) no-repeat center;
}
.banner .hd a{
    display:none;
    width:52px;
    height:52px;
    background:#bb0014;
    position:absolute;
    top:35%;
    margin-top:-19px;
    cursor:pointer;
}
@media screen and (max-width:720px){
    .banner .hd a{
        display:none;
    }
}
/*头图--结束*/
.logo-bar{
    padding-top:66px;
}
.logo-bar .logo{
    float:left;
}
/*搜索开始*/
.find-bar{
    width:240px;
    background-color:#fff;
    -webkit-box-shadow:0 3px 4px rgba(0, 0, 0, 0.18);
    box-shadow:0 3px 4px rgba(0, 0, 0, 0.18);
    -webkit-transition:-webkit-box-shadow .2s;
    transition:box-shadow .2s;
    position:absolute;
    top:-417px;
    right:0;
}
.find-bar input{
    display:block;
    font-size:.875em;
    height:35px;
    line-height:35px;
    outline:none;
    border:none;
    margin:0;
}
.find-bar input[type="submit"]{
    float:right;
    width:65px;
    cursor:pointer;
    background:#3671cf;
    color:#fff;
}
.find-bar input[type="text"]{
    float:left;
    width:calc(100% - 65px);
    padding-left:10px;
    color:#999;
    background:transparent;
    box-sizing:border-box;
}
.find-bar em{
    display:block;
    position:absolute;
    background:none !important;
    color:red;
    font-style:normal;
    font-size:0.875em;
    width:100px;
}
/*搜索结束*/
/*下拉菜单--start*/
.main-nav-bg{
    position:relative;
    z-index:99;
    background-color:#fff;
    opacity:.92;
    filter:alpha(opacity=92);
}
#menu a{
    display:block;
    color:#444;
}
#menu li:hover > ul{
    display:block;
}
/* 一级菜单 */
#menu > ul{
    display:block;
}
#menu > ul:after{
    clear:both;
    display:block;
    height:0;
}
#menu > ul > li{
    display:block;
    float:left;
    position:relative;
}
#menu > ul > li > a{
    height:calc(1.5em + 25px);
    line-height:calc(1.5em + 25px);
    text-align:center;
    font-weight:bold;
    font-size:1.125em;
    margin:0 63px;
}
#menu > ul > li.focus a{
    border-bottom:3px solid #4471c9;
    box-sizing:border-box;
}
#menu > ul > li.focus:hover a, #menu > ul > li a:hover{
    color:#4471c9;
}
/* 下拉的菜单栏 */
#menu > ul > li ul{
    display:none;
    position:absolute;
    background-color:#fff;
    width:100%;
    border-top:none;
    -webkit-box-shadow:0 3px 4px rgba(0, 0, 0, 0.18);
    box-shadow:0 3px 4px rgba(0, 0, 0, 0.18);
    -webkit-transition:-webkit-box-shadow .2s;
    transition:box-shadow .2s;
}
/* 下拉菜单的菜单项 */
#menu > ul > li > ul li{
    text-align:center;
    position:relative;
}
#menu > ul > li > ul li > a{
    color:#444;
    font-size:0.875em;
    padding:10px 0;
}
#menu > ul > li > ul li:first-child > a{
    border-top:1px solid #f0f0f0;
}
#menu > ul > li > ul li:first-child > a:hover{
}
#menu > ul > li > ul li > a:hover{
    background-color:#4471c9;
    color:#fff;
}
/* 三级及以下的菜单项的定位 */
#menu > ul > li > ul > li ul{
    left:100px;
    top:-1px;
}
#menu > ul > li > ul > li ul > li{
    font-size:0.75em;
}
/* 下拉的菜单--end*/
.col-a-left{
    float:left;
    width:652px;
}
.col-a-right{
    margin-left:652px;
    overflow:hidden;
}
/*二级栏目切换--模块化--开始*/
.box-tab > dd{
    padding-top:10px;
}
.box-tab > dt{
    line-height:2em;
}
.box-tab > dt > ul > li{
    display:block;
    float:left;
}
.box-tab > dt > ul > li.focus > a{
    color:#fff;
    background-color:#4471c9;
    border-radius:16px;
}
.box-tab > dt > ul > li > a, .box-tab > dt > ul > a{
    display:block;
    color:#666;
    font-size:0.9375em;
    font-weight:bold;
    padding:0 10px;
    margin-right:10px;
}
.box-tab > dt > ul > a:hover{
    color:#3db1ea;
}
.box-tab > dd > ul > li{
    display:none;
}
.box-tab > dd > ul > li.focus{
    display:block;
}
.box-tab > dt > ul:after{
    content:"";
    display:block;
    height:0;
    clear:both;
}
.more.more-right{
    display:block;
    float:right;
    color:#333;
    font-family:Simsun;
    font-weight:normal;
    font-size:0.75em;
    margin-right:0;
    padding:0;
}
.more.more-right:after{
    content:">>";
    font-family:Simsun;
}
.more.more-right:hover{
    color:#ff7900;
}
.more.more-mobile{
    float:right;
}
.more.more-center{
    display:block;
    text-align:center;
    background-color:#eee;
    padding:8px 0;
}
.more.more-center:hover{
    background-color:#3db1ea;
    color:#fff;
    -webkit-transition:background-color 400ms;
    transition:background-color 400ms;
}
.box-tab.online-service{
    position:relative;
}
.box-tab.online-service dt{
    position:absolute;
    right:0;
    top:-58px;
}
/*二级栏目切换--模块化--结束*/
/*列表--模块化--开始*/
.small-title{
    display:none;
}
.news-list > a{
    display:block;
    line-height:1.5em;
    padding:.35em 0;
    overflow:hidden;
}
.news-list > a > span{
    float:left;
    width:calc(100% - 6em);
    color:#666;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position:relative;
}
.box-tab.scene .news-list > a > span{
    width:488px;
}
.news-list > a:hover > span{
    color:#ff7900 !important;
}
.news-list > a > em{
    float:right;
    font-size:.875em;
    color:#999;
}
.news-list.dot-b > a{
    padding:.75em 0;
    border-top:1px dotted #dcdcdc;
}
.news-list.dot-b > a:first-child{
    border-top:none;
}
.sub-box-c .news-list.dot-b > a{
    padding:18px 0;
}
/*列表--模块化--结束*/
.d-table{
    display:table;
    table-layout:fixed;
    width:100%;
}
.d-table > *{
    display:table-cell;
    vertical-align:top;
}
.d-table > .mr-20{
    width:20px;
}
.d-table > .col-half{
    width:50%;
}
.d-table-sub{
    display:table;
    table-layout:fixed;
    width:100%;
}
.d-table-sub > *{
    display:table-cell;
    vertical-align:top;
}
.d-table-sub > a{
    position:relative;
    height:300px;
    width:325px;
}
.img-frame{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
}
.img-frame img{
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
}
a:hover .img-frame img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
.d-table-content{
    color:#333;
    position:relative;
}
.d-table-content.pd-20{
    padding:15px;
}
.d-table-content .title{
    display:block;
    font-size:1.0625em;
    font-weight:bold;
}
.d-table-content p{
    font-size:0.875em;
    line-height:2em;
    text-indent:2em;
    margin:.5em 0;
}
.d-table-content .detail{
    position:absolute;
    display:block;
    font-size:.75em;
    float:right;
    border:1px solid #e8e8e8;
    line-height:2em;
    padding:0 15px;
    bottom:15px;
    right:20px;
}
.d-table-content .detail i{
    float:left;
    display:block;
    overflow:hidden;
    font-style:normal;
    font-size:18px;
    font-family:iconmoon;
    color:#67c4c9;
    transition:transform .3s;
    margin-right:8px;
}
.d-table-content .detail:hover i{
    transform:rotate(180deg); /*标准*/
    -ms-transform:rotate(180deg); /*ie9*/
    -moz-transform:rotate(180deg); /*fireFox*/
    -webkit-transform:rotate(180deg); /*Safari、Chrome*/
    -o-transform:rotate(180deg); /*Opera*/
}
/*icon-list*/
.icon-list a{
    display:block;
    text-align:center;
    padding-top:64px;
    -webkit-transition:-webkit-transform .2s linear;
    -moz-transition:-moz-transform .2s linear;
    -o-transition:-o-transform .2s linear;
    transition:transform .2s linear;
}
.icon-list a i{
    font-style:normal;
    font-family:"iconmoon";
    display:block;
    font-size:1.8em;
}
.icon-list a span{
    display:block;
    padding-top:5px;
}
.icon-list a:hover{
    -webkit-transform:translateX(-5px);
    -moz-transform:translateX(-5px);
    -ms-transform:translateX(-5px);
    -o-transform:translateX(-5px);
    transform:translateX(-5px);
}
.blue-bg .icon-list a i, .blue-bg .icon-list a span{
    color:#fff;
}
.pic-list li{
    display:block;
    float:left;
    position:relative;
    width:170px;
    height:125px;
    margin-left:5px;
}
.pic-list li:first-child{
    width:300px;
    height:256px;
    margin-left:0;
}
.pic-list li + li + li + li, .pic-list li + li + li + li + li{
    margin-top:5px;
}
.pic-list li a{
    display:block;
    height:125px;
}
.pic-list-bar .img-frame img{
    width:100%;
}
.color-light-blue{
    background-color:#67c4c9;
}
.color-light-blue .title-name{
    display:block;
    color:#fff;
    height:2.5em;
    line-height:2.5em;
    padding-left:20px;
}
.ad a{
    display:block;
}
.ad a img{
    display:block;
    width:100%;
}
.adv-2 img {
    display:block;
    width:100%;
}
.mt-20{
    margin-top:20px;
}
.select-links select{
    float:left;
    display:block;
    margin-left:1%;
    font-size:0.875em;
    line-height:35px;
    height:35px;
    color:#666;
    cursor:pointer;
    width:24.25%;
    box-sizing:border-box;
    padding-left:10px;
    border:1px #eaeaea solid;
    background-color:#fafafa;
}
.select-links select:first-child{
    margin-left:0;
}
.copyright{
    background-color:#3671cf;
    padding:25px 0 20px;
    font-size:.875em;
    font-size:0.8125em;
    line-height:2em;
    color:#cdd7e6;
}
.copyright table td{
    width:266px;
}
.copyright table td:first-child{
    width:auto;
}
.copyright table td span{
    padding-left:25px;
    display:block;
    float:right;
}
span#_span_jiucuo{
    padding-top:12px;
}
.copyright table td a{
    padding-right:10px;
    color:#cdd7e6;
}
.small-copyright{
    display:none;
    padding:6px 10px;
    text-align:center;
    font-size:0.875em;
    line-height:1.5em;
    box-sizing:border-box;
}
/*二级页面左右结构-start*/
.d-table{
    display:table;
    table-layout:fixed;
    width:100%;
}
.d-table > *{
    display:table-cell;
    vertical-align:top;
}
.sub-nav-left{
    width:240px;
}
.sub-nav-left .title{
    background-color:#3671cf;
    color:#fff;
    padding:25px 0;
    text-align:right;
    padding-right:30px;
}
.sub-nav-left .title-name{
    font-size:1.375em;
}
.sub-nav-left .underline{
    float:right;
}
.underline{
    width:20px;
    border-bottom:2px solid #fff;
    margin-top:10px;
}
.box-tab.sub-box-c{
    position:relative;
    padding-left:30px;
    border-left:1px solid #e8e8e8;
}
.box-tab.sub-box-c p{
    color:#333;
    line-height:2em;
}
.box-tab.sub-box-d{
    position:relative;
    padding:0 30px;
}
.box-tab.sub-box-d .sub-title{
    width:100%;
    text-align:center;
    border:1px #eee solid;
    border-radius:5px;
    background:#f8f8f8;
    padding:15px;
    box-sizing:border-box;
}
.box-tab .third-title{
    border-bottom:1px solid #dbdbdb;
}
.box-tab .third-title a{
    display:block;
    float:left;
    color:#000;
    padding:15px 0px;
    margin-right:20px;
}
.box-tab .third-title a.focus{
    border-bottom:3px solid #3db1ea;
    margin-bottom:-1px;
}
/*三级栏目较多的情况下-开始*/
.box-tab .third-title-2{
    padding:0 15px;
    border-bottom:1px solid #dbdbdb;
}
.box-tab .third-title-2 a{
    display:block;
    float:left;
    color:#000;
    margin:10px 5px 10px 5px;
    line-height:1.8em;
    font-size:.875em;
    padding:0 8px;
}
.box-tab .third-title-2 a.focus{
    border-bottom:none;
    background-color:#1bbc9b;
    color:#fff;
    border-radius:15px;
}
/*三级栏目较多的情况下-结束*/
.sub-nav-left .nodes a{
    color:#333;
    display:block;
    position:relative;
    line-height:1.5em;
    padding:15px 30px;
    overflow:hidden;
    text-align:right;
    margin-right:-1px;
    z-index:99;
    border-right:2px solid transparent;
}
.sub-nav-left .nodes a.focus, .sub-nav-left .nodes a:hover.focus, .sub-nav-left .nodes a.focus:after{
    background-color:#faf9f7;
    color:#28aec2;
    border-right:2px solid #2db8cd;
}
.sub-nav-left .nodes a:hover{
    background-color:#F1F0ED;
    color:#28aec2;
    border-right:2px solid #2db8cd;
}
.sub-nav-left .nodes a:first-child{
    border-top:none;
}
.box-tab.sub-box-c .sub-title .arrow-down{
    display:none;
    content:"";
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACuUlEQVRoQ93YS6hNURzH8eMRkTwGokwUtxgIAyHJW4kUyvsx4BbJjJAy8ShFDCQDMTJgcMujDISMGHgMkBRF3hflTaLj+zvZdfz7H517z2Ovv199Jv99zt5rnbXO2nvtQrFY/C+4xYjcYkRuMSK3GJFbjMgtRuQWI3KLEbnFiNxiRG4xIrcYkVuMqDyDcAon0F+FRNMdh3AWQ1UoTw/swE98xiakmlV4h184gF4oZTB2QZ3QGMl7bEBXpJIuWIZ2ZO1UZw5jOAqzcB/ZwYxGphXdkHfUicV4C9tOdWw1ShmNe7Af+oA10InyzAK8hm3fC0zHX+0bBW9kPmEl8socvIRt1zPMhJtxeAT7JY3MUjQ7M/AUtj3PMRf/zFR4ndFcnI9mZTIewrbjFRahqszGY9iTaDh1rNGZAG+av8EKdCiam2q4PdkTzEOjMhHewqNOLEenoqnkrRYarWmod8biLuz1dF/T6llTFsJbvx9gCuoV3QJuw15H97O1qPnmrDV6CfSr2ItoHk9CrdHSfwP2/F+gJww9X9Ul+jU0P73O3MF4dDYjcQ32vF+hZ766dSKLRmYddIO0F72FMeho9Ix0FfZ837AFDX3WWw8Nub24pob+rNWmBZdhz/Md29CU6GHyI2wjbqKazgzDRdjvazptRVOzEd40uw79eStFm6ELsN/TSOxELtkMb5pp3o+AzRCcgf38D+xGrtkOTQnbuCvQ/yCLNnBtsJ/Thm4fct/3aGXRNlm/qm3kJQxET5z+U7P2Q8eTiPb8e6Ctp22oOnDc1DLapvZBUukN7f29zniOoC+SjDqzF+UvMjzHkPIrp1LUmYOoNDIn0Q8hos4chR0ZLb3JTqdK0QKgKZR15hySn06Vos6ch26QA1SIHO2/9e6psfHebEfkFiNyixG5xYjcYkRuMSK3GE+x8Buma2tLCblf5wAAAABJRU5ErkJggg==) no-repeat center center;
    opacity:.80;
    filter:alpha(opacity=80);
    height:45px;
    width:45px;
    background-size:42%;
    cursor:pointer;
    position:absolute;
    right:0;
}
.box-tab.sub-box-c .sub-title .arrow-up{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACuklEQVRoQ93YS4hOcRjH8XGJSC4LUTYKxUJYaEhyGZRGCuV+WaBIdoSUzQylRiwkC7GyGAvlUhZCVixcFkiKItdxKXcSvb6/d5yaeXqGmXnPe855/OpT0/POnPP/z/9yzv+tKZVK/wW3GJFbjMgtRuQWI3KLEbnFiNxiRG4xIrcYkVuMyC1G5BYjyiJTMLv1x7jpg/O4iiEqRIw6cQw/obE/h8EIlf44iqQTiTMYiBBRJw7iF9p2InESg1DoqBP7YEfC0pQr7DRTJxrQ0UhYR1C4aaaFvRdeJ07huKklDmMACpGe2I0fsA29hKHoC3XIfi5N0Oe5Zxe+wjbwCsYgyXCchv09raf96IXcsg1fYBunB+BY2IyAtmD7+xrNRuSSLfgE26jrGI+OMhIXYP/uO/Yg02zER9jG3MQk/CujcBH27zVFdyCTbII3nW6gM51IovVzGfY6GpmdqFp6YAO86XQLE9HVjIbWk73eN2yHdsRUowuuxHvYm95BLbqbcbgGe11Ns63ojVSikVgGrxP3MQ2VRpuDpqa9vqbwZqTSmcV4C3uTB5iBtDIBt2Hv8xnrUdE0W4gW2Is/xiykHW0Wd2Hvp9mwDt3KfDyDvegTLEC1MhX3YO/7BlqnXco86L9uL6aO6bNqR+d8rT97f3VmFTqVmXgEe5HX0FTLKtPxELYdr7AEf81keJ34gOXIOnV4Ctue56iHG22B3nDqAbgaeUVr9SVsuzTN56BdtPV5C0wjod1Cz5I8swje7vkC+s6s3L658EZC+7deDnM9J/yJGroU3vNMa3ctygcenbXbfmGgfVtP1NTfdSqIOrMCanjSTh2tdVzWO1s5OnPruKrOaCT0jlPUrME7qBMH0A/tMgzNOIEifyOo965DOAsd0lrjfbMdkVuMyC1G5BYjcosRucWI3GJEbjGeUs1vU5NrS5yfGOQAAAAASUVORK5CYII=) no-repeat center center;
    opacity:.80;
    filter:alpha(opacity=80);
    background-size:42%;
}
span.box-title-name{
    color:#000;
    float:left;
    display:block;
    height:45px;
    line-height:45px;
    border-bottom:3px solid #3db1ea;
    margin-bottom:-1px;
}
.box-tab.sub-box-c .sub-title{
    display:none;
    border-bottom:1px solid #dbdbdb;
    box-sizing:border-box;
}
.box-tab .sub-title.second-title{
    display:none !important;
}
.box-tab.sub-box-c .sub-nav{
    display:none;
    padding:0 10px;
    background:#fafafa;
    border:1px solid #dbdbdb;
    border-top:none;
    width:100%;
    box-sizing:border-box;
    padding-top:15px;
    position:absolute;
    top:45px;
    z-index:8;
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.2);
}
.box-tab.sub-box-c .sub-nav a{
    display:block;
    padding:0 15px 15px 0px;
    font-size:.875em;
    float:left;
    color:#333;
}
.box-tab.sub-box-c .sub-nav a.focus{
    color:#3db1ea;
}
/*二级页面左右结构-end*/
/*单页排版*/
.article{
    color:#666;
    line-height:2.5em;
}
.article .article-title{
    display:block;
    font-size:1.25em;
    font-weight:bold;
    color:#333;
    padding:10px 0;
}
.article-sub-title{
    color:#2db8cd;
    display:inline-block;
    line-height:1.75em;
    padding:6px 10px;
    border:1px solid #7bd5e2;
    font-weight:bold;
}
.article p{
    margin:15px 0;
    text-indent:2em;
    color:#333;
}
.article-sub-title{
    font-size:0.875em;
    padding:3px 8px;
}
.col-article-left{
    float:left;
    width:600px;
}
.col-article-right{
    float:right;
    width:600px;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.col-article-img{
    width:600px;
}
.col-article-txt{
    width:640px;
}
.imgs span{
    display:block;
}
.imgs.a01 span{
    float:right;
    margin-right:-100px;
    margin-top:80px;
}
.imgs.a01 span:first-child{
    margin:0;
}
.imgs.a02 span{
    float:left;
    float:left;
    margin-top:0;
    margin-left:-100px;
}
.imgs.a02 span:first-child{
    margin:0;
    margin-top:80px;
}
.imgs img{
    display:block;
    width:320px;
}
.pb-50{
    padding-bottom:40px;
    margin-bottom:30px;
}
.jmg-left{
    float:left;
    width:39%;
}
.jmg-right{
    float:right;
    width:59%;
}
.jmg-left img, .jmg-right img{
    display:block;
    width:100%;
}
img.img-ydyl{
    float:right;
    display:block;
    max-width:500px;
    padding:10px;
}
img.img01-gk{
    max-width:100%;
    margin:0 auto;
    display:block;
    padding:10px 0;
    box-sizing:border-box;
}
img.img02-gk{
    float:right;
    display:block;
    max-width:360px;
    padding:10px;
    box-sizing:border-box;
}
.ad-f-right em{
    font-style:normal;
    display:block;
    float:left;
    padding-right:300px;
    text-indent:2em;
    color:#333;
}
.ad-f-right span{
    display:block;
    float:right;
    width:250px;
    height:44px;
    position:relative;
}
.ad-f-right span img{
    position:absolute;
    width:292px;
    top:-145px;
    right:0;
}
/*2020-05-08追加默认样式*/
.news_content_content > p, .news_content_content > div{
    text-indent:2em;
    line-height:1.875em;
}
.news_content_content > p > img, .news_content_content > div > img{
    display:block;
    margin:0 auto;
    max-width:78%;
    height:auto !important;
}
.news_content_content table{
    margin:10px auto;
    border-collapse:collapse;
}
.img-frame2 img{
    width:100%;
    height:150px;
}
.ggk{
    padding:6px 20px;
}
/*1320以下*/
@media screen and (max-width:1320px){
    .max-wrap{
        max-width:100%;
        min-width:inherit;
    }
    .main-wrap{
        width:auto;
    }
    .top-bar{
        display:none;
    }
    .logo-bar .find-bar{
        display:none;
    }
    .logo-small{
        display:block;
        background-color:#fff;
        height:70px;
        box-sizing:border-box;
        padding-top:13px;
        padding-left:10px;
    }
    .logo-small img{
        max-width:96%;
    }
    .logo-bar{
        display:none;
    }
    /*1320下搜索*/
    .find-bar{
        width:calc(100% - 66px);
        left:0;
        top:0;
        background:transparent;
        -webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0);
        box-shadow:0 0 0 rgba(0, 0, 0, 0);
        -webkit-transition:-webkit-box-shadow .2s;
        transition:box-shadow .2s;
    }
    .find-bar input[type="text"]{
        height:50px;
        line-height:50px;
        color:#fff;
    }
    .find-bar input[type="submit"]{
        height:50px;
        line-height:50px;
        background:#225fbf;
    }
    .find-bar input::-webkit-input-placeholder{ /* WebKit browsers */
        color:#fff;
    }
    .find-bar input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
        color:#fff;
    }
    .find-bar input::-moz-placeholder{ /* Mozilla Firefox 19+ */
        color:#fff;
    }
    .find-bar input:-ms-input-placeholder{ /* Internet Explorer 10+ */
        color:#fff;
    }
    .banner{
        height:300px;
    }
    .banner ul li{
        height:300px;
        background-size:cover !important;
    }
    .main-wrap-bar{
        top:300px;
    }
    .logo-bar{
        padding:42px 0 0 20px;
    }
    .logo-bar .logo img{
        width:600px;
    }
    .mt-20{
        margin-top:10px;
    }
    .d-table{
        display:block;
    }
    .d-table > *{
        display:block;
    }
    .d-table > .col-half{
        width:100%;
    }
    .d-table > .mr-20{
        display:none;
    }
    /*1320以下menu变形*/
    .main-nav-bg{
        height:50px;
        background-color:#3671cf;
    }
    .main-nav{
        width:50px;
        height:50px;
        float:right;
        margin-top:0;
    }
    #menu{
        display:none;
        float:right;
        position:absolute;
        top:50px;
        right:0;
        padding:0;
        width:autos;
        background-color:#fff;
        border-left:1px solid #e5e5e5;
    }
    #menu li:hover > ul{
        display:none;
    }
    #menu > ul{
        display:block;
        float:right;
    }
    #menu > ul > li{
        display:block;
        text-align:center;
        float:none;
    }
    .main-nav:after{
        content:"";
        display:block;
        background:url(../images/icon_list.png) center center no-repeat;
        width:50px;
        height:50px;
        background-size:55%;
        position:absolute;
        right:0;
        top:0;
        margin-right:10px;
    }
    #menu > ul > li > a{
        font-size:0.875em;
        line-height:1.5em;
        width:8em;
        height:auto;
        padding:10px;
        border-bottom:1px solid #e8e8e8;
        background:none;
        color:#333;
        margin:0;
        text-align:center;
        font-weight:normal;
    }
    #menu > ul > li.focus a{
        border-bottom:none;
        background-color:#E5E2E2;
        color:#333;
        width:100%;
    }
    .blue-bg{
        background:#4471c9;
    }
    .d-table-sub.pic-list-bar{
        display:block;
        padding-top:10px;
    }
    .d-table-sub.pic-list-bar > *{
        display:block;
    }
    .pic-list li{
        width:19.2% !important;
        margin-left:1% !important;
        margin-top:0 !important;
    }
    .pic-list li:first-child{
        height:auto;
        margin-left:0 !important;
    }
    .d-table-sub > a{
        display:none;
    }
    .icon-list a{
        padding:10px 0;
        border-top:1px solid #5a85d8;
        width:50%;
        float:left;
    }
    .icon-list a:first-child{
        border-top:none;
    }
    .copyright{
        padding:25px 10px 20px;
    }
    .ad-f-right span{
        position:inherit;
        width:292px;
        height:175px;
    }
    .ad-f-right span img{
        position:inherit;
    }
    .img-frame2 img{
        height:auto;
    }
}
/*1000以下*/
@media screen and (max-width:1000px){
    body{
        background:#eee;
    }
    .ad{
        display:none;
    }
    .banner{
        display:none;
    }
    .main-wrap-bar{
        top:70px;
    }
    .box-tab > dt{
        display:none;
    }
    .box-tab > dd{
        padding-top:0;
    }
    .box-tab > dd > ul > li{
        display:block;
    }
    .news-list > a{
        border-top:1px solid #e8e8e8 !important;
    }
    .news-list > a:first-child{
        border-top:none !important;
    }
    .news-list > a > span{
        width:100%;
        margin:0 10px;
        color:#333;
    }
    .min-content-h .news-list > a > span{
        margin:0;
    }
    .news-list > a > em{
        display:none;
    }
    .more:after{
        display:none;
    }
    .col-a-left{
        float:none;
        width:100%;
    }
    .col-a-h, .col-c-h{
        height:auto;
    }
    .min-content-h{
        min-height:auto;
    }
    .col-b-h{
        height:173px;
    }
    .pd-lr-20{
        padding:0;
    }
    .col-c-h .pd-lr-20{
        padding:0;
    }
    .pd-20{
        padding:15px;
    }
    .mt-20{
        margin-top:10px;
    }
    .col-c-h.mt-20{
        margin-top:0;
    }
    .pt-20{
        padding-top:0;
    }
    .ggk{
        padding:15px 15px;
    }
    .more.more-mobile{
        padding:0 10px;
        font-size:0.75em;
    }
    .small-title{
        display:block;
        background-color:#edeef1;
        height:2em;
        line-height:2em;
        border-left:3px solid #4491f0;
        padding-left:10px;
        color:#333;
    }
    .col-a-right{
        margin-left:0;
        width:100%;
        margin-top:10px;
    }
    .d-table-content .detail{
        float:left;
        position:relative;
        bottom:inherit;
        right:inherit;
    }
    .pic-list li:first-child{
        display:none;
    }
    .pic-list li{
        width:23% !important;
        margin:0 1%;
    }
    .select-links{
        display:none;
    }
    .copyright{
        padding:0;
    }
    .copyright table{
        display:none;
    }
    .small-copyright{
        display:block;
    }
    .min-content-h{
        min-height:auto;
    }
    .pd-40{
        padding:10px;
    }
    .img-frame{
        position:relative;
    }
    .pic-list li{
        height:auto;
    }
    .pic-list li a{
        height:auto;
    }
    /*1000以下左右结构变化*/
    .sub-nav-left{
        display:none;
    }
    .box-tab.sub-box-c .sub-title{
        display:block;
    }
    .box-tab.sub-box-c{
        padding:0;
        border:none;
    }
    .box-tab.sub-box-d{
        padding:0;
    }
    .box-tab.sub-box-c .sub-title .arrow-down{
        display:block;
    }
    .box-tab.sub-box-c .sub-title .arrow-down{
        display:block;
    }
    .box-tab.sub-box-c .sub-nav-block{
        display:block;
    }
    .box-tab .box-title-name.second-title{
        display:block;
    }
    .box-tab .third-title a.focus{
        background-color:#3db1ea;
        color:#fff;
        border-bottom:none;
        margin-bottom:4px;
    }
    .box-tab .third-title a{
        border:1px solid #ccc;
        font-size:.875em;
        border-radius:100px;
        padding:0 16px;
        background-color:#fff;
        border:none;
        line-height:30px;
        height:30px;
        margin:4px 5px 4px 5px;
    }
    .box-tab .sub-title.second-title{
        display:block !important;
    }
    span.box-title-name{
        border-bottom:none;
    }
    .box-tab .third-title{
        border-bottom:none;
        margin-top:5px;
    }
    /*单页排版*/
    .col-article-left, .col-article-right, .jmg-left, .jmg-right{
        float:none;
        width:auto;
    }
    .imgs.a01 span, .imgs.a02 span{
        float:none;
        margin:0 !important;
    }
    .jmg-left img, .jmg-right img{
        margin:10px auto 0;
    }
    .pb-50{
        padding:0;
        margin:0;
        border:none;
    }
    .imgs img{
        max-width:100%;
        width:auto;
        margin:10px auto 0;
    }
    img.img-ydyl{
        float:none;
        max-width:100%;
        padding:0;
        margin:0 auto;
    }
    img.img02-gk{
        float:none;
        max-width:100%;
    }
    .article .article-title{
        padding:0;
        font-size:1.125em;
    }
    .article p{
        line-height:2em;
    }
    .d-table-sub.pic-list-bar:after{
        content:"";
        display:block;
        height:0;
        clear:both;
    }
    .d-table-sub.pic-list-bar{
        padding-bottom:10px;
    }
    .ad-f-right span{
        float:none;
        width:auto;
        height:auto;
        max-width:100%;
    }
    .ad-f-right span img{
        width:auto;
        max-width:100%;
    }
    .box-tab.sub-box-c p img{
        width:100%;
    }
    .news_content_content > p > img, .news_content_content > div > img{
        max-width:100% !important;
    }
}
/*480以下*/
@media screen and (max-width:480px){
    .main-wrap-bar{
        top:auto;
    }
    .icon-list a span{
        font-size:0.875em;
    }
    .col-b-h{
        height:165px;
    }
}
/*基本模块化*/
/*网站地图页-模块化-start*/
.map-box.content-box{
    font-size:1em;
}
.map-box.content-box > .location{
    font-size:.75em;
}
.map{
}
.map > li{
    border-top:1px solid #e8e8e8;
    padding:0;
    line-height:2.4em;
}
.map > li:first-child{
    border-top:none;
}
.map > li .wrap{
    padding:5px 0;
}
.map > li .title{
    display:block;
    color:#333;
    border-left:8px solid #3db1ea;
    padding-left:10px;
    margin:10px 0;
    line-height:16px;
}
.map > li .node{
    display:inline-block;
    color:#4095ce;
    font-size:0.875em;
    line-height:2em;
    padding-right:25px;
    margin-left:19px;
}
.map > li .list{
    line-height:.75em;
    margin-bottom:5px;
    padding-left:19px;
}
.map > li .sub-node{
    display:inline-block;
    color:#888;
    font-size:0.75em;
    line-height:2em;
    padding-right:10px;
    font-family:Simsun;
}
.map > li .sub-node:before{
    content:">";
    font-family:Simsun;
    padding-right:5px;
}
.map a:hover{
    color:#ff7900;
}
/*网站地图页-模块化-end*/
/*内容页-模块化-start*/
.single-article{
    line-height:2.5em;
    color:#666;
    word-break:break-all;
}
.single-article p{
    text-indent:2em;
}
.location *{
    display:block;
    float:left;
}
.location{
    font-size:0.75em;
    line-height:1.5em;
    padding:12px 0;
}
.location:before{
    content:"d";
    float:left;
    font-size:1.25em;
    font-family:iconmoon;
    margin-right:7px;
    transform:translateY(4px);
    color:#999;
}
.location > a{
    color:#999;
}
.location > span{
    color:#333;
}
.location > a:after{
    content:">";
    padding:0px 5px;
}
.pd-space{
    padding:20px;
}
.sub-content{
    color:#666;
    padding-bottom:10px;
}
.sub-content .big-title{
    padding:10px 0;
    font-size:1.5em;
    text-align:center;
    color:#333;
}
.sub-content .second-title{
    padding-bottom:10px;
    font-size:1.2em;
    text-align:center;
    color:#666;
}
.sub-content .content-small-title{
    font-size:0.75em;
    text-align:center;
    color:#999;
    line-height:1.5em;
    border-bottom:1px #e8e8e8 solid;
    padding-bottom:1.25em;
}
.news_content_description{
    font-size:.75em;
    color:#888;
    background-color:#f3f3f3;
    line-height:1.75em;
    padding:15px;
    border:1px solid #e8e8e8;
    border-top:none;
}
.news_content_content{
    line-height:1.875em;
    font-size:1em;
    padding-top:15px;
}
.news_content_content img{
    max-width:95%;
    height:auto !important;
}
.news_content_other{
    padding:10px 0px;
}
.news-content-function{
    float:right;
    font-size:.75em;
    color:#999;
}
.news-content-function > span:before{
    content:"[";
}
.news-content-function > span:after{
    content:"]";
}
.news-content-function > span{
    display:inline-block;
    padding:0 5px;
    cursor:pointer;
    line-height:36px;
}
.news-content-function > span:hover{
    text-decoration:underline;
}
.news_content_img{
    text-align:center;
    padding:20px 0px;
}
.news_content_img img{
    max-width:700px;
    height:auto !important;
}
.news-content-share{
    float:left;
}
@media screen and (max-width:1000px){
    .location{
        padding-bottom:0;
    }
    .news_content_other{
        display:none;
    }
}
@media screen and (max-width:720px){
    .news_content_img img{
        max-width:100%;
    }
    .news_content_content img{
        max-width:100%;
    }
    .news_content_other{
        display:none;
    }
    .pd-space{
        padding:10px;
    }
}
@media screen and (max-width:480px){
    .sub-content .big-title, .sub-content .second-title, .sub-content .content-small-title{
        text-align:left;
    }
    .sub-content .big-title{
        font-size:1.25em;
        color:#000;
    }
    .second-title{
        font-size:1.125em;
    }
    .img-frame2 img{
        height:180px;
    }
}
@media screen and (max-width:320px){
    .ptlr-20{
        padding:10px;
    }
}
/*内容页-模块化-end*/
/*翻页-模块化-start*/
.page-tile{
    display:block;
    border-width:1px 0;
    font-family:Verdana, Arial;
    padding:15px 0;
}
.page-tile:after{
    display:block;
    content:"";
    clear:both;
}
.page-tile > *{
    color:#888;
    display:block;
    float:left;
    padding:0 .5em;
    min-width:1.5em;
    text-align:center;
    font-size:0.75em;
    line-height:2.25em;
    height:2.25em;
    overflow:hidden;
}
.page-tile > em{
    display: none;
}
.page-tile > *:before{
    font-size:1.25em;
}
.page-tile .more:before{
    content:"…";
}
.page-tile a.prev:before{
    content:"\2039"
}
.page-tile a.next:before{
    content:"\203A"
}
.page-tile a.last:before{
    content:"\203A\203A"
}
.page-tile .focus{
    background-color:#3B5998;
    color:#fff;
    border-radius:5px;
}
.page-tile-2{
    display:none;
    text-align:center;
    font-size:.875em;
    height:1.875em;
    margin-top:10px;
    padding-bottom:10px;
}
.page-tile-2 span.no-click{
    background-color:#ccc;
    color:#fff;
}
.page-tile-2 span{
    padding:0.5em 1em;
    background-color:#888;
    margin:0px 3px;
    color:#fff;
    border-radius:20px;
}
.page-tile-2 span a{
    color:#fff;
}
.page-tile a:hover{
    text-decoration:underline;
}
@media screen and (max-width:1000px){
    .page-tile a, .page-tile span{
        display:none;
    }
    .page-tile > *{
        float:none;
    }
    .page-tile{
        text-align:center;
        padding:0;
    }
    .page-tile a.prev, .page-tile a.next{
        display:inline-block;
        box-sizing:border-box;
    }
    .page-tile a.prev:before{
        content:"上一页";
    }
    .page-tile a.next:before{
        content:"下一页";
    }
}
/*翻页-模块化-end*/
/*民意征集样式*/
.suggestion_list_wrap .page-tile{
    border:1px solid #eee;
}
.suggestion_input_title{
    font-size:.875em;
    color:#666;
    line-height:2em;
    padding-bottom:10px;
    color:#ff7900;
}
.suggestion_input_area{
    display:block;
    border:1px solid #ddd;
    width:100%;
    height:100px;
    background-color:#fafafa;
    resize:none;
}
.suggestion_input_submit_wrap{
    text-align:right;
    padding:10px 0;
    font-size:.875em;
}
.suggestion_input_captcha_img{
    vertical-align:top;
    height:30px;
    cursor:pointer;
}
.suggestion_input_captcha{
    width:60px;
    border:1px solid #ddd;
    border-radius:2px;
    height:22px;
    padding:3px;
}
.suggestion_input_submit{
    margin-left:10px;
    border:none;
    background-color:#014785;
    height:28px;
    padding:0 10px;
    color:white;
    border-radius:2px;
    cursor:pointer;
}
.suggestion_list_wrap{
    padding-bottom:32px;
}
.suggestion_list > li{
    border-top:1px solid #eaeaea;
    margin:15px 0;
    padding:15px 0;
}
.suggestion_list > li > em{
    font-style:normal;
    font-size:.875em;
    line-height:2em;
    margin-left:5px;
    color:#169fa5;
}
.suggestion_list > li > b{
    font-weight:normal;
    font-size:.875em;
    line-height:2em;
    color:#aaa;
}
.suggestion_list > li > div{
    font-weight:normal;
    font-size:.875em;
    line-height:1.75em;
}
.suggestion_list > li > span{
    font-weight:normal;
    font-size:.875em;
    line-height:1.75em;
    color:#FF790A;
    display:block;
}
.suggestion_content_replay{
    font-size:.875em;
    color:#ff4c00;
    border:1px dotted #ccc;
    background-color:#f3f3f3;
    line-height:1.75em;
    padding:5px 15px;
    margin:5px 5px 20px;
    border-radius:5px;
}
.suggestion_list_wrap .box-title{
    color:#ff7900;
}
/*适老开关·登录·简繁体*/
.top-link{
    float:right;
}
.top-bar .version-links:before{
    content:"|";
    padding:0 6px;
}
.pip-triggers{
    line-height:20px;
    text-align:left;
}
.pip-triggers > em > i{
    vertical-align:middle;
}
/*适老开关·登录·简繁体 end*/