/*声明字体图标,一定要注意路径*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tomleg');
  src:  url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tomleg') format('truetype'),
    url('../fonts/icomoon.woff?tomleg') format('woff'),
    url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*版心*/
.w{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.style_red{
color: #c81623;
}
h2{
text-align: center;
  margin: 10px 0 10px 0;
  font-size: 30px;
  line-height: 38px;
  color: black;
}
/*header头部制作*/
.header{
position:relative;
height: 105px;
}   
.logo{
position: absolute;
top: 15px;
width: 171px;
height: 75px;
}
.logo a{
display: block;
width:  171px;
height: 75px;
background: url(../images/logo_0520.jpg) no-repeat;
font-size: 0;
}
/** shemei **/
.shemei{
display: flex;
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */
text-align: center;
float: right;  

}
.shemei ul li {
float: left;
margin: 25px 10px;
}
/** menu **/
.menu {
  float: right;
  position: relative;
  background-color: inherit;
  color: black;
  padding: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}

.menu ul li {
  position: relative;
  float: left;
  font-size: 16px;
  padding: 0 15px;
  margin-right: 25px;
  margin-top: 2px;
}
.menu a:hover {
  border-radius: 6px;

  display: block;
}
.menu .color {
  background-color: #e9f0f0;
  border-radius: 6px;
color: #c81623;
}
.menu .item {
  font-size: 16px;
}
.menu .small {
  font-size: 16px;
}
.menu .main div {
  width: 100%;
  margin: 0 auto;
}







/** lunbo **/
.lunbo{
height: 400px;
margin-top: 10px;
}
#max{
width: 1200px;
height: 400px;
align-items: center;
margin: 5% auto;
margin-top: 0%;
}
.re{
position: relative;
height: 400px;
}
.re ul{
list-style-type:none ;
}
.re ul>li{
width: 1200px;
height: 400px;
position: absolute;

transition: 1s;
opacity: 0;
}
.re ul>li img{
width: 1200px;
height: 400px;
}
#max ol {
position: relative;
display: grid;
grid-template-columns: repeat(5,15px);
grid-template-rows: auto;
grid-gap: 1em;gap: 1em;
float: right;
margin-top: 380px;
list-style: none;
top:0;left:0;
}
#max ol li {
width: 10px;
height: 10px;
font-size: 10px;
line-height: 20px;
float: left;
text-align: center;
border-radius: 2em;
border: 1px solid #999999;

}









/** Click to Chat Now **/
.chat{
overflow: hidden;
background-color:#f7f0f0;
margin-top: 10px;
}

/** Contact us **/
.contact{
overflow: hidden;
background-color:#f7f0f0;
margin-top: 10px;
}
    
.message #input:valid{
	border-color: green;
}
 
.message  {
            display: flex;
            justify-content: center;
            align-items: center;
        }
 
 
        /* *通配符 */
        .message {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
 
        .message h1 {
            /* 使h1标签中的文字样式居中 */
            text-align: center;
            /* 设置外边框 上为100高度 下为20高度 左右自适应 */
            margin: 10px 20px auto;
        }
 
        .message p {
            /* 使p标签中的文字样式居中 */
            text-align: center;
            color: darkgray;
            /* 设置外边框 */
            /* 设置外边框 上为20高度 下为20高度 左右自适应 */
            margin: 20px 20px auto;
        }
 
        .message div {
            /* 开启弹性布局 */
            display: flex;
            /* 设置元素水平方向排列问题 居中排列 */
            justify-content: center;
            /* 设置每个div标签中元素外边框距离 即元素与元素之间的距离 */
            /* 15px auto 意思为 该元素的上下外边框为15像素 左右自适应排布 */
            margin: 15px auto;
        }
 
        .message span {
            /* 设置宽度 */
            width: 100px;
            /* 设置高度 */
            height: 55px;
            font-size: 20px;
        }
 
        .message input {
            /* 宽度 */
            width: 500px;
            /* 设置高度 */
            height: 30px;
            /* 消除输入框黑框 */
            outline: none;
            /* 光标位置 */
            padding-left: 5px ;
        }
 
        .message button {
            /* 文字颜色 */
            color: white;
 
            /* 背景颜色 */
            background-color: orange;
 
            /* 按钮宽度 */
            width: 300px;
 
            /* 边框颜色 去掉黑边框 */
            border: none;
 
            /* 设置按钮高度 */
            height: 30px;
            margin-top: 20px;
            margin-left: 20px;
        }
 
        /* 伪类选择器 设置按钮按下时的变化 */
        button:active {
            background-color: #7e76f3;
        }
        .title::before {content: '*'; color:red;}




















/** Proucts Tags **/
.tags{
margin-top: 10px;
padding-bottom: 20px;
box-shadow: 0 1px 2px #666;
border-radius: 6px;





}

.tags a{
font-size: 18px;
height: 20px;
line-height: 35px;
margin: 10px;
border-radius: 15px;
border: 1px solid #17a2b8; /* 边框 */
font-weight: 550;
padding: 2px; /* 内边距 */
width: fit-content; /* 根据内容调整宽度 */
text-align: center; /* 文字居中 */


}
.tags a:hover{
  transform: scale(0.78);
}

/** 底部 **/

.mod_copyright{
text-align: center;
padding-top: 20px;
}
.links{
margin-bottom: 15px;
position: relative;
box-shadow: 0 1px 2px #666;
border-radius: 6px;
color: #fff;


}


.links a{
margin: 0 30px;
font-size: 20px;
color: #17a2b8;


}
.links a:hover{
color: aqua;
background: rgb(194, 193, 193);
border-radius: 6px;
transform: scale(1.2);
}
.copyright{
line-height: 20px;
}

