body,
ul,
li,
div,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* 清除块级默认浏览器样式 */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #eeeeee;
    min-width: 1206px;
}
ul {
    list-style: none;
    /* 消除列表符号 */
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
#container {
    width: 100%;
    /* 宽度自适应无限延申 */
    margin:  auto;
    /* 边距自动 */
}

header {
    height: 196px;
    /* 高度100px */
    color: #600;
    background-color: #600;
    /* 颜色#fff */

}

header>.logo {
    width: auto;
    /* 宽度1000px */
    margin:auto;
    /* 边距自动 */
}
nav {
    width: 100%;
    background-color: #610;
    /* 背景颜色#600 */
    height: 43px;
    /* 高度40px */
    color: #fff;
    /* 颜色#fff */
    margin-bottom: 5px;
    /* 底部边距5px */

}

nav>ul {
    width: 100%;
    /* 宽度1000px */
    margin: 0 300px;
    
}

nav>ul>li {
    float: left;
    /* 左浮动 */
    width: 140px;
    /* 宽度140px */
}

nav>ul>li>a {
    color: #fff;
    /* 颜色白色 */
    text-decoration: none;
    /* 取消字体样式 */
    display: block;
    /* 将元素显示为块级元素 */
    text-align: center;
    /* 文本的水平居中对齐 */
    line-height: 40px;
    /* 文字垂直居中对齐 */
}

nav>ul>li>a:hover {
    /* hover鼠标悬停效果 */
    background-color: #fff;
    /* 背景颜色#fff */
    color: #f70;
    /* 颜色#f70 */
    text-decoration: none;
    /* 去除样式 */
}
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0 auto;
    }
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;
    }
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        float:none;
        z-index:100;
    }
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;
    }
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;
    }   
    .nav_menustyle_1_1 table table
    {
        top:0px;
    }
    .nav_menustyle_1_1 td 
    {
        padding: 0;
    }   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;
    }
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;
    }
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;
    }
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;
    }
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;
    }
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1{
    background-color: #600;
    width: auto;
    height: 25px;
}
.nav_menustyle_1_1 a
{
    width:170px;         /*菜单宽度*/
    height:40px;        /*菜单高度*/
    line-height:25px;   /*字体高度, 可设为菜单高度*/
    font-size:16px;     /*字体大小*/
    color:#eee;         /*字体颜色*/
    background-color: #600;
    border:1px solid #eee;  /*边框颜色*/
    border-width:0px 0px 0px 0px;
    text-align: center;
    line-height: 40px;
    /* 文字垂直居中对齐 */
}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#eee; /*鼠标移上颜色*/
    background:#a50c0d; /*鼠标移上背景色*/
}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:26px;           /*必须设为 菜单高度 + 1*/
}   
.nav_menustyle_1_1 table table
{
    left:91px;          /*必须设为 菜单宽度 + 1*/
}   
/* 滚动条 */
::-webkit-scrollbar {
  /* width: 15px; */
  /* width: 9px; */
  width: 7px;
  height: 6px;
  padding-right: 10px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track-piece {
  /* width: 15px;
  background: #f7f7f7;
  border-radius: 0px 4px 4px 0px; */
  border-radius: 10px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  /* width: 9px;
  background: #c6c6c6;
  opacity: 1;
  border-radius: 5px; */
  /* border: 4px solid #F7F7F7; */
  border-radius: 10px;
  background-color: rgb(197 0 0 / 72%);
}
.w {
  width: 1206px;
  margin: 0 auto;
}
.box_img {
  width: 100%;
  height: auto;
}
/* @font-face {
  font-family: "FZSTK";
  src: url(../new_font/FZSTK.TTF);
}
.font_festk {
  font-family: "FZSTK";
} */
@font-face {
  font-family: "simkai";
  src: url(../new_font/simkai.ttf);
}
.font_festk {
  font-family: "simkai";
}
