﻿@charset "gb2312";
/* 列表 */
.li_banner{background:url(/images/v2/duibi/inner-banner.png);background-size:cover;background-position:center;overflow:hidden;padding:4rem 0;margin-bottom:3rem;}
.li_banner h1{font-size:2rem;text-align:center;line-height:2rem;font-weight:normal;position:relative;}
.li_banner h1:after{content:"";top:calc(50% - 1px);width:8rem;height:2px;position:absolute;background:#8e8e8e;right:calc(50% - 14rem);}
.li_banner h1:before{content:"";top:calc(50% - 1px);width:8rem;height:2px;position:absolute;background:#8e8e8e;left:calc(50% - 14rem);}
.li_db{margin-top:-1.5rem;display:flex;flex-wrap:wrap;}
.li_db_img{width:calc(33.333% - 1rem);margin:1.5rem 0 0 1.5rem;border:1px solid #ccc;padding:.25rem;box-shadow:0 .5rem 1rem #ddd;}
.li_db_img:nth-child(3n+1){margin-left:0;}
.li_db_img h3{font-size:1rem;text-align:center;line-height:2.5rem;font-weight:normal;color:#535455;}
.li_db_img ul{overflow:hidden;position:relative;border:1px solid #eaeaea;background:#f7f7f7;}
.li_db_img ul:before{background:#4667aa;opacity:.6;position:absolute;content:"";width:calc(100% - .5rem);height:2rem;top:calc(50% - 1rem);left:.25rem;z-index:1;}
.li_db_img ul:after{background:url(/images/v2/duibi/icon_db.png);background-size:2rem;position:absolute;content:"";width:2rem;height:2rem;top:calc(50% - 1rem);left:calc(50% - 1rem);z-index:1;}
.li_db_img ul li{width:calc(50% - 1rem);float:left;position:relative;display:block;background:#fff;padding:.25rem;}
.li_db_img ul li p{width:100%;line-height:2rem;color:#fff;font-size:1.125rem;font-weight:bold;text-align:center;position:absolute;top:calc(50% - 1rem);z-index:2;}
.li_db_img ul li:nth-child(2){float:right;}
/* 页码 */
.page{padding-top:2rem;display:block;text-align:center;}
.page ul{display:inline-flex;}
.page ul li{padding:0 1rem;border:1px solid #ccc;line-height:2rem;margin-left:.75rem;}
.page ul li .page-this{text-decoration:underline;text-decoration-style:wavy;}
.page ul li:first-child{margin-left:0;}
.page ul li:hover{border:1px solid #3557aa;background:#3557aa;color:#eee;}
.page ul li:hover a{color:#fff;}

/* 专题头图 */
.db_top{background:url(/images/v2/duibi/inner-banner.png);background-size:cover;background-position:center;overflow:hidden;padding:3rem 0;margin-bottom:3rem;}
.db_top h1{font-size:2rem;text-align:center;line-height:3rem;margin-bottom:2rem;font-weight:normal;}
.db_top_img{width:1000px;margin:0 auto;}
.db_top_img ul{overflow:hidden;position:relative;}
.db_top_img ul:before{background:#4667aa;opacity:.6;position:absolute;content:"";width:100%;height:100px;top:calc(50% - 50px);z-index:1;}
.db_top_img ul:after{background:url(/images/v2/duibi/icon_db.png);position:absolute;content:"";width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 32px);z-index:1;}
.db_top_img ul li{width:45%;float:left;position:relative;display:block;background:#fff;padding:.25rem;border:1px solid #ccc;}
.db_top_img ul li p{width:100%;line-height:64px;color:#fff;font-size:2rem;font-weight:bold;text-align:center;position:absolute;top:calc(50% - 32px);z-index:2;}
.db_top_img ul li:nth-child(2){float:right;}
.anchor_fixed{width:7rem;border-bottom-left-radius:.25rem;padding-bottom:1rem;top:10rem;margin-left:-44.5rem;position:fixed;left:50%;background:#4667aa;display:none;}
.anchor_fixed:before{content:'';display:block;width:100%;height:1.25rem;background:#4667aa;border-top-left-radius:.25rem;top:-1.25rem;left:0;overflow:hidden;position:absolute;}
.anchor_fixed a{line-height:2rem;padding-left:2rem;font-size:.875rem;margin-bottom:.25rem;display:block;color:#fff;position:relative;}
.anchor_fixed a:before{width:6px;height:6px;left:10px;margin-top:-3px;content:'';display:block;border-radius:100%;background:#ddd;position:absolute;top:50%;}
.anchor_fixed a:hover{color:#dadada;}
.article{position:relative;z-index:1}
/* 中部内容 */
.section{padding-bottom:3rem;}
.section_bg{padding:3rem 0;background:#fff;}
.section .main{background:#fff;padding:3rem;}
.section_bg .main_bg{background:#f7f7f7;padding:3rem;width:1200px;margin:0 auto;overflow:hidden;}
.section h2{font-size:1.5rem;text-align:center;margin-bottom:1.5rem;line-height:2rem;font-weight:normal;}
.section01{overflow:hidden}
.section01 table tr{width:100%;display:flex;align-items:center;color:#8c8d8e;border-top:1px solid #fff;}
.section01 table tr td{width:42%;padding:1rem 2rem;line-height:1.5rem;border-spacing:2px;border-left:1px solid #fff;}
.section01 table tr td:first-child{width:16%;text-align:center;border-left:0;color:#535455;}
.section01 table tr:nth-child(even){background:#f2f2f3;}
.section01 table tr:nth-child(odd){background:#f8f8f9;}
.section01 table tr:first-child td{text-align:center;border-top:0;color:#fff;background:#4667aa;}
.section02{overflow:hidden}
.section02 .hd{margin:2rem auto;width:100%;}
.section02 .hd ul{display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;}
.section02 .hd ul li{flex:1;position:relative;padding:1rem 0;border-right:1px solid #ccc;text-align:center;transition:all .5s;cursor:pointer;}
.section02 .hd ul li:last-child{border-right:none;}
.section02 .hd ul li.selected{background:#4667aa;color:#fff;}
.section02 .hd ul li.selected:before{content:'';position:absolute;left:calc(50% - 1rem);bottom:-14px;border-top:1rem solid #4667aa;border-left:1rem solid transparent;border-right:1rem solid transparent;}
.section02 .bd{position:relative;width:100%;overflow:hidden;}
.section02 .bd h3{font-size:1.25rem;padding:.5rem 0;border-bottom:1px dashed #535455;text-align:center;font-weight:normal;color:#535455;}
.section02 .bd img{background:#fff;width:100%;margin-top:1rem;padding:.25rem;border:1px solid #ccc;}
.section02 .bd p{margin-top:1rem;width:100%;color:#8c8d8e;}
.section02 .bd li .left{padding:3rem 5rem;width:50%;float:left;background:#f2f2f3;}
.section02 .bd li .right{padding:3rem 5rem;width:50%;float:left;background:#f8f8f9;}
.section03{overflow:hidden}
.section03 li{width:calc(50% - 1rem);float:left;}
.section03 li h3{font-size:1.25rem;font-weight:normal;margin-bottom:1rem;color:#535455;}
.section03 li p{line-height:1.75rem;color:#8c8d8e;margin-top:.5rem;}
.section03 li:nth-child(2){float:right;}
.section03 li .you{background:#f2f2f3;margin-bottom:1rem;width:100%;padding:1rem 2rem;}
.section03 li .que{background:#f8f8f9;width:100%;padding:1rem 2rem;}
.section04{overflow:hidden}
.section04 h3{font-size:1.25rem;font-weight:normal;padding-top:1.5rem;color:#535455;}
.section04 p{line-height:1.75rem;color:#8c8d8e;padding-top:1rem;}
.section04 .xuanxing{margin-left:-1rem;}
.section04 .xuanxing a{border-radius:.5rem;border:1px solid #ccc;padding:.25rem .5rem;margin:1rem 0 0 1rem;display:inline-block;color:#8c8d8e;line-height:1.75rem;}
.section04 .xuanxing a:hover{background:#4667aa;color:#fff;}
.section05{overflow:hidden}
.section05 li{width:calc(50% - 1rem);float:left;background:#f2f2f3;padding:2rem;}
.section05 li img{background:#fff;padding:.25rem;border:1px solid #ccc;}
.section05 li p{line-height:1.75rem;color:#8c8d8e;padding:.5rem .75rem;background:#fff;box-shadow:0 .5rem .5rem rgba(33,47,56,.2);}
.section05 li:nth-child(2){float:right;background:#f8f8f9;}
/* 底部留言 */
.bot_zx{width:25%;float:left;}
.bot_zx .box{width:100%;position:relative;background:#fff;padding:6rem 1rem 3rem;margin-bottom:1rem;text-align:center;}
.bot_zx .box:before{content:"";width:4rem;height:4rem;position:absolute;left:calc(50% - 2rem);top:1.5rem;background:url(/images/v2/duibi/lx_icon1.png) no-repeat;background-size:4rem;}
.bot_zx .box:nth-child(2):before{background:url(/images/v2/duibi/lx_icon3.png) no-repeat;background-size:4rem;}
.bot_zx .box p{margin-top:1rem;line-height:1.5rem;}
.bot_zx .box span{display:block;font-weight:700;line-height:1.5rem;}
.bot_zx .box:hover span{color:#4667aa;transition:all .3s;}
.bot_zx .bozx a{display:block;clear:both;text-align:center;line-height:2.5rem;border:1px solid #4667aa;color:#4667aa;}
.bot_zx .bozx a:hover{background:#4667aa;color:#fff;transition:all .3s;}
.bot_botsms{width:calc(75% - 2rem);float:right;box-sizing:border-box;overflow:hidden;background:#fff;padding:2rem 3rem;}
.bot_botsms h2{padding-bottom:1rem;line-height:2.5rem;text-align:center;font-size:1.5rem;font-weight:500;}
.bot_botsms p{font-size:.875rem;line-height:1.75rem;padding-bottom:1.75rem;font-weight:normal;color:#8c8d8e;text-align:center;}
.bot_botsms ul li{width:100%;overflow:hidden;margin-bottom:1.5rem;}
.bot_botsms ul li:last-child{margin-bottom:1rem;}
.bot_botsms span{width:4rem;line-height:2.5rem;font-size:.875rem;text-align:center;display:block;float:left;}
.bot_botsms .textbox{width:calc(100% - 4rem);float:left;box-sizing:border-box;padding-left:.25rem;height:2.5rem;line-height:2.5rem;text-indent:.5rem;background:#f7f7f7;}
.bot_botsms .select{width:calc(100% - 4rem);float:left;box-sizing:border-box;padding-left:.25rem;height:2.5rem;line-height:2.5rem;text-indent:.5rem;background:#f7f7f7;border:none;}
.bot_botsms .bssubmit{width:20%;margin:0 auto;font-size:.875rem;color:#fff;background:#4667aa;line-height:2.5rem;display:block;border:1px solid #f7f7f7;-webkit-appearance:none;}