/* 初始化样式 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea { 
    font:12px/1.5tahoma, arial, \5b8b\4f53; 
}

h1, h2, h3, h4, h5, h6{ 
    font-size:100%; 
}

address, cite, dfn, em, var { 
    font-style:normal; 
}

code, kbd, pre, samp { 
    font-family:couriernew, courier, monospace; 
}

small{ 
    font-size:12px; 
}

ul, ol { 
    list-style:none; 
}

a { 
    text-decoration:none; 
}

a:hover { 
    text-decoration:none; 
}

sup { 
    vertical-align:text-top; 
}

sub{ 
    vertical-align:text-bottom; 
}

legend { 
    color:#000; 
}

fieldset, img { 
    border:0; 
}

button, input, select, textarea { 
    font-size:100%; 
}

table { 
    border-collapse:collapse; 
    border-spacing:0; 
}

/* 顶部 */
.header-suspend{
    position: fixed;
    width: 100%;
    height: 60px;
    background: #FF4D00;
    z-index: 999;
}

.top{
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 1200px;
    height: 60px;
}

.logo{
    width: 150px;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo img{
    width: 165px;
    height: 28px;
}
.logottxb img{
    width: 165px;
    height: 43px;
}

.dropdown{
    float: left;
    width: 600px;
    height: 60px;
    margin-left: 80px;
    line-height: 60px;
}

.dropdown > li{
    float: left;
    width: 120px;
    font-size: 16px;
    text-align: center;
}

.dropdown > li > a{
    color: rgba(255,255,255,0.8);
}

.dropdown > li > a:hover{
    cursor: pointer;
    font-weight: bold;
    color:white;
    opacity: 1;
}

.bold{
    font-weight: bold;
}

.dropdown .white{
    color:white;
    opacity: 1;
}

/* 子菜单隐藏 */
.submenu {
    position: fixed;
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    top:60px;
    left: 0;
    padding-bottom: 2px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.submenu-li{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 56px;
}

.submenu-li li{
    height: 40px;
    font-size: 14px;
    text-align: center;
}

.submenu-li li a{
    color: rgba(0,0,0,0.9);
}

.submenu-li li a:hover{
    font-weight: bold;
    color: #FF4500;
}
   
  /* 鼠标悬停时显示子菜单 */
.dropdown > li:hover > .submenu {
    display: block;
}

.show{
    display: block;
}

.experience{
    float: right;
}

.product{
    cursor: pointer;
    float: right;
    width: 80px;
    height: 28px;
    font-size: 12px;
    color: #FF671F;
    line-height: 28px;
    margin-top: 16px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FF671F;
    border-radius: 4px 4px 4px 4px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
}

.login{
    cursor: pointer;
    float: right;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-top: 16px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 16px;
    background: rgba(255,255,255,0);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
}


















/* 底部 */
.footer{
    width: 100%;
    height: 243px;
    background: #FFFFFF;
}

.footer-content{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding-top: 48px;
}

.footer-logo{
    float: left;
    width: 146px;
    margin-right: 72px;
}

.footer-logo img{
    width: 165px;
    height: 43px;
}

.footer-menu{
    float: left;
    width: 96px;
    margin-right: 30px;
}

.menu-title{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 16px;
    color: rgba(0,0,0,0.9);
}

.menu-li{
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 8px;
    color: rgba(0,0,0,0.9);
}

.menu-li > a{
    color: rgba(0,0,0,0.9);
}

.menu-li > a:hover{
    color: #FF4D00;
}

.relation{
    width: 208px;
}

.tel{
    font-weight: bold;
    font-size: 20px;
    color: rgba(0,0,0,0.9);
}

.time{
    font-size: 12px;
    margin-bottom: 16px;
    color: rgba(0,0,0,0.5);
}

.info{
    font-size: 12px;
    margin-bottom: 8px;
    color: rgba(0,0,0,0.9);
}

.follow-us{
    float: right;
    width: 360px;
    margin-right: 0rpx;
}

.correlation-list{
    display: flex;
    justify-content: space-between;
}

.correlation img{
    width: 78px;
    height: 78px;
}

.correlation-name{
    font-size: 12px;
    text-align: center;
    color: rgba(0,0,0,0.9);
}

.bottom-footer{
    width: 100%;
    height: 40px;
    color: rgba(0,0,0,0.9);
    line-height: 40px;
    background: #F6F7F9;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

.copyright{
    float: left;
    font-size: 12px;
}

.company-info{
    float: right;
    font-size: 12px;
}

.company-info span{
    margin-right: 24px;
}

.company-info a{
    color: rgba(0,0,0,0.9);
}