﻿@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
    margin: 0;
    padding: 0
}

* {
    text-decoration: none;
    list-style: none; /*font-size: 14px;*/
    font-family: "微软雅黑", "Microsoft YaHei";
}

body {
    font-size: 14px;
}

img {
    border: none;
}

a {
    color: #000;
}

/*头部开始*/

/*首页*/
.jyjlogo {
    width: 1100px;
    margin: 0 auto;
    margin-top: 10%;
    text-align: center;
}

.jyjlogo img {
    width: 539px;
    height: 193px;
}

/*导航*/
.nav-bar {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    margin-top: 2%;
}

.nav-bar a {
    display: inline-block;
    width: 151px;
    height: 146px;
    margin: 0 10px;
    position: relative;
}

.nav-bar a span {
    display: inline-block;
    width: 151px;
    height: 45px;
    text-align: center;
    color: white;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-bar a:hover {
    display: inline-block;
    width: 151px;
    height: 146px;
    margin: 0 10px;
    background-size: 188px 160px;
    box-shadow: 0 0 9px 9px rgba(244, 244, 244, 0.5);
}

.nav-bar a:hover span {
    font-size: 20px;
}

.nav-bar .nav1 {
    background: url(/static/img/catebg1_03.png) no-repeat center center;
    background-size: 171px 150px;
}

.nav-bar .nav2 {
    background: url(/static/img/catebg2_03.png) no-repeat center center;
    background-size: 171px 150px;
}

.nav-bar .nav3 {
    background: url(/static/img/catebg3_03.png) no-repeat center center;
    background-size: 171px 150px;
}

.nav-bar .nav4 {
    background: url(/static/img/catebg4_03.png) no-repeat center center;
    background-size: 171px 150px;
}

.nav-bar .nav5 {
    background: url(/static/img/catebg5_03.png) no-repeat center center;
    background-size: 171px 150px;
}

/*底部*/
.footer-bar {
    width: 100%;
    background: rgba(18, 21, 24, 0.5);
    font-size: 14px;
    color: white;
    margin-top: 25px;
}

.footer-bar-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
}

.footer-bar .w1100 {
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
}

.footer-bar .w1100 span {
    margin: 0 5px;
}

.main_top {
    width: 1030px;
    overflow: hidden;
    margin: 0 auto;
}

.main_ssbox {
    width: 510px;
    height: 50px;
    margin-top: 50px;
    padding-left: 260px;
    padding-right: 260px;
    background-image: url("../img/20191230_sous_kbg1.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.xxss_search {
    width: 492px;
    height: 32px;
    line-height: 32px;
    padding: 9px;
}

.xxss_search input {
    outline: none;
}

.xxss_search .input {
    font-size: 16px;
    float: left;
    width: 410px;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
    border: none;
    color: #333;
    background-color: #ffffff;
}

.xxss_search .btn-search {
    cursor: pointer;
    float: right;
    border: none;
    width: 32px;
    height: 32px;
    background: #fff url(../img/20191230_tb_sous.png) no-repeat center center;
    margin-left: 5px;
}
