/* 重制css样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{
    margin:0;padding:0;
}

/* 标题栏 */
header{
    width: 100%;
    height: 132px;
    background:#FFF;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    z-index: 99;
}

.container{
    padding: 0;
    margin: 0;
}

.layout{
    max-width:97%;
}

.tops{
    background-color:#f1f1f1;
    height: 46px;
    line-height: 46px;
    position: relative;
}

header .fl{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
}


.fr{
    float: right;
}

header .t-3 span {
    display: inline-block;
    width: 112px;
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    background: #e2e2e2 url(/img/a3.png) no-repeat 105px;
    font-size: 13px;
}

header .t-3 li a {
    display: block;
    line-height: 30px;
    text-align: center;
    background: #eee;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.t-3.lang {
    position: relative;
    display: inline-block;
}

.t-3.lang span {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}

.t-3.lang ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 130px;
    z-index: 100;
    padding: 0;
    margin: 0;
}

.t-3.lang:hover ul {
    display: block;
}

.t-3.lang ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.t-3.lang ul li:hover {
    background: #f5f5f5;
}

.t-3.lang ul li:last-child {
    border-bottom: none;
}

div{
    display: block;
    unicode-bidi:isolate;
}

a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
}

ul,ol{
    list-style: none;
}

/* top里面的css */
header .top {
    max-width: 1480px;
    margin: 0 auto;
}

header .top h1 {
    float: left;
    width: 200px;
    margin-top: 5px;
}

header .top h1 img{
    width: 100%;
    height: 100%;
}

header .top .nav li p a{
    font-size: 16px;
}

header .top .nav li {
    float: left;
    padding: 0 32px;
    position: relative;
}

header .top .nav {
    float: right;
    margin-left: 55px;
}

header .top .nav li p {
    text-transform: uppercase;
    line-height: 85px;
    color: #333;
}

/* 下拉菜单样式 */
header .top .nav li dl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 100;
}

header .top .nav li:hover dl {
    visibility: visible;
    opacity: 1;
}

header .top .nav li dd {
    line-height: 45px;
    border-bottom: 1px solid #444;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8); /* 黑色透明背景 */
    transition: all 0.2s;
}

header .top .nav li dd a {
    padding-left: 20px;
    display: block;
    font-size: 14px;
    color: #fff;
}

header .top .nav li dd:hover {
    background-color: rgba(0, 0, 0, 0.9); /* 悬停时加深背景 */
}

header .top .nav li dd:last-child {
    border-bottom: none;
}

@media screen and (max-width: 1480px) {
    header .top .nav {
        margin-left: 25px;
    }

    header .top .nav li {
        padding: 0 24px;
    }
  
    header .top .nav {
        margin-left: 25px;
    }

    header .top .nav li {
        padding: 0 24px;
    }

    .foot .box {
        max-width: 97%;
    }

    .layout {
        max-width: 97%;
    }

    .foot_b .box .t_m{
        width: 13% !important;
    }

}


/* 最底层 */
.foot {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.foot_b {
    background: #444;
    overflow: hidden;
}

.foot_b .box {
    max-width: 1480px;
    margin: 0 auto;
    color: #FFF;
    padding-top: 45px;
    overflow: hidden;
}

.foot_b .box .t_l {
    float: left;
    width: 65%;
}

.foot_b .box .t_l dl {
    float: left;
    width: 20%;
}

.foot_b .box .t_l dt {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.foot_b .box .t_l dd {
    line-height: 35px;
}

.foot_b .box .t_l dd a {
    font-size: 12px; /* 放大的字体 */
    color: #afaeae;
    transition: all 0.3s;
}

.foot_b .box .t_l dd a:hover {
    color: #fff;
    padding-left: 5px;
}

.foot_b .box .t_l dd a {
    color: #afaeae;
    font-size: 17px;
}

.foot_b .box .t_m {
    float: left;
    width: 23%;
    line-height: 30px;
    font-size: 14px;
    color: #aaa;
    overflow: hidden;
}

.foot_b .box .t_r {
    float: right;
}

.foot_b .box .t_r .qrcode {
    float: left;
    line-height: 30px;
    color: #aaa;
    margin-right: 10px;
}

.foot_b .box .t_r .dblx img {
    width: 120px;
}

.foot_b .box .t_r .dblx p {
    text-align: center;
    padding: 8px 0;
    display: block;
}

.foot_b .box .t_l dd {
    line-height: 35px;
}

.foot_b .t_m p{
    font-size: 15px;
}


/* 版权 最低层 */
.foot_b .copyright {
    padding: 20px 0;
    border-top: 1px solid #34333b;
    margin-top: 35px;
    line-height: 25px;
    font-size: 13px;
    color: #aaa;
    text-align: center;
}

