@charset "utf-8";
/* CSS Document */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑" !important;

}

body {
    min-width: 1200px;
    overflow: auto;
    letter-spacing: 2px;

}

ul, dl, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333333;
    display: inline-block;
    margin: 0;
}

span {
    display: inline-block;
}

p, h1, h2, h3, h4 {
    margin: 0;
    font-weight: 400;
}




/*导航*/
.nav-menu {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    top: 0;

}

#nav-menu-white {

    background: #FFFFFF !important;
}

.core {
    width: 1200px;
    margin: 0 auto;

}

.one-level .nav-logo {
    width: 35px;
    float: left;
    margin: 8px 0 0 0;
    color: #333;
}

.logo-tl {
    width: 227px;
    height: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #047AC6;
    line-height: 19px;
    margin: 17px 0 0px 5px;

}

.one-level .menu {
    float: right;
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
}

.menu ul {
    display: flex;
    flex-wrap: nowrap;
    height: 60px;
}

.menu ul li {

    margin: 16px 0 0px 20px;



}

.login-reg a {
    color: #777;
}

.cur {
    display: inline-block;
    color: #0083E2;
    border-bottom: 3px solid #0083E2;
    padding-bottom: 10px;
    font-weight: bolder;
}

.shou-daohang {
    display: inline-block;
    color: #0083E2;
    border-bottom: 3px solid #0083E2;
    padding-bottom: 10px;
    font-weight: bolder;
}

.shou-daohang:hover {
    color: #0470be;
}

.menu ul li .daohang {
    padding-bottom: 10px;

    font-family: "微软雅黑" !important;

}

.daohang:hover {
    color: #0470be;
}

.level-eight:hover .second {
    /* opacity: 1; */
    display: block;
}

.level-eight:hover .fncy {
    /* opacity: 1; */
    display: flex;
}

.fncy {
    width: 220px !important;

}




/*除首页banner*/
.full-screen {
    width: 100%;
    position: relative;
    height: 420px;
}



.menu {
    width: 932px;

}

/*底部信息*/
.exhibition.footermenu {
    background: #303030;
    color: #aaaaaa;
    font-size: 14px;
    padding: 30px 0 10px 0;
}

.footermenu .interlinkage dl {
    width: 1000px;
    height: 180px;
    display: inline-block;
}

.footermenu .interlinkage dd {
    /* width: 166px; */
    margin-right: 80px;
    float: left;
    /* display: inline-block; */
}

.interlinkage a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}

.interlinkage dd a:first-child {
    font-weight: 600;
    color: #ffffff;
}

.footermenu .wechat {
    float: right;
    width: 200px;
}

.interlinkage .wechat img {
    width: 132px;
    float: right;
}

.interlinkage .wechat p {
    float: right;
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.footermenu .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.footermenu .copyright a {
    color: rgba(255, 255, 255, 0.6);
}

.footermenu .copyright a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

/*左侧电话客服二维码*/
.toolbox {
    position: fixed;
    bottom: 40%;
    right: 20px;
    width: 60px;
    height: 243px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    background: #ffffff;
}

.toolbox ul li {
    width: 60px;
    height: 60px;
    background: url("../image/gongneng_1.png");
    cursor: pointer;
}

.toolbox hr {
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    margin: 0 0 0 10px;
}

.toolbox ul li.tool-01 {
    background-position: 0 60px;
}

.dianhua {
    position: absolute;

    width: 160px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.14);
    margin-left: -160px;
    line-height: 60px;
    display: none;
    transition: width 2s;

}

.toolbox ul li.tool-02 {

    background-position: 180px 60px;
}

.toolbox ul li.tool-03 {
    background-position: 120px 60px;
}

.toolbox ul li.tool-04 {
    background-position: 60px 60px;
}

.erweima {
    display: flex;
    width: 100px;
    height: 100px;
    margin-left: -100px;
    position: absolute;
    display: none;
}

.tool-03:hover .tool-03 {
    background-position: 120px 120px;
}

.tool-03:hover .erweima {
    display: block;
}

.tool-01:hover .dianhua {
    display: block;
}