
/* 首字母大写 
body{text-transform:capitalize;}*/

/* 全大写 
.topnav{text-transform:uppercase;}*/

/* 浮动与清除 */
.fleft {float: left;}
.fright {float: right;}
.clearfix:after {clear: both;content: ".";display: block;height: 0;font-size: 0;visibility: hidden;}
.clearfix {*zoom:1;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.ovh{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.logoimg{max-width:100%;max-height:100%;}
#wpmobans{display:none;}

/*二唯码弹窗*/
#share_wechat2{display: none;position: fixed;left: 0%;top: 0%;z-index: 99;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
.showwx2 {position: fixed;border-radius: 3px;left: 50%;top: 50%;z-index: 100;width: 260px;margin-left: -140px;margin-top: -200px;background: #fff;padding: 20px 25px 15px 25px;text-align: center;}
.wxclose2 {width: 100%;font-size: 14px;color: #333;cursor: pointer;margin-bottom: 10px;float: right;text-align: right;}
.showwx2 img {width: 220px;}
.swz22 {text-align: center;font-size: 16px;}
.contactus{width: 660px; margin: 0px auto;}
.lanrenzhijia_service{ width:40px; height:200px; background:url(../image/lanrenzhijia.png) no-repeat; position:fixed; right:0px; top:200px;}
        .lanrenzhijia_service ul{ display:block; width:160px; height:200px; float:left; position:relative;}
        .lanrenzhijia_service ul .right_bar{ position:absolute;width:40px; height:200px; left:0; top:0; display:block;}
        .lanrenzhijia_service ul .right_qq{ position:relative; width:120px; height:85px; right:0; top:0; display:block;
        }
        .lanrenzhijia_service ul .right_phone{ position:relative; width:120px; height:105px;
            padding-top:75px;right:0; bottom:0; padding-left: 50px;
            display:block; color:#555; font-size:14px; font-weight: bold;  }

/*底部小图标
.ftico{width:30px;height:30px;display:block;margin:0px auto;}
.ico-home{background:url(basic/images/ftico/home.png) no-repeat;background-size:100% 100%;}
.ico-lianxi{background:url(basic/images/ftico/lianxi.png) no-repeat;background-size:100% 100%;}
.ico-wx{background:url(basic/images/ftico/wx.png) no-repeat;background-size:100% 100%;}
.ico-qq{background:url(basic/images/ftico/qq.png) no-repeat;background-size:100% 100%;}
.ico-liuyan{background:url(basic/images/ftico/liuyan.png) no-repeat;background-size:100% 100%;}
.ico-tel{background:url(basic/images/ftico/tel.png) no-repeat;background-size:100% 100%;}
.ico-top{background:url(basic/images/ftico/top.png) no-repeat;background-size:100% 100%;}

<i class="ftico ico-home"></i>
<i class="ftico ico-lianxi"></i>
<i class="ftico ico-wx"></i>
<i class="ftico ico-qq"></i>
<i class="ftico ico-liuyan"></i>
<i class="ftico ico-tel"></i>
<i class="ftico ico-top"></i>
*/


/*中英文切换按钮 已不用
.languagediv,.languagediv ul li{display:inline-block;}
.languagediv ul li a{padding-left:20px;background-position: 0px;}
.languagediv ul li:nth-child(1){background:url(basic/images/zh.png) no-repeat;background-size:20px 20px;padding-left:5px}
.languagediv ul li:nth-child(2){background:url(basic/images/en.png) no-repeat;background-size:20px 20px;padding-left:5px}
*/

/*解决图片高度不一样错位问题 2n+3:一行2个+（2+1）
.product_list88 li:nth-child(2n+3){clear:left}
*/



/*次导航
方法一：
<?php wp_nav_menu( array( 'theme_location' =>'topmenu','container' => '','menu_class' => 'topnav','menu_id' => 'topmeau','depth' => 2, ) ); ?>
<?php if (check_wap()): ?>
<script>
$(funtion(){
	$('.topnav>li.menu-item-has-children').append('<span class="xlsjx"></span>'); 
$(".topnav li .xlsjx").click(function () {
$(this).siblings("ul").toggle();
});
})
</script>
<?php endif ;?>


<style>
.topnav li{position:relative;}
.topnav li .sub-menu{position:absolute;left:-10%;right:0;top:100%;z-index:999;background:#fff;width: 120%;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.topnav .sub-menu>li,.topnav .sub-menu>li a{display:block;width:100%;text-align:center;box-sizing:border-box;margin:0;padding:0;}
.topnav li:hover>.sub-menu,.topnav .sub-menu:hover{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.topnav .sub-menu li{line-height:36px;position:relative;}
.topnav .sub-menu .sub-menu{position:absolute;top:0;left:100%;}
.xlsjx{display:block;width:30px;height:30px;background:url(basic/images/down.png) no-repeat 50% 50%;position:absolute;z-index:9;right:5px;top:20%;background-size:70% 70%;}
</style>

方法二：
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/admin/js/jquery.SuperSlide.2.1.3.js"></script>

<?php wp_nav_menu( array( 'theme_location' =>'topmenu','container' => '','menu_class' => 'topnav','menu_id' => 'topmeau','depth' => 2, ) ); ?>

<script id="jsID" type="text/javascript">
			
			jQuery("#topmeau").slide({ 
				type:"menu",// 效果类型，针对菜单/导航而引入的参数（默认slide）
				titCell:"li.menu-item-has-children", //鼠标触发对象
				targetCell:".sub-menu", //titCell里面包含的要显示/消失的对象
				effect:"slideDown", //targetCell下拉效果
				delayTime:300 , //效果时间
				triggerTime:0, //鼠标延迟触发时间（默认150）
				returnDefault:true //鼠标移走后返回默认状态，例如默认频道是“预告片”，鼠标移走后会返回“预告片”（默认false）
			});
		</script>
		
.topnav>li{float:left;font-size: 15px;color: #282828;margin-left: 28px;position:relative;}
.topnav>li:hover,.topnav>li.current-menu-item{border-bottom:1px solid #d82019;}
.topnav li.menu-item-has-children .sub-menu{ display:none; left:0; top:80px;  position:absolute; left:-20px;background:#fff;  line-height:26px; width: calc(100% + 40px);z-index:999; }
.topnav li.menu-item-has-children .sub-menu li{ zoom:1;  }
.topnav li.menu-item-has-children .sub-menu li a{ display:block; padding:10px; color:#666;border-bottom:1px solid #eee;text-align:center;}
.topnav li.menu-item-has-children .sub-menu li:hover a{ background:#0b50a2;color:#fff; }


*/



/*文章页*/
.kmain,.kmain p{line-height:2.3em;font-size:16px}
.kmain img {display:block;	max-width:100%;	height:auto;margin:10px auto;}
.kmain video{display:block;	max-width:100%;	height:auto;}
.kmain td{vertical-align:middle}
.kmain h2{font-size:18px;font-weight:600}

.kmain code{padding:1px 4px;border-radius:2px;background-color:#eee;font-family:'courier new';color:#777;margin:0 4px}
.kmain table{border:solid 0px #ddd;max-width: 100%;box-sizing:border-box;margin-bottom: 16px;border-collapse:collapse;}
.kmain table th{background-color:#f9f9f9;text-align:center}
.kmain table td,.kmain table th{border-bottom:solid 0px #ddd;border-right:solid 0px #ddd;padding:20px}

.kmain .alignleft{float:left;text-align:left;margin-right:10px}
.kmain .aligncenter{text-align:center}
.kmain .alignright{float:right;text-align:right;margin-left:10px}

.kmain pre{margin:15px auto;font:12px/20px 'courier new';border:1px solid #d6d6d6;border-left-width:4px;background:#fbfbfb;padding:10px 15px}
.kmain blockquote{margin:15px auto;border:1px solid #d6d6d6;border-top-width:3px;padding:15px 20px 10px;background-color:#fdfdfd;}
.kmain blockquote p{margin:0;padding:0;text-indent:24px;margin-bottom:10px;}

@media screen and (max-width: 768px) {
	.kmain {overflow-x:auto !important;}
	.kmain table{width:100% !important;}
	.kmain table img{max-width:100% !important;}
}

/* 分页*/
.pagination{height:40px;width:100%;text-align:center;margin-top: 20px;text-align:center;}
.pagination .current, .pagination a{display:inline-block;height:30px;line-height:30px;padding:0px 8px;border:1px solid #c0c8ce;border-radius: 3px;margin-right:10px;font-size:14px;text-decoration:none;}
.pagination a:hover,.pagination .current{color:#6e7275;background:#FFF;}
.pagination a{background:#c0c8ce;color:#FFF;}

#translate{display:none}
.translate_switchs img{width:20px;margin-left:10px;}

body, dl, dd, p, form, h1, h2, h3, h4, h5, h6 { margin: 0; }

h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }

ul { margin: 0; padding: 0; list-style-type: none; }

em, i { font-style: normal; }

table { border-collapse: collapse; border-spacing: 0; }

a { color: #333; text-decoration: none; outline: none; }
a:hover { color: #2abff6; }

img { border: 0; }

input, select, button, textarea { border-radius: 0; outline: 0; margin: 0; font-family: inherit; font-size: inherit; color: inherit; -webkit-appearance: none; }

article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #999; opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }

body > div[id^=_] { display: none !important; }

/*** @description: 基础样式; @Author: EETRADE.com; @create date: 2023-08-09;
***/
.hide { display: none; }

.fn-clear { zoom: 1; }
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.fl { float: left; display: inline; }

.fr { float: right; display: inline; }

.red { color: #FD3939; }

.blue { color: #2abff6; }

/*** @description: 按钮样式; @Author: EETRADE.com; @create date: 2023-08-09;
***/
.btn { display: inline-block; padding: 2px 12px; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; color: #2abff6; border: 1px solid #2abff6; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.btn:active { outline: 0; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.icon-sprite, .icon-down, .icon-ico1, .icon-ico2, .icon-ico3, .icon-phone { background-image: url('../image/icon-s9ce5ffe1db.png'); background-repeat: no-repeat; }

.icon-down { background-position: 0 0; height: 21px; width: 20px; }

.icon-ico1 { background-position: 0 -23px; height: 102px; width: 102px; }

.icon-ico2 { background-position: 0 -127px; height: 102px; width: 102px; }

.icon-ico3 { background-position: 0 -231px; height: 102px; width: 102px; }

.icon-phone { background-position: 0 -335px; height: 26px; width: 17px; }

.icon { display: inline-block; }

/***
	@create date:2024-05-08;
***/
body { font-family: Helvetica-Bold, Helvetica; font-size: 14px; line-height: 1.5; background-color: #fff; color: #333; }

.wrapper { width: 1200px; margin-left: auto; margin-right: auto; position: relative; overflow: hidden; padding-top: 20px;}

.tit { font-size: 36px; font-weight: bold; }

.section1 { min-width: 1200px; height: 720px; background: url(../image/banner.jpg) no-repeat center 0; color: #fff; line-height: 1; }
.section1 .tit { font-size: 50px; margin-top: 152px; }
.section1 .txt { font-size: 48px; margin-top: 16px; }
.section1 .tip { font-size: 24px; margin-top: 26px; }
.section1 .btn-group { margin-top: 65px; font-size: 0; }
.section1 .btn { padding: 0; width: 198px; height: 66px; line-height: 66px; font-size: 24px; color: #fff; border: solid 2px #ffffff; border-radius: 35px; margin-right: 50px; }
.section1 .btn:hover { opacity: 0.9; }
.section1 .btn .icon { vertical-align: -5px; margin-right: 13px; }
.section1 .btn1 { color: #3ba3ff; background-color: #f5fafe; border-color: #f5fafe; }
.section1 .cont { float: left; }
.section1 .text { float: right; margin-top: 138px; width: 466px; text-align: center; }
.section1 .text h2, .section1 .text h4 { height: 350px; font-size: 30px; font-weight: bold; color: #13588a; padding: 0 50px; line-height: 1.2; }
.section1 .text ul { margin: 0 0 0 45px; }
.section1 .text li { height: 25px; line-height: 25px; font-size: 18px; color: #13588a; text-align: left; margin-bottom: 1.35rem; }
.section1 .text li:before { content: ''; display: inline-block; vertical-align: top; width: 25px; height: 25px; background: url(../image/right.png) no-repeat; background-position: 100% 100%; margin-right: 15px; }

.section2 { height: 488px; text-align: center; }
.section2 .tit { margin-top: 50px; margin-bottom: 5px; }
.section2 .txt { font-size: 18px; color: #666666; }
.section2 .attr { overflow: hidden; margin: 70px 60px 0; }
.section2 .attr dl { width: 33.33%; float: left; }
.section2 .attr dt { font-size: 20px; color: #666666; }
.section2 .attr dd { font-size: 30px; }
.section2 .attr .icon { display: block; margin: 0 auto 10px; }

.section3 { height: 420px; background-color: #f7f9fa; }
.section3 .img { width: 580px; height: 420px; float: left; background: url(../image/img.jpg) no-repeat; margin-right: 70px; }
.section3 .img2 { background-image: url(../image/img2.jpg); display: none; }
.section3 .tit span { display: block; font-size: 24px; }
.section3 .con { overflow: hidden; padding-top: 53px; }
.section3 .btn-group { display: inline-block; padding: 4px; border: 1px solid #DFE1E2; border-radius: 32px; font-size: 0; }
.section3 .btn { vertical-align: top; border: 0; padding: 0; width: 224px; height: 54px; line-height: 54px; font-size: 18px; background: none; color: #666666; border-radius: 27px; }
.section3 .btn:active { box-shadow: none; }
.section3 .btn.on { color: #fff; background-color: #3ba3ff; }
.section3 .txt { margin-top: 28px; font-size: 18px; color: #666666; }
.section3 .txt2 { display: none; }
.section3.toggle .img1, .section3.toggle .txt1 { display: none; }
.section3.toggle .img2, .section3.toggle .txt2 { display: block; }

.section4 { background-color: #f7f9fa; padding-top: 50px; padding-bottom: 35px; }
.section4 .txt { width: 512px; font-size: 16px; color: #666666; margin: 10px 0 30px; }

.art-list { overflow: hidden; width: 1220px; }
.art-list a { padding: 20px; width: 550px; height: 84px; background-color: #fff; float: left; margin-right: 20px; margin-bottom: 30px; }
.art-list a:hover { background-image: linear-gradient(-87deg, #68d2ff 0%, #52bbff 37%, #3ba3ff 100%); color: #fff; }
.art-list a:hover .time, .art-list a:hover dd { color: #fff; }
.art-list dt { position: relative; font-size: 16px; font-weight: bold; }
.art-list dd { height: 48px; line-height: 24px; font-size: 14px; color: #666666; overflow: hidden; margin-top: 10px; }
.art-list h3 { display: inline; }
.art-list .time { position: absolute; right: 0; font-size: 16px; font-weight: normal; color: #999999; }

.section5 { padding-top: 50px; padding-bottom: 50px; }
.section5 .txt { font-size: 16px; color: #666666; margin: 10px 0 30px; }

.top-table table { width: 100%; }
.top-table th { height: 58px; color: #999999; font-weight: normal; background-color: #f4f4f4; }
.top-table td { height: 88px; color: #666666; border-bottom: 1px solid #e5e5e5; }
.top-table th, .top-table td { font-size: 16px; text-align: center; }
.top-table .c1, .top-table .c9 { width: 9%; }
.top-table .c2 { width: 12%; text-align: left; padding-left: 25px; }
.top-table th.c2 { text-indent: 35px; }
.top-table .img { display: inline-block; width: 28px; height: 28px; margin-right: 3px; border-radius: 50%; }
.top-table .name { display: inline-block; line-height: 1.2; text-align: left; }
.top-table .name dt { color: #333333; }
.top-table .name dd { font-size: 14px; color: #666666; }
.top-table .red { color: #e54742; }
.top-table .green { color: #19b38a; }
.top-table .link { color: #3ba3ff; }
.top-table .btn-link { width: 258px; height: 52px; line-height: 52px; text-align: center; font-size: 16px; color: #3ba3ff; border: solid 1px #3ba3ff; display: block; margin: 50px auto 0; }


/*# sourceMappingURL=style.css.map */
/* 当屏幕宽度小于 750px 时应用的样式 */
        @media screen and (max-width: 749px) {
     /*** @description: 基础样式; @Author: ray; @create date: 2016-08-09;
***/
html { font-size: 50px; font-size: 13.3334vw; }
.hide { display: none; }

.fn-clear { zoom: 1; }
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.fl { float: left; display: inline; }

.fr { float: right; display: inline; }

.red { color: #FD3939; }

.blue { color: #2abff6; }

/*** @description: 按钮样式; @Author: ray; @create date: 2016-08-09;
***/
.btn { display: inline-block; padding: 2px 12px; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; color: #2abff6; border: 1px solid #2abff6; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.btn:active { outline: 0; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.icon { display: inline-block; background-size: 100% 100%; }

.icon-phone, .icon-down { width: 0.36rem; height: 0.36rem; background-image: url(http://z5d.net/wp-content/themes/ok_6_hq/static/images/down.png); }

.icon-phone { background-image: url(http://z5d.net/wp-content/themes/ok_6_hq/static/images/phone.png); }

.icon-ico1, .icon-ico2, .icon-ico3 { width: 1.36rem; height: 1.36rem; background-image: url(../image/icoa1.png);background-position: center; }

.icon-ico2 { background-image: url(../image/icoa2.png); }

.icon-ico3 { background-image: url(../image/icoa3.png); }

/***
	@create date:2024-05-08;
***/
/*html { font-size: 50px; font-size: 13.3334vw; }*/
	*{  box-sizing: border-box;}
body { font-family: Helvetica-Bold, Helvetica; font-size: 0.28rem; line-height: 1.5; background-color: #fff; color: #333; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05); }

.page { position: relative; width: 100%; min-height: 100vh; min-width: 320px; max-width: 750px; margin: 0 auto; }

.tit { font-size: 0.42rem; font-weight: bold; }

.section { overflow: hidden; }

.section1 { background: url(../image/banner2.jpg) no-repeat; background-size: 100% 100%; text-align: center; color: #fff;min-width: auto; height:auto;width:100%; }
.section1 .cont { float: none; }
.section1 .tit { font-size: 0.5rem; line-height: 1.3; margin-top: 0.6rem; }
.section1 .txt { font-size: 0.48rem; }
.section1 .tip { font-size: 0.3rem; margin-top: 0.12rem; }
.section1 .btn-group { margin-top: 0.5rem; font-size: 0; }
.section1 .btn { padding: 0; width: 2.46rem; height: 0.84rem; line-height: 0.84rem; font-size: 0.28rem; color: #fff; border: 0.02rem solid #ffffff; border-radius: 0.44rem; margin: 0 0.35rem; }
.section1 .btn .icon { vertical-align: -0.08rem; margin-right: 0.15rem; }
.section1 .btn1 { color: #3ba3ff; background-color: #f5fafe; border-color: #f5fafe; }
.section1 .text { height: 8.18rem; background: url(../image/box2.png) no-repeat center top; background-size: 100% auto; overflow: hidden; margin-top: 0.88rem;float:none;width:100%; }
.section1 .text h2, .section1 .text h4 { line-height: 1.2; font-size: 0.36rem; font-weight: bold; color: #13588a; height: 4.5rem; margin-top: 0.8rem;text-align: center;padding:0; }
.section1 .text ul { margin: 0 0 0 1.3rem; text-align: left; }
.section1 .text li { height: 0.32rem; line-height: 0.32rem; font-size: 0.24rem; color: #13588a; margin-bottom: 0.28rem; }
.section1 .text li:before { content: ''; display: inline-block; vertical-align: top; width: 0.32rem; height: 0.32rem; margin-right: 0.18rem; background: url(../image/right.png) no-repeat; background-size: 100% 100%; }

.section2 { height: 5.6rem; text-align: center; }
.section2 .tit { margin: 0.45rem 0 0.15rem; }
.section2 .txt { line-height: 0.42rem; font-size: 0.28rem; color: #666666; padding: 0 0.8rem; }
.section2 .icon { display: block; margin: 0 auto 0.1rem; }
.section2 .attr { overflow: hidden; margin: 70px 15px 0;margin-top: 0.6rem; }
.section2 .attr dl { width: 33.33%; float: left; }
.section2 .attr dt { color: #999; }
.section2 .attr dd { font-size: 0.36rem; }

.section3 { background: #f7f9fa; background-size: 100% auto; text-align: center; height:auto;}
.section3 .tit { margin: 0.45rem 0 0.35rem; }
.section3 .tit span { display: block; font-size: 0.3rem; }
.section3 .btn-group { display: inline-block; padding: 0.04rem; border: 1px solid #DBDCDD; border-radius: 0.36rem; font-size: 0; }
.section3 .btn { vertical-align: top; border: 0; padding: 0; width: 2.4rem; height: 0.64rem; line-height: 0.64rem; font-size: 0.28rem; background: none; color: #666666; border-radius: 0.32rem; cursor: default; }
.section3 .btn:active { box-shadow: none; }
.section3 .btn.on { color: #fff; background-color: #3ba3ff; }
.section3 .btn2 { background: none; color: #666666; }
.section3 .img-group { display: none; }
.section3 .img-group.on { display: block; }
.section3 .img { height: 5rem; background: url(../image/imga.jpg) no-repeat; background-size: 100% auto; margin-top: 0.56rem;width:100%; }
.section3 .img2 { background-image: url(../image/imga2.jpg); display: none; width:100%;}
.section3 .txt { padding: 0 1.8rem; line-height: 0.4rem; color: #666666; margin-top: 0.3rem;width:100%; }
.section3 .txt2 { display: none;width:100%; }
.section3.toggle .img1, .section3.toggle .txt1 { display: none; }
.section3.toggle .img2, .section3.toggle .txt2 { display: block; }

.section4 { background: #f7f9fa; padding: 0.45rem 0.3rem 0.3rem; text-align: center;width:100%; }
.section4 .txt { padding:0; line-height: 0.42rem; color: #666666; margin-top: 0.15rem; margin-bottom: 0.4rem; width:100%;}

.art-list { text-align: left;width:100%; }
.art-list a {height:auto; display: block; padding: 0.24rem 0.2rem 0.34rem; background-color: #fff; margin-bottom: 0.3rem;width: 100%;float:none;margin:0; margin-bottom:20px;}
.art-list dt { position: relative; font-weight: bold; color: #333; }
.art-list dd { height:auto; line-height: 0.32rem; font-size: 0.24rem; color: #666666; overflow: hidden; margin-top: 0.1rem; }
.art-list h3 { display: inline-block; white-space: nowrap; overflow: hidden; max-width: 76%; text-overflow: ellipsis; }
.art-list .time { position: absolute; right: 0; font-weight: normal; color: #999999; }

.section5 { padding: 0.5rem 0.1rem; text-align: center; }
.section5 .txt { padding: 0 0.8rem; line-height: 0.42rem; color: #666666; margin-top: 0.15rem; margin-bottom: 0.4rem; }

.top-table { font-size: 0.24rem; color: #666666; }
.top-table table { width: 100%; }
.top-table th { height: 0.72rem; color: #999; font-weight: normal; background: #f4f4f4; }
.top-table td { height: 1.16rem; border-bottom: 1px solid #e5e5e5; }
.top-table th, .top-table td { text-align: center; padding: 0; white-space: nowrap; }
.top-table .c1 { width: 0.9rem; }
.top-table .c2 { padding-left: 0.06rem; width: 10%; text-align: left; }
.top-table th.c2 { text-indent: 0.52rem; }
.top-table .c6 { width: 1rem; }
.top-table .img { display: inline-block; width: 0.44rem; height: 0.44rem; margin-right: 0.04rem; }
.top-table .name { display: inline-block; line-height: 1.2; text-align: left; }
.top-table .name dt { color: #333333; }
.top-table .btn-link { display: block; width: 2.96rem; height: 0.68rem; line-height: 0.68rem; text-align: center; color: #3ba3ff; border: 1px solid #3ba3ff; margin: 0.5rem auto 0; }
.top-table .link { color: #3ba3ff; }
.top-table .green { color: #19b38a; }
.top-table .red { color: #e54742; }

.page-footer { font-size: 0.24rem; background: #fff; color: #999; padding: 0.3rem; }
.page-footer a { color: #999; }
.page-footer .copyright { line-height: 0.4rem; text-align: center; }      
		   .wrapper {
		   width: 100%;}
		   
		   
		   
		   
		   
		   
            }