body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
a,
input,
dl,
dt,
dd,
span,
em,
table,
tr,
td,
div,
strong,
textarea,
label {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", verdana, sans-serif, arial;
    /* color: #333; */
    /* font-size: 12px; */
}

a {
    cursor: pointer;
}

img,
iframe {
    border: none;
}

ol,
ul,
ol li,
ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

body {
    background-color: #f3f3f3;
}

* {
    margin: 0 auto;
    padding: 0;
}

html,
body {}

#Box {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
}


/* 顶部UI */

#Loge_Box {
    width: 100%;
    height: 90px;
}


/* 左 */

#LogeLeft_Box {
    float: left;
    width: 45%;
    height: 100%;
    overflow: hidden;
    margin: 0 20px 0;
    background-image: url(../img/logo.png);
    background-position: 0 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#LogeLeft_Box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999px;
}


/* 右 */

#LogeRight_Box {
    float: right;
    width: 16.5rem;
    height: 100%;
}

#SearchBox {
    float: left;
    width: 9.375rem;
    height: 40%;
    margin: 25px 0 0;
    /* margin-left: 60; */
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    margin-left: 1.025rem;
}

#SearchBox img {
    float: left;
    margin-top: 10px;
}

#SearchBox input:nth-child(1) {
    float: right;
    width: 85%;
    height: 100%;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#submit_button {
    float: right;
    width: 23%;
    height: 40%;
    margin: 25px 0 0;
    padding: 0 10px;
    background-color: #005ea8;
    color: #dde5ef;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bolder;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    cursor: pointer;
    font-family: system-ui;
}


/* 分类列表 */

#Classify_Box {
    width: auto;
    max-width: 90rem;
    height: 45px;
    margin: 0 auto;
    background-color: #00b0ec;
}

#Classify_Box ul {
    width: 100%;
    position: relative;
    /* width: 68.75rem; */
    height: 45px;
    list-style: none;
    margin: 0 auto;
    margin-left: 190px;
}

#Classify_Box .Classify_List {
    float: left;
    width: 9.375rem;
    height: 45px;
    line-height: 45px;
    /* overflow: hidden; */
    text-align: center;
    transition: all 0.25s ease-in;
    margin: 0px 1px 0 1px;
    cursor: pointer;

}

#Classify_Box a {
    font-size: 1.125em;
    color: #fff;
}

#Classify_Box .Classify_List:hover {
    background-color: #0a7ca7;
}

#Classify_Box .Classify_List a {
    font-size: 18px;
    color: #fff;
}

.Classify_List div {
    width: 150px;
    margin: -0px;
    display: block;
    background-color: #0a7ca7;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    display: none;
}

.Classify_List div a {
    display: block;
    color: #000;
}

#Classify_Box .Classify_List div a:hover {
    background-color: #00b0ec;
}



/* 轮播图 */

#Top_Slideshow_Box {
    width: auto;
    max-width: 1440px;
    height: 300px;
}

#Top_Slideshow_Box .target {
    width: auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

#Top_Slideshow_Box .target img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 底部信息栏 */

#CorporateInformation_Box {
    display: inline-flex;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    background-image: url(../img/footer_back.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}


/* logo */

#CorporateInformation_Box_logo {
    float: left;
    text-align: center;
    width: 240px;
    padding-top: 60px;
    padding-left: 60px;
}


/* 信息 */

#CorporateInformation_Box_Message {
    margin-left: 100px;
    margin-top: 0px;
}

#CorporateInformation_Box_Message p {
    color: #fff;
    margin-top: 10px;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    font-size: 14px;
}


/* 二维码 */

#CorporateInformation_Box_QRcode {
    width: 160px;
    margin-left: 200px;
    margin-top: 18px;
}


/* 欢迎语 */

#CorporateInformation_Box_Welcome {
    float: right;
    width: 200px;
    font-size: 12px;
    margin-left: 40px;
    margin-right: 40px;
    /* margin-top: 20px; */
    color: #fff;
}


/* 欢迎语 */

#CorporateInformation_Box_Welcome p {
    font-size: 12px;
    margin-left: 0px;
    margin-top: 20px;
    letter-spacing: 1.8px;
}

@media only screen and (max-width: 1280px) {
    #Classify_Box ul {
        width: 100%;
        position: relative;
        /* width: 68.75rem; */
        height: 45px;
        list-style: none;
        margin: 0 auto;
        /* margin-left: 190px; */
    }

    #Classify_Box .Classify_List {
        float: left;
        width: 5.58rem;
        height: 45px;
        line-height: 45px;
        /* overflow: hidden; */
        text-align: center;
        transition: all 0.25s ease-in;
        margin: 0px 1px 0 1px;
        cursor: pointer;

    }

    /* 底部信息栏 */

    #CorporateInformation_Box {
        display: inline-flex;
        /* width: auto; */
        max-width: 90rem;
        height: 200px;
        margin: 0 auto;
        background-image: url(../img/颜色填充1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;

    }

    /* logo */

    #CorporateInformation_Box_logo {
        width: 8rem;
        margin-left: -29px;

    }

    #CorporateInformation_Box_logo img {
        width: 100%;
        margin-left: -28px;
        margin-top: 12px;
    }

    /* 信息 */
    #CorporateInformation_Box_Message {
        /* height: 100%; */
        margin-left: 00px;
        margin-top: 10px;
    }

    #CorporateInformation_Box_Message p {
        /* width: 100%; */
        color: #fff;
        font-size: .75em;
        letter-spacing: 0.8px;
        margin-top: 7px;
        /* margin-left:0px; */
        margin-right: 10px;
    }

    /* 二维码 */

    #CorporateInformation_Box_QRcode {
        width: 120px;
        margin-left: -5px;
        margin-top: 20px;
        margin-right: 5px;

    }

    #CorporateInformation_Box_QRcode img {
        margin-top: 14px;
    }

    /* 欢迎语 */

    #CorporateInformation_Box_Welcome {
        float: right;
        width: 200px;
        height: 100%;
        font-size: 12px;
        margin-left: 0px;
        /* margin-top: 20px; */
        color: #fff;
    }

    /* 欢迎语 */

    #CorporateInformation_Box_Welcome p {
        font-size: 12px;
        /* margin-left: 50px; */
        margin-top: 15px;
        letter-spacing: 1px;
    }
}