@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p{
	margin:0;
	padding:0;
}
ol, ul, li {
	list-style:none;
}
a {
	outline:0;
}
a {
	text-decoration:none;
}
.clear {
	clear:both
}
body {background-color:#021104;}
.sjbdmap{display: none;}
@media (max-width: 768px){.sjbdmap{display: block !important;}}
.pcbdmap{display: block;}
@media (max-width: 768px){.pcbdmap{display: none;}}
.head {
	width: 100%;
	background: url("../images/tyc_02.gif") repeat-x center 50%;
	height: 145px;
}
.mean-bar img {
  height: 40px;
  margin-left: 5px;
}
.content {
	width:980px;
	margin:0 auto;
	background-color:#865A1B;
	clear: both;
	overflow:hidden;
	padding-bottom:30px;
}
.top_head {
	width:980px;
	height:145px;
	margin:0 auto;
}
.zengjia {
    color: #fff;
    padding-top: 15px;
    border-bottom: 1px solid #252525;
    padding-bottom: 10px;
    width:98%;
}
.zengjia a{color:#fff;}
.zengjiaa {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #252525;
}
.zengjiab {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    width:980px;
    margin: 0 auto;
    font-size: 18px;
}
.zengjiab a{color:#fff;}
.aabb {margin-left:20px;margin-right:20px;}
.sj-home {
    float: right;
    color: #fff;
    margin-right: 15px;
    
}
#biansea {
  font-size: 16px;
  padding: 5px 0px 0px 0px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 20px;
  padding-left: 0%;
  padding-right: 7%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.xiu02 {
    padding-top: 5px;
    padding-bottom: 10px;

}
.xiu02 a{color: #FFE39E;}
.logo {
  position: relative;
  width: 212px;
  height: 60px;
  font-size: 40px;
float: left;
padding-top: 20px;
display: flex;
align-items: center;
color: #FFEBA0;
text-shadow: 0px 0px 10px #FFEBA0;
}
.sjlogo {
  position: relative;
  width: auto;
  font-size: 30px;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  color: #FFEBA0;
  text-shadow: 0px 0px 10px #FFEBA0;
  padding-left: 10px;
  background-color: #18241A;
}
.sjhead {
    width: 100%;
    height: 100px;
    background-color: #18241A;
}
.sjhead .sjurl{
    height: 60px;
    display: flex; /* 创建一个flex容器 */
    justify-content: flex-end; /* 水平方向上将项目靠右对齐 */
    align-items: center;
    background-color: #18241A;
}
.sjhead li {
  width: 72px;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
}
.sjhead li a {
  outline-style: none;
  outline-color: invert;
  outline-width: medium;
  display: block;
  color: #FFEBA0;
  padding: 3px;
}
.sjhead li a p {
  font-size: 8px;
  font-weight: normal;
}
.lanmu {
  width: 728px;
  float: right;
  padding-top: 15px;
}
.lanmu ul {
  width: 100%;
  height: 71px;
}
.lanmu ul li {
  width: 104px;
  float: left;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 50px;
}
.lanmu ul li:hover {
	BACKGROUND-IMAGE: url("../images/dhbj.png");
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center 50%;
}
.lanmu ul li a {
  outline-style: none;
  outline-color: invert;
  outline-width: medium;
  width: 90px;
  display: block;
  height: 61px;
  color: #FFEBA0;
  padding: 10px;
}
.lanmu ul li a p{
	font-size:10px;
	font-weight: normal;
}
.footer {
  margin:0 auto;
  background-color: #190003;
  margin-top: 0px;
  padding-top: 10px;
  width: 980px;
}
.dibu {
	height:140px;
}
.dibu p {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #7c4f09;
  padding-top: 10px;
}
#anniu {
	width: 100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.anniu{
	margin-top:10px;
	margin-bottom:10px;
    font-size: 18px;
    /*  font-weight: bold;  */
	padding: 0px 19px 0px;
	overflow:hidden;
	width: 200px;
}
.aabutton {
   display: inline-block; /* 将元素显示为行内块 */
   padding: 12px 16px; /* 设置内边距 */
   font-size: 18px; /* 字体大小 */
   text-align: center; /* 文本居中对齐 */
   background-color: #c42c02;; /* 背景色 */
   color: white; /* 文本颜色 */
   border: none; /* 去除默认边框 */
   cursor: pointer; /* 光标变成手型指示器 */
   border-radius: 5px;
}
 
/* 添加不同状态时的样式 */
.aabutton:hover {
   background-color: #FFF; /* 鼠标悬停时的背景色 */
   color:#FF0000;
}
 
.aabutton:active {
   background-color: #3e8e41; /* 点击时的背景色 */
}
.huiyuan {
	text-align:center;
	color:#fff;
	font-size:22px;
	padding-bottom:10px;
	margin-top:20px;
}
.jieshao {
	margin-left:20px;
	color:#fff;
	font-size:18px;
	padding-bottom:10px;
}
.jieshao a{color:#fff;}
.wangzhi li{
  width: 171px;
  float: left;
  padding-left: 13px;
  margin: 5px;
}
.xz_url {
display: inline-block;
padding: 6px 20px;
margin: 0;
cursor: pointer;
border: 1px solid #bbb;
overflow: visible;
font: bold 13px arial, helvetica, sans-serif;
font-size: 13px;
text-decoration: none;
white-space: nowrap;
color: #555;
font-size: 16px;
height: 45px;
width: 171px;
background-color: #ddd;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
-webkit-transition: background-color .2s ease-out;
-moz-transition: background-color .2s ease-out;
-ms-transition: background-color .2s ease-out;
-o-transition: background-color .2s ease-out;
transition: background-color .2s ease-out;
background-clip: padding-box;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
text-shadow: 0 1px 0 rgba(255,255,255, .9);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  z-index: 999999;
}
.container{
    /* 给图片应用一种线性乘法，使其看起来更亮或更暗 */
    filter: brightness(300%);
    overflow: hidden;
}
span.text{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    background-color: #000;
}
span.text::before{
    /* content: attr(data-text); */
    content: "亞星";
    position: absolute;
    /* 设置混合模式为：差别 */
    mix-blend-mode: difference;
    /* 模糊滤镜 */
    filter: blur(2px);
}
span.back{
    /* 渐变背景 */
    /* background: linear-gradient(113deg, rgba(1, 96, 186,1),rgba(128, 17, 128,1)); */
    background: linear-gradient(113deg, rgba(193, 148, 63,1),rgba(238, 205, 108,1));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* 设置混合模式为：乘法（类似PS的正片叠底） */
    mix-blend-mode: multiply;
}
span.shine{
    /* 径向渐变背景，并且尺寸缩放为25%，按照默认方式平铺 */
    background: radial-gradient(circle at center,white,black 35%) center / 25% 25%;
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: 0;
    right: 0;
    /* 设置混合模式：颜色减淡 */
    mix-blend-mode: color-dodge;
    /* 执行动画：动画名 时长 线性的 无限次播放 */
    animation: move 2s linear infinite;
}
 
/* 定义动画 */
@keyframes move {
    to{
        transform: translate(50%,50%);
    }
}
@media (max-width: 767px){ 
	.footer {width:100%;}
	.content {width:100%;}
	.wangzhi li{width:176px;padding-left: 14px;}
	.xz_url {width:176px;}
	.zengjia {padding-left:10px;}
	
}