/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .yj{
        justify-content: space-between;
        list-style-type:none;
        padding:0px; 
        margin:0px;
        display: -webkit-flex;
        display: flex; 
        width:10.5rem;}
    .ej{
       border-top:solid 3px #ff860b;}
    .nav_menustyle_1_1 ul
    {
        
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        z-index: 0;
        margin-left: 0;
        position: relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        width:auto; 
        z-index:100;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:150%;
        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 a
{
   font-size:.21rem;
    color:white;
    height: .5rem;
        line-height: .5rem;
        transition: .2s;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#fff; /*鼠标移上颜色*/
    color:#ff860b;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:0px;}   
.nav_menustyle_1_1 table table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li a
{
    color:#222;
    background:white;
    line-height:.4rem; 
    height:.4rem;
    width:auto;
    min-width:1.2rem;
    text-align:left; 
    padding:0 .2rem;
    font-size:.16rem;
    color:#333333;}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{}

.leftmul{
        width: 100%;
    max-width: 100%;
     
    margin: 0 auto;
    background: #f5f5f5;}
.leftmul li{
    position: relative;
    z-index: 1;}
.leftmul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: .2rem;
    right: .2rem;
    background: #f7dfc6;
    height: 1px;}

.leftmul li a {
    font-size: .18rem;
    color: #111111;
    padding: 0 .2rem 0 .4rem;
    position: relative;
    display: flex;
    cursor: pointer;
    height: .56rem;
    align-items: center;
    line-height: 1.5;
    z-index: 1;
    transition: .5s;}

.leftmul li a:after {
    content: "";
    background: #ff860b;
    width: .1rem;
    height: .02rem;
    left: .2rem;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    transition: .5s;}
A.c1043032{
font-size: 9pt;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c1043032:link {
color: #222222;}  
A.c1043032:visited {
color: #222222;}  
A.c1043032:active {
color: #222222;}  
A.c1043032:hover {
color: #cc0000;}

.lists a:hover {
    color:#ff860b !important;}
A.c1043033{
font-size: 9pt;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c1043033:link {
color: #222222;}  
A.c1043033:visited {
color: #222222;}  
A.c1043033:active {
color: #222222;}  
A.c1043033:hover {
color: #cc0000;}
A.c1043034{
font-size: 9pt;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c1043034:link {
color: #222222;}  
A.c1043034:visited {
color: #222222;}  
A.c1043034:active {
color: #222222;}  
A.c1043034:hover {
color: #cc0000;}
A.c1043036{
font-size: 9pt;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c1043036:link {
color: #222222;}  
A.c1043036:visited {
color: #222222;}  
A.c1043036:active {
color: #222222;}  
A.c1043036:hover {
color: #cc0000;}
A.c1043035{
font-size: 9pt;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c1043035:link {
color: #222222;}  
A.c1043035:visited {
color: #222222;}  
A.c1043035:active {
color: #222222;}  
A.c1043035:hover {
color: #cc0000;}
