@charset "utf-8";
/*
	MBTXW.COM Copyright (C)2008-2099 www.mbtxw.com
	Author: mbtxw.com, QQ:536205792.
    Special note: do not modify this document without permission.
*/
/*下载列表*/
.news-banner {margin:20px auto;background-image:url("../images/banner/banner-08.jpg");background-repeat:no-repeat;background-position:center 20%;background-size:cover;width:98%;height:650px;border-radius:10px;}
.news-banner .banner-title {z-index:99;color:#FAFAFA;padding-top:230px;text-align:center;width:100%;}
.news-banner .banner-title h2 {font-size:68px;color:#fff;letter-spacing:10px;font-family:'aliFangYuan',sans-serif;padding-bottom:30px;}
.news-banner .banner-title p {font-size:30px;color:#fff;letter-spacing:10px;font-family:'aliFangYuan',sans-serif;}



.info-list-banner {margin:20px auto;background-image:url("../images/banner/banner-09.jpg");background-repeat:no-repeat;background-position:center 20%;background-size:cover;width:98%;height:500px;border-radius:10px;}

/*首页标签*/
.info-img-tag {margin-left:-20px;}
.info-img-tag ul {width:274px;float:left;margin-left:20px;margin-bottom:20px;padding:15px 0;background:#FFFFFF;border-radius:8px;}
.info-img-tag li {margin:0 15px;font-size:14px;}
.info-img-tag ul:hover {box-shadow:0 1px 6px rgba(0,0,0,.35);}
.info-img-tag .li-img {width:245px;height:245px;overflow:hidden;border-radius:5px;}
.info-img-tag .li-img img {-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.info-img-tag .li-img:hover img {-webkit-transform:scale(1.03);-ms-transform:scale(1.03);-moz-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03);}
.info-img-tag .li-title {margin-top:15px;height:23px;line-height:23px;overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap;text-align:center;}



/*列表标签*/
.info-list-tag {margin-left:-20px;}
.info-list-tag ul {width:275px;float:left;margin-left:20px;margin-bottom:20px;padding:15px 0;background:#FFFFFF;border-radius:8px;}
.info-list-tag li {margin:0 15px;font-size:14px;}
.info-list-tag ul:hover {box-shadow:0 1px 6px rgba(0,0,0,.35);}
.info-list-tag .li-img {width:246px;height:246px;overflow:hidden;border-radius:5px;}
.info-list-tag .li-img img {-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.info-list-tag .li-img:hover img {-webkit-transform:scale(1.03);-ms-transform:scale(1.03);-moz-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03);}
.info-list-tag .li-title {margin-top:15px;line-height:23px;overflow:hidden;font-size:16px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;}


.info-show {background:#FFFFFF;border-radius:8px;padding:26px;}
.info-show h1 {padding-bottom:20px;}

.info-show .show-info {padding-bottom:16px;border-bottom:#f4f4f4 1px solid;}
.info-show .show-info i {font-size:13px;}

.info-show .content {font-size:16px;line-height:200%;padding:16px 0px;}
.info-show .content p img {border-radius:10px;display:block;text-align:center;margin:16px auto;width:100%;}
.info-show .content p {text-indent:0em;}

/*浮动置顶*/
.info-fixed.fd-active {position:fixed;top:100px;z-index:6;box-shadow:0 0 15px rgb(0 0 0/50%);}


.info-title {position:relative;text-align:center;}
.info-title h1 {font-weight:bold;position:absolute;top:0;z-index:1;width:100%;font-family:Arial;font-size:100px;color:rgba(0,0,0,0.1);}
.info-title h2 {z-index:2;font-family:"Microsoft YaHei", 微软雅黑;font-size:48px;font-weight:bold;color:rgb(0, 0, 0);line-height:70px;padding-top:56px;}
.info-title p {margin-top:14px;margin-bottom:50px;}
.info-title p em {display:inline-block;margin:0 6px 0 0;height:6px;border-radius:6px;}
.info-title p em:nth-child(1) {width:6px;background:#c00303;animation:p-span-ana 1.2s linear infinite alternate;}
.info-title p em:nth-child(2) {background:#404040;animation:p-span-anb 1.2s linear infinite alternate;}
@keyframes p-span-ana {
  0% {
	width: 6px;
}
100% {
	width: 48px;
}
}
@keyframes p-span-anb {
  0% {
	width: 48px;
}
100% {
	width: 6px;
}
}