@charset "UTF-8";

* {
    margin: 0 auto;
    padding: 0;
}
html,html{
    margin: 0 auto;
}
li,
a {
    text-decoration: none;
    list-style-type: none;
}

#header {
    width: 100%;
    height: 200px;
    background: url(../images/header-img.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}

.head {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.header-top {
    width: 1200px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.written-words,
.text-link {
    margin: 0;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: Microsoft YaHei;
}

.text-link>a {
    color: #666666;
}

.header-bottom {
    width: 1200px;
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}

.logo {
    margin: 0;
}

.logo>img {
    width: 818px;
    height: 89px;
}

.search {
    margin: 0;
    position: relative;
}

.search>input {
    width: 250px;
    height: 34px;
    padding-left: 13px;
    outline: none;
    margin-top: 20px;
}

.search>button {
    background-color: #8E1218;
    outline: none;
    border: none;
    width: 52px;
    height: 36px;
    position: absolute;
    top: 44%;
    right: 0px;
    transform: translateY(-50%);
}

#nav {
    width: 100%;
    height: 56px;
    background-color: #8E1218;
}

.navigation {
    width: 1200px;
    height: 56px;
    display: flex;
    line-height: 56px;
    justify-content: space-between;
    color: #B20A13;
    margin: 0 auto;
}

.navigation>li {
    width: 150px;
    height: 56px;
    text-align: center;
    position: relative;
}

.navigation>li:hover {
    background-color: #B20A13;
}
.navigation>li:hover .menu-list{
    display: block;
}
.select {
    background-color: #B20A13;
}

.navigation>li>a {
    font-size: 18px;
    font-weight: 500px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
}

.menu-list {
    background-color: #eeeeee;
    position: absolute;
    width: 150px;
    z-index: 999;
    display: none;
    height: auto;
}

.menu-list a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
}
.menu-list li{
    width: 150px;
    height: 56px;
    line-height: 56px;
}
.menu-list li:hover{
    background-color:  #B20A13;
}
.menu-list li:hover a{
    color: white;
}
#footer {
    width: 100%;
    height: 212px;
    background-color: #8E1218;
}

.footer {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 58px;
    margin:0 auto
}

.footer-logo {
    width: 616px;
    height: 75px;
    margin: 0;
}

.address {
    height: 96px;
    margin: 0;
    border-left: 1px solid #FFFFFF;
    line-height: 32px;
    margin-left: 72px;
    padding-left: 100px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.telephone,
.contact,
.record-no,
.technical-support {
    display: inline-block;
}


.picbase1-content h2,.picbase1-content p{display:none;}




.wp_nav { width: 1200px; height: 56px; display: flex; line-height: 56px; justify-content: space-between; color: rgb(178, 10, 19); margin: auto; }
.wp_nav * { margin: 0px; padding: 0px; }
.wp_nav::after { clear: both; content: "."; display: block; height: 0px; visibility: hidden; }
.wp_nav .nav-item { width: 150px;height: 56px;text-align: center;position: relative; }
.wp_nav .nav-item:hover{background-color: #B20A13;color:#FFFFFF;}
.wp_nav .on { z-index: 10; }
.wp_nav .nav-item .mark { display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 99; }
.wp_nav .nav-item a { font-size: 18px; font-weight: 500px;font-family: Source Han Sans CN;color: #FFFFFF; }
.wp_nav .nav-item a:hover{color:#FFFFFF;}
.wp_nav .nav-item a.parent:hover {background-color: #B20A13;color:#FFFFFF;}
.wp_nav .nav-item a.parent { color: rgb(0, 0, 0); }
.wp_nav .nav-item a span.item-name { display: inline-block; padding: 5px 10px; line-height: 22px; cursor: pointer; }
.wp_nav .sub-nav { display: block; width: 100%; position: absolute; z-index: 200; visibility: hidden;border: none;top:56px !important;}
.wp_nav .sub-nav .nav-item { white-space: nowrap; }
.wp_nav .sub-nav .nav-item .mark { background:#eeeeee;}
.wp_nav .sub-nav .nav-item a { font-family: "Microsoft Yahei"; font-size: 13px; font-weight: normal; color: rgb(0, 0, 0); text-align: center; border-top: 1px solid rgb(216, 225, 204); min-width: 80px; }
.wp_nav .sub-nav .nav-item a.parent:hover { background: #B20A13; color: #FFFFFF; }
.wp_nav .sub-nav .nav-item a.parent { background: rgb(238, 238, 238); color: rgb(0, 0, 0); }
.wp_nav .sub-nav .nav-item a span.item-name { padding: 5px 10px; line-height: 22px; }
.wp_nav .nav-item a.parent:hover span.item-name { }
.wp_nav .nav-item a.parent span.item-name { }
.wp_nav .sub-nav .nav-item a.parent:hover span.item-name { }
.wp_nav .sub-nav .nav-item a.parent span.item-name { }