﻿@charset "utf-8";
/* CSS Document */

/*================首页样式================*/
.top {
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 10;
}

.top .t_cen {
    position: relative;
    height: 60px;
    z-index: 10;
}

/*.top .t_c_logo{position:absolute;z-index:100;left:68px;top:13px;width:157px;height:174px;}
.top .t_c_logo img{width:157px;height:174px;}
.top .t_c_lr{position:absolute;width:84px;height:127px;z-index:10;}*/
/*.top .t_c_left{left:0px;top:0px;background:url(../img/menu_left.jpg) 59px 61px no-repeat;}
.top .t_c_right{left:1090px;top:0px;background:url(../img/menu_right.jpg) 0 61px no-repeat;}*/
.top .t_c_cen {
    position: absolute;
    top: 0px;
    width: 1200px;
    height: 60px;
    z-index: 10;
}

.top .t_c_cen .t_c_top {
    position: relative;
    z-index: 20;
    width: 407px;
    height: 61px;
    padding-left: 599px;
}

.top .t_c_cen .t_c_top img {
    float: left;
    margin-left: 20px;
}

.top .t_c_cen .t_c_top .top_sc {
    width: 42px;
    height: 40px;
    cursor: pointer;
    margin-top: 15px;
}

.top .t_c_cen .t_c_top .top_tel {
    width: 249px;
    height: 57px;
    margin-top: 7px;
}

.top .t_c_cen .t_c_bottom {
    position: relative;
    z-index: 20;
    /* width: 1280px; */
    height: 60px;
}

.top .t_c_cen .t_c_bottom .thisMenu {
    position: absolute;
    width: 100px;
    height: 60px;
    z-index: 30;
}

.top .t_c_cen .t_c_bottom ul {
 
}

.top .t_c_cen .t_c_bottom ul li {
    position: relative;
    float: left;
    height: 60px;
    text-align: center;
    z-index: 35;
    /*border-right:#e5e5e5 1px solid; border-bottom:#e5e5e5 1px solid;*/
}

.top .t_c_cen .t_c_bottom ul li:hover {
    background-color: #a6071d;
}

.top .t_c_cen .t_c_bottom ul li a h2 {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 28px;
    /* border-right:#fff 1px solid;*/
}

.top .t_c_cen .t_c_bottom ul li a h3 {
    display: block;
    width: 85px;
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    color: #fff;
}

.top .t_c_cen .t_c_bottom ul li:hover a h2 {
    color: #fff;
}

.top .t_c_cen .t_c_bottom ul li:hover a h3 {
    color: #fff;
}

/*.top .t_c_cen .t_c_bottom ul li a em{display:block;font-size:16px;color:#FFF;}*/
.top .t_c_cen .t_c_bottom ul li a i {
    display: block;
    font-size: 8px;
    color: #333;
    text-align: right;
    padding-right: 2px;
    font-family: "Arial";
}

.thisli {
    background-color: #a6071d
}

.thisli a h2 {
    color: #fff !important;
}

.thisli a h3 {
    color: #fff !important;
}


/*===============子菜单定位=================*/
.top .t_c_cen .t_c_bottom ul li .Nodes {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 60px;
    z-index: 100;
    height: 0;
}

.top .t_c_cen .t_c_bottom ul li .Nodes img {
    float: left;
    width: 80px;
    height: 14px;
}

.top .t_c_cen .t_c_bottom ul li .Nodes ul {
    width: 130px;
}

.top .t_c_cen .t_c_bottom ul li .Nodes ul li {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px dashed #666666;
    border-right: none !important;
}
.top .t_c_cen .t_c_bottom ul li .Nodes ul li:nth-last-child(1) {
    border: none;
}
.top .t_c_cen .t_c_bottom ul li .Nodes ul li a {
    background-color: #a6071d;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.top .t_c_cen .t_c_bottom ul li .Nodes ul li a:hover {
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    text-align: center;
}

.top .t_c_cen .t_c_bottom ul li .Nodes ul .pa-bottom {
    height: 30px;
    width: 100%;
}